Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (451.2 kB)

1
/* line 264, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
11
html,
12
body {
13
  font-size: 100%;
14
}
15

    
16
/* line 272, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
17
body {
18
  background: white;
19
  color: #1e1e1e;
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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
31
a:hover {
32
  cursor: pointer;
33
}
34

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

    
40
/* line 293, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
49
object,
50
embed {
51
  height: 100%;
52
}
53

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

    
59
/* line 303, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
70
.left {
71
  float: left !important;
72
}
73

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

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

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

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

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

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

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

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

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

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

    
126
/* Grid HTML Classes */
127
/* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
138
.row:before, .row:after {
139
  content: " ";
140
  display: table;
141
}
142
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
143
.row:after {
144
  clear: both;
145
}
146
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
165
.row .row:before, .row .row:after {
166
  content: " ";
167
  display: table;
168
}
169
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
170
.row .row:after {
171
  clear: both;
172
}
173
/* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
186
.row .row.collapse:after {
187
  clear: both;
188
}
189

    
190
/* line 130, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
211
  .small-1 {
212
    position: relative;
213
    width: 8.33333%;
214
  }
215

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

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

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

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

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

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

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

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

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

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

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

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

    
288
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
301
  .small-offset-3 {
302
    position: relative;
303
    margin-left: 25%;
304
  }
305

    
306
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
319
  .small-offset-6 {
320
    position: relative;
321
    margin-left: 50%;
322
  }
323

    
324
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
337
  .small-offset-9 {
338
    position: relative;
339
    margin-left: 75%;
340
  }
341

    
342
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
349
  [class*="column"] + [class*="column"]:last-child {
350
    float: right;
351
  }
352

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

    
358
  /* line 149, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
370
  .large-1 {
371
    position: relative;
372
    width: 8.33333%;
373
  }
374

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

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

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

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

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

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

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

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

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

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

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

    
441
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
766
  .show-for-small {
767
    display: none !important;
768
  }
769

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

    
775
  /* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
869
  .show-for-xlarge {
870
    display: inherit !important;
871
  }
872

    
873
  /* line 176, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1044
.show-for-touch {
1045
  display: none !important;
1046
}
1047

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

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

    
1058
/* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1065
table.hide-for-touch {
1066
  display: table;
1067
}
1068

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

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

    
1079
/* line 312, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1085
tbody.hide-for-touch {
1086
  display: table-row-group !important;
1087
}
1088

    
1089
/* line 314, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1095
tr.hide-for-touch {
1096
  display: table-row !important;
1097
}
1098

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

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

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

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

    
1119
/* line 320, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
1139
  [class*="block-grid-"]:after {
1140
    clear: both;
1141
  }
1142
  /* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1556
.subheader {
1557
  line-height: 1.4;
1558
  color: #6b6b6b;
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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1592
a {
1593
  color: #919194;
1594
  text-decoration: none;
1595
  line-height: inherit;
1596
}
1597
/* line 157, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1598
a:hover, a:focus {
1599
  color: #848487;
1600
}
1601
/* line 159, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1602
a img {
1603
  border: none;
1604
}
1605

    
1606
/* Default paragraph styles */
1607
/* line 163, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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: #1e1e1e;
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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1636
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
1637
  font-size: 60%;
1638
  color: #6b6b6b;
1639
  line-height: 0;
1640
}
1641

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

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

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

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

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

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

    
1672
/* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1697
small {
1698
  font-size: 60%;
1699
  line-height: inherit;
1700
}
1701

    
1702
/* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1722
ul, ol {
1723
  margin-left: 0;
1724
}
1725

    
1726
/* Unordered Lists */
1727
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1740
ul.square {
1741
  list-style-type: square;
1742
}
1743
/* line 271, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1744
ul.circle {
1745
  list-style-type: circle;
1746
}
1747
/* line 272, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1748
ul.disc {
1749
  list-style-type: disc;
1750
}
1751
/* line 273, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1752
ul.no-bullet {
1753
  list-style: none;
1754
}
1755

    
1756
/* Ordered Lists */
1757
/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1766
dl dt {
1767
  margin-bottom: 0.3em;
1768
  font-weight: bold;
1769
}
1770
/* line 293, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1771
dl dd {
1772
  margin-bottom: 0.75em;
1773
}
1774

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

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

    
1791
/* Blockquotes */
1792
/* line 310, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1799
blockquote cite {
1800
  display: block;
1801
  font-size: 0.8125em;
1802
  color: #515151;
1803
}
1804
/* line 319, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1805
blockquote cite:before {
1806
  content: "\2014 \0020";
1807
}
1808
/* line 324, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1809
blockquote cite a,
1810
blockquote cite a:visited {
1811
  color: #515151;
1812
}
1813

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

    
1821
/* Microformats */
1822
/* line 336, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1830
.vcard li {
1831
  margin: 0;
1832
  display: block;
1833
}
1834
/* line 346, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1841
.vevent .summary {
1842
  font-weight: bold;
1843
}
1844
/* line 355, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1860
  h1 {
1861
    font-size: 2.75em;
1862
  }
1863

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

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

    
1874
  /* line 370, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1886
.print-only {
1887
  display: none !important;
1888
}
1889

    
1890
@media print {
1891
  /* line 383, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1901
  a,
1902
  a:visited {
1903
    text-decoration: underline;
1904
  }
1905

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

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

    
1916
  /* line 399, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1931
  thead {
1932
    display: table-header-group;
1933
    /* h5bp.com/t */
1934
  }
1935

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

    
1942
  /* line 412, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1960
  h2,
1961
  h3 {
1962
    page-break-after: avoid;
1963
  }
1964

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

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

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

    
1980
  /* line 429, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1981
  .show-for-print {
1982
    display: inherit !important;
1983
  }
1984
}
1985
/* line 171, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
1986
button, .button {
1987
  border-style: solid;
1988
  border-width: 1px;
1989
  cursor: pointer;
1990
  font-family: inherit;
1991
  font-weight: bold;
1992
  line-height: 1;
1993
  margin: 0 0 1.25em;
1994
  position: relative;
1995
  text-decoration: none;
1996
  text-align: center;
1997
  display: inline-block;
1998
  padding-top: 0.75em;
1999
  padding-right: 1.5em;
2000
  padding-bottom: 0.8125em;
2001
  padding-left: 1.5em;
2002
  font-size: 1em;
2003
  background-color: #919194;
2004
  border-color: #77777b;
2005
  color: white;
2006
}
2007
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2008
button:hover, button:focus, .button:hover, .button:focus {
2009
  background-color: #77777b;
2010
}
2011
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2012
button:hover, button:focus, .button:hover, .button:focus {
2013
  color: white;
2014
}
2015
/* line 176, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2016
button.secondary, .button.secondary {
2017
  background-color: #30c79e;
2018
  border-color: #269e7d;
2019
  color: white;
2020
}
2021
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2026
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2027
  color: white;
2028
}
2029
/* line 177, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2030
button.success, .button.success {
2031
  background-color: #00a551;
2032
  border-color: #007238;
2033
  color: white;
2034
}
2035
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2040
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
2041
  color: white;
2042
}
2043
/* line 178, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2044
button.alert, .button.alert {
2045
  background-color: #30c79e;
2046
  border-color: #269e7d;
2047
  color: white;
2048
}
2049
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2054
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2055
  color: white;
2056
}
2057
/* line 180, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 181, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 182, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 183, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2082
button.expand, .button.expand {
2083
  padding-right: 0px;
2084
  padding-left: 0px;
2085
  width: 100%;
2086
}
2087
/* line 185, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2088
button.left-align, .button.left-align {
2089
  text-align: left;
2090
  text-indent: 0.75em;
2091
}
2092
/* line 186, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2093
button.right-align, .button.right-align {
2094
  text-align: right;
2095
  padding-right: 0.75em;
2096
}
2097
/* line 188, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2098
button.disabled, button[disabled], .button.disabled, .button[disabled] {
2099
  background-color: #919194;
2100
  border-color: #77777b;
2101
  color: white;
2102
  cursor: default;
2103
  opacity: 0.6;
2104
  -webkit-box-shadow: none;
2105
  box-shadow: none;
2106
}
2107
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2108
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2109
  background-color: #77777b;
2110
}
2111
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2112
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2113
  color: white;
2114
}
2115
/* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2116
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2117
  background-color: #919194;
2118
}
2119
/* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 190, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 191, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 196, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 198, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 199, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 200, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 206, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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 214, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2226
  button.radius, .button.radius {
2227
    -webkit-border-radius: 1px;
2228
    border-radius: 1px;
2229
  }
2230
  /* line 215, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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 223, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2238
  button, .button {
2239
    display: inline-block;
2240
  }
2241
}
2242
/* Standard Forms */
2243
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2250
form .row .row {
2251
  margin: 0 -0.5em;
2252
}
2253
/* line 70, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2259
form .row .row.collapse {
2260
  margin: 0;
2261
}
2262
/* line 76, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2287
label.right {
2288
  float: none;
2289
  text-align: right;
2290
}
2291
/* line 266, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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 or label so buttons keep their own */
2391
/* line 288, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2392
span.prefix, label.prefix {
2393
  background: #f2f2f2;
2394
  border-color: #d9d9d9;
2395
  border-right: none;
2396
  color: #333333;
2397
}
2398
/* line 289, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2399
span.prefix.radius, label.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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2411
span.postfix, label.postfix {
2412
  background: #f2f2f2;
2413
  border-color: #cccccc;
2414
  border-left: none;
2415
  color: #333333;
2416
}
2417
/* line 292, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2418
span.postfix.radius, label.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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2469
input[type="text"],
2470
input[type="password"],
2471
input[type="date"],
2472
input[type="datetime"],
2473
input[type="datetime-local"],
2474
input[type="month"],
2475
input[type="week"],
2476
input[type="email"],
2477
input[type="number"],
2478
input[type="search"],
2479
input[type="tel"],
2480
input[type="time"],
2481
input[type="url"],
2482
textarea {
2483
  background-color: white;
2484
  font-family: inherit;
2485
  border: 1px solid #919194;
2486
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2487
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2488
  color: rgba(0, 0, 0, 0.75);
2489
  display: block;
2490
  font-size: 0.875em;
2491
  margin: 0 0 1em 0;
2492
  padding: 0.5em;
2493
  height: 2.3125em;
2494
  width: 100%;
2495
  -moz-box-sizing: border-box;
2496
  -webkit-box-sizing: border-box;
2497
  box-sizing: border-box;
2498
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
2499
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
2500
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
2501
}
2502
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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-1.9.2-p320/gems/zurb-foundation-4.3.1/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 357, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2592
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
2593
  display: block;
2594
  padding: 0.375em 0.25em;
2595
  margin-top: -1.3125em;
2596
  margin-bottom: 1em;
2597
  font-size: 0.75em;
2598
  font-weight: bold;
2599
  background: #30c79e;
2600
  color: white;
2601
  margin-top: 0;
2602
}
2603
/* line 361, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2604
[data-abide] span.error, [data-abide] small.error {
2605
  display: none;
2606
}
2607

    
2608
/* line 363, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2609
span.error, small.error {
2610
  display: block;
2611
  padding: 0.375em 0.25em;
2612
  margin-top: -1.3125em;
2613
  margin-bottom: 1em;
2614
  font-size: 0.75em;
2615
  font-weight: bold;
2616
  background: #30c79e;
2617
  color: white;
2618
}
2619

    
2620
/* line 369, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2621
.error input,
2622
.error textarea,
2623
.error select {
2624
  border-color: #30c79e;
2625
  background-color: rgba(48, 199, 158, 0.1);
2626
  margin-bottom: 0;
2627
}
2628
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2629
.error input:focus,
2630
.error textarea:focus,
2631
.error select:focus {
2632
  background: #fafafa;
2633
  border-color: #999999;
2634
}
2635
/* line 375, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2636
.error label,
2637
.error label.error {
2638
  color: #30c79e;
2639
}
2640
/* line 379, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2641
.error small.error {
2642
  display: block;
2643
  padding: 0.375em 0.25em;
2644
  margin-top: -1.3125em;
2645
  margin-bottom: 1em;
2646
  font-size: 0.75em;
2647
  font-weight: bold;
2648
  background: #30c79e;
2649
  color: white;
2650
}
2651
/* line 383, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2652
.error span.error-message {
2653
  display: block;
2654
}
2655

    
2656
/* line 389, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2657
input.error,
2658
textarea.error {
2659
  border-color: #30c79e;
2660
  background-color: rgba(48, 199, 158, 0.1);
2661
}
2662
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2663
input.error:focus,
2664
textarea.error:focus {
2665
  background: #fafafa;
2666
  border-color: #999999;
2667
}
2668

    
2669
/* line 393, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2670
.error select {
2671
  border-color: #30c79e;
2672
  background-color: rgba(48, 199, 158, 0.1);
2673
}
2674
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2675
.error select:focus {
2676
  background: #fafafa;
2677
  border-color: #999999;
2678
}
2679

    
2680
/* line 397, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2681
label.error {
2682
  color: #30c79e;
2683
}
2684

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

    
2803
/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
2804
.button-bar {
2805
  *zoom: 1;
2806
}
2807
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
2808
.button-bar:before, .button-bar:after {
2809
  content: " ";
2810
  display: table;
2811
}
2812
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
2813
.button-bar:after {
2814
  clear: both;
2815
}
2816
/* line 86, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
2817
.button-bar .button-group {
2818
  float: left;
2819
  margin-right: 0.625em;
2820
}
2821
/* line 23, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_button-groups.scss */
2822
.button-bar .button-group div {
2823
  overflow: hidden;
2824
}
2825

    
2826
/* Dropdown Button */
2827
/* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2828
.dropdown.button {
2829
  position: relative;
2830
  padding-right: 3.1875em;
2831
}
2832
/* line 46, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2833
.dropdown.button:before {
2834
  position: absolute;
2835
  content: "";
2836
  width: 0;
2837
  height: 0;
2838
  display: block;
2839
  border-style: solid;
2840
  border-color: white transparent transparent transparent;
2841
  top: 50%;
2842
}
2843
/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2844
.dropdown.button:before {
2845
  border-width: 0.5625em;
2846
  right: 1.5em;
2847
  margin-top: -0.25em;
2848
}
2849
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2850
.dropdown.button:before {
2851
  border-color: white transparent transparent transparent;
2852
}
2853
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2854
.dropdown.button.tiny {
2855
  padding-right: 2.1875em;
2856
}
2857
/* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2858
.dropdown.button.tiny:before {
2859
  border-width: 0.4375em;
2860
  right: 0.875em;
2861
  margin-top: -0.15625em;
2862
}
2863
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2864
.dropdown.button.tiny:before {
2865
  border-color: white transparent transparent transparent;
2866
}
2867
/* line 110, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2868
.dropdown.button.small {
2869
  padding-right: 2.8125em;
2870
}
2871
/* line 71, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2872
.dropdown.button.small:before {
2873
  border-width: 0.5625em;
2874
  right: 1.125em;
2875
  margin-top: -0.21875em;
2876
}
2877
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2878
.dropdown.button.small:before {
2879
  border-color: white transparent transparent transparent;
2880
}
2881
/* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2882
.dropdown.button.large {
2883
  padding-right: 4em;
2884
}
2885
/* line 91, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2886
.dropdown.button.large:before {
2887
  border-width: 0.625em;
2888
  right: 1.75em;
2889
  margin-top: -0.3125em;
2890
}
2891
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2892
.dropdown.button.large:before {
2893
  border-color: white transparent transparent transparent;
2894
}
2895
/* line 112, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown-buttons.scss */
2896
.dropdown.button.secondary:before {
2897
  border-color: #333333 transparent transparent transparent;
2898
}
2899

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

    
3036
/* Flex Video */
3037
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
3038
.flex-video {
3039
  position: relative;
3040
  padding-top: 1.5625em;
3041
  padding-bottom: 67.5%;
3042
  height: 0;
3043
  margin-bottom: 1em;
3044
  overflow: hidden;
3045
}
3046
/* line 26, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
3047
.flex-video.widescreen {
3048
  padding-bottom: 57.25%;
3049
}
3050
/* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
3051
.flex-video.vimeo {
3052
  padding-top: 0;
3053
}
3054
/* line 32, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
3055
.flex-video iframe,
3056
.flex-video object,
3057
.flex-video embed,
3058
.flex-video video {
3059
  position: absolute;
3060
  top: 0;
3061
  left: 0;
3062
  width: 100%;
3063
  height: 100%;
3064
}
3065

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

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

    
3454
/* line 303, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3455
[data-section='tabs'], .section-container.tabs {
3456
  width: 100%;
3457
  position: relative;
3458
  display: block;
3459
  margin-bottom: 1.25em;
3460
}
3461
/* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3462
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
3463
  visibility: hidden;
3464
}
3465
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3466
[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 {
3467
  margin-bottom: 0;
3468
}
3469
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3470
[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 {
3471
  width: 100%;
3472
  display: inline-block;
3473
  white-space: nowrap;
3474
}
3475
/* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3476
[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 {
3477
  display: none;
3478
}
3479
/* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3480
[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 {
3481
  display: block;
3482
}
3483
/* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3484
[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) {
3485
  padding: 0 !important;
3486
}
3487
/* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3488
[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 {
3489
  width: auto;
3490
  position: absolute;
3491
  top: 0;
3492
  left: 0;
3493
}
3494

    
3495
/* line 310, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3496
.section-container.tabs {
3497
  border: none;
3498
}
3499
/* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3500
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
3501
  background-color: #efefef;
3502
  cursor: pointer;
3503
  border: solid 1px #cccccc;
3504
}
3505
/* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3506
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
3507
  padding: 0.9375em;
3508
  color: #333333;
3509
  font-size: 0.875em;
3510
  background: none;
3511
}
3512
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3513
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
3514
  background-color: #e2e2e2;
3515
}
3516
/* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3517
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
3518
  padding: 0.9375em;
3519
  background-color: white;
3520
  border: solid 1px #cccccc;
3521
}
3522
/* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3523
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
3524
  margin-bottom: 0;
3525
}
3526
/* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3527
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
3528
  padding-top: 0;
3529
}
3530
/* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3531
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
3532
  padding-bottom: 0;
3533
}
3534
/* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3535
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
3536
  background: white;
3537
}
3538
/* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3539
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
3540
  color: #333333;
3541
}
3542
/* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3543
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
3544
  padding: 0 !important;
3545
}
3546
/* line 249, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3547
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
3548
  border-bottom: 0;
3549
}
3550

    
3551
@media only screen and (min-width: 768px) {
3552
  /* line 319, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3553
  [data-section=''], [data-section='auto'], .section-container.auto {
3554
    width: 100%;
3555
    position: relative;
3556
    display: block;
3557
    margin-bottom: 1.25em;
3558
  }
3559
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3560
  [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]) {
3561
    visibility: hidden;
3562
  }
3563
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3564
  [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 {
3565
    margin-bottom: 0;
3566
  }
3567
  /* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3568
  [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 {
3569
    width: 100%;
3570
    display: inline-block;
3571
    white-space: nowrap;
3572
  }
3573
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3574
  [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 {
3575
    display: none;
3576
  }
3577
  /* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3578
  [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 {
3579
    display: block;
3580
  }
3581
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3582
  [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) {
3583
    padding: 0 !important;
3584
  }
3585
  /* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3586
  [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 {
3587
    width: auto;
3588
    position: absolute;
3589
    top: 0;
3590
    left: 0;
3591
  }
3592

    
3593
  /* line 326, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3594
  .section-container.auto {
3595
    border: none;
3596
  }
3597
  /* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3598
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
3599
    background-color: #efefef;
3600
    cursor: pointer;
3601
    border: solid 1px #cccccc;
3602
  }
3603
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3604
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
3605
    padding: 0.9375em;
3606
    color: #333333;
3607
    font-size: 0.875em;
3608
    background: none;
3609
  }
3610
  /* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3611
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
3612
    background-color: #e2e2e2;
3613
  }
3614
  /* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3615
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
3616
    padding: 0.9375em;
3617
    background-color: white;
3618
    border: solid 1px #cccccc;
3619
  }
3620
  /* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3621
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
3622
    margin-bottom: 0;
3623
  }
3624
  /* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3625
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
3626
    padding-top: 0;
3627
  }
3628
  /* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3629
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
3630
    padding-bottom: 0;
3631
  }
3632
  /* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3633
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
3634
    background: white;
3635
  }
3636
  /* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3637
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
3638
    color: #333333;
3639
  }
3640
  /* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3641
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
3642
    padding: 0 !important;
3643
  }
3644
  /* line 249, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3645
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
3646
    border-bottom: 0;
3647
  }
3648

    
3649
  /* line 333, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3650
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
3651
    width: 100%;
3652
    position: relative;
3653
    display: block;
3654
    margin-bottom: 1.25em;
3655
  }
3656
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3657
  [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]) {
3658
    visibility: hidden;
3659
  }
3660
  /* line 55, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3661
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
3662
    width: 100% !important;
3663
  }
3664
  /* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3665
  [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 {
3666
    padding: 0 !important;
3667
    margin: 0 !important;
3668
  }
3669
  /* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3670
  [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 {
3671
    width: 100% !important;
3672
  }
3673
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3674
  [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 {
3675
    margin-bottom: 0;
3676
  }
3677
  /* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3678
  [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 {
3679
    width: 100%;
3680
    display: inline-block;
3681
    white-space: nowrap;
3682
  }
3683
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3684
  [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 {
3685
    display: none;
3686
  }
3687
  /* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3688
  [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 {
3689
    display: block;
3690
  }
3691
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3692
  [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) {
3693
    padding: 0 !important;
3694
  }
3695
  /* line 143, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3696
  [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 {
3697
    position: absolute;
3698
    top: 0;
3699
    left: 0;
3700
    width: 12.5em;
3701
  }
3702
  /* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3703
  [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 {
3704
    padding-left: 12.5em;
3705
  }
3706
  /* line 153, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3707
  [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 {
3708
    width: 12.5em;
3709
  }
3710

    
3711
  /* line 340, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3712
  .section-container.vertical-tabs {
3713
    border: none;
3714
  }
3715
  /* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3716
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
3717
    background-color: #efefef;
3718
    cursor: pointer;
3719
    border: solid 1px #cccccc;
3720
  }
3721
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3722
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
3723
    padding: 0.9375em;
3724
    color: #333333;
3725
    font-size: 0.875em;
3726
    background: none;
3727
  }
3728
  /* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3729
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
3730
    background-color: #e2e2e2;
3731
  }
3732
  /* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3733
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
3734
    padding: 0.9375em;
3735
    background-color: white;
3736
    border: solid 1px #cccccc;
3737
  }
3738
  /* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3739
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
3740
    margin-bottom: 0;
3741
  }
3742
  /* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3743
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
3744
    padding-top: 0;
3745
  }
3746
  /* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3747
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
3748
    padding-bottom: 0;
3749
  }
3750
  /* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3751
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
3752
    background: #d5d5d5;
3753
  }
3754
  /* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3755
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
3756
    color: #333333;
3757
  }
3758
  /* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3759
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
3760
    padding: 0 !important;
3761
  }
3762
  /* line 257, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3763
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
3764
    padding-left: 12.4375em;
3765
  }
3766
  /* line 260, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3767
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
3768
    background-color: #d5d5d5;
3769
  }
3770

    
3771
  /* line 347, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3772
  [data-section='vertical-nav'], .section-container.vertical-nav {
3773
    width: 100%;
3774
    position: relative;
3775
    display: block;
3776
    margin-bottom: 1.25em;
3777
  }
3778
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3779
  [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]) {
3780
    visibility: hidden;
3781
  }
3782
  /* line 55, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3783
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
3784
    width: 100% !important;
3785
  }
3786
  /* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3787
  [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 {
3788
    padding: 0 !important;
3789
    margin: 0 !important;
3790
  }
3791
  /* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3792
  [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 {
3793
    width: 100% !important;
3794
  }
3795
  /* line 349, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3796
  [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] {
3797
    position: relative;
3798
    display: inline-block;
3799
  }
3800
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3801
  [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 {
3802
    margin-bottom: 0;
3803
  }
3804
  /* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3805
  [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 {
3806
    width: 100%;
3807
    display: inline-block;
3808
    white-space: nowrap;
3809
  }
3810
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3811
  [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 {
3812
    display: none;
3813
  }
3814
  /* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3815
  [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 {
3816
    display: block;
3817
  }
3818
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3819
  [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) {
3820
    padding: 0 !important;
3821
  }
3822
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3823
  [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 {
3824
    position: static;
3825
    width: auto;
3826
  }
3827
  /* line 168, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3828
  [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 {
3829
    display: block;
3830
  }
3831
  /* line 171, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3832
  [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 {
3833
    position: absolute;
3834
    top: 0;
3835
    left: 0;
3836
    z-index: 999;
3837
    min-width: 12.5em;
3838
  }
3839

    
3840
  /* line 354, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3841
  .section-container.vertical-nav {
3842
    border: none;
3843
  }
3844
  /* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3845
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
3846
    background-color: #efefef;
3847
    cursor: pointer;
3848
    border: solid 1px #cccccc;
3849
  }
3850
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3851
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
3852
    padding: 0.9375em;
3853
    color: #333333;
3854
    font-size: 0.875em;
3855
    background: none;
3856
  }
3857
  /* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3858
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
3859
    background-color: #e2e2e2;
3860
  }
3861
  /* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3862
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
3863
    padding: 0.9375em;
3864
    background-color: white;
3865
    border: solid 1px #cccccc;
3866
  }
3867
  /* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3868
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
3869
    margin-bottom: 0;
3870
  }
3871
  /* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3872
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
3873
    padding-top: 0;
3874
  }
3875
  /* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3876
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
3877
    padding-bottom: 0;
3878
  }
3879
  /* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3880
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
3881
    background: #d5d5d5;
3882
  }
3883
  /* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3884
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
3885
    color: #333333;
3886
  }
3887
  /* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3888
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
3889
    padding: 0 !important;
3890
  }
3891

    
3892
  /* line 361, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3893
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
3894
    width: 100%;
3895
    position: relative;
3896
    display: block;
3897
    margin-bottom: 1.25em;
3898
  }
3899
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3900
  [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]) {
3901
    visibility: hidden;
3902
  }
3903
  /* line 55, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3904
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
3905
    width: 100% !important;
3906
  }
3907
  /* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3908
  [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 {
3909
    padding: 0 !important;
3910
    margin: 0 !important;
3911
  }
3912
  /* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3913
  [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 {
3914
    width: 100% !important;
3915
  }
3916
  /* line 363, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3917
  [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] {
3918
    position: relative;
3919
    float: left;
3920
  }
3921
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3922
  [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 {
3923
    margin-bottom: 0;
3924
  }
3925
  /* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3926
  [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 {
3927
    width: 100%;
3928
    display: inline-block;
3929
    white-space: nowrap;
3930
  }
3931
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3932
  [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 {
3933
    display: none;
3934
  }
3935
  /* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3936
  [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 {
3937
    display: block;
3938
  }
3939
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3940
  [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) {
3941
    padding: 0 !important;
3942
  }
3943
  /* line 186, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3944
  [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 {
3945
    position: static;
3946
    width: auto;
3947
  }
3948
  /* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3949
  [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 {
3950
    display: block;
3951
  }
3952
  /* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3953
  [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 {
3954
    width: auto;
3955
    position: absolute;
3956
    top: 0;
3957
    left: 0;
3958
    z-index: 999;
3959
    min-width: 12.5em;
3960
  }
3961

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

    
4121
/* Wrapped around .top-bar to contain to grid width */
4122
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4123
.contain-to-grid {
4124
  width: 100%;
4125
  background: #111111;
4126
}
4127
/* line 71, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4128
.contain-to-grid .top-bar {
4129
  margin-bottom: 1.875em;
4130
}
4131

    
4132
/* line 75, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4133
.fixed {
4134
  width: 100%;
4135
  left: 0;
4136
  position: fixed;
4137
  top: 0;
4138
  z-index: 99;
4139
}
4140

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

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

    
4416
/* line 353, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4417
.top-bar-js-breakpoint {
4418
  width: 58.75em !important;
4419
  visibility: hidden;
4420
}
4421

    
4422
/* line 357, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4423
.js-generated {
4424
  display: block;
4425
}
4426

    
4427
@media only screen and (min-width: 58.75em) {
4428
  /* line 362, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4429
  .top-bar {
4430
    background: #111111;
4431
    *zoom: 1;
4432
    overflow: visible;
4433
  }
4434
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
4435
  .top-bar:before, .top-bar:after {
4436
    content: " ";
4437
    display: table;
4438
  }
4439
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
4440
  .top-bar:after {
4441
    clear: both;
4442
  }
4443
  /* line 367, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4444
  .top-bar .toggle-topbar {
4445
    display: none;
4446
  }
4447
  /* line 369, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4448
  .top-bar .title-area {
4449
    float: left;
4450
  }
4451
  /* line 370, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4452
  .top-bar .name h1 a {
4453
    width: auto;
4454
  }
4455
  /* line 373, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4456
  .top-bar input,
4457
  .top-bar .button {
4458
    line-height: 2em;
4459
    font-size: 0.875em;
4460
    height: 2em;
4461
    padding: 0 10px;
4462
    position: relative;
4463
    top: 8px;
4464
  }
4465
  /* line 382, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4466
  .top-bar.expanded {
4467
    background: #111111;
4468
  }
4469

    
4470
  /* line 385, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4471
  .contain-to-grid .top-bar {
4472
    max-width: 62.5em;
4473
    margin: 0 auto;
4474
    margin-bottom: 1.875em;
4475
  }
4476

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

    
4594
  /* line 510, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4595
  .no-js .top-bar-section ul li:hover > a {
4596
    background: #090909;
4597
    color: white;
4598
  }
4599
  /* line 516, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4600
  .no-js .top-bar-section ul li:active > a {
4601
    background: #090909;
4602
    color: white;
4603
  }
4604
  /* line 524, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4605
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
4606
    visibility: visible;
4607
  }
4608
}
4609
@-webkit-keyframes rotate {
4610
  /* line 38, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4611
  from {
4612
    -webkit-transform: rotate(0deg);
4613
  }
4614

    
4615
  /* line 39, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4616
  to {
4617
    -webkit-transform: rotate(360deg);
4618
  }
4619
}
4620

    
4621
@-moz-keyframes rotate {
4622
  /* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4623
  from {
4624
    -webkit-transform: rotate(0deg);
4625
  }
4626

    
4627
  /* line 43, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4628
  to {
4629
    -webkit-transform: rotate(360deg);
4630
  }
4631
}
4632

    
4633
@-o-keyframes rotate {
4634
  /* line 46, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4635
  from {
4636
    -webkit-transform: rotate(0deg);
4637
  }
4638

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

    
4645
@keyframes rotate {
4646
  /* line 51, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4647
  from {
4648
    -webkit-transform: rotate(0deg);
4649
  }
4650

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

    
4657
/* Orbit Graceful Loading */
4658
/* line 56, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4659
.slideshow-wrapper {
4660
  position: relative;
4661
}
4662
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4663
.slideshow-wrapper ul {
4664
  list-style-type: none;
4665
  margin: 0;
4666
}
4667
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4668
.slideshow-wrapper ul li,
4669
.slideshow-wrapper ul li .orbit-caption {
4670
  display: none;
4671
}
4672
/* line 69, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4673
.slideshow-wrapper ul li:first-child {
4674
  display: block;
4675
}
4676
/* line 72, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4677
.slideshow-wrapper .orbit-container {
4678
  background-color: transparent;
4679
}
4680
/* line 75, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4681
.slideshow-wrapper .orbit-container li {
4682
  display: block;
4683
}
4684
/* line 77, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4685
.slideshow-wrapper .orbit-container li .orbit-caption {
4686
  display: block;
4687
}
4688

    
4689
/* line 83, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4690
.preloader {
4691
  display: block;
4692
  width: 40px;
4693
  height: 40px;
4694
  position: absolute;
4695
  top: 50%;
4696
  left: 50%;
4697
  margin-top: -20px;
4698
  margin-left: -20px;
4699
  border: solid 3px;
4700
  border-color: #555 #fff;
4701
  -webkit-border-radius: 1000px;
4702
  border-radius: 1000px;
4703
  -webkit-animation-name: rotate;
4704
  -webkit-animation-duration: 1.5s;
4705
  -webkit-animation-iteration-count: infinite;
4706
  -webkit-animation-timing-function: linear;
4707
  -moz-animation-name: rotate;
4708
  -moz-animation-duration: 1.5s;
4709
  -moz-animation-iteration-count: infinite;
4710
  -moz-animation-timing-function: linear;
4711
  -o-animation-name: rotate;
4712
  -o-animation-duration: 1.5s;
4713
  -o-animation-iteration-count: infinite;
4714
  -o-animation-timing-function: linear;
4715
  animation-name: rotate;
4716
  animation-duration: 1.5s;
4717
  animation-iteration-count: infinite;
4718
  animation-timing-function: linear;
4719
}
4720

    
4721
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4722
.orbit-container {
4723
  overflow: hidden;
4724
  width: 100%;
4725
  position: relative;
4726
  background: whitesmoke;
4727
}
4728
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4729
.orbit-container .orbit-slides-container {
4730
  list-style: none;
4731
  margin: 0;
4732
  padding: 0;
4733
  position: relative;
4734
}
4735
/* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4736
.orbit-container .orbit-slides-container img {
4737
  display: block;
4738
  max-width: 100%;
4739
}
4740
/* line 129, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4741
.orbit-container .orbit-slides-container > * {
4742
  position: absolute;
4743
  top: 0;
4744
  width: 100%;
4745
  margin-left: 100%;
4746
}
4747
/* line 140, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4748
.orbit-container .orbit-slides-container > *:first-child {
4749
  margin-left: 0%;
4750
}
4751
/* line 149, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4752
.orbit-container .orbit-slides-container > * .orbit-caption {
4753
  position: absolute;
4754
  bottom: 0;
4755
  background-color: black;
4756
  background-color: rgba(0, 0, 0, 0.6);
4757
  color: white;
4758
  width: 100%;
4759
  padding: 10px 14px;
4760
  font-size: 0.875em;
4761
}
4762
/* line 162, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4763
.orbit-container .orbit-slide-number {
4764
  position: absolute;
4765
  top: 10px;
4766
  left: 10px;
4767
  font-size: 12px;
4768
  color: white;
4769
  background: rgba(0, 0, 0, 0);
4770
  z-index: 10;
4771
}
4772
/* line 167, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4773
.orbit-container .orbit-slide-number span {
4774
  font-weight: 700;
4775
  padding: 0.3125em;
4776
}
4777
/* line 173, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4778
.orbit-container .orbit-timer {
4779
  position: absolute;
4780
  top: 10px;
4781
  right: 10px;
4782
  height: 6px;
4783
  width: 100px;
4784
  z-index: 10;
4785
}
4786
/* line 180, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4787
.orbit-container .orbit-timer .orbit-progress {
4788
  height: 100%;
4789
  background-color: black;
4790
  background-color: rgba(0, 0, 0, 0.6);
4791
  display: block;
4792
  width: 0%;
4793
}
4794
/* line 188, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4795
.orbit-container .orbit-timer > span {
4796
  display: none;
4797
  position: absolute;
4798
  top: 10px;
4799
  right: 0px;
4800
  width: 11px;
4801
  height: 14px;
4802
  border: solid 4px #000;
4803
  border-top: none;
4804
  border-bottom: none;
4805
}
4806
/* line 201, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4807
.orbit-container .orbit-timer.paused > span {
4808
  right: -6px;
4809
  top: 9px;
4810
  width: 11px;
4811
  height: 14px;
4812
  border: inset 8px;
4813
  border-right-style: solid;
4814
  border-color: transparent transparent transparent #000;
4815
}
4816
/* line 213, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4817
.orbit-container:hover .orbit-timer > span {
4818
  display: block;
4819
}
4820
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4821
.orbit-container .orbit-prev,
4822
.orbit-container .orbit-next {
4823
  position: absolute;
4824
  top: 50%;
4825
  margin-top: -25px;
4826
  background-color: black;
4827
  background-color: rgba(0, 0, 0, 0.6);
4828
  width: 50px;
4829
  height: 60px;
4830
  line-height: 50px;
4831
  color: white;
4832
  text-indent: -9999px !important;
4833
  z-index: 10;
4834
}
4835
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4836
.orbit-container .orbit-prev > span,
4837
.orbit-container .orbit-next > span {
4838
  position: absolute;
4839
  top: 50%;
4840
  margin-top: -16px;
4841
  display: block;
4842
  width: 0;
4843
  height: 0;
4844
  border: inset 16px;
4845
}
4846
/* line 240, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4847
.orbit-container .orbit-prev {
4848
  left: 0;
4849
}
4850
/* line 241, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4851
.orbit-container .orbit-prev > span {
4852
  border-right-style: solid;
4853
  border-color: transparent;
4854
  border-right-color: #fff;
4855
}
4856
/* line 246, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4857
.orbit-container .orbit-prev:hover > span {
4858
  border-right-color: #ccc;
4859
}
4860
/* line 250, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4861
.orbit-container .orbit-next {
4862
  right: 0;
4863
}
4864
/* line 251, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4865
.orbit-container .orbit-next > span {
4866
  border-color: transparent;
4867
  border-left-style: solid;
4868
  border-left-color: #fff;
4869
  left: 50%;
4870
  margin-left: -8px;
4871
}
4872
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4873
.orbit-container .orbit-next:hover > span {
4874
  border-left-color: #ccc;
4875
}
4876

    
4877
/* line 264, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4878
.orbit-bullets {
4879
  margin: 0 auto 30px auto;
4880
  overflow: hidden;
4881
  position: relative;
4882
  top: 10px;
4883
}
4884
/* line 270, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4885
.orbit-bullets li {
4886
  display: block;
4887
  width: 10px;
4888
  height: 10px;
4889
  background: #999999;
4890
  float: left;
4891
  margin-right: 6px;
4892
  border: solid 1px #555555;
4893
  -webkit-border-radius: 1000px;
4894
  border-radius: 1000px;
4895
}
4896
/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4897
.orbit-bullets li.active {
4898
  background: #555555;
4899
}
4900
/* line 284, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4901
.orbit-bullets li:last-child {
4902
  margin-right: 0;
4903
}
4904

    
4905
/* line 291, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4906
.touch .orbit-container .orbit-prev,
4907
.touch .orbit-container .orbit-next {
4908
  display: none;
4909
}
4910
/* line 294, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4911
.touch .orbit-bullets {
4912
  display: none;
4913
}
4914

    
4915
@media only screen and (min-width: 768px) {
4916
  /* line 303, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4917
  .touch .orbit-container .orbit-prev,
4918
  .touch .orbit-container .orbit-next {
4919
    display: inherit;
4920
  }
4921
  /* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4922
  .touch .orbit-bullets {
4923
    display: block;
4924
  }
4925
}
4926
@media only screen and (max-width: 768px) {
4927
  /* line 316, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4928
  .orbit-stack-on-small .orbit-slides-container {
4929
    height: auto !important;
4930
  }
4931
  /* line 317, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4932
  .orbit-stack-on-small .orbit-slides-container > * {
4933
    position: relative;
4934
    margin-left: 0% !important;
4935
  }
4936
  /* line 324, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4937
  .orbit-stack-on-small .orbit-timer,
4938
  .orbit-stack-on-small .orbit-next,
4939
  .orbit-stack-on-small .orbit-prev,
4940
  .orbit-stack-on-small .orbit-bullets {
4941
    display: none;
4942
  }
4943
}
4944
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
4945
.reveal-modal-bg {
4946
  position: fixed;
4947
  height: 100%;
4948
  width: 100%;
4949
  background: black;
4950
  background: rgba(255, 255, 255, 0.8);
4951
  z-index: 98;
4952
  display: none;
4953
  top: 0;
4954
  left: 0;
4955
}
4956

    
4957
/* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
4958
.reveal-modal {
4959
  visibility: hidden;
4960
  display: none;
4961
  position: absolute;
4962
  left: 50%;
4963
  z-index: 99;
4964
  height: auto;
4965
  margin-left: -40%;
4966
  width: 80%;
4967
  background-color: white;
4968
  padding: 3.125em 6.25em 1.25em;
4969
  border: solid 0px #666666;
4970
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
4971
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
4972
  top: 50px;
4973
}
4974
/* line 62, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
4975
.reveal-modal .column,
4976
.reveal-modal .columns {
4977
  min-width: 0;
4978
}
4979
/* line 65, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
4980
.reveal-modal > :first-child {
4981
  margin-top: 0;
4982
}
4983
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
4984
.reveal-modal > :last-child {
4985
  margin-bottom: 0;
4986
}
4987
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
4988
.reveal-modal .close-reveal-modal {
4989
  font-size: 1.125em;
4990
  line-height: 1;
4991
  position: absolute;
4992
  top: 3.125em;
4993
  right: 3.125em;
4994
  color: white;
4995
  font-weight: bold;
4996
  cursor: pointer;
4997
}
4998

    
4999
@media only screen and (min-width: 768px) {
5000
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5001
  .reveal-modal {
5002
    padding: 1.875em;
5003
    top: 6.25em;
5004
  }
5005
  /* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5006
  .reveal-modal.tiny {
5007
    margin-left: -15%;
5008
    width: 30%;
5009
  }
5010
  /* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5011
  .reveal-modal.small {
5012
    margin-left: -20%;
5013
    width: 40%;
5014
  }
5015
  /* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5016
  .reveal-modal.medium {
5017
    margin-left: -30%;
5018
    width: 60%;
5019
  }
5020
  /* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5021
  .reveal-modal.large {
5022
    margin-left: -35%;
5023
    width: 70%;
5024
  }
5025
  /* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5026
  .reveal-modal.xlarge {
5027
    margin-left: -47.5%;
5028
    width: 95%;
5029
  }
5030
}
5031
@media print {
5032
  /* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5033
  .reveal-modal {
5034
    background: #fff !important;
5035
  }
5036
}
5037
/* Foundation Joyride */
5038
/* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5039
.joyride-list {
5040
  display: none;
5041
}
5042

    
5043
/* Default styles for the container */
5044
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5045
.joyride-tip-guide {
5046
  display: none;
5047
  position: absolute;
5048
  background: black;
5049
  color: white;
5050
  z-index: 101;
5051
  top: 0;
5052
  left: 2.5%;
5053
  font-family: inherit;
5054
  font-weight: normal;
5055
  width: 95%;
5056
}
5057

    
5058
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5059
.lt-ie9 .joyride-tip-guide {
5060
  max-width: 800px;
5061
  left: 50%;
5062
  margin-left: -400px;
5063
}
5064

    
5065
/* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5066
.joyride-content-wrapper {
5067
  width: 100%;
5068
  padding: 1.125em 1.25em 1.5em;
5069
}
5070
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5071
.joyride-content-wrapper .button {
5072
  margin-bottom: 0 !important;
5073
}
5074

    
5075
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
5076
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5077
.joyride-tip-guide .joyride-nub {
5078
  display: block;
5079
  position: absolute;
5080
  left: 22px;
5081
  width: 0;
5082
  height: 0;
5083
  border: inset 14px;
5084
}
5085
/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5086
.joyride-tip-guide .joyride-nub.top {
5087
  border-top-style: solid;
5088
  border-color: black;
5089
  border-top-color: transparent !important;
5090
  border-left-color: transparent !important;
5091
  border-right-color: transparent !important;
5092
  top: -28px;
5093
}
5094
/* line 89, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5095
.joyride-tip-guide .joyride-nub.bottom {
5096
  border-bottom-style: solid;
5097
  border-color: black !important;
5098
  border-bottom-color: transparent !important;
5099
  border-left-color: transparent !important;
5100
  border-right-color: transparent !important;
5101
  bottom: -28px;
5102
}
5103
/* line 98, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5104
.joyride-tip-guide .joyride-nub.right {
5105
  right: -28px;
5106
}
5107
/* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5108
.joyride-tip-guide .joyride-nub.left {
5109
  left: -28px;
5110
}
5111

    
5112
/* Typography */
5113
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5114
.joyride-tip-guide h1,
5115
.joyride-tip-guide h2,
5116
.joyride-tip-guide h3,
5117
.joyride-tip-guide h4,
5118
.joyride-tip-guide h5,
5119
.joyride-tip-guide h6 {
5120
  line-height: 1.25;
5121
  margin: 0;
5122
  font-weight: bold;
5123
  color: white;
5124
}
5125

    
5126
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5127
.joyride-tip-guide p {
5128
  margin: 0 0 1.125em 0;
5129
  font-size: 0.875em;
5130
  line-height: 1.3;
5131
}
5132

    
5133
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5134
.joyride-timer-indicator-wrap {
5135
  width: 50px;
5136
  height: 3px;
5137
  border: solid 1px #555555;
5138
  position: absolute;
5139
  right: 1.0625em;
5140
  bottom: 1em;
5141
}
5142

    
5143
/* line 129, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5144
.joyride-timer-indicator {
5145
  display: block;
5146
  width: 0;
5147
  height: inherit;
5148
  background: #666666;
5149
}
5150

    
5151
/* line 136, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5152
.joyride-close-tip {
5153
  position: absolute;
5154
  right: 12px;
5155
  top: 10px;
5156
  color: #777777 !important;
5157
  text-decoration: none;
5158
  font-size: 30px;
5159
  font-weight: normal;
5160
  line-height: .5 !important;
5161
}
5162
/* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5163
.joyride-close-tip:hover, .joyride-close-tip:focus {
5164
  color: #eee !important;
5165
}
5166

    
5167
/* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5168
.joyride-modal-bg {
5169
  position: fixed;
5170
  height: 100%;
5171
  width: 100%;
5172
  background: transparent;
5173
  background: rgba(0, 0, 0, 0.5);
5174
  z-index: 100;
5175
  display: none;
5176
  top: 0;
5177
  left: 0;
5178
  cursor: pointer;
5179
}
5180

    
5181
/* line 163, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5182
.joyride-expose-wrapper {
5183
  background-color: #ffffff;
5184
  position: absolute;
5185
  border-radius: 3px;
5186
  z-index: 102;
5187
  -moz-box-shadow: 0px 0px 30px #ffffff;
5188
  -webkit-box-shadow: 0px 0px 15px #ffffff;
5189
  box-shadow: 0px 0px 15px #ffffff;
5190
}
5191

    
5192
/* line 175, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5193
.joyride-expose-cover {
5194
  background: transparent;
5195
  border-radius: 3px;
5196
  position: absolute;
5197
  z-index: 9999;
5198
  top: 0px;
5199
  left: 0px;
5200
}
5201

    
5202
/* Styles for screens that are atleast 768px; */
5203
@media only screen and (min-width: 768px) {
5204
  /* line 187, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5205
  .joyride-tip-guide {
5206
    width: 300px;
5207
    left: inherit;
5208
  }
5209
  /* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5210
  .joyride-tip-guide .joyride-nub.bottom {
5211
    border-color: black !important;
5212
    border-bottom-color: transparent !important;
5213
    border-left-color: transparent !important;
5214
    border-right-color: transparent !important;
5215
    bottom: -28px;
5216
  }
5217
  /* line 196, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5218
  .joyride-tip-guide .joyride-nub.right {
5219
    border-color: black !important;
5220
    border-top-color: transparent !important;
5221
    border-right-color: transparent !important;
5222
    border-bottom-color: transparent !important;
5223
    top: 22px;
5224
    left: auto;
5225
    right: -28px;
5226
  }
5227
  /* line 204, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5228
  .joyride-tip-guide .joyride-nub.left {
5229
    border-color: black !important;
5230
    border-top-color: transparent !important;
5231
    border-left-color: transparent !important;
5232
    border-bottom-color: transparent !important;
5233
    top: 22px;
5234
    left: -28px;
5235
    right: auto;
5236
  }
5237
}
5238
/* Clearing Styles */
5239
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5240
[data-clearing] {
5241
  *zoom: 1;
5242
  margin-bottom: 0;
5243
  margin-left: 0;
5244
  list-style: none;
5245
}
5246
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
5247
[data-clearing]:before, [data-clearing]:after {
5248
  content: " ";
5249
  display: table;
5250
}
5251
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
5252
[data-clearing]:after {
5253
  clear: both;
5254
}
5255
/* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5256
[data-clearing] li {
5257
  float: left;
5258
  margin-right: 10px;
5259
}
5260

    
5261
/* line 48, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5262
.clearing-blackout {
5263
  background: #111111;
5264
  position: fixed;
5265
  width: 100%;
5266
  height: 100%;
5267
  top: 0;
5268
  left: 0;
5269
  z-index: 998;
5270
}
5271
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5272
.clearing-blackout .clearing-close {
5273
  display: block;
5274
}
5275

    
5276
/* line 60, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5277
.clearing-container {
5278
  position: relative;
5279
  z-index: 998;
5280
  height: 100%;
5281
  overflow: hidden;
5282
  margin: 0;
5283
}
5284

    
5285
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5286
.visible-img {
5287
  height: 95%;
5288
  position: relative;
5289
}
5290
/* line 72, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5291
.visible-img img {
5292
  position: absolute;
5293
  left: 50%;
5294
  top: 50%;
5295
  margin-left: -50%;
5296
  max-height: 100%;
5297
  max-width: 100%;
5298
}
5299

    
5300
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5301
.clearing-caption {
5302
  color: white;
5303
  line-height: 1.3;
5304
  margin-bottom: 0;
5305
  text-align: center;
5306
  bottom: 0;
5307
  background: #111111;
5308
  width: 100%;
5309
  padding: 10px 30px;
5310
  position: absolute;
5311
  left: 0;
5312
}
5313

    
5314
/* line 95, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5315
.clearing-close {
5316
  z-index: 999;
5317
  padding-left: 20px;
5318
  padding-top: 10px;
5319
  font-size: 40px;
5320
  line-height: 1;
5321
  color: white;
5322
  display: none;
5323
}
5324
/* line 105, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5325
.clearing-close:hover, .clearing-close:focus {
5326
  color: #ccc;
5327
}
5328

    
5329
/* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5330
.clearing-assembled .clearing-container {
5331
  height: 100%;
5332
}
5333
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5334
.clearing-assembled .clearing-container .carousel > ul {
5335
  display: none;
5336
}
5337

    
5338
/* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5339
.clearing-feature li {
5340
  display: none;
5341
}
5342
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5343
.clearing-feature li.clearing-featured-img {
5344
  display: block;
5345
}
5346

    
5347
@media only screen and (min-width: 768px) {
5348
  /* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5349
  .clearing-main-prev,
5350
  .clearing-main-next {
5351
    position: absolute;
5352
    height: 100%;
5353
    width: 40px;
5354
    top: 0;
5355
  }
5356
  /* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5357
  .clearing-main-prev > span,
5358
  .clearing-main-next > span {
5359
    position: absolute;
5360
    top: 50%;
5361
    display: block;
5362
    width: 0;
5363
    height: 0;
5364
    border: solid 16px;
5365
  }
5366

    
5367
  /* line 137, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5368
  .clearing-main-prev {
5369
    left: 0;
5370
  }
5371
  /* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5372
  .clearing-main-prev > span {
5373
    left: 5px;
5374
    border-color: transparent;
5375
    border-right-color: white;
5376
  }
5377

    
5378
  /* line 145, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5379
  .clearing-main-next {
5380
    right: 0;
5381
  }
5382
  /* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5383
  .clearing-main-next > span {
5384
    border-color: transparent;
5385
    border-left-color: white;
5386
  }
5387

    
5388
  /* line 154, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5389
  .clearing-main-prev.disabled,
5390
  .clearing-main-next.disabled {
5391
    opacity: 0.5;
5392
  }
5393

    
5394
  /* line 158, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5395
  .clearing-assembled .clearing-container .carousel {
5396
    background: #111111;
5397
    height: 150px;
5398
    margin-top: 5px;
5399
  }
5400
  /* line 163, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5401
  .clearing-assembled .clearing-container .carousel > ul {
5402
    display: block;
5403
    z-index: 999;
5404
    width: 200%;
5405
    height: 100%;
5406
    margin-left: 0;
5407
    position: relative;
5408
    left: 0;
5409
  }
5410
  /* line 172, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5411
  .clearing-assembled .clearing-container .carousel > ul li {
5412
    display: block;
5413
    width: 175px;
5414
    height: inherit;
5415
    padding: 0;
5416
    float: left;
5417
    overflow: hidden;
5418
    margin-right: 1px;
5419
    position: relative;
5420
    cursor: pointer;
5421
    opacity: 0.4;
5422
  }
5423
  /* line 185, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5424
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
5425
    min-height: 100%;
5426
    height: 100%;
5427
    max-width: none;
5428
  }
5429
  /* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5430
  .clearing-assembled .clearing-container .carousel > ul li a.th {
5431
    border: none;
5432
    -webkit-box-shadow: none;
5433
    box-shadow: none;
5434
    display: block;
5435
  }
5436
  /* line 201, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5437
  .clearing-assembled .clearing-container .carousel > ul li img {
5438
    cursor: pointer !important;
5439
    min-width: 100% !important;
5440
  }
5441
  /* line 206, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5442
  .clearing-assembled .clearing-container .carousel > ul li.visible {
5443
    opacity: 1;
5444
  }
5445
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5446
  .clearing-assembled .clearing-container .visible-img {
5447
    background: #111111;
5448
    overflow: hidden;
5449
    height: 75%;
5450
  }
5451

    
5452
  /* line 218, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5453
  .clearing-close {
5454
    position: absolute;
5455
    top: 10px;
5456
    right: 20px;
5457
    padding-left: 0;
5458
    padding-top: 0;
5459
  }
5460
}
5461
/* Foundation Alerts */
5462
/* line 94, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5463
.alert-box {
5464
  border-style: solid;
5465
  border-width: 1px;
5466
  display: block;
5467
  font-weight: bold;
5468
  margin-bottom: 1.25em;
5469
  position: relative;
5470
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
5471
  font-size: 0.875em;
5472
  background-color: #919194;
5473
  border-color: #77777b;
5474
  color: white;
5475
}
5476
/* line 97, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5477
.alert-box .close {
5478
  font-size: 1.375em;
5479
  padding: 5px 4px 4px;
5480
  line-height: 0;
5481
  position: absolute;
5482
  top: 0.4375em;
5483
  right: 0.3125em;
5484
  color: #333333;
5485
  opacity: 0.3;
5486
}
5487
/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5488
.alert-box .close:hover, .alert-box .close:focus {
5489
  opacity: 0.5;
5490
}
5491
/* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5492
.alert-box.radius {
5493
  -webkit-border-radius: 1px;
5494
  border-radius: 1px;
5495
}
5496
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5497
.alert-box.round {
5498
  -webkit-border-radius: 1000px;
5499
  border-radius: 1000px;
5500
}
5501
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5502
.alert-box.success {
5503
  background-color: #00a551;
5504
  border-color: #007238;
5505
  color: white;
5506
}
5507
/* line 103, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5508
.alert-box.alert {
5509
  background-color: #30c79e;
5510
  border-color: #269e7d;
5511
  color: white;
5512
}
5513
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5514
.alert-box.secondary {
5515
  background-color: #30c79e;
5516
  border-color: #269e7d;
5517
  color: white;
5518
}
5519

    
5520
/* Breadcrumbs */
5521
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5522
.breadcrumbs {
5523
  display: block;
5524
  padding: 0 0.875em 0.5625em;
5525
  overflow: hidden;
5526
  margin-left: 0;
5527
  list-style: none;
5528
  border-style: solid;
5529
  border-width: 1px;
5530
  background-color: transparent;
5531
  border-color: transparent;
5532
  -webkit-border-radius: 1px;
5533
  border-radius: 1px;
5534
}
5535
/* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5536
.breadcrumbs > * {
5537
  margin: 0;
5538
  float: left;
5539
  font-size: inherit;
5540
  text-transform: none;
5541
}
5542
/* line 60, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5543
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
5544
  text-decoration: none;
5545
}
5546
/* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5547
.breadcrumbs > * a,
5548
.breadcrumbs > * span {
5549
  text-transform: none;
5550
  color: #919194;
5551
}
5552
/* line 69, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5553
.breadcrumbs > *.current {
5554
  cursor: default;
5555
  color: #333333;
5556
}
5557
/* line 72, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5558
.breadcrumbs > *.current a {
5559
  cursor: default;
5560
  color: #333333;
5561
}
5562
/* line 78, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5563
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
5564
  text-decoration: none;
5565
}
5566
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5567
.breadcrumbs > *.unavailable {
5568
  color: #999999;
5569
}
5570
/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5571
.breadcrumbs > *.unavailable a {
5572
  color: #999999;
5573
}
5574
/* line 89, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5575
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
5576
.breadcrumbs > *.unavailable a:focus {
5577
  text-decoration: none;
5578
  color: #999999;
5579
  cursor: default;
5580
}
5581
/* line 96, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5582
.breadcrumbs > *:before {
5583
  content: ">";
5584
  color: #aaaaaa;
5585
  margin: 0 0.75em;
5586
  position: relative;
5587
  top: 1px;
5588
}
5589
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5590
.breadcrumbs > *:first-child:before {
5591
  content: " ";
5592
  margin: 0;
5593
}
5594

    
5595
/* Custom Checkbox and Radio Inputs */
5596
/* line 62, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5597
form.custom .hidden-field {
5598
  margin-left: -99999px;
5599
  position: absolute;
5600
  visibility: hidden;
5601
}
5602
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5603
form.custom .custom {
5604
  display: inline-block;
5605
  width: 16px;
5606
  height: 16px;
5607
  position: relative;
5608
  top: -1px;
5609
  /* fix centering issue */
5610
  vertical-align: middle;
5611
  border: solid 1px #cccccc;
5612
  background: white;
5613
}
5614
/* line 78, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5615
form.custom .custom.checkbox {
5616
  -webkit-border-radius: 0px;
5617
  border-radius: 0px;
5618
  padding: -1px;
5619
}
5620
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5621
form.custom .custom.radio {
5622
  -webkit-border-radius: 1000px;
5623
  border-radius: 1000px;
5624
  padding: 3px;
5625
}
5626
/* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5627
form.custom .custom.checkbox:before {
5628
  content: "";
5629
  display: block;
5630
  font-size: 16px;
5631
  color: white;
5632
}
5633
/* line 96, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5634
form.custom .custom.radio.checked:before {
5635
  content: "";
5636
  display: block;
5637
  width: 8px;
5638
  height: 8px;
5639
  -webkit-border-radius: 1000px;
5640
  border-radius: 1000px;
5641
  background: #222222;
5642
  position: relative;
5643
}
5644
/* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5645
form.custom .custom.checkbox.checked:before {
5646
  content: "\00d7";
5647
  color: #222222;
5648
  position: absolute;
5649
  top: -50%;
5650
  left: 50%;
5651
  margin-top: 4px;
5652
  margin-left: -5px;
5653
}
5654

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

    
5863
/* Keystroke Characters */
5864
/* line 52, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_keystrokes.scss */
5865
.keystroke,
5866
kbd {
5867
  background-color: #ededed;
5868
  border-color: #dbdbdb;
5869
  color: #222222;
5870
  border-style: solid;
5871
  border-width: 1px;
5872
  margin: 0;
5873
  font-family: "Consolas", "Menlo", "Courier", monospace;
5874
  font-size: 0.875em;
5875
  padding: 0.125em 0.25em 0;
5876
  -webkit-border-radius: 1px;
5877
  border-radius: 1px;
5878
}
5879

    
5880
/* Labels */
5881
/* line 71, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5882
.label {
5883
  font-weight: bold;
5884
  text-align: center;
5885
  text-decoration: none;
5886
  line-height: 1;
5887
  white-space: nowrap;
5888
  display: inline-block;
5889
  position: relative;
5890
  padding: 0.1875em 0.625em 0.25em;
5891
  font-size: 0.875em;
5892
  background-color: #919194;
5893
  color: white;
5894
}
5895
/* line 77, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5896
.label.radius {
5897
  -webkit-border-radius: 1px;
5898
  border-radius: 1px;
5899
}
5900
/* line 78, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5901
.label.round {
5902
  -webkit-border-radius: 1000px;
5903
  border-radius: 1000px;
5904
}
5905
/* line 80, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5906
.label.alert {
5907
  background-color: #30c79e;
5908
  color: white;
5909
}
5910
/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5911
.label.success {
5912
  background-color: #00a551;
5913
  color: white;
5914
}
5915
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5916
.label.secondary {
5917
  background-color: #30c79e;
5918
  color: white;
5919
}
5920

    
5921
/* Inline Lists */
5922
/* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
5923
.inline-list {
5924
  margin: 0 auto 1.0625em auto;
5925
  margin-left: -1.375em;
5926
  margin-right: 0;
5927
  padding: 0;
5928
  list-style: none;
5929
  overflow: hidden;
5930
}
5931
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
5932
.inline-list > li {
5933
  list-style: none;
5934
  float: left;
5935
  margin-left: 1.375em;
5936
  display: block;
5937
}
5938
/* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
5939
.inline-list > li > * {
5940
  display: block;
5941
}
5942

    
5943
/* Default Pagination */
5944
/* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5945
ul.pagination {
5946
  display: block;
5947
  height: 1.5em;
5948
  margin-left: -0.3125em;
5949
}
5950
/* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5951
ul.pagination li {
5952
  height: 1.5em;
5953
  color: #222222;
5954
  font-size: 0.875em;
5955
  margin-left: 0.3125em;
5956
}
5957
/* line 93, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5958
ul.pagination li a {
5959
  display: block;
5960
  padding: 0.0625em 0.4375em 0.0625em;
5961
  color: #999999;
5962
}
5963
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5964
ul.pagination li:hover a,
5965
ul.pagination li a:focus {
5966
  background: #e6e6e6;
5967
}
5968
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5969
ul.pagination li.unavailable a {
5970
  cursor: default;
5971
  color: #999999;
5972
}
5973
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5974
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
5975
  background: transparent;
5976
}
5977
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5978
ul.pagination li.current a {
5979
  background: #919194;
5980
  color: white;
5981
  font-weight: bold;
5982
  cursor: default;
5983
}
5984
/* line 64, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5985
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
5986
  background: #919194;
5987
}
5988
/* line 110, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5989
ul.pagination li {
5990
  float: left;
5991
  display: block;
5992
}
5993

    
5994
/* Pagination centred wrapper */
5995
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5996
.pagination-centered {
5997
  text-align: center;
5998
}
5999
/* line 110, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6000
.pagination-centered ul.pagination li {
6001
  float: none;
6002
  display: inline-block;
6003
}
6004

    
6005
/* Panels */
6006
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6007
.panel {
6008
  border-style: solid;
6009
  border-width: 1px;
6010
  border-color: #d9d9d9;
6011
  margin-bottom: 1.25em;
6012
  padding: 1.25em;
6013
  background: #f2f2f2;
6014
}
6015
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6016
.panel > :first-child {
6017
  margin-top: 0;
6018
}
6019
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6020
.panel > :last-child {
6021
  margin-bottom: 0;
6022
}
6023
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6024
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
6025
  color: #333333;
6026
}
6027
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6028
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
6029
  line-height: 1;
6030
  margin-bottom: 0.625em;
6031
}
6032
/* line 56, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6033
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
6034
  line-height: 1.4;
6035
}
6036
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6037
.panel.callout {
6038
  border-style: solid;
6039
  border-width: 1px;
6040
  border-color: #77777b;
6041
  margin-bottom: 1.25em;
6042
  padding: 1.25em;
6043
  background: #919194;
6044
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6045
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6046
}
6047
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6048
.panel.callout > :first-child {
6049
  margin-top: 0;
6050
}
6051
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6052
.panel.callout > :last-child {
6053
  margin-bottom: 0;
6054
}
6055
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6056
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
6057
  color: #333333;
6058
}
6059
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6060
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
6061
  line-height: 1;
6062
  margin-bottom: 0.625em;
6063
}
6064
/* line 56, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6065
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
6066
  line-height: 1.4;
6067
}
6068
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6069
.panel.radius {
6070
  -webkit-border-radius: 1px;
6071
  border-radius: 1px;
6072
}
6073

    
6074
/* Pricing Tables */
6075
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6076
.pricing-table {
6077
  border: solid 1px #dddddd;
6078
  margin-left: 0;
6079
  margin-bottom: 1.25em;
6080
}
6081
/* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6082
.pricing-table * {
6083
  list-style: none;
6084
  line-height: 1;
6085
}
6086
/* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6087
.pricing-table .title {
6088
  background-color: #dddddd;
6089
  padding: 0.9375em 1.25em;
6090
  text-align: center;
6091
  color: #333333;
6092
  font-weight: bold;
6093
  font-size: 1em;
6094
}
6095
/* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6096
.pricing-table .price {
6097
  background-color: #eeeeee;
6098
  padding: 0.9375em 1.25em;
6099
  text-align: center;
6100
  color: #333333;
6101
  font-weight: normal;
6102
  font-size: 1.25em;
6103
}
6104
/* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6105
.pricing-table .description {
6106
  background-color: white;
6107
  padding: 0.9375em;
6108
  text-align: center;
6109
  color: #777777;
6110
  font-size: 0.75em;
6111
  font-weight: normal;
6112
  line-height: 1.4;
6113
  border-bottom: dotted 1px #dddddd;
6114
}
6115
/* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6116
.pricing-table .bullet-item {
6117
  background-color: white;
6118
  padding: 0.9375em;
6119
  text-align: center;
6120
  color: #333333;
6121
  font-size: 0.875em;
6122
  font-weight: normal;
6123
  border-bottom: dotted 1px #dddddd;
6124
}
6125
/* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6126
.pricing-table .cta-button {
6127
  background-color: whitesmoke;
6128
  text-align: center;
6129
  padding: 1.25em 1.25em 0;
6130
}
6131

    
6132
/* Progress Bar */
6133
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6134
.progress {
6135
  background-color: transparent;
6136
  height: 0.9375em;
6137
  border: 1px solid #cccccc;
6138
  padding: 1px;
6139
  margin-bottom: 0.625em;
6140
}
6141
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6142
.progress .meter {
6143
  background: #919194;
6144
  height: 100%;
6145
  display: block;
6146
}
6147
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6148
.progress.secondary .meter {
6149
  background: #30c79e;
6150
  height: 100%;
6151
  display: block;
6152
}
6153
/* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6154
.progress.success .meter {
6155
  background: #00a551;
6156
  height: 100%;
6157
  display: block;
6158
}
6159
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6160
.progress.alert .meter {
6161
  background: #30c79e;
6162
  height: 100%;
6163
  display: block;
6164
}
6165
/* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6166
.progress.radius {
6167
  -webkit-border-radius: 1px;
6168
  border-radius: 1px;
6169
}
6170
/* line 62, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6171
.progress.radius .meter {
6172
  -webkit-border-radius: 0px;
6173
  border-radius: 0px;
6174
}
6175
/* line 65, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6176
.progress.round {
6177
  -webkit-border-radius: 1000px;
6178
  border-radius: 1000px;
6179
}
6180
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6181
.progress.round .meter {
6182
  -webkit-border-radius: 999px;
6183
  border-radius: 999px;
6184
}
6185

    
6186
/* Side Nav */
6187
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6188
.side-nav {
6189
  display: block;
6190
  margin: 0;
6191
  padding: 0.875em 0;
6192
  list-style-type: none;
6193
  list-style-position: inside;
6194
}
6195
/* line 39, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6196
.side-nav li {
6197
  margin: 0 0 0.4375em 0;
6198
  font-size: 0.875em;
6199
}
6200
/* line 43, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6201
.side-nav li a {
6202
  display: block;
6203
  color: #919194;
6204
}
6205
/* line 48, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6206
.side-nav li.active > a:first-child {
6207
  color: #4d4d4d;
6208
  font-weight: bold;
6209
}
6210
/* line 53, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6211
.side-nav li.divider {
6212
  border-top: 1px solid;
6213
  height: 0;
6214
  padding: 0;
6215
  list-style: none;
6216
  border-top-color: #e6e6e6;
6217
}
6218

    
6219
/* Side Nav */
6220
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
6221
.sub-nav {
6222
  display: block;
6223
  width: auto;
6224
  overflow: hidden;
6225
  margin: -0.25em 0 1.125em;
6226
  padding-top: 0.25em;
6227
  margin-right: 0;
6228
  margin-left: -0.5625em;
6229
}
6230
/* line 38, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
6231
.sub-nav dt,
6232
.sub-nav dd {
6233
  float: left;
6234
  display: inline;
6235
  margin-left: 0.5625em;
6236
  margin-bottom: 0.625em;
6237
  font-weight: normal;
6238
  font-size: 0.875em;
6239
}
6240
/* line 46, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
6241
.sub-nav dt a,
6242
.sub-nav dd a {
6243
  color: #999999;
6244
  text-decoration: none;
6245
}
6246
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
6247
.sub-nav dt.active a,
6248
.sub-nav dd.active a {
6249
  -webkit-border-radius: 1000px;
6250
  border-radius: 1000px;
6251
  font-weight: bold;
6252
  background: #919194;
6253
  padding: 0.1875em 0.5625em;
6254
  cursor: default;
6255
  color: white;
6256
}
6257

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

    
6485
  @-webkit-keyframes webkitSiblingBugfix {
6486
    /* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
6487
    from {
6488
      position: relative;
6489
    }
6490

    
6491
    /* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
6492
    to {
6493
      position: relative;
6494
    }
6495
}
6496
}
6497
/* line 11, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
6498
[data-magellan-expedition] {
6499
  background: white;
6500
  z-index: 50;
6501
  min-width: 100%;
6502
  padding: 10px;
6503
}
6504
/* line 17, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
6505
[data-magellan-expedition] .sub-nav {
6506
  margin-bottom: 0;
6507
}
6508
/* line 19, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
6509
[data-magellan-expedition] .sub-nav dd {
6510
  margin-bottom: 0;
6511
}
6512

    
6513
/* Tables */
6514
/* line 80, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6515
table {
6516
  background: white;
6517
  margin-bottom: 1.25em;
6518
  border: solid 1px #dddddd;
6519
}
6520
/* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6521
table thead,
6522
table tfoot {
6523
  background: whitesmoke;
6524
  font-weight: bold;
6525
}
6526
/* line 48, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6527
table thead tr th,
6528
table thead tr td,
6529
table tfoot tr th,
6530
table tfoot tr td {
6531
  padding: 0.5em 0.625em 0.625em;
6532
  font-size: 0.875em;
6533
  color: #222222;
6534
  text-align: left;
6535
}
6536
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6537
table tr th,
6538
table tr td {
6539
  padding: 0.5625em 0.625em;
6540
  font-size: 0.875em;
6541
  color: #222222;
6542
}
6543
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6544
table tr.even, table tr.alt, table tr:nth-of-type(even) {
6545
  background: #f9f9f9;
6546
}
6547
/* line 74, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6548
table thead tr th,
6549
table tfoot tr th,
6550
table tbody tr td,
6551
table tr td,
6552
table tfoot tr td {
6553
  display: table-cell;
6554
  line-height: 1.125em;
6555
}
6556

    
6557
/* Image Thumbnails */
6558
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
6559
.th {
6560
  line-height: 0;
6561
  display: inline-block;
6562
  border: solid 4px white;
6563
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6564
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6565
  -webkit-transition: all 200ms ease-out;
6566
  -moz-transition: all 200ms ease-out;
6567
  transition: all 200ms ease-out;
6568
}
6569
/* line 32, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
6570
.th:hover, .th:focus {
6571
  -webkit-box-shadow: 0 0 6px 1px rgba(145, 145, 148, 0.5);
6572
  box-shadow: 0 0 6px 1px rgba(145, 145, 148, 0.5);
6573
}
6574
/* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
6575
.th.radius {
6576
  -webkit-border-radius: 1px;
6577
  border-radius: 1px;
6578
}
6579

    
6580
/* line 51, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
6581
a.th {
6582
  display: inline-block;
6583
}
6584

    
6585
/* Tooltips */
6586
/* line 29, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6587
.has-tip {
6588
  border-bottom: 0 none;
6589
  cursor: inherit;
6590
  font-weight: bold;
6591
  color: #333333;
6592
}
6593
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6594
.has-tip:hover, .has-tip:focus {
6595
  border-bottom: none;
6596
  color: #30c79e;
6597
}
6598
/* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6599
.has-tip.tip-left, .has-tip.tip-right {
6600
  float: none !important;
6601
}
6602

    
6603
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6604
.tooltip {
6605
  display: none;
6606
  position: absolute;
6607
  z-index: 999;
6608
  font-weight: normal;
6609
  font-size: 0.75em;
6610
  line-height: 1.3;
6611
  padding: 0.125em 0.75em;
6612
  max-width: 85%;
6613
  left: 50%;
6614
  width: 100%;
6615
  color: #1e1e1e;
6616
  background: #cecece;
6617
  -webkit-border-radius: 7px;
6618
  border-radius: 7px;
6619
}
6620
/* line 60, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6621
.tooltip > .nub {
6622
  display: block;
6623
  left: 0;
6624
  position: absolute;
6625
  width: 0;
6626
  height: 0;
6627
  border: solid 0;
6628
  border-color: transparent transparent #cecece transparent;
6629
  top: 0;
6630
}
6631
/* line 71, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6632
.tooltip.opened {
6633
  color: #30c79e !important;
6634
  border-bottom: none !important;
6635
}
6636

    
6637
/* line 77, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6638
.tap-to-close {
6639
  display: block;
6640
  font-size: 0.625em;
6641
  color: #888888;
6642
  font-weight: normal;
6643
}
6644

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

    
6806
/* Table of Contents
6807

6808
  - Clearfix
6809
  - Mixins
6810
  - Buttons and Links
6811
  - Layout 
6812
  - Header
6813
  - Actions Bar
6814
  - Icon Navigation
6815
  - Top Info
6816
  - Progress Bar
6817
  - Responsive
6818
  - Scroll Bar
6819
  - Images from sprites
6820

6821
 */
6822
/* Clearfix -------------------------------------------- */
6823
/* line 20, ../sass/_common.scss */
6824
.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 {
6825
  zoom: 1;
6826
}
6827
/* line 22, ../sass/_common.scss */
6828
.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 {
6829
  content: "\0020";
6830
  display: block;
6831
  height: 0;
6832
  overflow: hidden;
6833
}
6834
/* line 28, ../sass/_common.scss */
6835
.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 {
6836
  clear: both;
6837
}
6838

    
6839
/* Mixins ----------------------------------------------- */
6840
/* Circle and Tags ----------------------------------------------- */
6841
/* line 141, ../sass/_common.scss */
6842
.tags {
6843
  text-align: center;
6844
}
6845
/* line 143, ../sass/_common.scss */
6846
.tags .tag {
6847
  display: inline-block;
6848
  -webkit-border-radius: 999px;
6849
  -moz-border-radius: 999px;
6850
  border-radius: 999px;
6851
  width: 12px;
6852
  height: 12px;
6853
  background-color: #919194;
6854
  behavior: url(PIE.htc);
6855
  margin: 0 3px;
6856
}
6857
/* line 146, ../sass/_common.scss */
6858
.tags .tag.tag1 {
6859
  background-color: #ff4040;
6860
}
6861
/* line 147, ../sass/_common.scss */
6862
.tags .tag.tag2 {
6863
  background-color: #00a551;
6864
}
6865
/* line 148, ../sass/_common.scss */
6866
.tags .tag.tag3 {
6867
  background-color: #30c79e;
6868
}
6869

    
6870
/* Buttons and Links ----------------------------------------------- */
6871
/* line 156, ../sass/_common.scss */
6872
a {
6873
  color: #485057;
6874
}
6875
/* line 158, ../sass/_common.scss */
6876
a:hover, a.current, a.active {
6877
  color: #30c79e;
6878
  -webkit-transition: background 300ms ease-out;
6879
  -moz-transition: background 300ms ease-out;
6880
  -ms-transition: background 300ms ease-out;
6881
  -o-transition: background 300ms ease-out;
6882
  transition: background 300ms ease-out;
6883
}
6884

    
6885
/* line 166, ../sass/_common.scss */
6886
.inactive {
6887
  color: #919194 !important;
6888
}
6889
/* line 168, ../sass/_common.scss */
6890
.inactive:hover {
6891
  color: #919194;
6892
  cursor: default;
6893
}
6894

    
6895
/* line 175, ../sass/_common.scss */
6896
.btn1, .btn2, .btn3, .btn4, .btn-img {
6897
  border: 1px solid #919194;
6898
  color: #919194;
6899
  display: inline-block;
6900
  padding: 10px 20px;
6901
  line-height: 1em;
6902
  text-align: center;
6903
}
6904
/* line 184, ../sass/_common.scss */
6905
.btn1:hover, .btn2:hover, .btn3:hover, .btn4:hover, .btn-img:hover, .btn1.current, .current.btn2, .current.btn3, .current.btn4, .current.btn-img, .btn1:focus, .btn2:focus, .btn3:focus, .btn4:focus, .btn-img:focus {
6906
  border-color: #30c79e;
6907
  background: #30c79e;
6908
  color: #fff;
6909
}
6910
/* line 189, ../sass/_common.scss */
6911
.btn1.current, .current.btn2, .current.btn3, .current.btn4, .current.btn-img {
6912
  cursor: default;
6913
}
6914

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

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

    
6939
/* line 220, ../sass/_common.scss */
6940
.btn4 {
6941
  color: #fff;
6942
  border-color: #fff;
6943
  background: #30c79e;
6944
}
6945
/* line 227, ../sass/_common.scss */
6946
.btn4:hover, .btn4.current, .btn4:focus {
6947
  color: #30c79e;
6948
  border-color: #30c79e;
6949
  background: #fff;
6950
}
6951

    
6952
/* line 234, ../sass/_common.scss */
6953
.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 {
6954
  border: 1px solid white;
6955
  color: white;
6956
  display: inline-block;
6957
  padding: 0 20px;
6958
  line-height: 28px;
6959
  height: 30px;
6960
  text-align: center;
6961
  font-size: 0.75em;
6962
}
6963
/* line 244, ../sass/_common.scss */
6964
.btn5:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:hover, #volume-wizard .step .volume_options > li .options-bar .options li a:hover, .btn5:focus, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:focus, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:focus, #volume-wizard .step .volume_options > li .options-bar .options li a:focus {
6965
  border-width: 2px;
6966
  line-height: 26px;
6967
  padding: 0 19px;
6968
  color: white;
6969
}
6970
/* line 250, ../sass/_common.scss */
6971
.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 {
6972
  background: white;
6973
  color: #30c79e;
6974
}
6975

    
6976
/* line 256, ../sass/_common.scss */
6977
.btn-img {
6978
  border-color: #30c79e;
6979
}
6980
/* line 260, ../sass/_common.scss */
6981
.btn-img:hover, .btn-img:focus {
6982
  background: transparent;
6983
}
6984
/* line 264, ../sass/_common.scss */
6985
.btn-img a img, .btn-img a span {
6986
  margin-left: 5px;
6987
}
6988

    
6989
/* Layout ----------------------------------------------- */
6990
/* line 272, ../sass/_common.scss */
6991
html, body {
6992
  height: 100%;
6993
}
6994

    
6995
/* line 276, ../sass/_common.scss */
6996
body {
6997
  padding-top: 110px;
6998
}
6999

    
7000
/* line 280, ../sass/_common.scss */
7001
.body-wrapper {
7002
  min-height: 100%;
7003
}
7004

    
7005
/* line 284, ../sass/_common.scss */
7006
.main {
7007
  padding: 0 0.625em;
7008
}
7009

    
7010
/* Header ----------------------------------------------- */
7011
/* line 290, ../sass/_common.scss */
7012
.header {
7013
  position: fixed;
7014
  top: 0;
7015
  left: 0;
7016
  right: 0;
7017
  width: 100%;
7018
  height: 80px;
7019
  line-height: 80px;
7020
  padding: 0 15px;
7021
  background: white;
7022
  z-index: 100;
7023
}
7024
/* line 301, ../sass/_common.scss */
7025
.header .icons-nav {
7026
  position: absolute;
7027
  left: 15px;
7028
  height: 80px;
7029
  line-height: 80px;
7030
  top: 0;
7031
}
7032
/* line 307, ../sass/_common.scss */
7033
.header .icons-nav li {
7034
  line-height: 80px;
7035
}
7036
/* line 311, ../sass/_common.scss */
7037
.header .logo {
7038
  text-align: center;
7039
}
7040
/* line 313, ../sass/_common.scss */
7041
.header .logo a {
7042
  position: relative;
7043
}
7044
/* line 317, ../sass/_common.scss */
7045
.header .logo img {
7046
  height: 40px;
7047
}
7048
/* line 320, ../sass/_common.scss */
7049
.header .logo h2 {
7050
  display: none;
7051
  margin: 0;
7052
  font-size: 1em;
7053
  color: #919194;
7054
  font-weight: normal;
7055
}
7056
/* line 328, ../sass/_common.scss */
7057
.header .login {
7058
  position: absolute;
7059
  top: 25px;
7060
  right: 15px;
7061
}
7062
/* line 333, ../sass/_common.scss */
7063
.header .login .wrap {
7064
  border: 1px solid #1e1e1e;
7065
  background: white;
7066
  font-size: 0.75em;
7067
  padding: 12px 30px;
7068
  line-height: 100%;
7069
}
7070
/* line 340, ../sass/_common.scss */
7071
.header .login .wrap ul {
7072
  padding: 0;
7073
  margin: 0;
7074
  list-style: none outside none;
7075
  display: none;
7076
}
7077
/* line 345, ../sass/_common.scss */
7078
.header .login .wrap ul li {
7079
  list-style: none outside none;
7080
  padding: 0;
7081
  padding-top: 12px;
7082
}
7083

    
7084
/* Actions Bar ----------------------------------------------- */
7085
/* line 358, ../sass/_common.scss */
7086
.actions-bar {
7087
  position: fixed;
7088
  left: 0;
7089
  top: 80px;
7090
  width: 100%;
7091
  z-index: 15;
7092
  text-align: center;
7093
  height: 30px;
7094
  line-height: 30px;
7095
  background-color: #ebebec;
7096
}
7097
/* line 368, ../sass/_common.scss */
7098
.actions-bar h2 {
7099
  float: left;
7100
  margin: 0 0 0 15px;
7101
  font-size: 0.75em;
7102
  line-height: 30px;
7103
  font-weight: normal;
7104
}
7105
/* line 375, ../sass/_common.scss */
7106
.actions-bar h2 a:after {
7107
  content: " >";
7108
}
7109
/* line 380, ../sass/_common.scss */
7110
.actions-bar .filter-menu {
7111
  float: right;
7112
  position: relative;
7113
}
7114
/* line 383, ../sass/_common.scss */
7115
.actions-bar .filter-menu .filter {
7116
  padding: 0 10px;
7117
  font-size: 0.75em;
7118
  position: relative;
7119
  top: 1px;
7120
}
7121
/* line 389, ../sass/_common.scss */
7122
.actions-bar .filter-menu .options {
7123
  display: none;
7124
  position: absolute;
7125
  right: 0;
7126
  top: 30px;
7127
  width: 120px;
7128
  list-style-type: none;
7129
  padding: 10px 15px 15px;
7130
  text-align: left;
7131
  margin: 0;
7132
}
7133
/* line 401, ../sass/_common.scss */
7134
.actions-bar .filter-menu.current .options {
7135
  background-color: #ababad;
7136
  display: inline-block;
7137
}
7138
/* line 404, ../sass/_common.scss */
7139
.actions-bar .filter-menu.current .options a {
7140
  color: white;
7141
}
7142
/* line 413, ../sass/_common.scss */
7143
.actions-bar .row {
7144
  position: relative;
7145
  height: 30px;
7146
}
7147
/* line 418, ../sass/_common.scss */
7148
.actions-bar .hd-search {
7149
  width: 24px;
7150
  overflow: hidden;
7151
  position: relative;
7152
  float: right;
7153
  height: 30px;
7154
  margin-right: -6px;
7155
  -webkit-transition: width 0.3s linear;
7156
  -moz-transition: width 0.3s linear;
7157
  -ms-transition: width 0.3s linear;
7158
  -o-transition: width 0.3s linear;
7159
  transition: width 0.3s linear;
7160
  -webkit-backface-visibility: hidden;
7161
}
7162
/* line 428, ../sass/_common.scss */
7163
.actions-bar .hd-search .hd-icon-search {
7164
  display: block;
7165
  width: 30px;
7166
  height: 30px;
7167
  line-height: 30px;
7168
  float: right;
7169
  color: #485057;
7170
  z-index: 1;
7171
  position: relative;
7172
  background: #ebebec;
7173
}
7174
/* line 435, ../sass/_common.scss */
7175
.actions-bar .hd-search .hd-icon-search:hover {
7176
  color: #30c79e;
7177
  cursor: pointer;
7178
}
7179
/* line 443, ../sass/_common.scss */
7180
.actions-bar .hd-search .hd-search-input {
7181
  border: transparent;
7182
  background-color: white;
7183
  padding: 0 10px;
7184
  width: 160px;
7185
  font-size: 0.625em;
7186
  box-shadow: none;
7187
  height: 21px;
7188
  line-height: 21px;
7189
  position: absolute;
7190
  top: 4px;
7191
  left: 0;
7192
}
7193
/* line 456, ../sass/_common.scss */
7194
.actions-bar .hd-search.hd-open {
7195
  width: 190px;
7196
}
7197
/* line 460, ../sass/_common.scss */
7198
.actions-bar .rt-actions {
7199
  float: right;
7200
  margin-right: 15px;
7201
}
7202
/* line 463, ../sass/_common.scss */
7203
.actions-bar .rt-actions .current, .actions-bar .rt-actions a:hover {
7204
  color: #30c79e;
7205
}
7206
/* line 466, ../sass/_common.scss */
7207
.actions-bar .rt-actions a {
7208
  margin-right: 10px;
7209
}
7210
/* line 468, ../sass/_common.scss */
7211
.actions-bar .rt-actions a span {
7212
  position: relative;
7213
}
7214
/* line 472, ../sass/_common.scss */
7215
.actions-bar .rt-actions a span.snf-folder-create-outline {
7216
  font-size: 1.1875em;
7217
}
7218
/* line 475, ../sass/_common.scss */
7219
.actions-bar .rt-actions a span.snf-refresh-outline {
7220
  font-size: 0.875em;
7221
}
7222
/* line 480, ../sass/_common.scss */
7223
.actions-bar .rt-actions .single {
7224
  width: 14px;
7225
  height: 14px;
7226
  background-color: #485057;
7227
  display: inline-block;
7228
}
7229
/* line 483, ../sass/_common.scss */
7230
.actions-bar .rt-actions .single.current, .actions-bar .rt-actions .single:hover {
7231
  background-color: #30c79e;
7232
}
7233

    
7234
/* line 493, ../sass/_common.scss */
7235
.no-vm .actions-bar .rt-actions, .no-vm .actions-bar .hd-search, .no-vm .actions-bar .filter {
7236
  display: none;
7237
}
7238

    
7239
/* Icons Navigation ----------------------------------------------- */
7240
/* line 501, ../sass/_common.scss */
7241
.icons-nav {
7242
  margin: 0;
7243
  padding: 0;
7244
}
7245
/* line 503, ../sass/_common.scss */
7246
.icons-nav li {
7247
  display: inline-block;
7248
  margin-right: 10px;
7249
  font-size: 1.625em;
7250
  line-height: 1em;
7251
}
7252

    
7253
/* Top info  ----------------------------------------------- */
7254
/* line 516, ../sass/_common.scss */
7255
.top-info {
7256
  padding: 50px 100px;
7257
  position: relative;
7258
  z-index: 10;
7259
  display: none;
7260
}
7261
/* line 521, ../sass/_common.scss */
7262
.top-info .close {
7263
  position: absolute;
7264
  right: 15px;
7265
  top: 50px;
7266
  background: url("../images/info-close.png") no-repeat center center;
7267
  width: 31px;
7268
  height: 30px;
7269
  display: inline-block;
7270
  text-indent: -2000px;
7271
  overflow: hidden;
7272
}
7273

    
7274
/* line 530, ../sass/_common.scss */
7275
.info.error {
7276
  background: #ff4040;
7277
  color: #fff;
7278
}
7279

    
7280
/* line 536, ../sass/_common.scss */
7281
.info.alert {
7282
  background: #30c79e;
7283
  color: #fff;
7284
}
7285

    
7286
/* line 541, ../sass/_common.scss */
7287
.info.warning {
7288
  background: #919194;
7289
  color: #fff;
7290
}
7291

    
7292
/* line 546, ../sass/_common.scss */
7293
.info.success {
7294
  background: #00a551;
7295
  color: #fff;
7296
}
7297

    
7298
/* line 551, ../sass/_common.scss */
7299
.border-bottom-style1 {
7300
  padding-bottom: 20px;
7301
  margin-bottom: 20px;
7302
  border-bottom: 1px dashed #919194;
7303
}
7304

    
7305
/* Progress Bar ----------------------------------------------- */
7306
/* line 560, ../sass/_common.scss */
7307
.progress-bar {
7308
  position: fixed;
7309
  bottom: 0;
7310
  left: 0;
7311
  border-top: 1px solid #30c79e;
7312
  width: 100%;
7313
  background: #fff;
7314
  padding: 20px 0 20px 310px;
7315
  color: #919194;
7316
}
7317
/* line 569, ../sass/_common.scss */
7318
.progress-bar span.counter {
7319
  display: inline-block;
7320
  margin-right: 20px;
7321
  float: left;
7322
}
7323
/* line 574, ../sass/_common.scss */
7324
.progress-bar div.progress-wrap {
7325
  display: inline-block;
7326
  float: left;
7327
  width: 40%;
7328
  margin-right: 60px;
7329
}
7330
/* line 579, ../sass/_common.scss */
7331
.progress-bar div.progress-wrap .progress {
7332
  position: relative;
7333
  top: 2px;
7334
}
7335
/* line 584, ../sass/_common.scss */
7336
.progress-bar span.more {
7337
  display: inline-block;
7338
}
7339

    
7340
/* line 589, ../sass/_common.scss */
7341
.storage-progress {
7342
  display: none;
7343
  position: fixed;
7344
  bottom: 0;
7345
  left: 0;
7346
  right: 0;
7347
  background: #ff4040;
7348
  color: #fff;
7349
  z-index: 50;
7350
  overflow-y: auto;
7351
  -webkit-transition: background-color 500ms linear;
7352
  -moz-transition: background-color 500ms linear;
7353
  -ms-transition: background-color 500ms linear;
7354
  -o-transition: background-color 500ms linear;
7355
  transition: background-color 500ms linear;
7356
}
7357
/* line 600, ../sass/_common.scss */
7358
.storage-progress.ready {
7359
  background: #00a551;
7360
}
7361
/* line 603, ../sass/_common.scss */
7362
.storage-progress .wrap {
7363
  position: relative;
7364
  padding: 10px;
7365
}
7366
/* line 607, ../sass/_common.scss */
7367
.storage-progress .loader {
7368
  position: absolute;
7369
  height: 5px;
7370
  left: 0;
7371
  top: 0;
7372
  background: #ffc54a;
7373
  width: 0%;
7374
}
7375
/* line 615, ../sass/_common.scss */
7376
.storage-progress .summary {
7377
  padding-left: 210px;
7378
  margin: 0;
7379
  font-size: 0.75em;
7380
}
7381
/* line 619, ../sass/_common.scss */
7382
.storage-progress .summary span {
7383
  background-color: #fff;
7384
  color: #ff4040;
7385
  padding: 2px 6px;
7386
  margin-right: 10px;
7387
  -webkit-transition: opacity 500ms linear;
7388
  -moz-transition: opacity 500ms linear;
7389
  -ms-transition: opacity 500ms linear;
7390
  -o-transition: opacity 500ms linear;
7391
  transition: opacity 500ms linear;
7392
}
7393
/* line 625, ../sass/_common.scss */
7394
.storage-progress .summary span.animated {
7395
  opacity: 0;
7396
}
7397
/* line 630, ../sass/_common.scss */
7398
.storage-progress .details {
7399
  display: none;
7400
}
7401

    
7402
/* Responive ------------------------------------------------ */
7403
@media only screen and (max-width: 768px) {
7404
  /* line 641, ../sass/_common.scss */
7405
  body {
7406
    padding-top: 0;
7407
  }
7408

    
7409
  /* line 644, ../sass/_common.scss */
7410
  .header, .actions-bar {
7411
    position: static;
7412
    z-index: auto;
7413
  }
7414

    
7415
  /* line 648, ../sass/_common.scss */
7416
  .actions-bar {
7417
    top: 160px;
7418
  }
7419

    
7420
  /* line 651, ../sass/_common.scss */
7421
  .header {
7422
    height: 120px;
7423
    line-height: 50px;
7424
  }
7425
  /* line 654, ../sass/_common.scss */
7426
  .header .icons-nav {
7427
    position: static;
7428
  }
7429
}
7430
/* Scroll Bar  -------------------------------------------- */
7431
/* line 662, ../sass/_common.scss */
7432
body .jspVerticalBar {
7433
  background-color: transparent;
7434
  width: 14px;
7435
  padding: 1px;
7436
  border-left: 1px solid #c2bebe;
7437
  border-right: 1px solid #c2bebe;
7438
}
7439
/* line 668, ../sass/_common.scss */
7440
body .jspVerticalBar .jspTrack {
7441
  background-color: #e6e5e5;
7442
}
7443
/* line 670, ../sass/_common.scss */
7444
body .jspVerticalBar .jspTrack .jspDrag {
7445
  -webkit-border-radius: 5px;
7446
  -moz-border-radius: 5px;
7447
  border-radius: 5px;
7448
  background-color: #c2bebe;
7449
}
7450
/* line 677, ../sass/_common.scss */
7451
body .jspVerticalBar .jspArrow {
7452
  background-color: transparent;
7453
  background: url("../images/arrows.png") no-repeat center center;
7454
  width: 14px;
7455
  height: 14px;
7456
  display: inline-block;
7457
  text-indent: -2000px;
7458
  overflow: hidden;
7459
  overflow: hidden;
7460
}
7461
/* line 681, ../sass/_common.scss */
7462
body .jspVerticalBar .jspArrow.jspArrowDown {
7463
  background-position: -18px;
7464
}
7465
/* line 685, ../sass/_common.scss */
7466
body .jspVerticalBar .jspArrow.jspArrowUp {
7467
  background-position: 0px;
7468
}
7469

    
7470
/* line 691, ../sass/_common.scss */
7471
.ai {
7472
  background: url(file-types.png) no-repeat top left;
7473
  background-position: 0 0;
7474
  width: 30px;
7475
  height: 35px;
7476
}
7477

    
7478
/* line 697, ../sass/_common.scss */
7479
.folder {
7480
  background: url(file-types.png) no-repeat top left;
7481
  background-position: 0 -85px;
7482
  width: 35px;
7483
  height: 28px;
7484
}
7485

    
7486
/* line 703, ../sass/_common.scss */
7487
.folder-open {
7488
  background: url(file-types.png) no-repeat top left;
7489
  background-position: 0 -163px;
7490
  width: 37px;
7491
  height: 28px;
7492
}
7493

    
7494
/* line 709, ../sass/_common.scss */
7495
.pdf {
7496
  background: url(file-types.png) no-repeat top left;
7497
  background-position: 0 -241px;
7498
  width: 30px;
7499
  height: 35px;
7500
}
7501

    
7502
/* line 715, ../sass/_common.scss */
7503
.txt {
7504
  background: url(file-types.png) no-repeat top left;
7505
  background-position: 0 -326px;
7506
  width: 30px;
7507
  height: 35px;
7508
}
7509

    
7510
/* List view for VMs, networks  */
7511
/* line 3, ../sass/_items-list.scss */
7512
.entities {
7513
  position: relative;
7514
}
7515

    
7516
/* line 8, ../sass/_items-list.scss */
7517
.items-list > li {
7518
  text-align: center;
7519
  position: relative;
7520
  list-style: none;
7521
  background: url(../images/dashed-bg-corner.png) no-repeat right bottom;
7522
  height: 215px;
7523
}
7524
/* line 14, ../sass/_items-list.scss */
7525
.items-list > li .status {
7526
  font-size: 0.75em;
7527
  line-height: 140%;
7528
}
7529
/* line 17, ../sass/_items-list.scss */
7530
.items-list > li .status span {
7531
  display: block;
7532
}
7533
/* line 21, ../sass/_items-list.scss */
7534
.items-list > li .more {
7535
  display: none;
7536
  background: #fff;
7537
  left: -10px;
7538
  top: -10px;
7539
  z-index: 101;
7540
  position: absolute;
7541
  *zoom: 1;
7542
  -moz-box-shadow: 0 0 10px #cccccc;
7543
  -webkit-box-shadow: 0 0 10px #cccccc;
7544
  box-shadow: 0 0 10px #cccccc;
7545
}
7546
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7547
.items-list > li .more:before, .items-list > li .more:after {
7548
  content: " ";
7549
  display: table;
7550
}
7551
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7552
.items-list > li .more:after {
7553
  clear: both;
7554
}
7555
/* line 31, ../sass/_items-list.scss */
7556
.items-list > li .more .col {
7557
  width: 50%;
7558
  float: left;
7559
  font-size: 0.875em;
7560
  height: 200px;
7561
}
7562
/* line 36, ../sass/_items-list.scss */
7563
.items-list > li .more .col ul {
7564
  margin: 0;
7565
  padding: 0;
7566
  list-style: none outside none;
7567
}
7568
/* line 40, ../sass/_items-list.scss */
7569
.items-list > li .more .col ul li {
7570
  padding: 0;
7571
  text-align: left;
7572
  padding: 5px 5px 5px 30px;
7573
}
7574
/* line 44, ../sass/_items-list.scss */
7575
.items-list > li .more .col ul li a {
7576
  display: block;
7577
  width: 100%;
7578
}
7579
/* line 51, ../sass/_items-list.scss */
7580
.items-list > li .more .col.lt ul {
7581
  padding-top: 10px;
7582
}
7583
/* line 57, ../sass/_items-list.scss */
7584
.items-list > li .more .col.rt ul li {
7585
  height: 100px;
7586
  padding: 0 30px 0 0;
7587
  text-align: right;
7588
}
7589
/* line 61, ../sass/_items-list.scss */
7590
.items-list > li .more .col.rt ul li a {
7591
  height: 100%;
7592
  line-height: 100px;
7593
}
7594
/* line 64, ../sass/_items-list.scss */
7595
.items-list > li .more .col.rt ul li a span {
7596
  margin-right: 8px;
7597
  position: relative;
7598
  top: 1px;
7599
}
7600
/* line 74, ../sass/_items-list.scss */
7601
.items-list > li .more .name {
7602
  background: url(../images/dashed_atom-x.png) repeat-x center top;
7603
  padding: 10px;
7604
  font-size: 0.625em;
7605
}
7606
/* line 80, ../sass/_items-list.scss */
7607
.items-list > li h4 {
7608
  font-size: 0.75em;
7609
  margin-bottom: 4px;
7610
  height: 32px;
7611
  font-weight: normal;
7612
}
7613
/* line 87, ../sass/_items-list.scss */
7614
.items-list > li.add-new {
7615
  background-color: #30c79e;
7616
  -webkit-transition: background-color 300ms linear;
7617
  -moz-transition: background-color 300ms linear;
7618
  -ms-transition: background-color 300ms linear;
7619
  -o-transition: background-color 300ms linear;
7620
  transition: background-color 300ms linear;
7621
}
7622
/* line 92, ../sass/_items-list.scss */
7623
.items-list > li.add-new .container .img-wrap span.snf-font {
7624
  color: white;
7625
}
7626
/* line 95, ../sass/_items-list.scss */
7627
.items-list > li.add-new .container .img-wrap .symbol {
7628
  background-image: none;
7629
  color: #30c79e;
7630
  font-size: 30px;
7631
  text-indent: 0;
7632
}
7633
/* line 102, ../sass/_items-list.scss */
7634
.items-list > li.add-new .container h4 {
7635
  color: white;
7636
}
7637
/* line 106, ../sass/_items-list.scss */
7638
.items-list > li.add-new:hover {
7639
  background-color: #485057;
7640
  -webkit-transition: background-color 300ms linear;
7641
  -moz-transition: background-color 300ms linear;
7642
  -ms-transition: background-color 300ms linear;
7643
  -o-transition: background-color 300ms linear;
7644
  transition: background-color 300ms linear;
7645
  cursor: pointer;
7646
}
7647
/* line 112, ../sass/_items-list.scss */
7648
.items-list > li.add-new:hover .container .img-wrap .symbol {
7649
  color: #485057;
7650
}
7651

    
7652
/* line 123, ../sass/_items-list.scss */
7653
.grid-view .lt-bar {
7654
  display: none;
7655
}
7656
/* line 126, ../sass/_items-list.scss */
7657
.grid-view .items-list {
7658
  display: block;
7659
  padding: 0;
7660
  margin: 0 0;
7661
  *zoom: 1;
7662
  padding-left: 1px;
7663
  background: url(../images/dashed_atom.png) repeat-y left center;
7664
}
7665
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7666
.grid-view .items-list:before, .grid-view .items-list:after {
7667
  content: " ";
7668
  display: table;
7669
}
7670
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7671
.grid-view .items-list:after {
7672
  clear: both;
7673
}
7674
/* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7675
.grid-view .items-list > li {
7676
  display: inline;
7677
  height: auto;
7678
  float: left;
7679
  padding: 0 0 0;
7680
}
7681
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7682
.grid-view .items-list > li {
7683
  width: 50%;
7684
  padding: 0 0 0;
7685
}
7686
/* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7687
.grid-view .items-list > li:nth-of-type(n) {
7688
  clear: none;
7689
}
7690
/* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7691
.grid-view .items-list > li:nth-of-type(2n+1) {
7692
  clear: both;
7693
}
7694
@media only screen and (min-width: 768px) {
7695
  /* line 126, ../sass/_items-list.scss */
7696
  .grid-view .items-list {
7697
    display: block;
7698
    padding: 0;
7699
    margin: 0 0;
7700
    *zoom: 1;
7701
    padding-left: 1px;
7702
  }
7703
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7704
  .grid-view .items-list:before, .grid-view .items-list:after {
7705
    content: " ";
7706
    display: table;
7707
  }
7708
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7709
  .grid-view .items-list:after {
7710
    clear: both;
7711
  }
7712
  /* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7713
  .grid-view .items-list > li {
7714
    display: inline;
7715
    height: auto;
7716
    float: left;
7717
    padding: 0 0 0;
7718
  }
7719
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7720
  .grid-view .items-list > li {
7721
    width: 25%;
7722
    padding: 0 0 0;
7723
  }
7724
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7725
  .grid-view .items-list > li:nth-of-type(n) {
7726
    clear: none;
7727
  }
7728
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7729
  .grid-view .items-list > li:nth-of-type(4n+1) {
7730
    clear: both;
7731
  }
7732
}
7733
/* line 135, ../sass/_items-list.scss */
7734
.grid-view .items-list > li {
7735
  height: 215px;
7736
}
7737
/* line 137, ../sass/_items-list.scss */
7738
.grid-view .items-list > li .check, .grid-view .items-list > li .info, .grid-view .items-list > li .actions {
7739
  display: none;
7740
}
7741
/* line 140, ../sass/_items-list.scss */
7742
.grid-view .items-list > li .img-wrap {
7743
  margin-bottom: 6px;
7744
  height: 3.75em;
7745
}
7746
/* line 143, ../sass/_items-list.scss */
7747
.grid-view .items-list > li .img-wrap .snf-font {
7748
  font-size: 3.75em;
7749
}
7750
/* line 148, ../sass/_items-list.scss */
7751
.grid-view .items-list > li .container {
7752
  height: 160px;
7753
  margin: 40px 20px 20px;
7754
  position: relative;
7755
  line-height: 120%;
7756
}
7757
/* line 153, ../sass/_items-list.scss */
7758
.grid-view .items-list > li .container .tags {
7759
  width: 100%;
7760
  min-height: 12px;
7761
  position: absolute;
7762
  bottom: 12px;
7763
}
7764

    
7765
/* line 164, ../sass/_items-list.scss */
7766
.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 {
7767
  display: none;
7768
}
7769
/* line 167, ../sass/_items-list.scss */
7770
.list-view .lt-bar, .storage-progress .lt-bar {
7771
  position: fixed;
7772
  width: 150px;
7773
  left: 50%;
7774
  top: 110px;
7775
  padding: 8px 10px;
7776
  margin-left: -30.625em;
7777
  -moz-box-shadow: 3px -2px 8px #cccccc;
7778
  -webkit-box-shadow: 3px -2px 8px #cccccc;
7779
  box-shadow: 3px -2px 8px #cccccc;
7780
  background: white;
7781
  z-index: 3;
7782
}
7783
/* line 169, ../sass/_items-list.scss */
7784
.list-view .lt-bar ul, .storage-progress .lt-bar ul {
7785
  list-style: none outside none;
7786
  font-size: 0.75em;
7787
}
7788
/* line 172, ../sass/_items-list.scss */
7789
.list-view .lt-bar ul li, .storage-progress .lt-bar ul li {
7790
  list-style: none outside none;
7791
  padding: 12px 0;
7792
}
7793
/* line 176, ../sass/_items-list.scss */
7794
.list-view .lt-bar ul li.select span, .storage-progress .lt-bar ul li.select span {
7795
  font-size: 16px;
7796
  margin-right: 5px;
7797
  position: relative;
7798
  top: 2px;
7799
}
7800
/* line 182, ../sass/_items-list.scss */
7801
.list-view .lt-bar ul li.select em, .storage-progress .lt-bar ul li.select em {
7802
  display: none;
7803
  font-style: normal;
7804
}
7805
/* line 186, ../sass/_items-list.scss */
7806
.list-view .lt-bar ul li.select:hover, .storage-progress .lt-bar ul li.select:hover {
7807
  color: #30c79e;
7808
  cursor: pointer;
7809
}
7810
/* line 194, ../sass/_items-list.scss */
7811
.list-view .lt-bar ul.lt-actions li a, .storage-progress .lt-bar ul.lt-actions li a {
7812
  color: #919194;
7813
}
7814
/* line 196, ../sass/_items-list.scss */
7815
.list-view .lt-bar ul.lt-actions li a:hover, .storage-progress .lt-bar ul.lt-actions li a:hover {
7816
  color: #919194;
7817
  cursor: default;
7818
}
7819
/* line 200, ../sass/_items-list.scss */
7820
.list-view .lt-bar ul.lt-actions li a.active, .storage-progress .lt-bar ul.lt-actions li a.active {
7821
  color: #485057;
7822
}
7823
/* line 202, ../sass/_items-list.scss */
7824
.list-view .lt-bar ul.lt-actions li a.active:hover, .storage-progress .lt-bar ul.lt-actions li a.active:hover {
7825
  color: #30c79e;
7826
  cursor: pointer;
7827
}
7828
/* line 207, ../sass/_items-list.scss */
7829
.list-view .lt-bar ul.lt-actions li a span, .storage-progress .lt-bar ul.lt-actions li a span {
7830
  margin-right: 6px;
7831
}
7832
/* line 209, ../sass/_items-list.scss */
7833
.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 {
7834
  font-size: 1.5em;
7835
  position: relative;
7836
  top: -2px;
7837
}
7838
/* line 221, ../sass/_items-list.scss */
7839
.list-view .lt-bar ul.more li a span, .storage-progress .lt-bar ul.more li a span {
7840
  font-size: 1.5em;
7841
}
7842
/* line 229, ../sass/_items-list.scss */
7843
.list-view .items-list, .storage-progress .items-list {
7844
  overflow: hidden;
7845
}
7846
/* line 231, ../sass/_items-list.scss */
7847
.list-view .items-list > li, .storage-progress .items-list > li {
7848
  height: auto;
7849
  width: 100%;
7850
  padding: 15px 15px 15px 150px;
7851
  background-image: none;
7852
}
7853
/* line 232, ../sass/_items-list.scss */
7854
.list-view .items-list > li.selected, .storage-progress .items-list > li.selected {
7855
  background-color: #ebebec;
7856
}
7857
/* line 240, ../sass/_items-list.scss */
7858
.list-view .items-list > li:hover, .storage-progress .items-list > li:hover {
7859
  background-color: #dfdfdf;
7860
}
7861
/* line 243, ../sass/_items-list.scss */
7862
.list-view .items-list > li .check, .storage-progress .items-list > li .check {
7863
  width: 60px;
7864
  height: 34px;
7865
  line-height: 34px;
7866
  text-align: center;
7867
  float: left;
7868
}
7869
/* line 249, ../sass/_items-list.scss */
7870
.list-view .items-list > li .check:hover, .storage-progress .items-list > li .check:hover {
7871
  cursor: pointer;
7872
  color: #30c79e;
7873
}
7874
/* line 254, ../sass/_items-list.scss */
7875
.list-view .items-list > li .img-wrap, .storage-progress .items-list > li .img-wrap {
7876
  width: 70px;
7877
  float: left;
7878
  text-align: center;
7879
  height: 34px;
7880
  top: -6px;
7881
}
7882
/* line 260, ../sass/_items-list.scss */
7883
.list-view .items-list > li .img-wrap .os, .storage-progress .items-list > li .img-wrap .os {
7884
  background: url("../images/os-unknown.png") no-repeat center center;
7885
  width: 14px;
7886
  height: 14px;
7887
  display: inline-block;
7888
  text-indent: -2000px;
7889
  overflow: hidden;
7890
  background-size: 100%;
7891
  position: absolute;
7892
  display: block;
7893
  text-align: center;
7894
  left: 50%;
7895
  margin-left: -7px;
7896
  top: 6px;
7897
}
7898
/* line 271, ../sass/_items-list.scss */
7899
.list-view .items-list > li .img-wrap .snf-font, .storage-progress .items-list > li .img-wrap .snf-font {
7900
  font-size: 34px;
7901
  line-height: 120%;
7902
}
7903
/* line 276, ../sass/_items-list.scss */
7904
.list-view .items-list > li h4, .storage-progress .items-list > li h4 {
7905
  width: 210px;
7906
  overflow: hidden;
7907
  float: left;
7908
  text-align: left;
7909
  height: 18px;
7910
  margin: 0;
7911
  color: inherit;
7912
}
7913
/* line 285, ../sass/_items-list.scss */
7914
.list-view .items-list > li .tags, .storage-progress .items-list > li .tags {
7915
  float: left;
7916
  width: 90px;
7917
  height: 34px;
7918
  line-height: 34px;
7919
}
7920
/* line 290, ../sass/_items-list.scss */
7921
.list-view .items-list > li .tags a, .storage-progress .items-list > li .tags a {
7922
  vertical-align: text-top;
7923
}
7924
/* line 294, ../sass/_items-list.scss */
7925
.list-view .items-list > li .size, .list-view .items-list > li .remove, .storage-progress .items-list > li .size, .storage-progress .items-list > li .remove {
7926
  float: left;
7927
  width: 90px;
7928
  height: 34px;
7929
  line-height: 34px;
7930
  font-size: 0.75em;
7931
  text-align: left;
7932
}
7933
/* line 302, ../sass/_items-list.scss */
7934
.list-view .items-list > li .status, .storage-progress .items-list > li .status {
7935
  position: absolute;
7936
  left: 280px;
7937
  text-align: left;
7938
  top: 30px;
7939
  width: 210px;
7940
}
7941
/* line 308, ../sass/_items-list.scss */
7942
.list-view .items-list > li .status span, .storage-progress .items-list > li .status span {
7943
  display: inline;
7944
}
7945
/* line 312, ../sass/_items-list.scss */
7946
.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 {
7947
  float: left;
7948
  width: 200px;
7949
  height: 34px;
7950
  line-height: 34px;
7951
  font-size: 0.75em;
7952
}
7953
/* line 319, ../sass/_items-list.scss */
7954
.list-view .items-list > li .actions, .storage-progress .items-list > li .actions {
7955
  float: left;
7956
  height: 34px;
7957
  line-height: 34px;
7958
  position: relative;
7959
  top: -4px;
7960
  margin: 0 10px;
7961
}
7962
/* line 327, ../sass/_items-list.scss */
7963
.list-view .items-list > li .actions a:first-child, .storage-progress .items-list > li .actions a:first-child {
7964
  margin-right: 5px;
7965
}
7966
/* line 332, ../sass/_items-list.scss */
7967
.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 {
7968
  visibility: hidden;
7969
  height: 34px;
7970
  line-height: 34px;
7971
  text-align: left;
7972
  width: 140px;
7973
  float: left;
7974
}
7975
/* line 339, ../sass/_items-list.scss */
7976
.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 {
7977
  margin-right: 10px;
7978
}
7979
/* line 344, ../sass/_items-list.scss */
7980
.list-view .items-list > li.add-new:hover, .storage-progress .items-list > li.add-new:hover {
7981
  background: #485057;
7982
}
7983
/* line 347, ../sass/_items-list.scss */
7984
.list-view .items-list > li.add-new .check, .storage-progress .items-list > li.add-new .check {
7985
  visibility: hidden;
7986
}
7987
/* line 350, ../sass/_items-list.scss */
7988
.list-view .items-list > li.add-new h4, .storage-progress .items-list > li.add-new h4 {
7989
  margin: 0;
7990
}
7991
/* line 356, ../sass/_items-list.scss */
7992
.list-view .items-list > li.add-new .img-wrap .symbol, .storage-progress .items-list > li.add-new .img-wrap .symbol {
7993
  font-size: 24px;
7994
}
7995
/* line 363, ../sass/_items-list.scss */
7996
.list-view .items-list > li.building .img-wrap .incomplete, .storage-progress .items-list > li.building .img-wrap .incomplete {
7997
  width: 34px;
7998
  margin: 0 auto;
7999
}
8000
/* line 367, ../sass/_items-list.scss */
8001
.list-view .items-list > li.building .img-wrap .complete, .storage-progress .items-list > li.building .img-wrap .complete {
8002
  top: -34px;
8003
  margin: 0 auto;
8004
}
8005

    
8006
/* line 379, ../sass/_items-list.scss */
8007
.lt-bar .items-list .check, .lt-bar .items-list .actions, .lt-bar .items-list .info {
8008
  display: none;
8009
}
8010
/* line 382, ../sass/_items-list.scss */
8011
.lt-bar .items-list > li {
8012
  background: url(../images/dashed_atom-x.png) repeat-x center bottom;
8013
  padding: 40px;
8014
  height: auto;
8015
}
8016
/* line 386, ../sass/_items-list.scss */
8017
.lt-bar .items-list > li:hover {
8018
  background-color: #ebebec;
8019
}
8020
/* line 389, ../sass/_items-list.scss */
8021
.lt-bar .items-list > li.add-new {
8022
  background-color: #30c79e;
8023
}
8024
/* line 391, ../sass/_items-list.scss */
8025
.lt-bar .items-list > li.add-new:hover {
8026
  background-color: #485057;
8027
}
8028
/* line 396, ../sass/_items-list.scss */
8029
.lt-bar .items-list .container {
8030
  height: 160px;
8031
  position: relative;
8032
  line-height: 120%;
8033
}
8034
/* line 400, ../sass/_items-list.scss */
8035
.lt-bar .items-list .container .tags {
8036
  width: 100%;
8037
  min-height: 12px;
8038
  position: absolute;
8039
  bottom: 12px;
8040
}
8041

    
8042
/* img-wrap div ( colors & styles ) */
8043
/* line 413, ../sass/_items-list.scss */
8044
.img-wrap {
8045
  width: 60px;
8046
  position: relative;
8047
  display: inline-block;
8048
  line-height: 100%;
8049
}
8050
/* line 420, ../sass/_items-list.scss */
8051
.img-wrap span:hover {
8052
  cursor: pointer;
8053
}
8054
/* line 424, ../sass/_items-list.scss */
8055
.img-wrap .os {
8056
  background: url("../images/os-unknown.png") no-repeat center center;
8057
  width: 22px;
8058
  height: 22px;
8059
  display: inline-block;
8060
  text-indent: -2000px;
8061
  overflow: hidden;
8062
  position: absolute;
8063
  top: 8px;
8064
  left: 50%;
8065
  margin-left: -11px;
8066
}
8067
/* line 430, ../sass/_items-list.scss */
8068
.img-wrap .os.windows {
8069
  background-image: url("../images/os-windows.png");
8070
}
8071
/* line 431, ../sass/_items-list.scss */
8072
.img-wrap .os.kubuntu {
8073
  background-image: url("../images/os-kubuntu.png");
8074
}
8075
/* line 432, ../sass/_items-list.scss */
8076
.img-wrap .os.fedora {
8077
  background-image: url("../images/os-fedora.png");
8078
}
8079
/* line 433, ../sass/_items-list.scss */
8080
.img-wrap .os.symbol {
8081
  position: relative;
8082
  top: -50px;
8083
  left: 0;
8084
  margin-left: 0;
8085
  width: auto;
8086
  height: auto;
8087
}
8088

    
8089
/* line 129, ../sass/_common.scss */
8090
.running .img-wrap .snf-pc-full,
8091
.running .img-wrap .snf-network-full, .running .img-wrap .snf-font {
8092
  color: #30c79e;
8093
}
8094
/* line 133, ../sass/_common.scss */
8095
.running .status {
8096
  color: #30c79e;
8097
}
8098

    
8099
/* line 129, ../sass/_common.scss */
8100
.off .img-wrap .snf-pc-full,
8101
.off .img-wrap .snf-network-full, .off .img-wrap .snf-font {
8102
  color: #485057;
8103
}
8104
/* line 133, ../sass/_common.scss */
8105
.off .status {
8106
  color: #485057;
8107
}
8108

    
8109
/* line 129, ../sass/_common.scss */
8110
.error .img-wrap .snf-pc-full,
8111
.error .img-wrap .snf-network-full, .error .img-wrap .snf-font {
8112
  color: #ff4040;
8113
}
8114
/* line 133, ../sass/_common.scss */
8115
.error .status {
8116
  color: #ff4040;
8117
}
8118

    
8119
/* line 129, ../sass/_common.scss */
8120
.shutting .img-wrap .snf-pc-full,
8121
.shutting .img-wrap .snf-network-full, .shutting .img-wrap .snf-font {
8122
  color: #636a70;
8123
}
8124
/* line 133, ../sass/_common.scss */
8125
.shutting .status {
8126
  color: #636a70;
8127
}
8128

    
8129
/* line 129, ../sass/_common.scss */
8130
.starting .img-wrap .snf-pc-full,
8131
.starting .img-wrap .snf-network-full, .starting .img-wrap .snf-font {
8132
  color: #566db1;
8133
}
8134
/* line 133, ../sass/_common.scss */
8135
.starting .status {
8136
  color: #566db1;
8137
}
8138

    
8139
/* line 129, ../sass/_common.scss */
8140
.rebooting .img-wrap .snf-pc-full,
8141
.rebooting .img-wrap .snf-network-full, .rebooting .img-wrap .snf-font {
8142
  color: #ffc54a;
8143
}
8144
/* line 133, ../sass/_common.scss */
8145
.rebooting .status {
8146
  color: #ffc54a;
8147
}
8148

    
8149
/* line 129, ../sass/_common.scss */
8150
.building .img-wrap .snf-pc-full,
8151
.building .img-wrap .snf-network-full, .building .img-wrap .snf-font {
8152
  color: #30c79e;
8153
}
8154
/* line 133, ../sass/_common.scss */
8155
.building .status {
8156
  color: #30c79e;
8157
}
8158

    
8159
/* line 470, ../sass/_items-list.scss */
8160
.building .img-wrap .snf-pc-full {
8161
  display: block;
8162
}
8163
/* line 474, ../sass/_items-list.scss */
8164
.building .img-wrap .incomplete {
8165
  color: #54d6b3;
8166
  width: 60px;
8167
}
8168
/* line 478, ../sass/_items-list.scss */
8169
.building .img-wrap .complete {
8170
  width: 0%;
8171
  position: absolute;
8172
  top: 0;
8173
  overflow: hidden;
8174
}
8175

    
8176
/* line 3, ../sass/_details.scss */
8177
.details {
8178
  position: relative;
8179
  border-left: 1px solid #ababad;
8180
  border-right: 1px solid #ababad;
8181
}
8182
/* line 9, ../sass/_details.scss */
8183
.details .lt {
8184
  width: 290px;
8185
  float: left;
8186
  text-align: center;
8187
  border-right: 1px solid #ababad;
8188
  height: 160px;
8189
  line-height: 160px;
8190
}
8191
/* line 17, ../sass/_details.scss */
8192
.details .rt {
8193
  overflow: hidden;
8194
}
8195
/* line 20, ../sass/_details.scss */
8196
.details .top {
8197
  border-bottom: 1px solid #ababad;
8198
  position: relative;
8199
  z-index: 1;
8200
}
8201
/* line 25, ../sass/_details.scss */
8202
.details .top .img-wrap {
8203
  position: relative;
8204
  vertical-align: middle;
8205
  width: auto;
8206
  height: 90px;
8207
}
8208
/* line 31, ../sass/_details.scss */
8209
.details .top .img-wrap .snf-pc-full,
8210
.details .top .img-wrap .snf-network-full {
8211
  font-size: 90px;
8212
}
8213
/* line 34, ../sass/_details.scss */
8214
.details .top .img-wrap .os {
8215
  background: url("../images/os-unknown.png") no-repeat center center;
8216
  width: 30px;
8217
  height: 30px;
8218
  display: inline-block;
8219
  text-indent: -2000px;
8220
  overflow: hidden;
8221
  position: absolute;
8222
  background-size: 100%;
8223
  left: 42px;
8224
  top: 15px;
8225
}
8226
/* line 40, ../sass/_details.scss */
8227
.details .top .img-wrap .os.windows {
8228
  background-image: url("../images/os-windows.png");
8229
}
8230
/* line 41, ../sass/_details.scss */
8231
.details .top .img-wrap .os.kubuntu {
8232
  background-image: url("../images/os-kubuntu.png");
8233
}
8234
/* line 42, ../sass/_details.scss */
8235
.details .top .img-wrap .os.fedora {
8236
  background-image: url("../images/os-fedora.png");
8237
}
8238
/* line 45, ../sass/_details.scss */
8239
.details .top .title {
8240
  height: 64px;
8241
  padding: 0 0 0 20px;
8242
}
8243
/* line 49, ../sass/_details.scss */
8244
.details .top .actions, .details .top .tabs {
8245
  border-top: 1px solid #ababad;
8246
  height: 48px;
8247
  line-height: 48px;
8248
  padding: 0 0 0 20px;
8249
}
8250
/* line 55, ../sass/_details.scss */
8251
.details .top .actions {
8252
  font-size: 0.875em;
8253
}
8254
/* line 58, ../sass/_details.scss */
8255
.details .top .tabs {
8256
  font-size: 1.375em;
8257
}
8258
/* line 61, ../sass/_details.scss */
8259
.details .top ul {
8260
  list-style: none outside none;
8261
  padding: 0;
8262
  margin: 0;
8263
}
8264
/* line 65, ../sass/_details.scss */
8265
.details .top ul li {
8266
  display: inline-block;
8267
  padding: 0 20px 0 0;
8268
  margin: 0;
8269
  line-height: 48px;
8270
}
8271
/* line 72, ../sass/_details.scss */
8272
.details .top h1 {
8273
  font-size: 1em;
8274
  margin: 0;
8275
  padding-top: 16px;
8276
}
8277
/* line 76, ../sass/_details.scss */
8278
.details .top h1 span {
8279
  font-size: 0.75em;
8280
  display: block;
8281
  font-weight: normal;
8282
}
8283
/* line 83, ../sass/_details.scss */
8284
.details .info-simple {
8285
  padding: 0 0 0 290px;
8286
}
8287
/* line 85, ../sass/_details.scss */
8288
.details .info-simple .info-block {
8289
  padding: 20px;
8290
  background: url("../images/dashed_atom-x.png") repeat-x bottom;
8291
}
8292
/* line 88, ../sass/_details.scss */
8293
.details .info-simple .info-block dl {
8294
  margin-bottom: 0;
8295
  font-size: 0.875em;
8296
}
8297
/* line 91, ../sass/_details.scss */
8298
.details .info-simple .info-block dl dt {
8299
  display: inline-block;
8300
  width: 42%;
8301
  vertical-align: top;
8302
  font-weight: normal;
8303
}
8304
/* line 96, ../sass/_details.scss */
8305
.details .info-simple .info-block dl dt .snf-font {
8306
  width: 40px;
8307
  display: inline-block;
8308
  font-size: 1.5em;
8309
  position: relative;
8310
  bottom: -2px;
8311
}
8312
/* line 104, ../sass/_details.scss */
8313
.details .info-simple .info-block dl dd {
8314
  display: inline-block;
8315
  width: 45%;
8316
  margin-bottom: 1em;
8317
}
8318
/* line 110, ../sass/_details.scss */
8319
.details .info-simple .info-block.tags {
8320
  text-align: left;
8321
}
8322
/* line 112, ../sass/_details.scss */
8323
.details .info-simple .info-block.tags .tag-data {
8324
  min-width: 30%;
8325
  display: inline-block;
8326
  padding: 4px 0;
8327
}
8328
/* line 116, ../sass/_details.scss */
8329
.details .info-simple .info-block.tags .tag-data .delete {
8330
  margin-left: 10px;
8331
  visibility: hidden;
8332
}
8333
/* line 121, ../sass/_details.scss */
8334
.details .info-simple .info-block.tags .btns {
8335
  margin-top: 77px;
8336
  margin-bottom: 20px;
8337
}
8338
/* line 124, ../sass/_details.scss */
8339
.details .info-simple .info-block.tags .btns *:first-child {
8340
  margin-right: 15px;
8341
}
8342
/* line 128, ../sass/_details.scss */
8343
.details .info-simple .info-block.tags .buttons {
8344
  margin-top: 25px;
8345
  margin-bottom: 25px;
8346
}
8347
/* line 132, ../sass/_details.scss */
8348
.details .info-simple .info-block.tags h3 {
8349
  margin: 0;
8350
  font-size: 0.875em;
8351
  font-weight: normal;
8352
}
8353
/* line 139, ../sass/_details.scss */
8354
.details .info-simple .info-block.charts .graph_container {
8355
  margin-bottom: 20px;
8356
}
8357
/* line 146, ../sass/_details.scss */
8358
.details .content h2 {
8359
  font-size: 1em;
8360
  line-height: 1;
8361
  margin-bottom: 40px;
8362
}
8363
/* line 152, ../sass/_details.scss */
8364
.details .lt-bar {
8365
  position: fixed;
8366
  width: 290px;
8367
  left: 50%;
8368
  top: 110px;
8369
  padding: 8px 10px;
8370
  margin-left: -30.625em;
8371
  -moz-box-shadow: 3px -2px 8px #cccccc;
8372
  -webkit-box-shadow: 3px -2px 8px #cccccc;
8373
  box-shadow: 3px -2px 8px #cccccc;
8374
  background: white;
8375
  z-index: 3;
8376
  padding: 0;
8377
  display: none;
8378
}
8379
/* line 158, ../sass/_details.scss */
8380
.details .lt-bar .items-list .img-wrap .snf-font {
8381
  font-size: 3.75em;
8382
}
8383

    
8384
/* line 166, ../sass/_details.scss */
8385
.scroll-wrap {
8386
  position: relative;
8387
}
8388

    
8389
/* line 171, ../sass/_details.scss */
8390
.toggle-lt-bar {
8391
  position: absolute;
8392
  left: 0;
8393
  top: 35px;
8394
  background: #485057;
8395
  z-index: 4;
8396
  color: #fff;
8397
  display: block;
8398
  height: 100px;
8399
  line-height: 85px;
8400
  padding: 0 5px;
8401
}
8402
/* line 182, ../sass/_details.scss */
8403
.toggle-lt-bar:hover {
8404
  background: #30c79e;
8405
  color: #fff;
8406
}
8407
/* line 186, ../sass/_details.scss */
8408
.toggle-lt-bar.fix-position {
8409
  position: fixed;
8410
  top: 145px;
8411
  left: 50%;
8412
  margin-left: -30.625em;
8413
  border: 1px solid white;
8414
}
8415

    
8416
/* line 197, ../sass/_details.scss */
8417
.list-availables > span {
8418
  margin-bottom: 1em;
8419
  display: inline-block;
8420
}
8421
/* line 201, ../sass/_details.scss */
8422
.list-availables ul {
8423
  list-style-type: none;
8424
}
8425
/* line 203, ../sass/_details.scss */
8426
.list-availables ul li {
8427
  line-height: 2.5em;
8428
}
8429
/* line 205, ../sass/_details.scss */
8430
.list-availables ul li span {
8431
  display: inline-block;
8432
}
8433
/* line 207, ../sass/_details.scss */
8434
.list-availables ul li span:not(:last-child), .list-availables ul li span span:not(:first-child) {
8435
  margin-right: 20px;
8436
}
8437
/* line 210, ../sass/_details.scss */
8438
.list-availables ul li span:first-child {
8439
  margin-right: 30px;
8440
}
8441
/* line 213, ../sass/_details.scss */
8442
.list-availables ul li span.snf-font {
8443
  vertical-align: middle;
8444
}
8445
/* line 215, ../sass/_details.scss */
8446
.list-availables ul li span.snf-font.snf-network-full, .list-availables ul li span.snf-font.snf-volume-full {
8447
  font-size: 24px;
8448
  color: #30c79e;
8449
}
8450
/* line 220, ../sass/_details.scss */
8451
.list-availables ul li span.name {
8452
  width: 50%;
8453
}
8454

    
8455
/* line 229, ../sass/_details.scss */
8456
.select-list {
8457
  border: 0 !important;
8458
  /*Removes border*/
8459
  -webkit-appearance: none;
8460
  /*Removes default chrome and safari style*/
8461
  -moz-appearance: none;
8462
  /*Removes default style Firefox*/
8463
  background-color: transparent;
8464
}
8465

    
8466
/* Table of Contents
8467

8468
- editable
8469
- universal form styles
8470
- vm wizard styles
8471
*/
8472
/* editable (used for changing info asychronously) ------------------ */
8473
/* line 14, ../sass/_forms.scss */
8474
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
8475
  display: none;
8476
}
8477
/* line 16, ../sass/_forms.scss */
8478
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
8479
  font-size: 18px;
8480
}
8481
/* line 25, ../sass/_forms.scss */
8482
.editable input[type="text"] {
8483
  display: none;
8484
}
8485

    
8486
/* universal form styles ------------------ */
8487
/* line 33, ../sass/_forms.scss */
8488
.input {
8489
  display: inline-block;
8490
  padding-left: 6px;
8491
}
8492
/* line 36, ../sass/_forms.scss */
8493
.input input[type="text"] {
8494
  width: 142px;
8495
  padding: 0 12px 0 6px;
8496
  border: 0 none;
8497
  background-color: transparent;
8498
  outline: 0;
8499
  margin: 0;
8500
  -moz-box-shadow: none;
8501
  -webkit-box-shadow: none;
8502
  box-shadow: none;
8503
}
8504

    
8505
/* line 48, ../sass/_forms.scss */
8506
.snf-color-picker {
8507
  display: none;
8508
}
8509
/* line 50, ../sass/_forms.scss */
8510
.snf-color-picker > form {
8511
  height: 237px;
8512
  width: 100%;
8513
}
8514
/* line 54, ../sass/_forms.scss */
8515
.snf-color-picker #picker {
8516
  position: relative;
8517
  width: 207px;
8518
  margin: 25px 5px 30px;
8519
  display: inline-block;
8520
}
8521
/* line 61, ../sass/_forms.scss */
8522
.snf-color-picker #color {
8523
  margin: 0 15px 0 10px;
8524
  position: static;
8525
  vertical-align: text-bottom;
8526
  border-color: transparent;
8527
  color: transparent;
8528
}
8529

    
8530
/* detailed view styles ------------------ */
8531
/* line 73, ../sass/_forms.scss */
8532
.details .input {
8533
  background: url(../images/input-bg-lt-black.png) no-repeat left bottom;
8534
}
8535
/* line 75, ../sass/_forms.scss */
8536
.details .input input[type="text"] {
8537
  background: url(../images/input-bg-rt-black.png) no-repeat right bottom;
8538
  color: #1e1e1e;
8539
}
8540
/* line 71, ../sass/_common.scss */
8541
.details .input input[type="text"].placeholder {
8542
  color: #919194;
8543
}
8544
/* line 72, ../sass/_common.scss */
8545
.details .input input[type="text"]:-moz-placeholder {
8546
  color: #919194;
8547
}
8548
/* line 73, ../sass/_common.scss */
8549
.details .input input[type="text"]::-moz-placeholder {
8550
  color: #919194;
8551
}
8552
/* line 74, ../sass/_common.scss */
8553
.details .input input[type="text"]::-webkit-input-placeholder {
8554
  color: #919194;
8555
}
8556

    
8557
/* vm wizard styles ------------------ */
8558
/* line 88, ../sass/_forms.scss */
8559
.wizard form.custom .custom.dropdown.medium {
8560
  background: #485057;
8561
  color: white;
8562
}
8563
/* line 92, ../sass/_forms.scss */
8564
.wizard form.custom .custom.dropdown .current {
8565
  color: white;
8566
}
8567
/* line 95, ../sass/_forms.scss */
8568
.wizard form.custom .custom.dropdown .selector {
8569
  border-left: 1px solid white;
8570
  height: 30px;
8571
}
8572
/* line 99, ../sass/_forms.scss */
8573
.wizard form.custom .custom.dropdown.open ul {
8574
  background: #485057;
8575
  color: white;
8576
}
8577
/* line 103, ../sass/_forms.scss */
8578
.wizard form.custom .custom.dropdown ul li {
8579
  color: white;
8580
}
8581
/* line 106, ../sass/_forms.scss */
8582
.wizard form.custom .custom.dropdown ul li.selected {
8583
  color: white;
8584
  background: #5f6a73;
8585
}
8586
/* line 110, ../sass/_forms.scss */
8587
.wizard form.custom .custom.dropdown ul li:hover {
8588
  background: #77838e;
8589
  color: white;
8590
}
8591
/* line 115, ../sass/_forms.scss */
8592
.wizard .input {
8593
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
8594
}
8595
/* line 117, ../sass/_forms.scss */
8596
.wizard .input input[type="text"] {
8597
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
8598
  color: white;
8599
}
8600
/* line 71, ../sass/_common.scss */
8601
.wizard .input input[type="text"].placeholder {
8602
  color: #1e1e1e;
8603
}
8604
/* line 72, ../sass/_common.scss */
8605
.wizard .input input[type="text"]:-moz-placeholder {
8606
  color: #1e1e1e;
8607
}
8608
/* line 73, ../sass/_common.scss */
8609
.wizard .input input[type="text"]::-moz-placeholder {
8610
  color: #1e1e1e;
8611
}
8612
/* line 74, ../sass/_common.scss */
8613
.wizard .input input[type="text"]::-webkit-input-placeholder {
8614
  color: #1e1e1e;
8615
}
8616

    
8617
/* Animations  */
8618
/* line 3, ../sass/_animations.scss */
8619
.grid-view .build-progress {
8620
  animation: progress_animation 5s infinite, pulse 1s infinite;
8621
  -webkit-animation: progress_animation 5s infinite, pulse 1s infinite;
8622
}
8623

    
8624
/* line 12, ../sass/_animations.scss */
8625
.reboot-progress {
8626
  animation: reboot_pulse 1s infinite;
8627
  -webkit-animation: reboot_pulse 1s infinite;
8628
}
8629

    
8630
@-webkit-keyframes progress_animation {
8631
  /* line 20, ../sass/_animations.scss */
8632
  from {
8633
    width: 0%;
8634
  }
8635

    
8636
  /* line 23, ../sass/_animations.scss */
8637
  to {
8638
    width: 100%;
8639
  }
8640
}
8641

    
8642
@-moz-keyframes progress_animation {
8643
  /* line 20, ../sass/_animations.scss */
8644
  from {
8645
    width: 0%;
8646
  }
8647

    
8648
  /* line 23, ../sass/_animations.scss */
8649
  to {
8650
    width: 100%;
8651
  }
8652
}
8653

    
8654
@-ms-keyframes progress_animation {
8655
  /* line 20, ../sass/_animations.scss */
8656
  from {
8657
    width: 0%;
8658
  }
8659

    
8660
  /* line 23, ../sass/_animations.scss */
8661
  to {
8662
    width: 100%;
8663
  }
8664
}
8665

    
8666
@keyframes progress_animation {
8667
  /* line 20, ../sass/_animations.scss */
8668
  from {
8669
    width: 0%;
8670
  }
8671

    
8672
  /* line 23, ../sass/_animations.scss */
8673
  to {
8674
    width: 100%;
8675
  }
8676
}
8677

    
8678
@-webkit-keyframes pulse {
8679
  /* line 29, ../sass/_animations.scss */
8680
  from {
8681
    color: #30c79e;
8682
  }
8683

    
8684
  /* line 32, ../sass/_animations.scss */
8685
  to {
8686
    color: #269e7d;
8687
  }
8688
}
8689

    
8690
@-moz-keyframes pulse {
8691
  /* line 29, ../sass/_animations.scss */
8692
  from {
8693
    color: #30c79e;
8694
  }
8695

    
8696
  /* line 32, ../sass/_animations.scss */
8697
  to {
8698
    color: #269e7d;
8699
  }
8700
}
8701

    
8702
@-ms-keyframes pulse {
8703
  /* line 29, ../sass/_animations.scss */
8704
  from {
8705
    color: #30c79e;
8706
  }
8707

    
8708
  /* line 32, ../sass/_animations.scss */
8709
  to {
8710
    color: #269e7d;
8711
  }
8712
}
8713

    
8714
@keyframes pulse {
8715
  /* line 29, ../sass/_animations.scss */
8716
  from {
8717
    color: #30c79e;
8718
  }
8719

    
8720
  /* line 32, ../sass/_animations.scss */
8721
  to {
8722
    color: #269e7d;
8723
  }
8724
}
8725

    
8726
@-webkit-keyframes reboot_pulse {
8727
  /* line 39, ../sass/_animations.scss */
8728
  from {
8729
    color: #ffc54a;
8730
  }
8731

    
8732
  /* line 42, ../sass/_animations.scss */
8733
  to {
8734
    color: #ffb517;
8735
  }
8736
}
8737

    
8738
@-moz-keyframes reboot_pulse {
8739
  /* line 39, ../sass/_animations.scss */
8740
  from {
8741
    color: #ffc54a;
8742
  }
8743

    
8744
  /* line 42, ../sass/_animations.scss */
8745
  to {
8746
    color: #ffb517;
8747
  }
8748
}
8749

    
8750
@-ms-keyframes reboot_pulse {
8751
  /* line 39, ../sass/_animations.scss */
8752
  from {
8753
    color: #ffc54a;
8754
  }
8755

    
8756
  /* line 42, ../sass/_animations.scss */
8757
  to {
8758
    color: #ffb517;
8759
  }
8760
}
8761

    
8762
@keyframes reboot_pulse {
8763
  /* line 39, ../sass/_animations.scss */
8764
  from {
8765
    color: #ffc54a;
8766
  }
8767

    
8768
  /* line 42, ../sass/_animations.scss */
8769
  to {
8770
    color: #ffb517;
8771
  }
8772
}
8773

    
8774
/* line 50, ../sass/_animations.scss */
8775
.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 {
8776
  color: blue;
8777
  padding: 0 4px;
8778
  position: absolute;
8779
  right: 0;
8780
}
8781

    
8782
/* line 58, ../sass/_animations.scss */
8783
.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 {
8784
  position: static;
8785
}
8786

    
8787
/* line 6, ../sass/_networks.scss */
8788
.networks.grid-view .items-list > li .img-wrap .snf-font {
8789
  font-size: 3.75em-pxCalc(0.05em);
8790
}
8791
/* line 18, ../sass/_networks.scss */
8792
.networks.list-view .items-list > li .img-wrap .snf-font {
8793
  font-size: 34px-pxCalc(0.05em);
8794
}
8795

    
8796
/* Storage (pithos) related styles  */
8797
/* line 3, ../sass/_storage.scss */
8798
.storage {
8799
  height: 100%;
8800
}
8801
/* line 5, ../sass/_storage.scss */
8802
.storage .rect-plus {
8803
  display: inline-block;
8804
  background-color: #fff;
8805
  color: #30c79e;
8806
  padding: 0 6px;
8807
  font-size: 1.625em;
8808
}
8809
/* line 11, ../sass/_storage.scss */
8810
.storage .rect-plus:hover {
8811
  color: #485057;
8812
}
8813
/* line 15, ../sass/_storage.scss */
8814
.storage .items-list {
8815
  height: 100%;
8816
}
8817
/* line 18, ../sass/_storage.scss */
8818
.storage .items-list > li .img-wrap {
8819
  top: 0;
8820
  height: 34px;
8821
  line-height: 34px;
8822
}
8823
/* line 23, ../sass/_storage.scss */
8824
.storage .items-list > li h4 {
8825
  width: 210px;
8826
  height: 34px;
8827
  line-height: 34px;
8828
}
8829
/* line 28, ../sass/_storage.scss */
8830
.storage .items-list > li .info {
8831
  margin-right: 40px;
8832
}
8833
/* line 33, ../sass/_storage.scss */
8834
.storage .items-list .folder .img-wrap {
8835
  background: url(../images/folder-closed.png) no-repeat center center;
8836
}
8837
/* line 37, ../sass/_storage.scss */
8838
.storage .items-list .folder.draghover .img-wrap {
8839
  background-image: url(../images/folder-open.png);
8840
}
8841
/* line 43, ../sass/_storage.scss */
8842
.storage .items-list li:hover .actions-col {
8843
  visibility: visible;
8844
}
8845
/* line 47, ../sass/_storage.scss */
8846
.storage .items-list .add-new {
8847
  position: relative;
8848
}
8849
/* line 49, ../sass/_storage.scss */
8850
.storage .items-list .add-new input[type="file"] {
8851
  position: absolute;
8852
  left: 150px;
8853
  top: 0;
8854
  right: 0;
8855
  bottom: 0;
8856
  opacity: 0;
8857
}
8858
/* line 57, ../sass/_storage.scss */
8859
.storage .items-list .add-new h4 {
8860
  color: #fff;
8861
}
8862
/* line 61, ../sass/_storage.scss */
8863
.storage .items-list .add-new:hover .rect-plus {
8864
  color: #485057;
8865
}
8866
/* line 66, ../sass/_storage.scss */
8867
.storage .items-list.drag {
8868
  background-color: #ebebec;
8869
}
8870

    
8871
/* line 72, ../sass/_storage.scss */
8872
.containers .items-list {
8873
  overflow: visible;
8874
}
8875
/* line 74, ../sass/_storage.scss */
8876
.containers .items-list > li {
8877
  text-align: left;
8878
  padding-right: 0;
8879
  padding-left: 0;
8880
}
8881
/* line 78, ../sass/_storage.scss */
8882
.containers .items-list > li .col {
8883
  float: left;
8884
}
8885
/* line 81, ../sass/_storage.scss */
8886
.containers .items-list > li h4 {
8887
  font-size: 0.875em;
8888
  width: auto;
8889
}
8890
/* line 85, ../sass/_storage.scss */
8891
.containers .items-list > li .basic-data {
8892
  width: 20%;
8893
}
8894
/* line 88, ../sass/_storage.scss */
8895
.containers .items-list > li .size-data {
8896
  width: 40%;
8897
}
8898
/* line 90, ../sass/_storage.scss */
8899
.containers .items-list > li .size-data .progress-col {
8900
  padding-top: 7px;
8901
}
8902
/* line 92, ../sass/_storage.scss */
8903
.containers .items-list > li .size-data .progress-col .progress {
8904
  border-color: #485057;
8905
  height: 20px;
8906
}
8907
/* line 95, ../sass/_storage.scss */
8908
.containers .items-list > li .size-data .progress-col .progress .meter {
8909
  text-align: right;
8910
  font-size: 10px;
8911
  padding: 2px;
8912
  background-color: #485057;
8913
  color: white;
8914
  font-size: 0.875em;
8915
  line-height: 100%;
8916
}
8917
/* line 106, ../sass/_storage.scss */
8918
.containers .items-list > li .size-data .size {
8919
  width: auto;
8920
  padding-left: 20px;
8921
  font-size: 0.875em;
8922
}
8923
/* line 112, ../sass/_storage.scss */
8924
.containers .items-list > li h5 {
8925
  float: left;
8926
  width: 20%;
8927
  font-size: 0.875em;
8928
  font-weight: normal;
8929
  line-height: 34px;
8930
  height: 34px;
8931
  margin: 0;
8932
}
8933
/* line 121, ../sass/_storage.scss */
8934
.containers .items-list > li .project {
8935
  line-height: 34px;
8936
  height: 34px;
8937
  width: 18%;
8938
  font-size: 0.875em;
8939
  position: relative;
8940
  right: 0;
8941
}
8942
/* line 128, ../sass/_storage.scss */
8943
.containers .items-list > li .project ul {
8944
  position: absolute;
8945
  right: 0;
8946
  top: 36px;
8947
  list-style: none outside none;
8948
  border: 1px solid #485057;
8949
  padding: 5px 15px;
8950
  display: none;
8951
  z-index: 1;
8952
  background: #fff;
8953
}
8954
/* line 138, ../sass/_storage.scss */
8955
.containers .items-list > li .project ul li {
8956
  padding: 4px 0;
8957
}
8958
/* line 142, ../sass/_storage.scss */
8959
.containers .items-list > li .project .btn-more {
8960
  border: 1px solid #485057;
8961
  padding: 0 10px;
8962
  float: right;
8963
}
8964
/* line 146, ../sass/_storage.scss */
8965
.containers .items-list > li .project .btn-more em {
8966
  display: none;
8967
  opacity: 0;
8968
  font-style: normal;
8969
  color: #1e1e1e;
8970
  -webkit-transition: opacity 300ms linear;
8971
  -moz-transition: opacity 300ms linear;
8972
  -ms-transition: opacity 300ms linear;
8973
  -o-transition: opacity 300ms linear;
8974
  transition: opacity 300ms linear;
8975
}
8976
/* line 153, ../sass/_storage.scss */
8977
.containers .items-list > li .project .btn-more:hover {
8978
  color: #485057;
8979
}
8980
/* line 155, ../sass/_storage.scss */
8981
.containers .items-list > li .project .btn-more:hover em {
8982
  display: inline-block;
8983
  opacity: 1;
8984
}
8985
/* line 160, ../sass/_storage.scss */
8986
.containers .items-list > li .project .btn-more.clicked {
8987
  background-color: #485057;
8988
  color: #fff;
8989
}
8990
/* line 163, ../sass/_storage.scss */
8991
.containers .items-list > li .project .btn-more.clicked em {
8992
  -webkit-transition: opacity 300ms linear;
8993
  -moz-transition: opacity 300ms linear;
8994
  -ms-transition: opacity 300ms linear;
8995
  -o-transition: opacity 300ms linear;
8996
  transition: opacity 300ms linear;
8997
  display: inline-block;
8998
  opacity: 1;
8999
  color: #fff;
9000
}
9001
/* line 174, ../sass/_storage.scss */
9002
.containers .items-list > li .img-wrap .snf-folder-full {
9003
  font-size: 2.125em;
9004
  color: #30c79e;
9005
}
9006
/* line 178, ../sass/_storage.scss */
9007
.containers .items-list > li .img-wrap span:not(.snf-folder-full) {
9008
  color: #485057;
9009
  font-size: 1em;
9010
  position: relative;
9011
  bottom: 5px;
9012
  left: -28px;
9013
}
9014

    
9015
/* line 191, ../sass/_storage.scss */
9016
.storage-progress .items-list {
9017
  margin-bottom: 0;
9018
}
9019
/* line 193, ../sass/_storage.scss */
9020
.storage-progress .items-list li {
9021
  padding-left: 210px;
9022
  color: #fff;
9023
}
9024
/* line 196, ../sass/_storage.scss */
9025
.storage-progress .items-list li .img-wrap {
9026
  top: 0;
9027
  height: 34px;
9028
  line-height: 34px;
9029
}
9030
/* line 201, ../sass/_storage.scss */
9031
.storage-progress .items-list li h4 {
9032
  width: 210px;
9033
  height: 34px;
9034
  line-height: 34px;
9035
}
9036
/* line 206, ../sass/_storage.scss */
9037
.storage-progress .items-list li .remove {
9038
  text-align: right;
9039
  font-weight: bold;
9040
  visibility: visible;
9041
}
9042
/* line 210, ../sass/_storage.scss */
9043
.storage-progress .items-list li .remove a {
9044
  color: #fff;
9045
}
9046
/* line 213, ../sass/_storage.scss */
9047
.storage-progress .items-list li .remove em {
9048
  display: none;
9049
}
9050
/* line 217, ../sass/_storage.scss */
9051
.storage-progress .items-list li .remove:hover em {
9052
  display: inline;
9053
}
9054
/* line 222, ../sass/_storage.scss */
9055
.storage-progress .items-list li .progress-col {
9056
  padding-top: 7px;
9057
}
9058
/* line 225, ../sass/_storage.scss */
9059
.storage-progress .items-list li:hover {
9060
  background-color: transparent;
9061
}
9062
/* line 230, ../sass/_storage.scss */
9063
.storage-progress .progress {
9064
  height: 20px;
9065
}
9066
/* line 232, ../sass/_storage.scss */
9067
.storage-progress .progress .meter {
9068
  background-color: #fff;
9069
  color: #1e1e1e;
9070
  text-align: right;
9071
  padding-right: 10px;
9072
  line-height: 120%;
9073
}
9074
/* line 240, ../sass/_storage.scss */
9075
.storage-progress .details {
9076
  border: 0 none;
9077
}
9078

    
9079
/* line 245, ../sass/_storage.scss */
9080
.all-height {
9081
  height: 100%;
9082
}
9083

    
9084
/* line 1, ../sass/_wizards.scss */
9085
.body-wrapper .overlay-area-custom .overlay-div.wizard {
9086
  background: #485057;
9087
  padding: 0;
9088
  width: 100%;
9089
  top: 0;
9090
  left: 0;
9091
  position: relative;
9092
  color: white;
9093
}
9094
/* line 9, ../sass/_wizards.scss */
9095
.body-wrapper .overlay-area-custom .overlay-div.wizard .top {
9096
  background: #636a70;
9097
  height: 90px;
9098
  position: fixed;
9099
  left: 0;
9100
  right: 0;
9101
  bottom: auto;
9102
  top: 80px;
9103
  width: 100%;
9104
  z-index: 40;
9105
}
9106
/* line 19, ../sass/_wizards.scss */
9107
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers {
9108
  height: 50px;
9109
  line-height: 50px;
9110
  background: #33383d;
9111
}
9112
/* line 20, ../sass/_wizards.scss */
9113
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row {
9114
  max-width: 100%;
9115
  padding: 0 15px;
9116
}
9117
/* line 23, ../sass/_wizards.scss */
9118
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close {
9119
  color: #919194;
9120
}
9121
/* line 25, ../sass/_wizards.scss */
9122
.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 {
9123
  color: white;
9124
}
9125
/* line 34, ../sass/_wizards.scss */
9126
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus {
9127
  height: 40px;
9128
}
9129
/* line 36, ../sass/_wizards.scss */
9130
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu {
9131
  display: none;
9132
}
9133
/* line 38, ../sass/_wizards.scss */
9134
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu[data-step="1"] {
9135
  display: block;
9136
}
9137
/* line 41, ../sass/_wizards.scss */
9138
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul {
9139
  margin: 0;
9140
  padding: 0;
9141
  list-style: none outside none;
9142
  font-size: 0.75em;
9143
}
9144
/* line 46, ../sass/_wizards.scss */
9145
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li {
9146
  display: inline;
9147
  margin-right: 10px;
9148
  line-height: 40px;
9149
  list-style: none outside none;
9150
}
9151
/* line 51, ../sass/_wizards.scss */
9152
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a {
9153
  color: #1e1e1e;
9154
}
9155
/* line 53, ../sass/_wizards.scss */
9156
.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 {
9157
  color: white;
9158
}
9159
/* line 56, ../sass/_wizards.scss */
9160
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
9161
  text-decoration: underline;
9162
}
9163
/* line 59, ../sass/_wizards.scss */
9164
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.disabled {
9165
  color: #919194;
9166
  cursor: default;
9167
}
9168
/* line 69, ../sass/_wizards.scss */
9169
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums {
9170
  text-align: right;
9171
  list-style: none outside none;
9172
  margin: 0;
9173
  height: 50px;
9174
  line-height: 50px;
9175
  font-size: 0.5625em;
9176
  padding-right: 120px;
9177
  color: #30c79e;
9178
}
9179
/* line 78, ../sass/_wizards.scss */
9180
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li {
9181
  list-style: none outside none;
9182
  display: inline;
9183
}
9184
/* line 81, ../sass/_wizards.scss */
9185
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p {
9186
  display: none;
9187
  position: relative;
9188
  top: 1px;
9189
  font-size: 12px;
9190
  margin-left: 12px;
9191
}
9192
/* line 87, ../sass/_wizards.scss */
9193
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p strong {
9194
  margin-right: 5px;
9195
}
9196
/* line 91, ../sass/_wizards.scss */
9197
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li em {
9198
  display: inline-block;
9199
  border-radius: 50%;
9200
  border: 1px solid #30c79e;
9201
  width: 20px;
9202
  height: 20px;
9203
  line-height: 18px;
9204
  margin: 0 3px;
9205
  text-align: center;
9206
  font-style: normal;
9207
}
9208
/* line 102, ../sass/_wizards.scss */
9209
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a {
9210
  color: #30c79e;
9211
  display: block;
9212
}
9213
/* line 105, ../sass/_wizards.scss */
9214
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a:hover {
9215
  cursor: default;
9216
}
9217
/* line 109, ../sass/_wizards.scss */
9218
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current {
9219
  float: left;
9220
}
9221
/* line 111, ../sass/_wizards.scss */
9222
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current p {
9223
  display: inline-block;
9224
}
9225
/* line 114, ../sass/_wizards.scss */
9226
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em {
9227
  font-size: 12px;
9228
  width: 30px;
9229
  height: 30px;
9230
  line-height: 27px;
9231
  border-color: #30c79e;
9232
}
9233
/* line 120, ../sass/_wizards.scss */
9234
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em * {
9235
  color: #30c79e;
9236
}
9237
/* line 128, ../sass/_wizards.scss */
9238
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle {
9239
  padding-top: 70px;
9240
}
9241
/* line 130, ../sass/_wizards.scss */
9242
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .steps {
9243
  position: relative;
9244
  width: 100%;
9245
}
9246
/* line 134, ../sass/_wizards.scss */
9247
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step {
9248
  position: absolute;
9249
  top: 0;
9250
  width: 100%;
9251
  display: none;
9252
  padding: 50px 0 50px;
9253
}
9254
/* line 140, ../sass/_wizards.scss */
9255
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.current {
9256
  display: block;
9257
}
9258
/* line 143, ../sass/_wizards.scss */
9259
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step h2 {
9260
  color: white;
9261
  font-size: 1em;
9262
}
9263
/* line 147, ../sass/_wizards.scss */
9264
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step li {
9265
  list-style: none outside none;
9266
  position: relative;
9267
}
9268
/* line 152, ../sass/_wizards.scss */
9269
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step a {
9270
  color: white;
9271
}
9272
/* line 155, ../sass/_wizards.scss */
9273
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list {
9274
  margin-top: 1em;
9275
}
9276
/* line 157, ../sass/_wizards.scss */
9277
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li {
9278
  margin-bottom: 0.5em;
9279
  margin-left: 1.5em;
9280
}
9281
/* line 161, ../sass/_wizards.scss */
9282
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li:first-child .img-wrap .snf-font {
9283
  color: white;
9284
}
9285
/* line 165, ../sass/_wizards.scss */
9286
.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 {
9287
  display: inline-block;
9288
  margin-right: 15px;
9289
}
9290
/* line 169, ../sass/_wizards.scss */
9291
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap {
9292
  position: relative;
9293
  width: 1.875em;
9294
}
9295
/* line 172, ../sass/_wizards.scss */
9296
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .snf-font {
9297
  font-size: 1.875em;
9298
  color: #30c79e;
9299
  line-height: 120%;
9300
}
9301
/* line 177, ../sass/_wizards.scss */
9302
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .os {
9303
  background: url("../images/os-unknown.png") no-repeat center center;
9304
  width: 14px;
9305
  height: 14px;
9306
  display: inline-block;
9307
  text-indent: -2000px;
9308
  overflow: hidden;
9309
  background-size: 14px;
9310
  top: 5px;
9311
  left: 18px;
9312
}
9313
/* line 184, ../sass/_wizards.scss */
9314
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .name {
9315
  width: 18.75em;
9316
}
9317
/* line 194, ../sass/_wizards.scss */
9318
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.step-2 .dropdown {
9319
  margin-bottom: 40px;
9320
}
9321
/* line 202, ../sass/_wizards.scss */
9322
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li {
9323
  display: none;
9324
  list-style: none outside none;
9325
  font-size: 0.75em;
9326
  padding: 15px 0;
9327
}
9328
/* line 209, ../sass/_wizards.scss */
9329
.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 {
9330
  background: #33383d;
9331
}
9332
/* line 212, ../sass/_wizards.scss */
9333
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current {
9334
  background: white;
9335
  color: #485057;
9336
}
9337
/* line 215, ../sass/_wizards.scss */
9338
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .name-col {
9339
  color: #485057;
9340
}
9341
/* line 219, ../sass/_wizards.scss */
9342
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a {
9343
  border-color: #485057;
9344
  color: #485057;
9345
}
9346
/* line 222, ../sass/_wizards.scss */
9347
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current {
9348
  color: white;
9349
  background: #485057;
9350
}
9351
/* line 229, ../sass/_wizards.scss */
9352
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.system-images {
9353
  display: list-item;
9354
}
9355
/* line 232, ../sass/_wizards.scss */
9356
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .img-col {
9357
  float: left;
9358
  width: 50px;
9359
  line-height: 30px;
9360
}
9361
/* line 237, ../sass/_wizards.scss */
9362
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .name-col {
9363
  float: left;
9364
  color: white;
9365
  width: 71%;
9366
  padding-right: 10px;
9367
  line-height: 30px;
9368
}
9369
/* line 244, ../sass/_wizards.scss */
9370
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .size-col {
9371
  float: left;
9372
  width: 10%;
9373
  line-height: 30px;
9374
}
9375
/* line 249, ../sass/_wizards.scss */
9376
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col {
9377
  float: right;
9378
  width: 10%;
9379
  margin-left: 10px;
9380
}
9381
/* line 253, ../sass/_wizards.scss */
9382
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a {
9383
  font-size: 1em;
9384
}
9385
/* line 257, ../sass/_wizards.scss */
9386
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current {
9387
  color: #485057;
9388
}
9389
/* line 262, ../sass/_wizards.scss */
9390
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details {
9391
  display: none;
9392
  background: #e6e6e6;
9393
  padding: 22px 0;
9394
  margin: 20px 6px -9px;
9395
  color: #1e1e1e;
9396
}
9397
/* line 268, ../sass/_wizards.scss */
9398
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details h3 {
9399
  font-size: 1em;
9400
  font-weight: normal;
9401
  margin-bottom: 1em;
9402
  padding-left: 50px;
9403
}
9404
/* line 274, ../sass/_wizards.scss */
9405
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl {
9406
  margin: 0;
9407
  padding-left: 50px;
9408
}
9409
/* line 278, ../sass/_wizards.scss */
9410
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dt {
9411
  width: 20%;
9412
  float: left;
9413
  font-weight: normal;
9414
}
9415
/* line 283, ../sass/_wizards.scss */
9416
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dd {
9417
  margin: 0 0 5px;
9418
}
9419
/* line 290, ../sass/_wizards.scss */
9420
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor {
9421
  list-style: none outside none;
9422
}
9423
/* line 292, ../sass/_wizards.scss */
9424
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li {
9425
  list-style: none outside none;
9426
  margin-bottom: 30px;
9427
}
9428
/* line 295, ../sass/_wizards.scss */
9429
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title {
9430
  height: 40px;
9431
  overflow: hidden;
9432
  margin-bottom: 0.5em;
9433
  color: white;
9434
  vertical-align: top;
9435
}
9436
/* line 302, ../sass/_wizards.scss */
9437
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title .snf-font {
9438
  display: block;
9439
  width: 60px;
9440
  font-size: 38px;
9441
  float: left;
9442
  position: relative;
9443
  bottom: -3px;
9444
}
9445
/* line 310, ../sass/_wizards.scss */
9446
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 {
9447
  font-size: 0.875em;
9448
  float: left;
9449
  width: 140px;
9450
  color: white;
9451
  margin-right: 60px;
9452
  padding-left: 0.625em;
9453
}
9454
/* line 312, ../sass/_wizards.scss */
9455
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 span {
9456
  font-weight: normal;
9457
}
9458
/* line 320, ../sass/_wizards.scss */
9459
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 em {
9460
  display: block;
9461
  margin-top: 4px;
9462
  font-size: 11px;
9463
  font-style: normal;
9464
  font-weight: normal;
9465
  white-space: nowrap;
9466
  line-height: 13px;
9467
}
9468
/* line 330, ../sass/_wizards.scss */
9469
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title p {
9470
  visibility: hidden;
9471
  overflow: hidden;
9472
  min-height: 40px;
9473
  font-size: 11px;
9474
  line-height: 11px;
9475
}
9476
/* line 340, ../sass/_wizards.scss */
9477
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar {
9478
  width: 200px;
9479
  float: left;
9480
  margin-right: 60px;
9481
  height: 20px;
9482
  position: relative;
9483
  top: 10px;
9484
}
9485
/* line 347, ../sass/_wizards.scss */
9486
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap {
9487
  border: 1px solid white;
9488
  padding: 1px;
9489
  height: 100%;
9490
}
9491
/* line 351, ../sass/_wizards.scss */
9492
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
9493
  border-color: #919194;
9494
}
9495
/* line 354, ../sass/_wizards.scss */
9496
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9497
  background-color: #919194;
9498
}
9499
/* line 359, ../sass/_wizards.scss */
9500
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
9501
  height: 100%;
9502
}
9503
/* line 361, ../sass/_wizards.scss */
9504
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
9505
  background: #919194;
9506
  height: 100%;
9507
  float: left;
9508
  position: relative;
9509
}
9510
/* line 366, ../sass/_wizards.scss */
9511
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
9512
  background: white;
9513
  height: 100%;
9514
  float: left;
9515
}
9516
/* line 371, ../sass/_wizards.scss */
9517
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
9518
  position: absolute;
9519
  right: 10px;
9520
  font-size: 0.5625em;
9521
  top: 2px;
9522
}
9523
/* line 378, ../sass/_wizards.scss */
9524
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
9525
  right: -30px;
9526
  color: white;
9527
}
9528
/* line 388, ../sass/_wizards.scss */
9529
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options {
9530
  overflow: hidden;
9531
  list-style: none outside none;
9532
}
9533
/* line 391, ../sass/_wizards.scss */
9534
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li {
9535
  list-style: none outside none;
9536
  display: inline-block;
9537
  margin-right: 10px;
9538
  margin-bottom: 0;
9539
}
9540
/* line 396, ../sass/_wizards.scss */
9541
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a {
9542
  min-width: 60px;
9543
}
9544
/* line 399, ../sass/_wizards.scss */
9545
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current {
9546
  color: #485057;
9547
}
9548
/* line 402, ../sass/_wizards.scss */
9549
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled {
9550
  border-color: #919194;
9551
  color: #919194;
9552
}
9553
/* line 405, ../sass/_wizards.scss */
9554
.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 {
9555
  cursor: default;
9556
  border-width: 1px;
9557
  line-height: 28px;
9558
}
9559
/* line 418, ../sass/_wizards.scss */
9560
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary {
9561
  padding-bottom: 40px;
9562
}
9563
/* line 421, ../sass/_wizards.scss */
9564
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row .wrap {
9565
  max-width: 36.25em;
9566
  border-top: 1px solid white;
9567
  padding-top: 1em;
9568
}
9569
/* line 428, ../sass/_wizards.scss */
9570
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child .wrap {
9571
  border-top: 0 none;
9572
  margin-top: 0;
9573
}
9574
/* line 433, ../sass/_wizards.scss */
9575
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child dl dt {
9576
  font-weight: bold;
9577
}
9578
/* line 439, ../sass/_wizards.scss */
9579
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary h2 {
9580
  font-size: 1em;
9581
  color: white;
9582
  margin-bottom: 1em;
9583
}
9584
/* line 444, ../sass/_wizards.scss */
9585
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl {
9586
  margin-bottom: 0;
9587
}
9588
/* line 446, ../sass/_wizards.scss */
9589
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl span {
9590
  width: 40px;
9591
  display: inline-block;
9592
  font-size: 20px;
9593
  position: relative;
9594
  bottom: -2px;
9595
}
9596
/* line 453, ../sass/_wizards.scss */
9597
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dt {
9598
  display: inline-block;
9599
  width: 42%;
9600
  vertical-align: top;
9601
  font-weight: 600;
9602
}
9603
/* line 459, ../sass/_wizards.scss */
9604
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dd {
9605
  display: inline-block;
9606
  width: 45%;
9607
  margin-bottom: 1em;
9608
}
9609
/* line 466, ../sass/_wizards.scss */
9610
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step {
9611
  color: white;
9612
}
9613
/* line 468, ../sass/_wizards.scss */
9614
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step h2 {
9615
  color: white;
9616
  font-size: 1em;
9617
  margin-bottom: 10px;
9618
  line-height: 1;
9619
}
9620
/* line 474, ../sass/_wizards.scss */
9621
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step p {
9622
  font-size: 10px;
9623
}
9624
/* line 477, ../sass/_wizards.scss */
9625
.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 {
9626
  color: white;
9627
}
9628
/* line 480, ../sass/_wizards.scss */
9629
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn {
9630
  margin: 50px 0 2.5em;
9631
}
9632
/* line 482, ../sass/_wizards.scss */
9633
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a {
9634
  color: white;
9635
}
9636
/* line 484, ../sass/_wizards.scss */
9637
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a span {
9638
  padding-left: 24px;
9639
}
9640
/* line 491, ../sass/_wizards.scss */
9641
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9642
  color: white;
9643
  font-size: 1em;
9644
  margin-bottom: 0.5em;
9645
}
9646
/* line 499, ../sass/_wizards.scss */
9647
.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 {
9648
  color: white;
9649
}
9650
/* line 502, ../sass/_wizards.scss */
9651
.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 {
9652
  color: #485057;
9653
}
9654
/* line 506, ../sass/_wizards.scss */
9655
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9656
  display: none;
9657
}
9658
/* line 508, ../sass/_wizards.scss */
9659
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9660
  font-size: 20px;
9661
}
9662
/* line 511, ../sass/_wizards.scss */
9663
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9664
  padding: 2.5em 0;
9665
}
9666
/* line 514, ../sass/_wizards.scss */
9667
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9668
  max-width: 340px;
9669
  margin-bottom: 20px;
9670
}
9671
/* line 520, ../sass/_wizards.scss */
9672
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9673
  position: relative;
9674
  list-style: none outside none;
9675
  margin-bottom: 7px;
9676
}
9677
/* line 525, ../sass/_wizards.scss */
9678
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9679
  cursor: pointer;
9680
}
9681
/* line 529, ../sass/_wizards.scss */
9682
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9683
  width: 18.75em;
9684
  color: white;
9685
  font-size: 1em;
9686
  font-weight: normal;
9687
  margin: 0 28px 0 0;
9688
  display: inline-block;
9689
}
9690
/* line 541, ../sass/_wizards.scss */
9691
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9692
  background-color: #ff7049;
9693
}
9694
/* line 543, ../sass/_wizards.scss */
9695
.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 {
9696
  margin-top: 3px;
9697
}
9698
/* line 548, ../sass/_wizards.scss */
9699
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9700
  background-color: #ff948c;
9701
}
9702
/* line 550, ../sass/_wizards.scss */
9703
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9704
  position: relative;
9705
  margin-bottom: 0;
9706
}
9707
/* line 555, ../sass/_wizards.scss */
9708
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9709
  padding-right: 30px;
9710
  display: inline-block;
9711
  width: 145px;
9712
  text-align: right;
9713
  font-size: 30px;
9714
  margin-bottom: 0;
9715
  position: relative;
9716
}
9717
/* line 563, ../sass/_wizards.scss */
9718
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9719
  position: relative;
9720
}
9721
/* line 565, ../sass/_wizards.scss */
9722
.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 {
9723
  top: -1px;
9724
}
9725
/* line 568, ../sass/_wizards.scss */
9726
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9727
  top: 5px;
9728
}
9729
/* line 571, ../sass/_wizards.scss */
9730
.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 {
9731
  top: 5px;
9732
}
9733
/* line 574, ../sass/_wizards.scss */
9734
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9735
  position: absolute;
9736
  height: 1px;
9737
  width: 13px;
9738
  background: white;
9739
  bottom: 15px;
9740
}
9741
/* line 580, ../sass/_wizards.scss */
9742
.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 {
9743
  right: 56px;
9744
}
9745
/* line 581, ../sass/_wizards.scss */
9746
.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 {
9747
  right: 97px;
9748
  width: 10px;
9749
}
9750
/* line 588, ../sass/_wizards.scss */
9751
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
9752
  background: #ffb5af;
9753
  margin: 2.5em 6px;
9754
  padding: 2.5em 0;
9755
  color: #fff;
9756
}
9757
/* line 593, ../sass/_wizards.scss */
9758
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
9759
  color: #fff;
9760
  padding-left: 145px;
9761
}
9762
/* line 596, ../sass/_wizards.scss */
9763
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
9764
  cursor: pointer;
9765
}
9766
/* line 600, ../sass/_wizards.scss */
9767
.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 {
9768
  margin-top: 20px;
9769
  border-color: #fff;
9770
  color: #fff;
9771
  margin-left: 145px;
9772
}
9773
/* line 608, ../sass/_wizards.scss */
9774
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .with-checkbox a span {
9775
  color: #fff;
9776
}
9777
/* line 617, ../sass/_wizards.scss */
9778
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
9779
  background-color: #4c71ff;
9780
}
9781
/* line 619, ../sass/_wizards.scss */
9782
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
9783
  display: none;
9784
}
9785
/* line 622, ../sass/_wizards.scss */
9786
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
9787
  position: relative;
9788
  width: 207px;
9789
  margin: 30px 5px;
9790
  display: inline-block;
9791
}
9792
/* line 628, ../sass/_wizards.scss */
9793
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
9794
  margin-top: 77px;
9795
  margin-bottom: 30px;
9796
}
9797
/* line 632, ../sass/_wizards.scss */
9798
.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 {
9799
  margin-right: 20px;
9800
}
9801
/* line 635, ../sass/_wizards.scss */
9802
.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 {
9803
  left: 10px;
9804
}
9805
/* line 638, ../sass/_wizards.scss */
9806
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
9807
  width: 18.75em;
9808
  color: white;
9809
  font-size: 1em;
9810
  font-weight: normal;
9811
  margin: 0 28px 0 0;
9812
  display: inline-block;
9813
}
9814
/* line 647, ../sass/_wizards.scss */
9815
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
9816
  position: relative;
9817
  left: -14px;
9818
}
9819
/* line 650, ../sass/_wizards.scss */
9820
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
9821
  margin-right: 35px;
9822
}
9823
/* line 659, ../sass/_wizards.scss */
9824
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom {
9825
  position: fixed;
9826
  left: 0;
9827
  right: 0;
9828
  bottom: 0;
9829
  border-top: 1px solid #636a70;
9830
  background: #485057;
9831
}
9832
/* line 666, ../sass/_wizards.scss */
9833
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .row {
9834
  height: 40px;
9835
  line-height: 40px;
9836
}
9837
/* line 670, ../sass/_wizards.scss */
9838
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav {
9839
  height: 40px;
9840
  line-height: 40px;
9841
  color: white;
9842
  display: inline-block;
9843
  position: relative;
9844
  font-size: 0.75em;
9845
  top: 5px;
9846
  width: 100px;
9847
}
9848
/* line 680, ../sass/_wizards.scss */
9849
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:focus {
9850
  -webkit-transition: background 0ms ease-out;
9851
  -moz-transition: background 0ms ease-out;
9852
  -ms-transition: background 0ms ease-out;
9853
  -o-transition: background 0ms ease-out;
9854
  transition: background 0ms ease-out;
9855
}
9856
/* line 683, ../sass/_wizards.scss */
9857
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span {
9858
  display: inline-block;
9859
  height: 30px;
9860
  line-height: 30px;
9861
  float: left;
9862
}
9863
/* line 689, ../sass/_wizards.scss */
9864
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:focus {
9865
  -webkit-transition: background 0ms linear;
9866
  -moz-transition: background 0ms linear;
9867
  -ms-transition: background 0ms linear;
9868
  -o-transition: background 0ms linear;
9869
  transition: background 0ms linear;
9870
}
9871
/* line 694, ../sass/_wizards.scss */
9872
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev {
9873
  float: left;
9874
  height: 30px;
9875
  padding-left: 18px;
9876
  background: url("../images/nav-edge-lt.png") no-repeat left top;
9877
}
9878
/* line 699, ../sass/_wizards.scss */
9879
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev span {
9880
  padding-right: 10px;
9881
  background: url("../images/nav-lt.png") no-repeat right top;
9882
}
9883
/* line 705, ../sass/_wizards.scss */
9884
.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 {
9885
  background-position: left bottom;
9886
}
9887
/* line 707, ../sass/_wizards.scss */
9888
.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 {
9889
  background-position: right bottom;
9890
}
9891
/* line 712, ../sass/_wizards.scss */
9892
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next {
9893
  float: right;
9894
  height: 30px;
9895
  padding-right: 18px;
9896
  background: url("../images/nav-edge-rt.png") no-repeat right top;
9897
}
9898
/* line 717, ../sass/_wizards.scss */
9899
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next span {
9900
  padding-left: 10px;
9901
  background: url("../images/nav-rt.png") no-repeat left top;
9902
  float: right;
9903
}
9904
/* line 724, ../sass/_wizards.scss */
9905
.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 {
9906
  background-position: right bottom;
9907
}
9908
/* line 726, ../sass/_wizards.scss */
9909
.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 {
9910
  background-position: left bottom;
9911
  float: right;
9912
}
9913

    
9914
/* line 744, ../sass/_wizards.scss */
9915
#network-wizard a.nav:focus {
9916
  border: none;
9917
}
9918
/* line 747, ../sass/_wizards.scss */
9919
#network-wizard a.radio_btn:focus, #network-wizard a.check:focus {
9920
  border: 1px solid #aee7cc;
9921
  padding: 2px;
9922
}
9923
/* line 752, ../sass/_wizards.scss */
9924
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
9925
  font-size: 1.3em;
9926
}
9927
/* line 755, ../sass/_wizards.scss */
9928
#network-wizard .subnet_options {
9929
  margin: 0;
9930
}
9931
/* line 757, ../sass/_wizards.scss */
9932
#network-wizard .subnet_options li {
9933
  margin-top: 20px;
9934
}
9935
/* line 762, ../sass/_wizards.scss */
9936
#network-wizard .step a {
9937
  color: white;
9938
}
9939
/* line 763, ../sass/_wizards.scss */
9940
#network-wizard .step .network_options {
9941
  position: relative;
9942
  padding-bottom: 20px;
9943
}
9944
/* line 766, ../sass/_wizards.scss */
9945
#network-wizard .step .network_options .explanatory {
9946
  font-size: 0.75em;
9947
  margin-top: 20px;
9948
  margin-bottom: 60px;
9949
}
9950
/* line 771, ../sass/_wizards.scss */
9951
#network-wizard .step .network_options .check, #network-wizard .step .network_options .radio_btn {
9952
  position: absolute;
9953
  right: 0;
9954
}
9955
/* line 774, ../sass/_wizards.scss */
9956
#network-wizard .step .network_options .check:focus, #network-wizard .step .network_options .radio_btn:focus {
9957
  right: -3px;
9958
  top: -3px;
9959
}
9960
/* line 779, ../sass/_wizards.scss */
9961
#network-wizard .step .network_options .network-name {
9962
  margin: 40px 0;
9963
}
9964
/* line 781, ../sass/_wizards.scss */
9965
#network-wizard .step .network_options .network-name h2 {
9966
  color: white;
9967
  font-size: 1em;
9968
}
9969
/* line 788, ../sass/_wizards.scss */
9970
#network-wizard .step .network_options li {
9971
  display: block;
9972
  width: 360px;
9973
}
9974
/* line 791, ../sass/_wizards.scss */
9975
#network-wizard .step .network_options li.manual {
9976
  position: relative;
9977
}
9978
/* line 793, ../sass/_wizards.scss */
9979
#network-wizard .step .network_options li.manual .input {
9980
  position: absolute;
9981
  right: -170px;
9982
  width: 150px;
9983
  bottom: 5px;
9984
  display: none;
9985
}
9986
/* line 801, ../sass/_wizards.scss */
9987
#network-wizard .step .network_options li.project-selection li {
9988
  width: 100%;
9989
}
9990

    
9991
/* line 812, ../sass/_wizards.scss */
9992
#volume-wizard a.nav:focus {
9993
  border: none;
9994
}
9995
/* line 815, ../sass/_wizards.scss */
9996
#volume-wizard a.radio_btn:focus, #volume-wizard a.check:focus {
9997
  border: 1px solid #aee7cc;
9998
  padding: 2px;
9999
}
10000
/* line 820, ../sass/_wizards.scss */
10001
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
10002
  font-size: 1.3em;
10003
}
10004
/* line 824, ../sass/_wizards.scss */
10005
#volume-wizard .step a {
10006
  color: white;
10007
}
10008
/* line 827, ../sass/_wizards.scss */
10009
#volume-wizard .step p {
10010
  font-size: 14px;
10011
  line-height: 1;
10012
}
10013
/* line 831, ../sass/_wizards.scss */
10014
#volume-wizard .step h2 {
10015
  color: white;
10016
  font-size: 1em;
10017
}
10018
/* line 836, ../sass/_wizards.scss */
10019
#volume-wizard .step .volume_options > li {
10020
  display: block;
10021
  list-style: none outside none;
10022
  margin-bottom: 30px;
10023
}
10024
/* line 838, ../sass/_wizards.scss */
10025
#volume-wizard .step .volume_options > li.volume-name {
10026
  margin: 40px 0;
10027
}
10028
/* line 843, ../sass/_wizards.scss */
10029
#volume-wizard .step .volume_options > li .title {
10030
  height: 40px;
10031
  overflow: hidden;
10032
  margin-bottom: 0.5em;
10033
  color: white;
10034
  vertical-align: top;
10035
}
10036
/* line 850, ../sass/_wizards.scss */
10037
#volume-wizard .step .volume_options > li .title .snf-font {
10038
  display: block;
10039
  width: 60px;
10040
  font-size: 38px;
10041
  float: left;
10042
  position: relative;
10043
  bottom: -3px;
10044
}
10045
/* line 858, ../sass/_wizards.scss */
10046
#volume-wizard .step .volume_options > li .title h2 {
10047
  font-size: 0.875em;
10048
  float: left;
10049
  width: 140px;
10050
  color: white;
10051
  margin-right: 60px;
10052
  padding-left: 0.625em;
10053
}
10054
/* line 860, ../sass/_wizards.scss */
10055
#volume-wizard .step .volume_options > li .title h2 span {
10056
  font-weight: normal;
10057
}
10058
/* line 868, ../sass/_wizards.scss */
10059
#volume-wizard .step .volume_options > li .title h2 em {
10060
  display: block;
10061
  margin-top: 4px;
10062
  font-size: 11px;
10063
  font-style: normal;
10064
  font-weight: normal;
10065
  white-space: nowrap;
10066
  line-height: 13px;
10067
}
10068
/* line 878, ../sass/_wizards.scss */
10069
#volume-wizard .step .volume_options > li .title p {
10070
  visibility: hidden;
10071
  overflow: hidden;
10072
  min-height: 40px;
10073
  font-size: 11px;
10074
  line-height: 11px;
10075
}
10076
/* line 888, ../sass/_wizards.scss */
10077
#volume-wizard .step .volume_options > li .options-bar .bar {
10078
  width: 200px;
10079
  float: left;
10080
  margin-right: 60px;
10081
  height: 20px;
10082
  position: relative;
10083
  top: 10px;
10084
}
10085
/* line 895, ../sass/_wizards.scss */
10086
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
10087
  border: 1px solid white;
10088
  padding: 1px;
10089
  height: 100%;
10090
}
10091
/* line 899, ../sass/_wizards.scss */
10092
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
10093
  border-color: #919194;
10094
}
10095
/* line 902, ../sass/_wizards.scss */
10096
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
10097
  background-color: #919194;
10098
}
10099
/* line 907, ../sass/_wizards.scss */
10100
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
10101
  height: 100%;
10102
}
10103
/* line 909, ../sass/_wizards.scss */
10104
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
10105
  background: #919194;
10106
  height: 100%;
10107
  float: left;
10108
  position: relative;
10109
}
10110
/* line 914, ../sass/_wizards.scss */
10111
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
10112
  background: white;
10113
  height: 100%;
10114
  float: left;
10115
}
10116
/* line 919, ../sass/_wizards.scss */
10117
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
10118
  position: absolute;
10119
  right: 10px;
10120
  font-size: 0.5625em;
10121
  top: 2px;
10122
}
10123
/* line 926, ../sass/_wizards.scss */
10124
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
10125
  right: -30px;
10126
  color: white;
10127
}
10128
/* line 935, ../sass/_wizards.scss */
10129
#volume-wizard .step .volume_options > li .options-bar .options {
10130
  overflow: hidden;
10131
  list-style: none outside none;
10132
}
10133
/* line 938, ../sass/_wizards.scss */
10134
#volume-wizard .step .volume_options > li .options-bar .options li {
10135
  list-style: none outside none;
10136
  display: inline-block;
10137
  margin-right: 10px;
10138
  margin-bottom: 0;
10139
}
10140
/* line 943, ../sass/_wizards.scss */
10141
#volume-wizard .step .volume_options > li .options-bar .options li a {
10142
  min-width: 60px;
10143
}
10144
/* line 946, ../sass/_wizards.scss */
10145
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
10146
  color: #485057;
10147
}
10148
/* line 949, ../sass/_wizards.scss */
10149
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
10150
  border-color: #919194;
10151
  color: #919194;
10152
}
10153
/* line 952, ../sass/_wizards.scss */
10154
#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 {
10155
  cursor: default;
10156
  border-width: 1px;
10157
  line-height: 28px;
10158
}
10159
/* line 965, ../sass/_wizards.scss */
10160
#volume-wizard .step .explain {
10161
  margin-bottom: 1em;
10162
}
10163

    
10164
/*
10165

10166
Overlays (Todo: clean up)
10167

10168
*/
10169
/* line 6, ../sass/_overlays.scss */
10170
body.with-overlay {
10171
  background: #485057;
10172
}
10173
/* line 8, ../sass/_overlays.scss */
10174
body.with-overlay .main {
10175
  opacity: 0;
10176
}
10177

    
10178
/* line 14, ../sass/_overlays.scss */
10179
.body-wrapper {
10180
  position: relative;
10181
  left: 0;
10182
  top: 0;
10183
}
10184
/* line 18, ../sass/_overlays.scss */
10185
.body-wrapper .welcome {
10186
  display: none;
10187
}
10188
/* line 21, ../sass/_overlays.scss */
10189
.body-wrapper.no-vm {
10190
  background: url(../images/draw-welcome.png) no-repeat center 50px #30c79e;
10191
}
10192
/* line 23, ../sass/_overlays.scss */
10193
.body-wrapper.no-vm .welcome {
10194
  display: none;
10195
  color: #fff;
10196
  text-align: center;
10197
  position: relative;
10198
  top: -15px;
10199
  left: 75px;
10200
  display: block;
10201
}
10202
/* line 33, ../sass/_overlays.scss */
10203
.body-wrapper .reveal-modal {
10204
  padding: 65px 140px 40px;
10205
}
10206
/* line 35, ../sass/_overlays.scss */
10207
.body-wrapper .reveal-modal h3 {
10208
  font-size: 1em;
10209
}
10210
/* line 38, ../sass/_overlays.scss */
10211
.body-wrapper .reveal-modal p {
10212
  color: white;
10213
  text-align: center;
10214
}
10215
/* line 41, ../sass/_overlays.scss */
10216
.body-wrapper .reveal-modal p.message-forimg {
10217
  margin-top: 132px;
10218
  margin-bottom: 35px;
10219
}
10220
/* line 46, ../sass/_overlays.scss */
10221
.body-wrapper .reveal-modal p.buttons a:first-child {
10222
  margin-right: 25px;
10223
}
10224
/* line 51, ../sass/_overlays.scss */
10225
.body-wrapper .reveal-modal#start-confirm {
10226
  background: #30c79e url("../images/shutdown.png") no-repeat center 50px;
10227
}
10228
/* line 54, ../sass/_overlays.scss */
10229
.body-wrapper .reveal-modal#reboot-confirm {
10230
  background: #ff7049 url("../images/restart.png") no-repeat center 50px;
10231
}
10232
/* line 56, ../sass/_overlays.scss */
10233
.body-wrapper .reveal-modal#reboot-confirm .btn4 {
10234
  background-color: #ff7049;
10235
  border-color: white;
10236
}
10237
/* line 59, ../sass/_overlays.scss */
10238
.body-wrapper .reveal-modal#reboot-confirm .btn4:hover {
10239
  color: #ff7049;
10240
  background-color: white;
10241
  border-color: #ff7049;
10242
}
10243
/* line 66, ../sass/_overlays.scss */
10244
.body-wrapper .reveal-modal#shutdown-confirm {
10245
  background: #ff7049 url("../images/shutdown.png") no-repeat center 50px;
10246
}
10247
/* line 68, ../sass/_overlays.scss */
10248
.body-wrapper .reveal-modal#shutdown-confirm .btn4 {
10249
  background-color: #ff7049;
10250
  border-color: white;
10251
}
10252
/* line 71, ../sass/_overlays.scss */
10253
.body-wrapper .reveal-modal#shutdown-confirm .btn4:hover {
10254
  color: #ff7049;
10255
  background-color: white;
10256
  border-color: #ff7049;
10257
}
10258
/* line 78, ../sass/_overlays.scss */
10259
.body-wrapper .reveal-modal#destroy-vm-confirm {
10260
  background: #d7145a url("../images/destroy-vm.png") no-repeat center 46px;
10261
}
10262
/* line 80, ../sass/_overlays.scss */
10263
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4 {
10264
  background-color: #d7145a;
10265
  border-color: white;
10266
}
10267
/* line 83, ../sass/_overlays.scss */
10268
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4:hover {
10269
  color: #d7145a;
10270
  background-color: white;
10271
  border-color: #d7145a;
10272
}
10273
/* line 90, ../sass/_overlays.scss */
10274
.body-wrapper .reveal-modal#destroy-network-confirm {
10275
  background: #d7145a url("../images/destroy-network-1.png") no-repeat center 50px;
10276
}
10277
/* line 92, ../sass/_overlays.scss */
10278
.body-wrapper .reveal-modal#destroy-network-confirm .btn4 {
10279
  background-color: #d7145a;
10280
  border-color: white;
10281
}
10282
/* line 95, ../sass/_overlays.scss */
10283
.body-wrapper .reveal-modal#destroy-network-confirm .btn4:hover {
10284
  color: #d7145a;
10285
  background-color: white;
10286
  border-color: #d7145a;
10287
}
10288
/* line 102, ../sass/_overlays.scss */
10289
.body-wrapper .reveal-modal#destroy-disk-confirm {
10290
  background: #d7145a url("../images/destroy-disk.png") no-repeat center 50px;
10291
}
10292
/* line 104, ../sass/_overlays.scss */
10293
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4 {
10294
  background-color: #d7145a;
10295
  border-color: white;
10296
}
10297
/* line 107, ../sass/_overlays.scss */
10298
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4:hover {
10299
  color: #d7145a;
10300
  background-color: white;
10301
  border-color: #d7145a;
10302
}
10303
/* line 116, ../sass/_overlays.scss */
10304
.body-wrapper .reveal-modal#vm-connect p, .body-wrapper .reveal-modal.remove p {
10305
  text-align: left;
10306
  color: black;
10307
}
10308
/* line 119, ../sass/_overlays.scss */
10309
.body-wrapper .reveal-modal#vm-connect p.info, .body-wrapper .reveal-modal.remove p.info {
10310
  font-style: italic;
10311
  font-size: 0.8125em;
10312
  color: #9e9ea1;
10313
}
10314
/* line 124, ../sass/_overlays.scss */
10315
.body-wrapper .reveal-modal#vm-connect p.ssh, .body-wrapper .reveal-modal.remove p.ssh {
10316
  text-align: center;
10317
}
10318
/* line 126, ../sass/_overlays.scss */
10319
.body-wrapper .reveal-modal#vm-connect p.ssh span, .body-wrapper .reveal-modal.remove p.ssh span {
10320
  display: inline;
10321
  padding: 10px 30px;
10322
  background: #30c79e;
10323
  color: #fff;
10324
}
10325
/* line 133, ../sass/_overlays.scss */
10326
.body-wrapper .reveal-modal#vm-connect p.buttons, .body-wrapper .reveal-modal.remove p.buttons {
10327
  text-align: center;
10328
}
10329
/* line 137, ../sass/_overlays.scss */
10330
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal, .body-wrapper .reveal-modal.remove .close-reveal-modal {
10331
  color: #485057;
10332
}
10333
/* line 139, ../sass/_overlays.scss */
10334
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal:hover, .body-wrapper .reveal-modal.remove .close-reveal-modal:hover {
10335
  color: #30c79e;
10336
}
10337
/* line 145, ../sass/_overlays.scss */
10338
.body-wrapper .overlay-area-custom {
10339
  display: none;
10340
  position: absolute;
10341
  left: 0;
10342
  right: 0;
10343
  top: -30px;
10344
  width: 100%;
10345
  height: 100%;
10346
  background: #485057;
10347
  z-index: 20;
10348
}
10349
/* line 155, ../sass/_overlays.scss */
10350
.body-wrapper .overlay-area-custom .overlay-div {
10351
  display: none;
10352
  z-index: 50;
10353
  position: relative;
10354
  background: #fff;
10355
  top: 20%;
10356
  left: 25%;
10357
  width: 50%;
10358
  padding: 25px;
10359
}
10360
/* line 165, ../sass/_overlays.scss */
10361
.body-wrapper .overlay-area-custom .overlay-div .buttons a {
10362
  margin-right: 20px;
10363
}
10364
/* line 169, ../sass/_overlays.scss */
10365
.body-wrapper .overlay-area-custom .overlay-div .close {
10366
  float: right;
10367
  font-size: 30px;
10368
}
10369
/* line 173, ../sass/_overlays.scss */
10370
.body-wrapper .overlay-area-custom .overlay-div.upload-widget {
10371
  background: transparent;
10372
  padding: 45px 0;
10373
  width: 80%;
10374
  left: 10%;
10375
  border: 1px solid white;
10376
}
10377

    
10378
/* line 185, ../sass/_overlays.scss */
10379
.communication-error {
10380
  background-color: #ff4040;
10381
  color: white;
10382
  position: fixed;
10383
  bottom: -151px;
10384
  left: 0px;
10385
  width: 100%;
10386
  padding-top: 30px;
10387
  padding-bottom: 15px;
10388
  z-index: 10;
10389
}
10390
/* line 196, ../sass/_overlays.scss */
10391
.communication-error p {
10392
  text-align: center;
10393
  line-height: 2em;
10394
  margin: 0 auto;
10395
  max-width: 800px;
10396
}
10397
/* line 201, ../sass/_overlays.scss */
10398
.communication-error p.buttons {
10399
  margin-top: 10px;
10400
}
10401
/* line 203, ../sass/_overlays.scss */
10402
.communication-error p.buttons a:not(:first-child) {
10403
  margin-left: 15px;
10404
}
10405

    
10406
/* Responive ------------------------------------------------ */
10407
@media only screen and (max-width: 768px) {
10408
  /* line 216, ../sass/_overlays.scss */
10409
  .wizard .top {
10410
    position: static;
10411
  }
10412
  /* line 219, ../sass/_overlays.scss */
10413
  .wizard .middle {
10414
    padding-top: 0;
10415
  }
10416

    
10417
  /* line 224, ../sass/_overlays.scss */
10418
  .body-wrapper .overlay-area {
10419
    top: 0;
10420
  }
10421
}
10422
/* line 3, ../sass/_sshkeys-wizard.scss */
10423
body .body-wrapper .overlay-area-reveal .secondary-wizard {
10424
  padding-left: 60px;
10425
  padding-right: 60px;
10426
}
10427
/* line 6, ../sass/_sshkeys-wizard.scss */
10428
body .body-wrapper .overlay-area-reveal .secondary-wizard h2 {
10429
  font-size: 1.5em;
10430
}
10431
/* line 10, ../sass/_sshkeys-wizard.scss */
10432
body .body-wrapper .overlay-area-reveal .secondary-wizard p {
10433
  font-size: 14px;
10434
  color: black;
10435
  text-align: left;
10436
}
10437
/* line 14, ../sass/_sshkeys-wizard.scss */
10438
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons {
10439
  text-align: center;
10440
}
10441
/* line 16, ../sass/_sshkeys-wizard.scss */
10442
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a {
10443
  background-color: white;
10444
  text-decoration: none;
10445
  color: #30c79e;
10446
  border-color: #30c79e;
10447
}
10448
/* line 21, ../sass/_sshkeys-wizard.scss */
10449
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a:first-child {
10450
  margin-right: 20px;
10451
}
10452
/* line 30, ../sass/_sshkeys-wizard.scss */
10453
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.current {
10454
  color: white;
10455
  background-color: #30c79e;
10456
  border-color: white;
10457
}
10458
/* line 35, ../sass/_sshkeys-wizard.scss */
10459
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.close-reveal-modal {
10460
  position: initial;
10461
}
10462
/* line 41, ../sass/_sshkeys-wizard.scss */
10463
body .body-wrapper .overlay-area-reveal .secondary-wizard h4 {
10464
  display: inline-block;
10465
  margin-right: 15px;
10466
  font-size: 14px;
10467
  font-weight: normal;
10468
  color: #4d4d4d;
10469
}
10470
/* line 48, ../sass/_sshkeys-wizard.scss */
10471
body .body-wrapper .overlay-area-reveal .secondary-wizard .generate-key-area {
10472
  display: none;
10473
  height: 225px;
10474
  border: 1px solid transparent;
10475
  padding: 10px;
10476
  background-color: rgba(145, 145, 148, 0.31);
10477
  width: 450px;
10478
  margin: 0 auto;
10479
}
10480
/* line 58, ../sass/_sshkeys-wizard.scss */
10481
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area {
10482
  display: none;
10483
  height: 485px;
10484
  border: 1px solid transparent;
10485
  padding: 10px;
10486
  background-color: rgba(145, 145, 148, 0.31);
10487
  width: 450px;
10488
  margin: 0 auto;
10489
}
10490
/* line 66, ../sass/_sshkeys-wizard.scss */
10491
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area h4 {
10492
  float: left;
10493
  min-width: 80px;
10494
}
10495
/* line 71, ../sass/_sshkeys-wizard.scss */
10496
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-webkit-input-placeholder {
10497
  text-align: center;
10498
}
10499
/* line 75, ../sass/_sshkeys-wizard.scss */
10500
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-moz-placeholder {
10501
  /* Firefox 18- */
10502
  text-align: center;
10503
}
10504
/* line 79, ../sass/_sshkeys-wizard.scss */
10505
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-moz-placeholder {
10506
  /* Firefox 19+ */
10507
  text-align: center;
10508
}
10509
/* line 83, ../sass/_sshkeys-wizard.scss */
10510
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-ms-input-placeholder {
10511
  text-align: center;
10512
}
10513
/* line 86, ../sass/_sshkeys-wizard.scss */
10514
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name h4 {
10515
  position: relative;
10516
  bottom: -5px;
10517
}
10518
/* line 90, ../sass/_sshkeys-wizard.scss */
10519
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name .key-name-input {
10520
  color: #485057;
10521
}
10522
/* line 94, ../sass/_sshkeys-wizard.scss */
10523
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content {
10524
  margin-top: 25px;
10525
}
10526
/* line 96, ../sass/_sshkeys-wizard.scss */
10527
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content textarea {
10528
  min-height: 250px;
10529
  width: 328px;
10530
}
10531
/* line 102, ../sass/_sshkeys-wizard.scss */
10532
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal {
10533
  color: black;
10534
}
10535
/* line 104, ../sass/_sshkeys-wizard.scss */
10536
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal:hover {
10537
  color: #30c79e;
10538
}
10539
/* line 108, ../sass/_sshkeys-wizard.scss */
10540
body .body-wrapper .overlay-area-reveal .secondary-wizard ul {
10541
  list-style-type: none;
10542
}
10543
/* line 110, ../sass/_sshkeys-wizard.scss */
10544
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li {
10545
  clear: left;
10546
  padding: 4px 10px;
10547
  border: 1px solid transparent;
10548
  text-align: left;
10549
  font-weight: normal;
10550
  height: 32px;
10551
}
10552
/* line 118, ../sass/_sshkeys-wizard.scss */
10553
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .name-col {
10554
  float: left;
10555
  width: 42%;
10556
}
10557
/* line 122, ../sass/_sshkeys-wizard.scss */
10558
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col {
10559
  float: left;
10560
  width: 56%;
10561
  visibility: visible;
10562
}
10563
/* line 127, ../sass/_sshkeys-wizard.scss */
10564
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col a:not(:last-child) {
10565
  margin-right: 10px;
10566
}
10567
/* line 131, ../sass/_sshkeys-wizard.scss */
10568
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li:hover {
10569
  border-color: #30c79e;
10570
}
10571

    
10572
/*
10573
* Used for connected elements in details page.
10574
* Each icon is unique and therefore, customization
10575
* is needed for different entities.
10576
*/
10577
/* line 16, ../sass/_connected.scss */
10578
.connected {
10579
  position: relative;
10580
  border-left: 2px solid #30c79e;
10581
  left: 145px;
10582
  top: -80px;
10583
  padding-top: 80px;
10584
}
10585
/* line 20, ../sass/_connected.scss */
10586
.connected .item {
10587
  padding-top: 40px;
10588
  position: relative;
10589
}
10590
/* line 23, ../sass/_connected.scss */
10591
.connected .item .what {
10592
  padding: 10px 0 20px;
10593
}
10594
/* line 26, ../sass/_connected.scss */
10595
.connected .item .what .img-wrap {
10596
  width: 165px;
10597
  text-align: center;
10598
  position: relative;
10599
  display: block;
10600
}
10601
/* line 31, ../sass/_connected.scss */
10602
.connected .item .what .img-wrap .snf-font {
10603
  font-size: 60px;
10604
}
10605
/* line 35, ../sass/_connected.scss */
10606
.connected .item .what h4 {
10607
  position: absolute;
10608
  top: 20px;
10609
  left: 165px;
10610
  font-size: 1em;
10611
}
10612
/* line 40, ../sass/_connected.scss */
10613
.connected .item .what h4 .status {
10614
  font-weight: normal;
10615
  display: block;
10616
  font-size: 0.875em;
10617
}
10618
/* line 47, ../sass/_connected.scss */
10619
.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 {
10620
  position: relative;
10621
}
10622
/* line 50, ../sass/_connected.scss */
10623
.connected .item .connections {
10624
  list-style: none outside none;
10625
  margin: 0;
10626
  padding: 0;
10627
  float: left;
10628
}
10629
/* line 55, ../sass/_connected.scss */
10630
.connected .item .connections > li {
10631
  list-style: none outside none;
10632
  margin: 0;
10633
  padding: 0;
10634
  position: relative;
10635
  margin-bottom: 10px;
10636
}
10637
/* line 62, ../sass/_connected.scss */
10638
.connected .item .connections > li .icon {
10639
  width: 165px;
10640
  text-align: center;
10641
  border-top: 2px solid #30c79e;
10642
  float: left;
10643
}
10644
/* line 67, ../sass/_connected.scss */
10645
.connected .item .connections > li .icon span {
10646
  position: relative;
10647
  top: -20px;
10648
  background-color: #ebebec;
10649
  padding: 0px 10px;
10650
  font-size: 30px;
10651
  line-height: 120%;
10652
}
10653
/* line 76, ../sass/_connected.scss */
10654
.connected .item .connections > li .act {
10655
  position: absolute;
10656
  left: 0;
10657
  top: -9px;
10658
  display: block;
10659
  height: 20px;
10660
  width: 65px;
10661
  background: url(../images/connected.png) no-repeat 25px center;
10662
  z-index: 2;
10663
  -moz-transition: none;
10664
  -webkit-transition: none;
10665
  transition: none;
10666
}
10667
/* line 88, ../sass/_connected.scss */
10668
.connected .item .connections > li .act.open {
10669
  background: url(../images/disconnected.png) no-repeat 0 0 white;
10670
  -moz-transition: none;
10671
  -webkit-transition: none;
10672
  transition: none;
10673
}
10674
/* line 95, ../sass/_connected.scss */
10675
.connected .item .connections > li .data {
10676
  float: left;
10677
  position: relative;
10678
  top: -15px;
10679
  width: 350px;
10680
}
10681
/* line 100, ../sass/_connected.scss */
10682
.connected .item .connections > li .data ul {
10683
  padding: 5px 0 0;
10684
  margin: 0;
10685
  background-color: #ebebec;
10686
}
10687
/* line 104, ../sass/_connected.scss */
10688
.connected .item .connections > li .data ul li {
10689
  font-size: 0.75em;
10690
  list-style: none outside none;
10691
  padding: 0 10px 10px 10px;
10692
}
10693
/* line 108, ../sass/_connected.scss */
10694
.connected .item .connections > li .data ul li h5 {
10695
  float: left;
10696
  margin: 0;
10697
  line-height: 1.3em;
10698
}
10699
/* line 112, ../sass/_connected.scss */
10700
.connected .item .connections > li .data ul li h5.ip-data {
10701
  width: 10%;
10702
}
10703
/* line 115, ../sass/_connected.scss */
10704
.connected .item .connections > li .data ul li h5.volume-data {
10705
  width: 35%;
10706
}
10707
/* line 119, ../sass/_connected.scss */
10708
.connected .item .connections > li .data ul li p {
10709
  overflow: hidden;
10710
  padding-left: 10px;
10711
  margin: 0;
10712
  line-height: 1.3em;
10713
}
10714

    
10715
/* line 133, ../sass/_connected.scss */
10716
.connect-new {
10717
  position: absolute;
10718
  bottom: -150px;
10719
  left: 0;
10720
  width: 165px;
10721
  text-align: center;
10722
  padding-top: 100px;
10723
  background: url(../images/dashed_atom.png) repeat-y left center;
10724
  margin-bottom: 50px;
10725
  margin-left: -1px;
10726
}
10727
/* line 143, ../sass/_connected.scss */
10728
.connect-new .img-wrap {
10729
  position: relative;
10730
  display: block;
10731
  width: 82.5px;
10732
  height: 2px;
10733
  background: url(../images/dashed_atom-x.png) repeat-x left top;
10734
  overflow: inherit;
10735
}
10736
/* line 150, ../sass/_connected.scss */
10737
.connect-new .img-wrap > a {
10738
  display: block;
10739
  position: absolute;
10740
  left: 0;
10741
  top: 0;
10742
  width: 165px;
10743
  text-align: center;
10744
  margin: -20px 0 0;
10745
}
10746
/* line 158, ../sass/_connected.scss */
10747
.connect-new .img-wrap > a .snf-font {
10748
  color: #485057;
10749
  font-size: 3.75em;
10750
}
10751
/* line 162, ../sass/_connected.scss */
10752
.connect-new .img-wrap > a .snf-network-full {
10753
  position: relative;
10754
  top: -9px;
10755
}
10756
/* line 167, ../sass/_connected.scss */
10757
.connect-new .img-wrap > a:hover span {
10758
  color: #30c79e;
10759
}
10760
/* line 173, ../sass/_connected.scss */
10761
.connect-new p {
10762
  position: absolute;
10763
  left: 165px;
10764
  width: 350px;
10765
  text-align: left;
10766
  font-size: 0.875em;
10767
  top: 90px;
10768
}
10769
/* line 181, ../sass/_connected.scss */
10770
.connect-new.network p {
10771
  top: 90px;
10772
}
10773
/* line 184, ../sass/_connected.scss */
10774
.connect-new.disk p {
10775
  top: 94px;
10776
}
10777

    
10778
/* line 190, ../sass/_connected.scss */
10779
.network .connected {
10780
  left: 143px;
10781
  top: -80px;
10782
  padding-top: 80px;
10783
}
10784

    
10785
/* line 194, ../sass/_connected.scss */
10786
.firewall {
10787
  float: left;
10788
  margin-left: 20px;
10789
  border: 1px solid #919194;
10790
  padding: 5px 20px;
10791
  position: absolute;
10792
  left: 515px;
10793
  top: -15px;
10794
  font-size: 0.75em;
10795
  white-space: nowrap;
10796
  background-color: #fff;
10797
}
10798
/* line 205, ../sass/_connected.scss */
10799
.firewall p {
10800
  margin: 0;
10801
}
10802
/* line 207, ../sass/_connected.scss */
10803
.firewall p em {
10804
  color: #30c79e;
10805
}
10806
/* line 211, ../sass/_connected.scss */
10807
.firewall .more {
10808
  margin-top: 10px;
10809
  display: none;
10810
}
10811
/* line 214, ../sass/_connected.scss */
10812
.firewall .more p {
10813
  min-width: 200px;
10814
}
10815
/* line 216, ../sass/_connected.scss */
10816
.firewall .more p span {
10817
  float: right;
10818
  font-size: 0.875em;
10819
  height: 14px;
10820
  line-height: 22px;
10821
}
10822
/* line 222, ../sass/_connected.scss */
10823
.firewall .more p em {
10824
  float: right;
10825
  margin: 0 5px 0 20px;
10826
  width: 15px;
10827
  display: inline-block;
10828
}
10829
/* line 231, ../sass/_connected.scss */
10830
.firewall.unprotected > p em,
10831
.firewall .unprotected a em {
10832
  color: #ff4040;
10833
}
10834

    
10835
/* line 236, ../sass/_connected.scss */
10836
.details .placeholder {
10837
  height: 100px;
10838
}
10839

    
10840
/* line 6, ../sass/_images.scss */
10841
.images.grid-view .items-list > li .img-wrap .os.symbol {
10842
  color: white;
10843
}
10844
/* line 18, ../sass/_images.scss */
10845
.images.list-view .items-list > li .img-wrap .os.symbol {
10846
  font-size: 16px;
10847
  color: white;
10848
}
10849

    
10850
/* line 6, ../sass/_snapshots.scss */
10851
.snapshots.grid-view .items-list > li .img-wrap .snf-font {
10852
  font-size: 3.75em-pxCalc(0.1em);
10853
}
10854
/* line 18, ../sass/_snapshots.scss */
10855
.snapshots.list-view .items-list > li .img-wrap .snf-font {
10856
  font-size: 34px-pxCalc(0.1em);
10857
}