Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (452.6 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: normal;
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
  float: left;
7209
}
7210
/* line 468, ../sass/_common.scss */
7211
.actions-bar .rt-actions a span {
7212
  position: relative;
7213
}
7214
/* line 470, ../sass/_common.scss */
7215
.actions-bar .rt-actions a span.snf-listview {
7216
  font-size: 1.125em;
7217
}
7218
/* line 473, ../sass/_common.scss */
7219
.actions-bar .rt-actions a span.snf-gridview {
7220
  font-size: 1.125em;
7221
}
7222
/* line 478, ../sass/_common.scss */
7223
.actions-bar .rt-actions a span.snf-folder-create-outline {
7224
  font-size: 1.125em;
7225
}
7226
/* line 481, ../sass/_common.scss */
7227
.actions-bar .rt-actions a span.snf-refresh-outline {
7228
  font-size: 0.75em;
7229
  top: -2px;
7230
}
7231
/* line 486, ../sass/_common.scss */
7232
.actions-bar .rt-actions a:not(:last-child) {
7233
  margin-right: 10px;
7234
}
7235
/* line 490, ../sass/_common.scss */
7236
.actions-bar .rt-actions .single {
7237
  width: 12px;
7238
  height: 12px;
7239
  background-color: #485057;
7240
  display: inline-block;
7241
  margin-top: 9px;
7242
}
7243
/* line 494, ../sass/_common.scss */
7244
.actions-bar .rt-actions .single.current, .actions-bar .rt-actions .single:hover {
7245
  background-color: #30c79e;
7246
}
7247

    
7248
/* line 504, ../sass/_common.scss */
7249
.no-vm .actions-bar .rt-actions, .no-vm .actions-bar .hd-search, .no-vm .actions-bar .filter {
7250
  display: none;
7251
}
7252

    
7253
/* Icons Navigation ----------------------------------------------- */
7254
/* line 512, ../sass/_common.scss */
7255
.icons-nav {
7256
  margin: 0;
7257
  padding: 0;
7258
}
7259
/* line 514, ../sass/_common.scss */
7260
.icons-nav li {
7261
  display: inline-block;
7262
  margin-right: 10px;
7263
  font-size: 1.625em;
7264
  line-height: 1em;
7265
}
7266

    
7267
/* Top info  ----------------------------------------------- */
7268
/* line 527, ../sass/_common.scss */
7269
.top-info {
7270
  padding: 50px 100px;
7271
  position: relative;
7272
  z-index: 10;
7273
  display: none;
7274
}
7275
/* line 532, ../sass/_common.scss */
7276
.top-info .close {
7277
  position: absolute;
7278
  right: 15px;
7279
  top: 50px;
7280
  background: url("../images/info-close.png") no-repeat center center;
7281
  width: 31px;
7282
  height: 30px;
7283
  display: inline-block;
7284
  text-indent: -2000px;
7285
  overflow: hidden;
7286
}
7287

    
7288
/* line 541, ../sass/_common.scss */
7289
.info.error {
7290
  background: #ff4040;
7291
  color: #fff;
7292
}
7293

    
7294
/* line 547, ../sass/_common.scss */
7295
.info.alert {
7296
  background: #30c79e;
7297
  color: #fff;
7298
}
7299

    
7300
/* line 552, ../sass/_common.scss */
7301
.info.warning {
7302
  background: #919194;
7303
  color: #fff;
7304
}
7305

    
7306
/* line 557, ../sass/_common.scss */
7307
.info.success {
7308
  background: #00a551;
7309
  color: #fff;
7310
}
7311

    
7312
/* line 562, ../sass/_common.scss */
7313
.border-bottom-style1 {
7314
  padding-bottom: 20px;
7315
  margin-bottom: 20px;
7316
  border-bottom: 1px dashed #919194;
7317
}
7318

    
7319
/* Progress Bar ----------------------------------------------- */
7320
/* line 571, ../sass/_common.scss */
7321
.progress-bar {
7322
  position: fixed;
7323
  bottom: 0;
7324
  left: 0;
7325
  border-top: 1px solid #30c79e;
7326
  width: 100%;
7327
  background: #fff;
7328
  padding: 20px 0 20px 310px;
7329
  color: #919194;
7330
}
7331
/* line 580, ../sass/_common.scss */
7332
.progress-bar span.counter {
7333
  display: inline-block;
7334
  margin-right: 20px;
7335
  float: left;
7336
}
7337
/* line 585, ../sass/_common.scss */
7338
.progress-bar div.progress-wrap {
7339
  display: inline-block;
7340
  float: left;
7341
  width: 40%;
7342
  margin-right: 60px;
7343
}
7344
/* line 590, ../sass/_common.scss */
7345
.progress-bar div.progress-wrap .progress {
7346
  position: relative;
7347
  top: 2px;
7348
}
7349
/* line 595, ../sass/_common.scss */
7350
.progress-bar span.more {
7351
  display: inline-block;
7352
}
7353

    
7354
/* line 600, ../sass/_common.scss */
7355
.storage-progress {
7356
  display: none;
7357
  position: fixed;
7358
  bottom: 0;
7359
  left: 0;
7360
  right: 0;
7361
  background: #ff4040;
7362
  color: #fff;
7363
  z-index: 50;
7364
  overflow-y: auto;
7365
  -webkit-transition: background-color 500ms linear;
7366
  -moz-transition: background-color 500ms linear;
7367
  -ms-transition: background-color 500ms linear;
7368
  -o-transition: background-color 500ms linear;
7369
  transition: background-color 500ms linear;
7370
}
7371
/* line 611, ../sass/_common.scss */
7372
.storage-progress.ready {
7373
  background: #00a551;
7374
}
7375
/* line 614, ../sass/_common.scss */
7376
.storage-progress .wrap {
7377
  position: relative;
7378
  padding: 10px;
7379
}
7380
/* line 618, ../sass/_common.scss */
7381
.storage-progress .loader {
7382
  position: absolute;
7383
  height: 5px;
7384
  left: 0;
7385
  top: 0;
7386
  background: #ffc54a;
7387
  width: 0%;
7388
}
7389
/* line 626, ../sass/_common.scss */
7390
.storage-progress .summary {
7391
  padding-left: 210px;
7392
  margin: 0;
7393
  font-size: 0.75em;
7394
}
7395
/* line 630, ../sass/_common.scss */
7396
.storage-progress .summary span {
7397
  background-color: #fff;
7398
  color: #ff4040;
7399
  padding: 2px 6px;
7400
  margin-right: 10px;
7401
  -webkit-transition: opacity 500ms linear;
7402
  -moz-transition: opacity 500ms linear;
7403
  -ms-transition: opacity 500ms linear;
7404
  -o-transition: opacity 500ms linear;
7405
  transition: opacity 500ms linear;
7406
}
7407
/* line 636, ../sass/_common.scss */
7408
.storage-progress .summary span.animated {
7409
  opacity: 0;
7410
}
7411
/* line 641, ../sass/_common.scss */
7412
.storage-progress .details {
7413
  display: none;
7414
}
7415

    
7416
/* Responive ------------------------------------------------ */
7417
@media only screen and (max-width: 768px) {
7418
  /* line 652, ../sass/_common.scss */
7419
  body {
7420
    padding-top: 0;
7421
  }
7422

    
7423
  /* line 655, ../sass/_common.scss */
7424
  .header, .actions-bar {
7425
    position: static;
7426
    z-index: auto;
7427
  }
7428

    
7429
  /* line 659, ../sass/_common.scss */
7430
  .actions-bar {
7431
    top: 160px;
7432
  }
7433

    
7434
  /* line 662, ../sass/_common.scss */
7435
  .header {
7436
    height: 120px;
7437
    line-height: 50px;
7438
  }
7439
  /* line 665, ../sass/_common.scss */
7440
  .header .icons-nav {
7441
    position: static;
7442
  }
7443
}
7444
/* Scroll Bar  -------------------------------------------- */
7445
/* line 673, ../sass/_common.scss */
7446
body .jspVerticalBar {
7447
  background-color: transparent;
7448
  width: 14px;
7449
  padding: 1px;
7450
  border-left: 1px solid #c2bebe;
7451
  border-right: 1px solid #c2bebe;
7452
}
7453
/* line 679, ../sass/_common.scss */
7454
body .jspVerticalBar .jspTrack {
7455
  background-color: #e6e5e5;
7456
}
7457
/* line 681, ../sass/_common.scss */
7458
body .jspVerticalBar .jspTrack .jspDrag {
7459
  -webkit-border-radius: 5px;
7460
  -moz-border-radius: 5px;
7461
  border-radius: 5px;
7462
  background-color: #c2bebe;
7463
}
7464
/* line 688, ../sass/_common.scss */
7465
body .jspVerticalBar .jspArrow {
7466
  background-color: transparent;
7467
  background: url("../images/arrows.png") no-repeat center center;
7468
  width: 14px;
7469
  height: 14px;
7470
  display: inline-block;
7471
  text-indent: -2000px;
7472
  overflow: hidden;
7473
  overflow: hidden;
7474
}
7475
/* line 692, ../sass/_common.scss */
7476
body .jspVerticalBar .jspArrow.jspArrowDown {
7477
  background-position: -18px;
7478
}
7479
/* line 696, ../sass/_common.scss */
7480
body .jspVerticalBar .jspArrow.jspArrowUp {
7481
  background-position: 0px;
7482
}
7483

    
7484
/* line 710, ../sass/_common.scss */
7485
.folder {
7486
  background: url(file-types.png) no-repeat top left;
7487
  background-position: 0 -165px;
7488
  width: 35px;
7489
  height: 28px;
7490
}
7491

    
7492
/* to put in use
7493
.folder-open {
7494
        background: url(file-types.png) no-repeat top left;
7495
        background-position: 0 --243px;
7496
        width: 35px;
7497
        height: 28px;
7498
}
7499
*/
7500
/* line 724, ../sass/_common.scss */
7501
.txt {
7502
  background: url(../images/file-types.png) no-repeat top left;
7503
  background-position: 0 -486px;
7504
  width: 30px;
7505
  height: 35px;
7506
  display: block;
7507
  margin: 0 auto;
7508
}
7509

    
7510
/* line 727, ../sass/_common.scss */
7511
.pdf {
7512
  background: url(../images/file-types.png) no-repeat top left;
7513
  background-position: 0 -321px;
7514
  width: 30px;
7515
  height: 35px;
7516
  display: block;
7517
  margin: 0 auto;
7518
}
7519

    
7520
/* line 730, ../sass/_common.scss */
7521
.excel {
7522
  background: url(../images/file-types.png) no-repeat top left;
7523
  background-position: 0 -85px;
7524
  width: 30px;
7525
  height: 35px;
7526
  display: block;
7527
  margin: 0 auto;
7528
}
7529

    
7530
/* line 733, ../sass/_common.scss */
7531
.word {
7532
  background: url(../images/file-types.png) no-repeat top left;
7533
  background-position: 0 -571px;
7534
  width: 30px;
7535
  height: 35px;
7536
  display: block;
7537
  margin: 0 auto;
7538
}
7539

    
7540
/* line 736, ../sass/_common.scss */
7541
.powerpoint {
7542
  background: url(../images/file-types.png) no-repeat top left;
7543
  background-position: 0 -406px;
7544
  width: 30px;
7545
  height: 35px;
7546
  display: block;
7547
  margin: 0 auto;
7548
}
7549

    
7550
/* line 739, ../sass/_common.scss */
7551
.ai {
7552
  background: url(../images/file-types.png) no-repeat top left;
7553
  background-position: 0 0;
7554
  width: 30px;
7555
  height: 35px;
7556
  display: block;
7557
  margin: 0 auto;
7558
}
7559

    
7560
/* List view for VMs, networks  */
7561
/* line 3, ../sass/_items-list.scss */
7562
.entities {
7563
  position: relative;
7564
}
7565

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

    
7702
/* line 123, ../sass/_items-list.scss */
7703
.grid-view .lt-bar {
7704
  display: none;
7705
}
7706
/* line 126, ../sass/_items-list.scss */
7707
.grid-view .items-list {
7708
  display: block;
7709
  padding: 0;
7710
  margin: 0 0;
7711
  *zoom: 1;
7712
  padding-left: 1px;
7713
  background: url(../images/dashed_atom.png) repeat-y left center;
7714
}
7715
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7716
.grid-view .items-list:before, .grid-view .items-list:after {
7717
  content: " ";
7718
  display: table;
7719
}
7720
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7721
.grid-view .items-list:after {
7722
  clear: both;
7723
}
7724
/* line 27, ../../../../../../../../.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 {
7726
  display: inline;
7727
  height: auto;
7728
  float: left;
7729
  padding: 0 0 0;
7730
}
7731
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7732
.grid-view .items-list > li {
7733
  width: 50%;
7734
  padding: 0 0 0;
7735
}
7736
/* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7737
.grid-view .items-list > li:nth-of-type(n) {
7738
  clear: none;
7739
}
7740
/* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7741
.grid-view .items-list > li:nth-of-type(2n+1) {
7742
  clear: both;
7743
}
7744
@media only screen and (min-width: 768px) {
7745
  /* line 126, ../sass/_items-list.scss */
7746
  .grid-view .items-list {
7747
    display: block;
7748
    padding: 0;
7749
    margin: 0 0;
7750
    *zoom: 1;
7751
    padding-left: 1px;
7752
  }
7753
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7754
  .grid-view .items-list:before, .grid-view .items-list:after {
7755
    content: " ";
7756
    display: table;
7757
  }
7758
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7759
  .grid-view .items-list:after {
7760
    clear: both;
7761
  }
7762
  /* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7763
  .grid-view .items-list > li {
7764
    display: inline;
7765
    height: auto;
7766
    float: left;
7767
    padding: 0 0 0;
7768
  }
7769
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7770
  .grid-view .items-list > li {
7771
    width: 25%;
7772
    padding: 0 0 0;
7773
  }
7774
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7775
  .grid-view .items-list > li:nth-of-type(n) {
7776
    clear: none;
7777
  }
7778
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7779
  .grid-view .items-list > li:nth-of-type(4n+1) {
7780
    clear: both;
7781
  }
7782
}
7783
/* line 135, ../sass/_items-list.scss */
7784
.grid-view .items-list > li {
7785
  height: 215px;
7786
}
7787
/* line 137, ../sass/_items-list.scss */
7788
.grid-view .items-list > li .check, .grid-view .items-list > li .info, .grid-view .items-list > li .actions {
7789
  display: none;
7790
}
7791
/* line 140, ../sass/_items-list.scss */
7792
.grid-view .items-list > li .img-wrap {
7793
  margin-bottom: 6px;
7794
  height: 3.75em;
7795
}
7796
/* line 143, ../sass/_items-list.scss */
7797
.grid-view .items-list > li .img-wrap .snf-font {
7798
  font-size: 3.75em;
7799
}
7800
/* line 148, ../sass/_items-list.scss */
7801
.grid-view .items-list > li .container {
7802
  height: 160px;
7803
  margin: 40px 20px 20px;
7804
  position: relative;
7805
  line-height: 120%;
7806
}
7807
/* line 153, ../sass/_items-list.scss */
7808
.grid-view .items-list > li .container .tags {
7809
  width: 100%;
7810
  min-height: 12px;
7811
  position: absolute;
7812
  bottom: 12px;
7813
}
7814

    
7815
/* line 164, ../sass/_items-list.scss */
7816
.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 {
7817
  display: none;
7818
}
7819
/* line 167, ../sass/_items-list.scss */
7820
.list-view .lt-bar, .storage-progress .lt-bar {
7821
  position: fixed;
7822
  width: 150px;
7823
  left: 50%;
7824
  top: 110px;
7825
  padding: 8px 10px;
7826
  margin-left: -30.625em;
7827
  -moz-box-shadow: 3px -2px 8px #cccccc;
7828
  -webkit-box-shadow: 3px -2px 8px #cccccc;
7829
  box-shadow: 3px -2px 8px #cccccc;
7830
  background: white;
7831
  z-index: 3;
7832
}
7833
/* line 169, ../sass/_items-list.scss */
7834
.list-view .lt-bar ul, .storage-progress .lt-bar ul {
7835
  list-style: none outside none;
7836
  font-size: 0.75em;
7837
}
7838
/* line 172, ../sass/_items-list.scss */
7839
.list-view .lt-bar ul li, .storage-progress .lt-bar ul li {
7840
  list-style: none outside none;
7841
  padding: 12px 0;
7842
}
7843
/* line 176, ../sass/_items-list.scss */
7844
.list-view .lt-bar ul li.select span, .storage-progress .lt-bar ul li.select span {
7845
  font-size: 16px;
7846
  margin-right: 5px;
7847
  position: relative;
7848
  top: 2px;
7849
}
7850
/* line 182, ../sass/_items-list.scss */
7851
.list-view .lt-bar ul li.select em, .storage-progress .lt-bar ul li.select em {
7852
  display: none;
7853
  font-style: normal;
7854
}
7855
/* line 186, ../sass/_items-list.scss */
7856
.list-view .lt-bar ul li.select:hover, .storage-progress .lt-bar ul li.select:hover {
7857
  color: #30c79e;
7858
  cursor: pointer;
7859
}
7860
/* line 194, ../sass/_items-list.scss */
7861
.list-view .lt-bar ul.lt-actions li a, .storage-progress .lt-bar ul.lt-actions li a {
7862
  color: #919194;
7863
}
7864
/* line 196, ../sass/_items-list.scss */
7865
.list-view .lt-bar ul.lt-actions li a:hover, .storage-progress .lt-bar ul.lt-actions li a:hover {
7866
  color: #919194;
7867
  cursor: default;
7868
}
7869
/* line 200, ../sass/_items-list.scss */
7870
.list-view .lt-bar ul.lt-actions li a.active, .storage-progress .lt-bar ul.lt-actions li a.active {
7871
  color: #485057;
7872
}
7873
/* line 202, ../sass/_items-list.scss */
7874
.list-view .lt-bar ul.lt-actions li a.active:hover, .storage-progress .lt-bar ul.lt-actions li a.active:hover {
7875
  color: #30c79e;
7876
  cursor: pointer;
7877
}
7878
/* line 207, ../sass/_items-list.scss */
7879
.list-view .lt-bar ul.lt-actions li a span, .storage-progress .lt-bar ul.lt-actions li a span {
7880
  margin-right: 6px;
7881
  width: 14px;
7882
  display: inline-block;
7883
}
7884
/* line 211, ../sass/_items-list.scss */
7885
.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 {
7886
  font-size: 1.5em;
7887
  position: relative;
7888
}
7889
/* line 223, ../sass/_items-list.scss */
7890
.list-view .lt-bar ul.more li a span, .storage-progress .lt-bar ul.more li a span {
7891
  font-size: 1.5em;
7892
}
7893
/* line 231, ../sass/_items-list.scss */
7894
.list-view .items-list, .storage-progress .items-list {
7895
  overflow: hidden;
7896
}
7897
/* line 233, ../sass/_items-list.scss */
7898
.list-view .items-list > li, .storage-progress .items-list > li {
7899
  height: auto;
7900
  width: 100%;
7901
  padding: 15px 15px 15px 150px;
7902
  background-image: none;
7903
}
7904
/* line 234, ../sass/_items-list.scss */
7905
.list-view .items-list > li.selected, .storage-progress .items-list > li.selected {
7906
  background-color: #ebebec;
7907
}
7908
/* line 242, ../sass/_items-list.scss */
7909
.list-view .items-list > li:hover, .storage-progress .items-list > li:hover {
7910
  background-color: #dfdfdf;
7911
}
7912
/* line 245, ../sass/_items-list.scss */
7913
.list-view .items-list > li .check, .storage-progress .items-list > li .check {
7914
  width: 60px;
7915
  height: 34px;
7916
  line-height: 34px;
7917
  text-align: center;
7918
  float: left;
7919
}
7920
/* line 251, ../sass/_items-list.scss */
7921
.list-view .items-list > li .check:hover, .storage-progress .items-list > li .check:hover {
7922
  cursor: pointer;
7923
  color: #30c79e;
7924
}
7925
/* line 256, ../sass/_items-list.scss */
7926
.list-view .items-list > li .img-wrap, .storage-progress .items-list > li .img-wrap {
7927
  width: 70px;
7928
  float: left;
7929
  text-align: center;
7930
  height: 34px;
7931
  top: -6px;
7932
}
7933
/* line 262, ../sass/_items-list.scss */
7934
.list-view .items-list > li .img-wrap .os, .storage-progress .items-list > li .img-wrap .os {
7935
  background: url("../images/os-unknown.png") no-repeat center center;
7936
  width: 14px;
7937
  height: 14px;
7938
  display: inline-block;
7939
  text-indent: -2000px;
7940
  overflow: hidden;
7941
  background-size: 100%;
7942
  position: absolute;
7943
  display: block;
7944
  text-align: center;
7945
  left: 50%;
7946
  margin-left: -7px;
7947
  top: 6px;
7948
}
7949
/* line 273, ../sass/_items-list.scss */
7950
.list-view .items-list > li .img-wrap .snf-font, .storage-progress .items-list > li .img-wrap .snf-font {
7951
  font-size: 34px;
7952
  line-height: 120%;
7953
}
7954
/* line 278, ../sass/_items-list.scss */
7955
.list-view .items-list > li h4, .storage-progress .items-list > li h4 {
7956
  width: 210px;
7957
  overflow: hidden;
7958
  float: left;
7959
  text-align: left;
7960
  height: 18px;
7961
  margin: 0;
7962
  color: inherit;
7963
}
7964
/* line 287, ../sass/_items-list.scss */
7965
.list-view .items-list > li .tags, .storage-progress .items-list > li .tags {
7966
  float: left;
7967
  width: 90px;
7968
  height: 34px;
7969
  line-height: 34px;
7970
}
7971
/* line 292, ../sass/_items-list.scss */
7972
.list-view .items-list > li .tags a, .storage-progress .items-list > li .tags a {
7973
  vertical-align: text-top;
7974
}
7975
/* line 296, ../sass/_items-list.scss */
7976
.list-view .items-list > li .size, .list-view .items-list > li .remove, .storage-progress .items-list > li .size, .storage-progress .items-list > li .remove {
7977
  float: left;
7978
  width: 90px;
7979
  height: 34px;
7980
  line-height: 34px;
7981
  font-size: 0.75em;
7982
  text-align: left;
7983
}
7984
/* line 304, ../sass/_items-list.scss */
7985
.list-view .items-list > li .status, .storage-progress .items-list > li .status {
7986
  position: absolute;
7987
  left: 280px;
7988
  text-align: left;
7989
  top: 30px;
7990
  width: 210px;
7991
}
7992
/* line 310, ../sass/_items-list.scss */
7993
.list-view .items-list > li .status span, .storage-progress .items-list > li .status span {
7994
  display: inline;
7995
}
7996
/* line 314, ../sass/_items-list.scss */
7997
.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 {
7998
  float: left;
7999
  width: 200px;
8000
  height: 34px;
8001
  line-height: 34px;
8002
  font-size: 0.75em;
8003
}
8004
/* line 321, ../sass/_items-list.scss */
8005
.list-view .items-list > li .actions, .storage-progress .items-list > li .actions {
8006
  float: left;
8007
  height: 34px;
8008
  line-height: 34px;
8009
  position: relative;
8010
  top: -4px;
8011
  margin: 0 10px;
8012
}
8013
/* line 329, ../sass/_items-list.scss */
8014
.list-view .items-list > li .actions a:first-child, .storage-progress .items-list > li .actions a:first-child {
8015
  margin-right: 5px;
8016
}
8017
/* line 334, ../sass/_items-list.scss */
8018
.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 {
8019
  visibility: hidden;
8020
  height: 34px;
8021
  line-height: 34px;
8022
  text-align: left;
8023
  width: 140px;
8024
  float: left;
8025
}
8026
/* line 341, ../sass/_items-list.scss */
8027
.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 {
8028
  margin-right: 10px;
8029
}
8030
/* line 346, ../sass/_items-list.scss */
8031
.list-view .items-list > li.add-new:hover, .storage-progress .items-list > li.add-new:hover {
8032
  background: #485057;
8033
}
8034
/* line 349, ../sass/_items-list.scss */
8035
.list-view .items-list > li.add-new .check, .storage-progress .items-list > li.add-new .check {
8036
  visibility: hidden;
8037
}
8038
/* line 352, ../sass/_items-list.scss */
8039
.list-view .items-list > li.add-new h4, .storage-progress .items-list > li.add-new h4 {
8040
  margin: 0;
8041
}
8042
/* line 358, ../sass/_items-list.scss */
8043
.list-view .items-list > li.add-new .img-wrap .symbol, .storage-progress .items-list > li.add-new .img-wrap .symbol {
8044
  font-size: 24px;
8045
}
8046
/* line 365, ../sass/_items-list.scss */
8047
.list-view .items-list > li.building .img-wrap .incomplete, .storage-progress .items-list > li.building .img-wrap .incomplete {
8048
  width: 34px;
8049
  margin: 0 auto;
8050
}
8051
/* line 369, ../sass/_items-list.scss */
8052
.list-view .items-list > li.building .img-wrap .complete, .storage-progress .items-list > li.building .img-wrap .complete {
8053
  top: -34px;
8054
  margin: 0 auto;
8055
}
8056

    
8057
/* line 381, ../sass/_items-list.scss */
8058
.lt-bar .items-list .check, .lt-bar .items-list .actions, .lt-bar .items-list .info {
8059
  display: none;
8060
}
8061
/* line 384, ../sass/_items-list.scss */
8062
.lt-bar .items-list > li {
8063
  background: url(../images/dashed_atom-x.png) repeat-x center bottom;
8064
  padding: 40px;
8065
  height: auto;
8066
}
8067
/* line 388, ../sass/_items-list.scss */
8068
.lt-bar .items-list > li:hover {
8069
  background-color: #ebebec;
8070
}
8071
/* line 391, ../sass/_items-list.scss */
8072
.lt-bar .items-list > li.add-new {
8073
  background-color: #30c79e;
8074
}
8075
/* line 393, ../sass/_items-list.scss */
8076
.lt-bar .items-list > li.add-new:hover {
8077
  background-color: #485057;
8078
}
8079
/* line 398, ../sass/_items-list.scss */
8080
.lt-bar .items-list .container {
8081
  height: 160px;
8082
  position: relative;
8083
  line-height: 120%;
8084
}
8085
/* line 402, ../sass/_items-list.scss */
8086
.lt-bar .items-list .container .tags {
8087
  width: 100%;
8088
  min-height: 12px;
8089
  position: absolute;
8090
  bottom: 12px;
8091
}
8092

    
8093
/* img-wrap div ( colors & styles ) */
8094
/* line 415, ../sass/_items-list.scss */
8095
.img-wrap {
8096
  width: 60px;
8097
  position: relative;
8098
  display: inline-block;
8099
  line-height: 100%;
8100
}
8101
/* line 422, ../sass/_items-list.scss */
8102
.img-wrap span:hover {
8103
  cursor: pointer;
8104
}
8105
/* line 426, ../sass/_items-list.scss */
8106
.img-wrap .os {
8107
  background: url("../images/os-unknown.png") no-repeat center center;
8108
  width: 22px;
8109
  height: 22px;
8110
  display: inline-block;
8111
  text-indent: -2000px;
8112
  overflow: hidden;
8113
  position: absolute;
8114
  top: 8px;
8115
  left: 50%;
8116
  margin-left: -11px;
8117
}
8118
/* line 432, ../sass/_items-list.scss */
8119
.img-wrap .os.windows {
8120
  background-image: url("../images/os-windows.png");
8121
}
8122
/* line 433, ../sass/_items-list.scss */
8123
.img-wrap .os.kubuntu {
8124
  background-image: url("../images/os-kubuntu.png");
8125
}
8126
/* line 434, ../sass/_items-list.scss */
8127
.img-wrap .os.fedora {
8128
  background-image: url("../images/os-fedora.png");
8129
}
8130
/* line 435, ../sass/_items-list.scss */
8131
.img-wrap .os.symbol {
8132
  position: relative;
8133
  top: -50px;
8134
  left: 0;
8135
  margin-left: 0;
8136
  width: auto;
8137
  height: auto;
8138
}
8139

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

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

    
8160
/* line 129, ../sass/_common.scss */
8161
.error .img-wrap .snf-pc-full,
8162
.error .img-wrap .snf-network-full, .error .img-wrap .snf-font {
8163
  color: #ff4040;
8164
}
8165
/* line 133, ../sass/_common.scss */
8166
.error .status {
8167
  color: #ff4040;
8168
}
8169

    
8170
/* line 129, ../sass/_common.scss */
8171
.shutting .img-wrap .snf-pc-full,
8172
.shutting .img-wrap .snf-network-full, .shutting .img-wrap .snf-font {
8173
  color: #636a70;
8174
}
8175
/* line 133, ../sass/_common.scss */
8176
.shutting .status {
8177
  color: #636a70;
8178
}
8179

    
8180
/* line 129, ../sass/_common.scss */
8181
.starting .img-wrap .snf-pc-full,
8182
.starting .img-wrap .snf-network-full, .starting .img-wrap .snf-font {
8183
  color: #566db1;
8184
}
8185
/* line 133, ../sass/_common.scss */
8186
.starting .status {
8187
  color: #566db1;
8188
}
8189

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

    
8200
/* line 129, ../sass/_common.scss */
8201
.building .img-wrap .snf-pc-full,
8202
.building .img-wrap .snf-network-full, .building .img-wrap .snf-font {
8203
  color: #30c79e;
8204
}
8205
/* line 133, ../sass/_common.scss */
8206
.building .status {
8207
  color: #30c79e;
8208
}
8209

    
8210
/* line 472, ../sass/_items-list.scss */
8211
.building .img-wrap .snf-pc-full {
8212
  display: block;
8213
}
8214
/* line 476, ../sass/_items-list.scss */
8215
.building .img-wrap .incomplete {
8216
  color: #54d6b3;
8217
  width: 60px;
8218
}
8219
/* line 480, ../sass/_items-list.scss */
8220
.building .img-wrap .complete {
8221
  width: 0%;
8222
  position: absolute;
8223
  top: 0;
8224
  overflow: hidden;
8225
}
8226

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

    
8435
/* line 166, ../sass/_details.scss */
8436
.scroll-wrap {
8437
  position: relative;
8438
}
8439

    
8440
/* line 171, ../sass/_details.scss */
8441
.toggle-lt-bar {
8442
  position: absolute;
8443
  left: 0;
8444
  top: 35px;
8445
  background: #485057;
8446
  z-index: 4;
8447
  color: #fff;
8448
  display: block;
8449
  height: 100px;
8450
  line-height: 85px;
8451
  padding: 0 5px;
8452
}
8453
/* line 182, ../sass/_details.scss */
8454
.toggle-lt-bar:hover {
8455
  background: #30c79e;
8456
  color: #fff;
8457
}
8458
/* line 186, ../sass/_details.scss */
8459
.toggle-lt-bar.fix-position {
8460
  position: fixed;
8461
  top: 145px;
8462
  left: 50%;
8463
  margin-left: -30.625em;
8464
  border: 1px solid white;
8465
}
8466

    
8467
/* line 197, ../sass/_details.scss */
8468
.list-availables > span {
8469
  margin-bottom: 1em;
8470
  display: inline-block;
8471
}
8472
/* line 201, ../sass/_details.scss */
8473
.list-availables ul {
8474
  list-style-type: none;
8475
}
8476
/* line 203, ../sass/_details.scss */
8477
.list-availables ul li {
8478
  line-height: 2.5em;
8479
}
8480
/* line 205, ../sass/_details.scss */
8481
.list-availables ul li span {
8482
  display: inline-block;
8483
}
8484
/* line 207, ../sass/_details.scss */
8485
.list-availables ul li span:not(:last-child), .list-availables ul li span span:not(:first-child) {
8486
  margin-right: 20px;
8487
}
8488
/* line 210, ../sass/_details.scss */
8489
.list-availables ul li span:first-child {
8490
  margin-right: 30px;
8491
}
8492
/* line 213, ../sass/_details.scss */
8493
.list-availables ul li span.snf-font {
8494
  vertical-align: middle;
8495
}
8496
/* line 215, ../sass/_details.scss */
8497
.list-availables ul li span.snf-font.snf-network-full, .list-availables ul li span.snf-font.snf-volume-full {
8498
  font-size: 24px;
8499
  color: #30c79e;
8500
}
8501
/* line 220, ../sass/_details.scss */
8502
.list-availables ul li span.name {
8503
  width: 50%;
8504
}
8505

    
8506
/* line 229, ../sass/_details.scss */
8507
.select-list {
8508
  border: 0 !important;
8509
  /*Removes border*/
8510
  -webkit-appearance: none;
8511
  /*Removes default chrome and safari style*/
8512
  -moz-appearance: none;
8513
  /*Removes default style Firefox*/
8514
  background-color: transparent;
8515
}
8516

    
8517
/* Table of Contents
8518

8519
- editable
8520
- universal form styles
8521
- vm wizard styles
8522
*/
8523
/* editable (used for changing info asychronously) ------------------ */
8524
/* line 14, ../sass/_forms.scss */
8525
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
8526
  display: none;
8527
}
8528
/* line 16, ../sass/_forms.scss */
8529
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
8530
  font-size: 18px;
8531
}
8532
/* line 25, ../sass/_forms.scss */
8533
.editable input[type="text"] {
8534
  display: none;
8535
}
8536

    
8537
/* universal form styles ------------------ */
8538
/* line 33, ../sass/_forms.scss */
8539
.input {
8540
  display: inline-block;
8541
  padding-left: 6px;
8542
}
8543
/* line 36, ../sass/_forms.scss */
8544
.input input[type="text"] {
8545
  width: 142px;
8546
  padding: 0 12px 0 6px;
8547
  border: 0 none;
8548
  background-color: transparent;
8549
  outline: 0;
8550
  margin: 0;
8551
  -moz-box-shadow: none;
8552
  -webkit-box-shadow: none;
8553
  box-shadow: none;
8554
}
8555

    
8556
/* line 48, ../sass/_forms.scss */
8557
.snf-color-picker {
8558
  display: none;
8559
}
8560
/* line 50, ../sass/_forms.scss */
8561
.snf-color-picker > form {
8562
  height: 237px;
8563
  width: 100%;
8564
}
8565
/* line 54, ../sass/_forms.scss */
8566
.snf-color-picker #picker {
8567
  position: relative;
8568
  width: 207px;
8569
  margin: 25px 5px 30px;
8570
  display: inline-block;
8571
}
8572
/* line 61, ../sass/_forms.scss */
8573
.snf-color-picker #color {
8574
  margin: 0 15px 0 10px;
8575
  position: static;
8576
  vertical-align: text-bottom;
8577
  border-color: transparent;
8578
  color: transparent;
8579
}
8580

    
8581
/* detailed view styles ------------------ */
8582
/* line 73, ../sass/_forms.scss */
8583
.details .input {
8584
  background: url(../images/input-bg-lt-black.png) no-repeat left bottom;
8585
}
8586
/* line 75, ../sass/_forms.scss */
8587
.details .input input[type="text"] {
8588
  background: url(../images/input-bg-rt-black.png) no-repeat right bottom;
8589
  color: #1e1e1e;
8590
}
8591
/* line 71, ../sass/_common.scss */
8592
.details .input input[type="text"].placeholder {
8593
  color: #919194;
8594
}
8595
/* line 72, ../sass/_common.scss */
8596
.details .input input[type="text"]:-moz-placeholder {
8597
  color: #919194;
8598
}
8599
/* line 73, ../sass/_common.scss */
8600
.details .input input[type="text"]::-moz-placeholder {
8601
  color: #919194;
8602
}
8603
/* line 74, ../sass/_common.scss */
8604
.details .input input[type="text"]::-webkit-input-placeholder {
8605
  color: #919194;
8606
}
8607

    
8608
/* vm wizard styles ------------------ */
8609
/* line 88, ../sass/_forms.scss */
8610
.wizard form.custom .custom.dropdown.medium {
8611
  background: #485057;
8612
  color: white;
8613
}
8614
/* line 92, ../sass/_forms.scss */
8615
.wizard form.custom .custom.dropdown .current {
8616
  color: white;
8617
}
8618
/* line 95, ../sass/_forms.scss */
8619
.wizard form.custom .custom.dropdown .selector {
8620
  border-left: 1px solid white;
8621
  height: 30px;
8622
}
8623
/* line 99, ../sass/_forms.scss */
8624
.wizard form.custom .custom.dropdown.open ul {
8625
  background: #485057;
8626
  color: white;
8627
}
8628
/* line 103, ../sass/_forms.scss */
8629
.wizard form.custom .custom.dropdown ul li {
8630
  color: white;
8631
}
8632
/* line 106, ../sass/_forms.scss */
8633
.wizard form.custom .custom.dropdown ul li.selected {
8634
  color: white;
8635
  background: #5f6a73;
8636
}
8637
/* line 110, ../sass/_forms.scss */
8638
.wizard form.custom .custom.dropdown ul li:hover {
8639
  background: #77838e;
8640
  color: white;
8641
}
8642
/* line 115, ../sass/_forms.scss */
8643
.wizard .input {
8644
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
8645
}
8646
/* line 117, ../sass/_forms.scss */
8647
.wizard .input input[type="text"] {
8648
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
8649
  color: white;
8650
}
8651
/* line 71, ../sass/_common.scss */
8652
.wizard .input input[type="text"].placeholder {
8653
  color: #1e1e1e;
8654
}
8655
/* line 72, ../sass/_common.scss */
8656
.wizard .input input[type="text"]:-moz-placeholder {
8657
  color: #1e1e1e;
8658
}
8659
/* line 73, ../sass/_common.scss */
8660
.wizard .input input[type="text"]::-moz-placeholder {
8661
  color: #1e1e1e;
8662
}
8663
/* line 74, ../sass/_common.scss */
8664
.wizard .input input[type="text"]::-webkit-input-placeholder {
8665
  color: #1e1e1e;
8666
}
8667

    
8668
/* Animations  */
8669
/* line 3, ../sass/_animations.scss */
8670
.grid-view .build-progress {
8671
  animation: progress_animation 5s infinite, pulse 1s infinite;
8672
  -webkit-animation: progress_animation 5s infinite, pulse 1s infinite;
8673
}
8674

    
8675
/* line 12, ../sass/_animations.scss */
8676
.reboot-progress {
8677
  animation: reboot_pulse 1s infinite;
8678
  -webkit-animation: reboot_pulse 1s infinite;
8679
}
8680

    
8681
@-webkit-keyframes progress_animation {
8682
  /* line 20, ../sass/_animations.scss */
8683
  from {
8684
    width: 0%;
8685
  }
8686

    
8687
  /* line 23, ../sass/_animations.scss */
8688
  to {
8689
    width: 100%;
8690
  }
8691
}
8692

    
8693
@-moz-keyframes progress_animation {
8694
  /* line 20, ../sass/_animations.scss */
8695
  from {
8696
    width: 0%;
8697
  }
8698

    
8699
  /* line 23, ../sass/_animations.scss */
8700
  to {
8701
    width: 100%;
8702
  }
8703
}
8704

    
8705
@-ms-keyframes progress_animation {
8706
  /* line 20, ../sass/_animations.scss */
8707
  from {
8708
    width: 0%;
8709
  }
8710

    
8711
  /* line 23, ../sass/_animations.scss */
8712
  to {
8713
    width: 100%;
8714
  }
8715
}
8716

    
8717
@keyframes progress_animation {
8718
  /* line 20, ../sass/_animations.scss */
8719
  from {
8720
    width: 0%;
8721
  }
8722

    
8723
  /* line 23, ../sass/_animations.scss */
8724
  to {
8725
    width: 100%;
8726
  }
8727
}
8728

    
8729
@-webkit-keyframes pulse {
8730
  /* line 29, ../sass/_animations.scss */
8731
  from {
8732
    color: #30c79e;
8733
  }
8734

    
8735
  /* line 32, ../sass/_animations.scss */
8736
  to {
8737
    color: #269e7d;
8738
  }
8739
}
8740

    
8741
@-moz-keyframes pulse {
8742
  /* line 29, ../sass/_animations.scss */
8743
  from {
8744
    color: #30c79e;
8745
  }
8746

    
8747
  /* line 32, ../sass/_animations.scss */
8748
  to {
8749
    color: #269e7d;
8750
  }
8751
}
8752

    
8753
@-ms-keyframes pulse {
8754
  /* line 29, ../sass/_animations.scss */
8755
  from {
8756
    color: #30c79e;
8757
  }
8758

    
8759
  /* line 32, ../sass/_animations.scss */
8760
  to {
8761
    color: #269e7d;
8762
  }
8763
}
8764

    
8765
@keyframes pulse {
8766
  /* line 29, ../sass/_animations.scss */
8767
  from {
8768
    color: #30c79e;
8769
  }
8770

    
8771
  /* line 32, ../sass/_animations.scss */
8772
  to {
8773
    color: #269e7d;
8774
  }
8775
}
8776

    
8777
@-webkit-keyframes reboot_pulse {
8778
  /* line 39, ../sass/_animations.scss */
8779
  from {
8780
    color: #ffc54a;
8781
  }
8782

    
8783
  /* line 42, ../sass/_animations.scss */
8784
  to {
8785
    color: #ffb517;
8786
  }
8787
}
8788

    
8789
@-moz-keyframes reboot_pulse {
8790
  /* line 39, ../sass/_animations.scss */
8791
  from {
8792
    color: #ffc54a;
8793
  }
8794

    
8795
  /* line 42, ../sass/_animations.scss */
8796
  to {
8797
    color: #ffb517;
8798
  }
8799
}
8800

    
8801
@-ms-keyframes reboot_pulse {
8802
  /* line 39, ../sass/_animations.scss */
8803
  from {
8804
    color: #ffc54a;
8805
  }
8806

    
8807
  /* line 42, ../sass/_animations.scss */
8808
  to {
8809
    color: #ffb517;
8810
  }
8811
}
8812

    
8813
@keyframes reboot_pulse {
8814
  /* line 39, ../sass/_animations.scss */
8815
  from {
8816
    color: #ffc54a;
8817
  }
8818

    
8819
  /* line 42, ../sass/_animations.scss */
8820
  to {
8821
    color: #ffb517;
8822
  }
8823
}
8824

    
8825
/* line 50, ../sass/_animations.scss */
8826
.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 {
8827
  color: blue;
8828
  padding: 0 4px;
8829
  position: absolute;
8830
  right: 0;
8831
}
8832

    
8833
/* line 58, ../sass/_animations.scss */
8834
.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 {
8835
  position: static;
8836
}
8837

    
8838
/* line 6, ../sass/_networks.scss */
8839
.networks.grid-view .items-list > li .img-wrap .snf-font {
8840
  font-size: 3.75em-pxCalc(0.05em);
8841
}
8842
/* line 18, ../sass/_networks.scss */
8843
.networks.list-view .items-list > li .img-wrap .snf-font {
8844
  font-size: 34px-pxCalc(0.05em);
8845
}
8846

    
8847
/* Storage (pithos) related styles  */
8848
/* line 3, ../sass/_storage.scss */
8849
.storage {
8850
  height: 100%;
8851
}
8852
/* line 5, ../sass/_storage.scss */
8853
.storage .rect-plus {
8854
  display: inline-block;
8855
  background-color: #fff;
8856
  color: #30c79e;
8857
  padding: 0 6px;
8858
  font-size: 1.625em;
8859
}
8860
/* line 11, ../sass/_storage.scss */
8861
.storage .rect-plus:hover {
8862
  color: #485057;
8863
}
8864
/* line 15, ../sass/_storage.scss */
8865
.storage .items-list {
8866
  height: 100%;
8867
}
8868
/* line 18, ../sass/_storage.scss */
8869
.storage .items-list > li .img-wrap {
8870
  top: 0;
8871
  height: 34px;
8872
  line-height: 34px;
8873
}
8874
/* line 23, ../sass/_storage.scss */
8875
.storage .items-list > li h4 {
8876
  width: 210px;
8877
  height: 34px;
8878
  line-height: 34px;
8879
}
8880
/* line 28, ../sass/_storage.scss */
8881
.storage .items-list > li .info {
8882
  margin-right: 40px;
8883
}
8884
/* line 33, ../sass/_storage.scss */
8885
.storage .items-list .folder .img-wrap {
8886
  background: url(../images/folder-closed.png) no-repeat center center;
8887
}
8888
/* line 37, ../sass/_storage.scss */
8889
.storage .items-list .folder.draghover .img-wrap {
8890
  background-image: url(../images/folder-open.png);
8891
}
8892
/* line 42, ../sass/_storage.scss */
8893
.storage .items-list .folder.updating .img-wrap {
8894
  background-image: url(../images/folder-updating.png);
8895
}
8896
/* line 47, ../sass/_storage.scss */
8897
.storage .items-list .folder.updated .img-wrap {
8898
  background-image: url(../images/folder-updated.png);
8899
}
8900
/* line 53, ../sass/_storage.scss */
8901
.storage .items-list li:hover .actions-col {
8902
  visibility: visible;
8903
}
8904
/* line 57, ../sass/_storage.scss */
8905
.storage .items-list .add-new {
8906
  position: relative;
8907
}
8908
/* line 59, ../sass/_storage.scss */
8909
.storage .items-list .add-new input[type="file"] {
8910
  position: absolute;
8911
  left: 150px;
8912
  top: 0;
8913
  right: 0;
8914
  bottom: 0;
8915
  opacity: 0;
8916
}
8917
/* line 67, ../sass/_storage.scss */
8918
.storage .items-list .add-new h4 {
8919
  color: #fff;
8920
}
8921
/* line 71, ../sass/_storage.scss */
8922
.storage .items-list .add-new:hover .rect-plus {
8923
  color: #485057;
8924
}
8925
/* line 76, ../sass/_storage.scss */
8926
.storage .items-list.drag {
8927
  background-color: #ebebec;
8928
}
8929

    
8930
/* line 82, ../sass/_storage.scss */
8931
.containers .items-list {
8932
  overflow: visible;
8933
}
8934
/* line 84, ../sass/_storage.scss */
8935
.containers .items-list > li {
8936
  text-align: left;
8937
  padding-right: 15px;
8938
  padding-left: 15px;
8939
}
8940
/* line 88, ../sass/_storage.scss */
8941
.containers .items-list > li .col {
8942
  float: left;
8943
}
8944
/* line 91, ../sass/_storage.scss */
8945
.containers .items-list > li h4 {
8946
  font-size: 0.875em;
8947
  width: auto;
8948
}
8949
/* line 95, ../sass/_storage.scss */
8950
.containers .items-list > li .basic-data {
8951
  width: 250px;
8952
}
8953
/* line 98, ../sass/_storage.scss */
8954
.containers .items-list > li .size-data {
8955
  width: 400px;
8956
}
8957
/* line 100, ../sass/_storage.scss */
8958
.containers .items-list > li .size-data .progress-col {
8959
  padding-top: 7px;
8960
}
8961
/* line 102, ../sass/_storage.scss */
8962
.containers .items-list > li .size-data .progress-col .progress {
8963
  border-color: #485057;
8964
  height: 20px;
8965
}
8966
/* line 105, ../sass/_storage.scss */
8967
.containers .items-list > li .size-data .progress-col .progress .meter {
8968
  text-align: right;
8969
  font-size: 10px;
8970
  padding: 2px;
8971
  background-color: #485057;
8972
  color: white;
8973
  font-size: 0.875em;
8974
  line-height: 100%;
8975
}
8976
/* line 116, ../sass/_storage.scss */
8977
.containers .items-list > li .size-data .size {
8978
  width: auto;
8979
  padding-left: 20px;
8980
  font-size: 0.875em;
8981
}
8982
/* line 122, ../sass/_storage.scss */
8983
.containers .items-list > li h5 {
8984
  float: left;
8985
  width: 200px;
8986
  font-size: 0.875em;
8987
  font-weight: normal;
8988
  line-height: 34px;
8989
  height: 34px;
8990
  margin: 0;
8991
  padding: 0 20px;
8992
  overflow: hidden;
8993
  white-space: nowrap;
8994
}
8995
/* line 134, ../sass/_storage.scss */
8996
.containers .items-list > li .project {
8997
  line-height: 34px;
8998
  height: 34px;
8999
  width: 100px;
9000
  font-size: 0.875em;
9001
  position: relative;
9002
  right: 0;
9003
}
9004
/* line 141, ../sass/_storage.scss */
9005
.containers .items-list > li .project ul {
9006
  position: absolute;
9007
  right: 0;
9008
  top: 36px;
9009
  list-style: none outside none;
9010
  border: 1px solid #485057;
9011
  padding: 5px 15px;
9012
  display: none;
9013
  z-index: 1;
9014
  background: #fff;
9015
  min-width: 300px;
9016
}
9017
/* line 152, ../sass/_storage.scss */
9018
.containers .items-list > li .project ul li {
9019
  padding: 6px 5px;
9020
}
9021
/* line 156, ../sass/_storage.scss */
9022
.containers .items-list > li .project .btn-more {
9023
  border: 1px solid #485057;
9024
  padding: 0 10px;
9025
  float: right;
9026
}
9027
/* line 160, ../sass/_storage.scss */
9028
.containers .items-list > li .project .btn-more em {
9029
  display: none;
9030
  opacity: 0;
9031
  font-style: normal;
9032
  color: #1e1e1e;
9033
  -webkit-transition: opacity 300ms linear;
9034
  -moz-transition: opacity 300ms linear;
9035
  -ms-transition: opacity 300ms linear;
9036
  -o-transition: opacity 300ms linear;
9037
  transition: opacity 300ms linear;
9038
}
9039
/* line 167, ../sass/_storage.scss */
9040
.containers .items-list > li .project .btn-more:hover {
9041
  color: #485057;
9042
}
9043
/* line 169, ../sass/_storage.scss */
9044
.containers .items-list > li .project .btn-more:hover em {
9045
  display: inline-block;
9046
  opacity: 1;
9047
}
9048
/* line 174, ../sass/_storage.scss */
9049
.containers .items-list > li .project .btn-more.clicked {
9050
  background-color: #485057;
9051
  color: #fff;
9052
}
9053
/* line 177, ../sass/_storage.scss */
9054
.containers .items-list > li .project .btn-more.clicked em {
9055
  -webkit-transition: opacity 300ms linear;
9056
  -moz-transition: opacity 300ms linear;
9057
  -ms-transition: opacity 300ms linear;
9058
  -o-transition: opacity 300ms linear;
9059
  transition: opacity 300ms linear;
9060
  display: inline-block;
9061
  opacity: 1;
9062
  color: #fff;
9063
}
9064
/* line 188, ../sass/_storage.scss */
9065
.containers .items-list > li.folder .img-wrap {
9066
  background-position: left center;
9067
  text-align: left;
9068
}
9069
/* line 191, ../sass/_storage.scss */
9070
.containers .items-list > li.folder .img-wrap span {
9071
  color: #485057;
9072
  font-size: 1em;
9073
  position: relative;
9074
  top: 2px;
9075
  left: 18px;
9076
}
9077

    
9078
/* line 204, ../sass/_storage.scss */
9079
.storage-progress .items-list {
9080
  margin-bottom: 0;
9081
}
9082
/* line 206, ../sass/_storage.scss */
9083
.storage-progress .items-list li {
9084
  padding-left: 210px;
9085
  color: #fff;
9086
}
9087
/* line 209, ../sass/_storage.scss */
9088
.storage-progress .items-list li .img-wrap {
9089
  top: 0;
9090
  height: 34px;
9091
  line-height: 34px;
9092
}
9093
/* line 214, ../sass/_storage.scss */
9094
.storage-progress .items-list li h4 {
9095
  width: 210px;
9096
  height: 34px;
9097
  line-height: 34px;
9098
}
9099
/* line 219, ../sass/_storage.scss */
9100
.storage-progress .items-list li .remove {
9101
  text-align: right;
9102
  font-weight: bold;
9103
  visibility: visible;
9104
}
9105
/* line 223, ../sass/_storage.scss */
9106
.storage-progress .items-list li .remove a {
9107
  color: #fff;
9108
}
9109
/* line 225, ../sass/_storage.scss */
9110
.storage-progress .items-list li .remove a:hover {
9111
  color: #33383d;
9112
}
9113
/* line 230, ../sass/_storage.scss */
9114
.storage-progress .items-list li .progress-col {
9115
  padding-top: 7px;
9116
}
9117
/* line 233, ../sass/_storage.scss */
9118
.storage-progress .items-list li:hover {
9119
  background-color: transparent;
9120
}
9121
/* line 238, ../sass/_storage.scss */
9122
.storage-progress .progress {
9123
  height: 20px;
9124
}
9125
/* line 240, ../sass/_storage.scss */
9126
.storage-progress .progress .meter {
9127
  background-color: #fff;
9128
  color: #1e1e1e;
9129
  text-align: right;
9130
  padding-right: 10px;
9131
  line-height: 120%;
9132
}
9133
/* line 248, ../sass/_storage.scss */
9134
.storage-progress .details {
9135
  border: 0 none;
9136
}
9137

    
9138
/* line 253, ../sass/_storage.scss */
9139
.all-height {
9140
  height: 100%;
9141
}
9142

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

    
9973
/* line 744, ../sass/_wizards.scss */
9974
#network-wizard a.nav:focus {
9975
  border: none;
9976
}
9977
/* line 747, ../sass/_wizards.scss */
9978
#network-wizard a.radio_btn:focus, #network-wizard a.check:focus {
9979
  border: 1px solid #aee7cc;
9980
  padding: 2px;
9981
}
9982
/* line 752, ../sass/_wizards.scss */
9983
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
9984
  font-size: 1.3em;
9985
}
9986
/* line 755, ../sass/_wizards.scss */
9987
#network-wizard .subnet_options {
9988
  margin: 0;
9989
}
9990
/* line 757, ../sass/_wizards.scss */
9991
#network-wizard .subnet_options li {
9992
  margin-top: 20px;
9993
}
9994
/* line 762, ../sass/_wizards.scss */
9995
#network-wizard .step a {
9996
  color: white;
9997
}
9998
/* line 763, ../sass/_wizards.scss */
9999
#network-wizard .step .network_options {
10000
  position: relative;
10001
  padding-bottom: 20px;
10002
}
10003
/* line 766, ../sass/_wizards.scss */
10004
#network-wizard .step .network_options .explanatory {
10005
  font-size: 0.75em;
10006
  margin-top: 20px;
10007
  margin-bottom: 60px;
10008
}
10009
/* line 771, ../sass/_wizards.scss */
10010
#network-wizard .step .network_options .check, #network-wizard .step .network_options .radio_btn {
10011
  position: absolute;
10012
  right: 0;
10013
}
10014
/* line 774, ../sass/_wizards.scss */
10015
#network-wizard .step .network_options .check:focus, #network-wizard .step .network_options .radio_btn:focus {
10016
  right: -3px;
10017
  top: -3px;
10018
}
10019
/* line 779, ../sass/_wizards.scss */
10020
#network-wizard .step .network_options .network-name {
10021
  margin: 40px 0;
10022
}
10023
/* line 781, ../sass/_wizards.scss */
10024
#network-wizard .step .network_options .network-name h2 {
10025
  color: white;
10026
  font-size: 1em;
10027
}
10028
/* line 788, ../sass/_wizards.scss */
10029
#network-wizard .step .network_options li {
10030
  display: block;
10031
  width: 360px;
10032
}
10033
/* line 791, ../sass/_wizards.scss */
10034
#network-wizard .step .network_options li.manual {
10035
  position: relative;
10036
}
10037
/* line 793, ../sass/_wizards.scss */
10038
#network-wizard .step .network_options li.manual .input {
10039
  position: absolute;
10040
  right: -170px;
10041
  width: 150px;
10042
  bottom: 5px;
10043
  display: none;
10044
}
10045
/* line 801, ../sass/_wizards.scss */
10046
#network-wizard .step .network_options li.project-selection li {
10047
  width: 100%;
10048
}
10049

    
10050
/* line 812, ../sass/_wizards.scss */
10051
#volume-wizard a.nav:focus {
10052
  border: none;
10053
}
10054
/* line 815, ../sass/_wizards.scss */
10055
#volume-wizard a.radio_btn:focus, #volume-wizard a.check:focus {
10056
  border: 1px solid #aee7cc;
10057
  padding: 2px;
10058
}
10059
/* line 820, ../sass/_wizards.scss */
10060
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
10061
  font-size: 1.3em;
10062
}
10063
/* line 824, ../sass/_wizards.scss */
10064
#volume-wizard .step a {
10065
  color: white;
10066
}
10067
/* line 827, ../sass/_wizards.scss */
10068
#volume-wizard .step p {
10069
  font-size: 14px;
10070
  line-height: 1;
10071
}
10072
/* line 831, ../sass/_wizards.scss */
10073
#volume-wizard .step h2 {
10074
  color: white;
10075
  font-size: 1em;
10076
}
10077
/* line 836, ../sass/_wizards.scss */
10078
#volume-wizard .step .volume_options > li {
10079
  display: block;
10080
  list-style: none outside none;
10081
  margin-bottom: 30px;
10082
}
10083
/* line 838, ../sass/_wizards.scss */
10084
#volume-wizard .step .volume_options > li.volume-name {
10085
  margin: 40px 0;
10086
}
10087
/* line 843, ../sass/_wizards.scss */
10088
#volume-wizard .step .volume_options > li .title {
10089
  height: 40px;
10090
  overflow: hidden;
10091
  margin-bottom: 0.5em;
10092
  color: white;
10093
  vertical-align: top;
10094
}
10095
/* line 850, ../sass/_wizards.scss */
10096
#volume-wizard .step .volume_options > li .title .snf-font {
10097
  display: block;
10098
  width: 60px;
10099
  font-size: 38px;
10100
  float: left;
10101
  position: relative;
10102
  bottom: -3px;
10103
}
10104
/* line 858, ../sass/_wizards.scss */
10105
#volume-wizard .step .volume_options > li .title h2 {
10106
  font-size: 0.875em;
10107
  float: left;
10108
  width: 140px;
10109
  color: white;
10110
  margin-right: 60px;
10111
  padding-left: 0.625em;
10112
}
10113
/* line 860, ../sass/_wizards.scss */
10114
#volume-wizard .step .volume_options > li .title h2 span {
10115
  font-weight: normal;
10116
}
10117
/* line 868, ../sass/_wizards.scss */
10118
#volume-wizard .step .volume_options > li .title h2 em {
10119
  display: block;
10120
  margin-top: 4px;
10121
  font-size: 11px;
10122
  font-style: normal;
10123
  font-weight: normal;
10124
  white-space: nowrap;
10125
  line-height: 13px;
10126
}
10127
/* line 878, ../sass/_wizards.scss */
10128
#volume-wizard .step .volume_options > li .title p {
10129
  visibility: hidden;
10130
  overflow: hidden;
10131
  min-height: 40px;
10132
  font-size: 11px;
10133
  line-height: 11px;
10134
}
10135
/* line 888, ../sass/_wizards.scss */
10136
#volume-wizard .step .volume_options > li .options-bar .bar {
10137
  width: 200px;
10138
  float: left;
10139
  margin-right: 60px;
10140
  height: 20px;
10141
  position: relative;
10142
  top: 10px;
10143
}
10144
/* line 895, ../sass/_wizards.scss */
10145
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
10146
  border: 1px solid white;
10147
  padding: 1px;
10148
  height: 100%;
10149
}
10150
/* line 899, ../sass/_wizards.scss */
10151
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
10152
  border-color: #919194;
10153
}
10154
/* line 902, ../sass/_wizards.scss */
10155
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
10156
  background-color: #919194;
10157
}
10158
/* line 907, ../sass/_wizards.scss */
10159
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
10160
  height: 100%;
10161
}
10162
/* line 909, ../sass/_wizards.scss */
10163
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
10164
  background: #919194;
10165
  height: 100%;
10166
  float: left;
10167
  position: relative;
10168
}
10169
/* line 914, ../sass/_wizards.scss */
10170
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
10171
  background: white;
10172
  height: 100%;
10173
  float: left;
10174
}
10175
/* line 919, ../sass/_wizards.scss */
10176
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
10177
  position: absolute;
10178
  right: 10px;
10179
  font-size: 0.5625em;
10180
  top: 2px;
10181
}
10182
/* line 926, ../sass/_wizards.scss */
10183
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
10184
  right: -30px;
10185
  color: white;
10186
}
10187
/* line 935, ../sass/_wizards.scss */
10188
#volume-wizard .step .volume_options > li .options-bar .options {
10189
  overflow: hidden;
10190
  list-style: none outside none;
10191
}
10192
/* line 938, ../sass/_wizards.scss */
10193
#volume-wizard .step .volume_options > li .options-bar .options li {
10194
  list-style: none outside none;
10195
  display: inline-block;
10196
  margin-right: 10px;
10197
  margin-bottom: 0;
10198
}
10199
/* line 943, ../sass/_wizards.scss */
10200
#volume-wizard .step .volume_options > li .options-bar .options li a {
10201
  min-width: 60px;
10202
}
10203
/* line 946, ../sass/_wizards.scss */
10204
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
10205
  color: #485057;
10206
}
10207
/* line 949, ../sass/_wizards.scss */
10208
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
10209
  border-color: #919194;
10210
  color: #919194;
10211
}
10212
/* line 952, ../sass/_wizards.scss */
10213
#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 {
10214
  cursor: default;
10215
  border-width: 1px;
10216
  line-height: 28px;
10217
}
10218
/* line 965, ../sass/_wizards.scss */
10219
#volume-wizard .step .explain {
10220
  margin-bottom: 1em;
10221
}
10222

    
10223
/*
10224

10225
Overlays (Todo: clean up)
10226

10227
*/
10228
/* line 6, ../sass/_overlays.scss */
10229
body.with-overlay {
10230
  background: #485057;
10231
}
10232
/* line 8, ../sass/_overlays.scss */
10233
body.with-overlay .main {
10234
  opacity: 0;
10235
}
10236

    
10237
/* line 14, ../sass/_overlays.scss */
10238
.body-wrapper {
10239
  position: relative;
10240
  left: 0;
10241
  top: 0;
10242
}
10243
/* line 18, ../sass/_overlays.scss */
10244
.body-wrapper .welcome {
10245
  display: none;
10246
}
10247
/* line 21, ../sass/_overlays.scss */
10248
.body-wrapper.no-vm {
10249
  background: url(../images/draw-welcome.png) no-repeat center 50px #30c79e;
10250
}
10251
/* line 23, ../sass/_overlays.scss */
10252
.body-wrapper.no-vm .welcome {
10253
  display: none;
10254
  color: #fff;
10255
  text-align: center;
10256
  position: relative;
10257
  top: -15px;
10258
  left: 75px;
10259
  display: block;
10260
}
10261
/* line 33, ../sass/_overlays.scss */
10262
.body-wrapper .reveal-modal {
10263
  padding: 65px 140px 40px;
10264
}
10265
/* line 35, ../sass/_overlays.scss */
10266
.body-wrapper .reveal-modal h3 {
10267
  font-size: 1em;
10268
}
10269
/* line 38, ../sass/_overlays.scss */
10270
.body-wrapper .reveal-modal p {
10271
  color: white;
10272
  text-align: center;
10273
}
10274
/* line 41, ../sass/_overlays.scss */
10275
.body-wrapper .reveal-modal p.message-forimg {
10276
  margin-top: 132px;
10277
  margin-bottom: 35px;
10278
}
10279
/* line 46, ../sass/_overlays.scss */
10280
.body-wrapper .reveal-modal p.buttons a:first-child {
10281
  margin-right: 25px;
10282
}
10283
/* line 51, ../sass/_overlays.scss */
10284
.body-wrapper .reveal-modal#start-confirm {
10285
  background: #30c79e url("../images/shutdown.png") no-repeat center 50px;
10286
}
10287
/* line 54, ../sass/_overlays.scss */
10288
.body-wrapper .reveal-modal#reboot-confirm {
10289
  background: #ff7049 url("../images/restart.png") no-repeat center 50px;
10290
}
10291
/* line 56, ../sass/_overlays.scss */
10292
.body-wrapper .reveal-modal#reboot-confirm .btn4 {
10293
  background-color: #ff7049;
10294
  border-color: white;
10295
}
10296
/* line 59, ../sass/_overlays.scss */
10297
.body-wrapper .reveal-modal#reboot-confirm .btn4:hover {
10298
  color: #ff7049;
10299
  background-color: white;
10300
  border-color: #ff7049;
10301
}
10302
/* line 66, ../sass/_overlays.scss */
10303
.body-wrapper .reveal-modal#shutdown-confirm {
10304
  background: #ff7049 url("../images/shutdown.png") no-repeat center 50px;
10305
}
10306
/* line 68, ../sass/_overlays.scss */
10307
.body-wrapper .reveal-modal#shutdown-confirm .btn4 {
10308
  background-color: #ff7049;
10309
  border-color: white;
10310
}
10311
/* line 71, ../sass/_overlays.scss */
10312
.body-wrapper .reveal-modal#shutdown-confirm .btn4:hover {
10313
  color: #ff7049;
10314
  background-color: white;
10315
  border-color: #ff7049;
10316
}
10317
/* line 78, ../sass/_overlays.scss */
10318
.body-wrapper .reveal-modal#destroy-vm-confirm {
10319
  background: #d7145a url("../images/destroy-vm.png") no-repeat center 46px;
10320
}
10321
/* line 80, ../sass/_overlays.scss */
10322
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4 {
10323
  background-color: #d7145a;
10324
  border-color: white;
10325
}
10326
/* line 83, ../sass/_overlays.scss */
10327
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4:hover {
10328
  color: #d7145a;
10329
  background-color: white;
10330
  border-color: #d7145a;
10331
}
10332
/* line 90, ../sass/_overlays.scss */
10333
.body-wrapper .reveal-modal#destroy-network-confirm {
10334
  background: #d7145a url("../images/destroy-network-1.png") no-repeat center 50px;
10335
}
10336
/* line 92, ../sass/_overlays.scss */
10337
.body-wrapper .reveal-modal#destroy-network-confirm .btn4 {
10338
  background-color: #d7145a;
10339
  border-color: white;
10340
}
10341
/* line 95, ../sass/_overlays.scss */
10342
.body-wrapper .reveal-modal#destroy-network-confirm .btn4:hover {
10343
  color: #d7145a;
10344
  background-color: white;
10345
  border-color: #d7145a;
10346
}
10347
/* line 102, ../sass/_overlays.scss */
10348
.body-wrapper .reveal-modal#destroy-disk-confirm {
10349
  background: #d7145a url("../images/destroy-disk.png") no-repeat center 50px;
10350
}
10351
/* line 104, ../sass/_overlays.scss */
10352
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4 {
10353
  background-color: #d7145a;
10354
  border-color: white;
10355
}
10356
/* line 107, ../sass/_overlays.scss */
10357
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4:hover {
10358
  color: #d7145a;
10359
  background-color: white;
10360
  border-color: #d7145a;
10361
}
10362
/* line 116, ../sass/_overlays.scss */
10363
.body-wrapper .reveal-modal#vm-connect p, .body-wrapper .reveal-modal.remove p {
10364
  text-align: left;
10365
  color: black;
10366
}
10367
/* line 119, ../sass/_overlays.scss */
10368
.body-wrapper .reveal-modal#vm-connect p.info, .body-wrapper .reveal-modal.remove p.info {
10369
  font-style: italic;
10370
  font-size: 0.8125em;
10371
  color: #9e9ea1;
10372
}
10373
/* line 124, ../sass/_overlays.scss */
10374
.body-wrapper .reveal-modal#vm-connect p.ssh, .body-wrapper .reveal-modal.remove p.ssh {
10375
  text-align: center;
10376
}
10377
/* line 126, ../sass/_overlays.scss */
10378
.body-wrapper .reveal-modal#vm-connect p.ssh span, .body-wrapper .reveal-modal.remove p.ssh span {
10379
  display: inline;
10380
  padding: 10px 30px;
10381
  background: #30c79e;
10382
  color: #fff;
10383
}
10384
/* line 133, ../sass/_overlays.scss */
10385
.body-wrapper .reveal-modal#vm-connect p.buttons, .body-wrapper .reveal-modal.remove p.buttons {
10386
  text-align: center;
10387
}
10388
/* line 137, ../sass/_overlays.scss */
10389
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal, .body-wrapper .reveal-modal.remove .close-reveal-modal {
10390
  color: #485057;
10391
}
10392
/* line 139, ../sass/_overlays.scss */
10393
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal:hover, .body-wrapper .reveal-modal.remove .close-reveal-modal:hover {
10394
  color: #30c79e;
10395
}
10396
/* line 145, ../sass/_overlays.scss */
10397
.body-wrapper .overlay-area-custom {
10398
  display: none;
10399
  position: absolute;
10400
  left: 0;
10401
  right: 0;
10402
  top: -30px;
10403
  width: 100%;
10404
  height: 100%;
10405
  background: #485057;
10406
  z-index: 20;
10407
}
10408
/* line 155, ../sass/_overlays.scss */
10409
.body-wrapper .overlay-area-custom .overlay-div {
10410
  display: none;
10411
  z-index: 50;
10412
  position: relative;
10413
  background: #fff;
10414
  top: 20%;
10415
  left: 25%;
10416
  width: 50%;
10417
  padding: 25px;
10418
}
10419
/* line 165, ../sass/_overlays.scss */
10420
.body-wrapper .overlay-area-custom .overlay-div .buttons a {
10421
  margin-right: 20px;
10422
}
10423
/* line 169, ../sass/_overlays.scss */
10424
.body-wrapper .overlay-area-custom .overlay-div .close {
10425
  float: right;
10426
  font-size: 30px;
10427
}
10428
/* line 173, ../sass/_overlays.scss */
10429
.body-wrapper .overlay-area-custom .overlay-div.upload-widget {
10430
  background: transparent;
10431
  padding: 45px 0;
10432
  width: 80%;
10433
  left: 10%;
10434
  border: 1px solid white;
10435
}
10436

    
10437
/* line 185, ../sass/_overlays.scss */
10438
.communication-error {
10439
  background-color: #ff4040;
10440
  color: white;
10441
  position: fixed;
10442
  bottom: -151px;
10443
  left: 0px;
10444
  width: 100%;
10445
  padding-top: 30px;
10446
  padding-bottom: 15px;
10447
  z-index: 10;
10448
}
10449
/* line 196, ../sass/_overlays.scss */
10450
.communication-error p {
10451
  text-align: center;
10452
  line-height: 2em;
10453
  margin: 0 auto;
10454
  max-width: 800px;
10455
}
10456
/* line 201, ../sass/_overlays.scss */
10457
.communication-error p.buttons {
10458
  margin-top: 10px;
10459
}
10460
/* line 203, ../sass/_overlays.scss */
10461
.communication-error p.buttons a:not(:first-child) {
10462
  margin-left: 15px;
10463
}
10464

    
10465
/* Responive ------------------------------------------------ */
10466
@media only screen and (max-width: 768px) {
10467
  /* line 216, ../sass/_overlays.scss */
10468
  .wizard .top {
10469
    position: static;
10470
  }
10471
  /* line 219, ../sass/_overlays.scss */
10472
  .wizard .middle {
10473
    padding-top: 0;
10474
  }
10475

    
10476
  /* line 224, ../sass/_overlays.scss */
10477
  .body-wrapper .overlay-area {
10478
    top: 0;
10479
  }
10480
}
10481
/* line 3, ../sass/_sshkeys-wizard.scss */
10482
body .body-wrapper .overlay-area-reveal .secondary-wizard {
10483
  padding-left: 60px;
10484
  padding-right: 60px;
10485
}
10486
/* line 6, ../sass/_sshkeys-wizard.scss */
10487
body .body-wrapper .overlay-area-reveal .secondary-wizard h2 {
10488
  font-size: 1.5em;
10489
}
10490
/* line 10, ../sass/_sshkeys-wizard.scss */
10491
body .body-wrapper .overlay-area-reveal .secondary-wizard p {
10492
  font-size: 14px;
10493
  color: black;
10494
  text-align: left;
10495
}
10496
/* line 14, ../sass/_sshkeys-wizard.scss */
10497
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons {
10498
  text-align: center;
10499
}
10500
/* line 16, ../sass/_sshkeys-wizard.scss */
10501
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a {
10502
  background-color: white;
10503
  text-decoration: none;
10504
  color: #30c79e;
10505
  border-color: #30c79e;
10506
}
10507
/* line 21, ../sass/_sshkeys-wizard.scss */
10508
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a:first-child {
10509
  margin-right: 20px;
10510
}
10511
/* line 30, ../sass/_sshkeys-wizard.scss */
10512
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.current {
10513
  color: white;
10514
  background-color: #30c79e;
10515
  border-color: white;
10516
}
10517
/* line 35, ../sass/_sshkeys-wizard.scss */
10518
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.close-reveal-modal {
10519
  position: initial;
10520
}
10521
/* line 41, ../sass/_sshkeys-wizard.scss */
10522
body .body-wrapper .overlay-area-reveal .secondary-wizard h4 {
10523
  display: inline-block;
10524
  margin-right: 15px;
10525
  font-size: 14px;
10526
  font-weight: normal;
10527
  color: #4d4d4d;
10528
}
10529
/* line 48, ../sass/_sshkeys-wizard.scss */
10530
body .body-wrapper .overlay-area-reveal .secondary-wizard .generate-key-area {
10531
  display: none;
10532
  height: 225px;
10533
  border: 1px solid transparent;
10534
  padding: 10px;
10535
  background-color: rgba(145, 145, 148, 0.31);
10536
  width: 450px;
10537
  margin: 0 auto;
10538
}
10539
/* line 58, ../sass/_sshkeys-wizard.scss */
10540
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area {
10541
  display: none;
10542
  height: 485px;
10543
  border: 1px solid transparent;
10544
  padding: 10px;
10545
  background-color: rgba(145, 145, 148, 0.31);
10546
  width: 450px;
10547
  margin: 0 auto;
10548
}
10549
/* line 66, ../sass/_sshkeys-wizard.scss */
10550
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area h4 {
10551
  float: left;
10552
  min-width: 80px;
10553
}
10554
/* line 71, ../sass/_sshkeys-wizard.scss */
10555
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-webkit-input-placeholder {
10556
  text-align: center;
10557
}
10558
/* line 75, ../sass/_sshkeys-wizard.scss */
10559
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-moz-placeholder {
10560
  /* Firefox 18- */
10561
  text-align: center;
10562
}
10563
/* line 79, ../sass/_sshkeys-wizard.scss */
10564
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-moz-placeholder {
10565
  /* Firefox 19+ */
10566
  text-align: center;
10567
}
10568
/* line 83, ../sass/_sshkeys-wizard.scss */
10569
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-ms-input-placeholder {
10570
  text-align: center;
10571
}
10572
/* line 86, ../sass/_sshkeys-wizard.scss */
10573
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name h4 {
10574
  position: relative;
10575
  bottom: -5px;
10576
}
10577
/* line 90, ../sass/_sshkeys-wizard.scss */
10578
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name .key-name-input {
10579
  color: #485057;
10580
}
10581
/* line 94, ../sass/_sshkeys-wizard.scss */
10582
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content {
10583
  margin-top: 25px;
10584
}
10585
/* line 96, ../sass/_sshkeys-wizard.scss */
10586
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content textarea {
10587
  min-height: 250px;
10588
  width: 328px;
10589
}
10590
/* line 102, ../sass/_sshkeys-wizard.scss */
10591
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal {
10592
  color: black;
10593
}
10594
/* line 104, ../sass/_sshkeys-wizard.scss */
10595
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal:hover {
10596
  color: #30c79e;
10597
}
10598
/* line 108, ../sass/_sshkeys-wizard.scss */
10599
body .body-wrapper .overlay-area-reveal .secondary-wizard ul {
10600
  list-style-type: none;
10601
}
10602
/* line 110, ../sass/_sshkeys-wizard.scss */
10603
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li {
10604
  clear: left;
10605
  padding: 4px 10px;
10606
  border: 1px solid transparent;
10607
  text-align: left;
10608
  font-weight: normal;
10609
  height: 32px;
10610
}
10611
/* line 118, ../sass/_sshkeys-wizard.scss */
10612
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .name-col {
10613
  float: left;
10614
  width: 42%;
10615
}
10616
/* line 122, ../sass/_sshkeys-wizard.scss */
10617
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col {
10618
  float: left;
10619
  width: 56%;
10620
  visibility: visible;
10621
}
10622
/* line 127, ../sass/_sshkeys-wizard.scss */
10623
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col a:not(:last-child) {
10624
  margin-right: 10px;
10625
}
10626
/* line 131, ../sass/_sshkeys-wizard.scss */
10627
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li:hover {
10628
  border-color: #30c79e;
10629
}
10630

    
10631
/*
10632
* Used for connected elements in details page.
10633
* Each icon is unique and therefore, customization
10634
* is needed for different entities.
10635
*/
10636
/* line 16, ../sass/_connected.scss */
10637
.connected {
10638
  position: relative;
10639
  border-left: 2px solid #30c79e;
10640
  left: 145px;
10641
  top: -80px;
10642
  padding-top: 80px;
10643
}
10644
/* line 20, ../sass/_connected.scss */
10645
.connected .item {
10646
  padding-top: 40px;
10647
  position: relative;
10648
}
10649
/* line 23, ../sass/_connected.scss */
10650
.connected .item .what {
10651
  padding: 10px 0 20px;
10652
}
10653
/* line 26, ../sass/_connected.scss */
10654
.connected .item .what .img-wrap {
10655
  width: 165px;
10656
  text-align: center;
10657
  position: relative;
10658
  display: block;
10659
}
10660
/* line 31, ../sass/_connected.scss */
10661
.connected .item .what .img-wrap .snf-font {
10662
  font-size: 60px;
10663
}
10664
/* line 35, ../sass/_connected.scss */
10665
.connected .item .what h4 {
10666
  position: absolute;
10667
  top: 20px;
10668
  left: 165px;
10669
  font-size: 1em;
10670
}
10671
/* line 40, ../sass/_connected.scss */
10672
.connected .item .what h4 .status {
10673
  font-weight: normal;
10674
  display: block;
10675
  font-size: 0.875em;
10676
}
10677
/* line 47, ../sass/_connected.scss */
10678
.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 {
10679
  position: relative;
10680
}
10681
/* line 50, ../sass/_connected.scss */
10682
.connected .item .connections {
10683
  list-style: none outside none;
10684
  margin: 0;
10685
  padding: 0;
10686
  float: left;
10687
}
10688
/* line 55, ../sass/_connected.scss */
10689
.connected .item .connections > li {
10690
  list-style: none outside none;
10691
  margin: 0;
10692
  padding: 0;
10693
  position: relative;
10694
  margin-bottom: 10px;
10695
}
10696
/* line 62, ../sass/_connected.scss */
10697
.connected .item .connections > li .icon {
10698
  width: 165px;
10699
  text-align: center;
10700
  border-top: 2px solid #30c79e;
10701
  float: left;
10702
}
10703
/* line 67, ../sass/_connected.scss */
10704
.connected .item .connections > li .icon span {
10705
  position: relative;
10706
  top: -20px;
10707
  background-color: #ebebec;
10708
  padding: 0px 10px;
10709
  font-size: 30px;
10710
  line-height: 120%;
10711
}
10712
/* line 76, ../sass/_connected.scss */
10713
.connected .item .connections > li .act {
10714
  position: absolute;
10715
  left: 0;
10716
  top: -9px;
10717
  display: block;
10718
  height: 20px;
10719
  width: 65px;
10720
  background: url(../images/connected.png) no-repeat 25px center;
10721
  z-index: 2;
10722
  -moz-transition: none;
10723
  -webkit-transition: none;
10724
  transition: none;
10725
}
10726
/* line 88, ../sass/_connected.scss */
10727
.connected .item .connections > li .act.open {
10728
  background: url(../images/disconnected.png) no-repeat 0 0 white;
10729
  -moz-transition: none;
10730
  -webkit-transition: none;
10731
  transition: none;
10732
}
10733
/* line 95, ../sass/_connected.scss */
10734
.connected .item .connections > li .data {
10735
  float: left;
10736
  position: relative;
10737
  top: -15px;
10738
  width: 350px;
10739
}
10740
/* line 100, ../sass/_connected.scss */
10741
.connected .item .connections > li .data ul {
10742
  padding: 5px 0 0;
10743
  margin: 0;
10744
  background-color: #ebebec;
10745
}
10746
/* line 104, ../sass/_connected.scss */
10747
.connected .item .connections > li .data ul li {
10748
  font-size: 0.75em;
10749
  list-style: none outside none;
10750
  padding: 0 10px 10px 10px;
10751
}
10752
/* line 108, ../sass/_connected.scss */
10753
.connected .item .connections > li .data ul li h5 {
10754
  float: left;
10755
  margin: 0;
10756
  line-height: 1.3em;
10757
}
10758
/* line 112, ../sass/_connected.scss */
10759
.connected .item .connections > li .data ul li h5.ip-data {
10760
  width: 10%;
10761
}
10762
/* line 115, ../sass/_connected.scss */
10763
.connected .item .connections > li .data ul li h5.volume-data {
10764
  width: 35%;
10765
}
10766
/* line 119, ../sass/_connected.scss */
10767
.connected .item .connections > li .data ul li p {
10768
  overflow: hidden;
10769
  padding-left: 10px;
10770
  margin: 0;
10771
  line-height: 1.3em;
10772
}
10773

    
10774
/* line 133, ../sass/_connected.scss */
10775
.connect-new {
10776
  position: absolute;
10777
  bottom: -150px;
10778
  left: 0;
10779
  width: 165px;
10780
  text-align: center;
10781
  padding-top: 100px;
10782
  background: url(../images/dashed_atom.png) repeat-y left center;
10783
  margin-bottom: 50px;
10784
  margin-left: -1px;
10785
}
10786
/* line 143, ../sass/_connected.scss */
10787
.connect-new .img-wrap {
10788
  position: relative;
10789
  display: block;
10790
  width: 82.5px;
10791
  height: 2px;
10792
  background: url(../images/dashed_atom-x.png) repeat-x left top;
10793
  overflow: inherit;
10794
}
10795
/* line 150, ../sass/_connected.scss */
10796
.connect-new .img-wrap > a {
10797
  display: block;
10798
  position: absolute;
10799
  left: 0;
10800
  top: 0;
10801
  width: 165px;
10802
  text-align: center;
10803
  margin: -20px 0 0;
10804
}
10805
/* line 158, ../sass/_connected.scss */
10806
.connect-new .img-wrap > a .snf-font {
10807
  color: #485057;
10808
  font-size: 3.75em;
10809
}
10810
/* line 162, ../sass/_connected.scss */
10811
.connect-new .img-wrap > a .snf-network-full {
10812
  position: relative;
10813
  top: -9px;
10814
}
10815
/* line 167, ../sass/_connected.scss */
10816
.connect-new .img-wrap > a:hover span {
10817
  color: #30c79e;
10818
}
10819
/* line 173, ../sass/_connected.scss */
10820
.connect-new p {
10821
  position: absolute;
10822
  left: 165px;
10823
  width: 350px;
10824
  text-align: left;
10825
  font-size: 0.875em;
10826
  top: 90px;
10827
}
10828
/* line 181, ../sass/_connected.scss */
10829
.connect-new.network p {
10830
  top: 90px;
10831
}
10832
/* line 184, ../sass/_connected.scss */
10833
.connect-new.disk p {
10834
  top: 94px;
10835
}
10836

    
10837
/* line 190, ../sass/_connected.scss */
10838
.network .connected {
10839
  left: 143px;
10840
  top: -80px;
10841
  padding-top: 80px;
10842
}
10843

    
10844
/* line 194, ../sass/_connected.scss */
10845
.firewall {
10846
  float: left;
10847
  margin-left: 20px;
10848
  border: 1px solid #919194;
10849
  padding: 5px 20px;
10850
  position: absolute;
10851
  left: 515px;
10852
  top: -15px;
10853
  font-size: 0.75em;
10854
  white-space: nowrap;
10855
  background-color: #fff;
10856
}
10857
/* line 205, ../sass/_connected.scss */
10858
.firewall p {
10859
  margin: 0;
10860
}
10861
/* line 207, ../sass/_connected.scss */
10862
.firewall p em {
10863
  color: #30c79e;
10864
}
10865
/* line 211, ../sass/_connected.scss */
10866
.firewall .more {
10867
  margin-top: 10px;
10868
  display: none;
10869
}
10870
/* line 214, ../sass/_connected.scss */
10871
.firewall .more p {
10872
  min-width: 200px;
10873
}
10874
/* line 216, ../sass/_connected.scss */
10875
.firewall .more p span {
10876
  float: right;
10877
  font-size: 0.875em;
10878
  height: 14px;
10879
  line-height: 22px;
10880
}
10881
/* line 222, ../sass/_connected.scss */
10882
.firewall .more p em {
10883
  float: right;
10884
  margin: 0 5px 0 20px;
10885
  width: 15px;
10886
  display: inline-block;
10887
}
10888
/* line 231, ../sass/_connected.scss */
10889
.firewall.unprotected > p em,
10890
.firewall .unprotected a em {
10891
  color: #ff4040;
10892
}
10893

    
10894
/* line 236, ../sass/_connected.scss */
10895
.details .placeholder {
10896
  height: 100px;
10897
}
10898

    
10899
/* line 6, ../sass/_images.scss */
10900
.images.grid-view .items-list > li .img-wrap .os.symbol {
10901
  top: -47px;
10902
  color: white;
10903
}
10904
/* line 18, ../sass/_images.scss */
10905
.images.list-view .items-list > li .img-wrap .os.symbol {
10906
  font-size: 16px;
10907
  color: white;
10908
}
10909

    
10910
/* line 6, ../sass/_snapshots.scss */
10911
.snapshots.grid-view .items-list > li .img-wrap .snf-font {
10912
  font-size: 3.75em-pxCalc(0.1em);
10913
}
10914
/* line 18, ../sass/_snapshots.scss */
10915
.snapshots.list-view .items-list > li .img-wrap .snf-font {
10916
  font-size: 34px-pxCalc(0.1em);
10917
}