Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (463.7 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: #2d3338;
20
  padding: 0;
21
  margin: 0;
22
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
23
  font-weight: normal;
24
  font-style: normal;
25
  line-height: 1;
26
  position: relative;
27
  cursor: default;
28
}
29

    
30
/* line 285, ../../../../../../../../.rvm/gems/ruby-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: #71808d;
1559
  font-weight: 300;
1560
  margin-top: 0.2em;
1561
  margin-bottom: 0.5em;
1562
}
1563

    
1564
/* Typography resets */
1565
/* line 144, ../../../../../../../../.rvm/gems/ruby-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: #bebebe;
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: #b1b1b1;
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: #2d3338;
1630
  text-rendering: optimizeLegibility;
1631
  margin-top: 0.2em;
1632
  margin-bottom: 0.5em;
1633
  line-height: 1.2125em;
1634
}
1635
/* line 191, ../../../../../../../../.rvm/gems/ruby-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: #71808d;
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: #2d3338;
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: #5a6771;
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: #5a6771;
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: #71808d;
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: #bebebe;
2004
  border-color: #a5a5a5;
2005
  color: #333333;
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: #a5a5a5;
2010
}
2011
/* line 128, ../../../../../../../../.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: #333333;
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: #bebebe;
2100
  border-color: #a5a5a5;
2101
  color: #333333;
2102
  cursor: default;
2103
  opacity: 0.6;
2104
  -webkit-box-shadow: none;
2105
  box-shadow: none;
2106
}
2107
/* line 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: #a5a5a5;
2110
}
2111
/* line 128, ../../../../../../../../.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: #333333;
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: #bebebe;
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 #bebebe;
2486
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2487
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2488
  color: rgba(0, 0, 0, 0.75);
2489
  display: block;
2490
  font-size: 0.875em;
2491
  margin: 0 0 1em 0;
2492
  padding: 0.5em;
2493
  height: 2.3125em;
2494
  width: 100%;
2495
  -moz-box-sizing: border-box;
2496
  -webkit-box-sizing: border-box;
2497
  box-sizing: border-box;
2498
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
2499
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
2500
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
2501
}
2502
/* line 134, ../../../../../../../../.rvm/gems/ruby-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: #989898;
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: #bebebe;
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: #a5a5a5;
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: #bebebe;
5473
  border-color: #a5a5a5;
5474
  color: black;
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: #bebebe;
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: #bebebe;
5893
  color: #333333;
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: #bebebe;
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: #bebebe;
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: #a5a5a5;
6041
  margin-bottom: 1.25em;
6042
  padding: 1.25em;
6043
  background: #bebebe;
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: #bebebe;
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: #bebebe;
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: #bebebe;
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(190, 190, 190, 0.5);
6572
  box-shadow: 0 0 6px 1px rgba(190, 190, 190, 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: #2d3338;
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: #bebebe;
6854
  behavior: url(PIE.htc);
6855
  margin: 0 3px;
6856
}
6857
/* line 146, ../sass/_common.scss */
6858
.tags .tag.tag1 {
6859
  background-color: #e02b2b;
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: #bebebe !important;
6888
}
6889
/* line 168, ../sass/_common.scss */
6890
.inactive:hover {
6891
  color: #bebebe;
6892
  cursor: default;
6893
}
6894

    
6895
/* line 174, ../sass/_common.scss */
6896
.btn1, .btn2, .btn3, .btn-img {
6897
  border: 1px solid #485057;
6898
  color: #485057;
6899
  display: inline-block;
6900
  height: 30px;
6901
  text-align: center;
6902
  font-size: 0.75em;
6903
}
6904
/* line 182, ../sass/_common.scss */
6905
.btn1:hover, .btn2:hover, .btn3:hover, .btn-img:hover, .btn1:focus, .btn2:focus, .btn3:focus, .btn-img:focus {
6906
  color: #485057;
6907
}
6908
/* line 184, ../sass/_common.scss */
6909
.btn1:hover span, .btn2:hover span, .btn3:hover span, .btn-img:hover span, .btn1:focus span, .btn2:focus span, .btn3:focus span, .btn-img:focus span {
6910
  border-color: #485057;
6911
}
6912
/* line 188, ../sass/_common.scss */
6913
.btn1.current, .current.btn2, .current.btn3, .current.btn-img {
6914
  color: #fff;
6915
}
6916
/* line 189, ../sass/_common.scss */
6917
.btn1.current span, .current.btn2 span, .current.btn3 span, .current.btn-img span {
6918
  background-color: #485057;
6919
}
6920
/* line 194, ../sass/_common.scss */
6921
.btn1 span, .btn2 span, .btn3 span, .btn-img span {
6922
  border: 1px solid transparent;
6923
  display: block;
6924
  padding: 0 20px;
6925
  line-height: 26px;
6926
  height: 100%;
6927
}
6928

    
6929
/* line 204, ../sass/_common.scss */
6930
.btn2 {
6931
  color: #30c79e;
6932
  background: #fff;
6933
  border-color: #30c79e;
6934
}
6935
/* line 211, ../sass/_common.scss */
6936
.btn2:hover, .btn2.current, .btn2:focus {
6937
  background: transparent;
6938
  border-color: #fff;
6939
}
6940

    
6941
/* line 217, ../sass/_common.scss */
6942
.btn3 {
6943
  color: #fff;
6944
  border-color: #fff;
6945
}
6946
/* line 223, ../sass/_common.scss */
6947
.btn3:hover, .btn3.current, .btn3:focus {
6948
  color: #30c79e;
6949
  background: #fff;
6950
  border-color: #fff;
6951
}
6952

    
6953
/* line 231, ../sass/_common.scss */
6954
.btn4 {
6955
  border: 1px solid white;
6956
  color: white;
6957
  display: inline-block;
6958
  height: 30px;
6959
  text-align: center;
6960
  font-size: 0.75em;
6961
}
6962
/* line 239, ../sass/_common.scss */
6963
.btn4:hover, .btn4:focus {
6964
  color: #fff;
6965
}
6966
/* line 241, ../sass/_common.scss */
6967
.btn4:hover span, .btn4:focus span {
6968
  border-color: white;
6969
}
6970
/* line 245, ../sass/_common.scss */
6971
.btn4.current {
6972
  background: white;
6973
  color: #30c79e;
6974
}
6975
/* line 246, ../sass/_common.scss */
6976
.btn4.current span {
6977
  background-color: white;
6978
}
6979
/* line 252, ../sass/_common.scss */
6980
.btn4 span {
6981
  border: 1px solid transparent;
6982
  display: block;
6983
  padding: 0 20px;
6984
  line-height: 26px;
6985
  height: 100%;
6986
}
6987

    
6988
/* line 262, ../sass/_common.scss */
6989
.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 {
6990
  border: 1px solid white;
6991
  color: white;
6992
  display: inline-block;
6993
  height: 30px;
6994
  text-align: center;
6995
  font-size: 0.75em;
6996
}
6997
/* line 271, ../sass/_common.scss */
6998
.btn5:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:hover span, #volume-wizard .step .volume_options > li .options-bar .options li a:hover span, .btn5:focus span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:focus span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:focus span, #volume-wizard .step .volume_options > li .options-bar .options li a:focus span {
6999
  border-color: white;
7000
  color: white;
7001
}
7002
/* line 276, ../sass/_common.scss */
7003
.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 {
7004
  background: white;
7005
  color: #30c79e;
7006
}
7007
/* line 277, ../sass/_common.scss */
7008
.btn5.current span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current span, #volume-wizard .step .volume_options > li .options-bar .options li a.current span {
7009
  background-color: white;
7010
}
7011
/* line 283, ../sass/_common.scss */
7012
.btn5 span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a span, #volume-wizard .step .volume_options > li .options-bar .options li a span {
7013
  border: 1px solid transparent;
7014
  display: block;
7015
  padding: 0 20px;
7016
  line-height: 26px;
7017
  height: 100%;
7018
}
7019

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

    
7033
/* Layout ----------------------------------------------- */
7034
/* line 309, ../sass/_common.scss */
7035
html, body, .content {
7036
  height: 100%;
7037
}
7038

    
7039
/* line 313, ../sass/_common.scss */
7040
body {
7041
  padding-top: 110px;
7042
}
7043

    
7044
/* line 317, ../sass/_common.scss */
7045
.body-wrapper {
7046
  min-height: 100%;
7047
}
7048

    
7049
/* line 321, ../sass/_common.scss */
7050
.main {
7051
  padding: 0 0.625em;
7052
}
7053

    
7054
/* Header ----------------------------------------------- */
7055
/* line 327, ../sass/_common.scss */
7056
.header {
7057
  position: fixed;
7058
  top: 0;
7059
  left: 0;
7060
  right: 0;
7061
  width: 100%;
7062
  height: 80px;
7063
  line-height: 80px;
7064
  padding: 0 15px;
7065
  background: white;
7066
  z-index: 100;
7067
}
7068
/* line 338, ../sass/_common.scss */
7069
.header .icons-nav {
7070
  position: absolute;
7071
  left: 15px;
7072
  height: 80px;
7073
  line-height: 80px;
7074
  top: 0;
7075
}
7076
/* line 344, ../sass/_common.scss */
7077
.header .icons-nav li {
7078
  line-height: 80px;
7079
}
7080
/* line 348, ../sass/_common.scss */
7081
.header .logo {
7082
  text-align: center;
7083
}
7084
/* line 350, ../sass/_common.scss */
7085
.header .logo a {
7086
  position: relative;
7087
}
7088
/* line 354, ../sass/_common.scss */
7089
.header .logo img {
7090
  height: 40px;
7091
}
7092
/* line 357, ../sass/_common.scss */
7093
.header .logo h2 {
7094
  display: none;
7095
  margin: 0;
7096
  font-size: 1em;
7097
  color: #bebebe;
7098
  font-weight: normal;
7099
}
7100
/* line 365, ../sass/_common.scss */
7101
.header .login {
7102
  position: absolute;
7103
  top: 25px;
7104
  right: 15px;
7105
}
7106
/* line 370, ../sass/_common.scss */
7107
.header .login .wrap {
7108
  border: 1px solid #2d3338;
7109
  background: white;
7110
  font-size: 0.75em;
7111
  padding: 12px 30px;
7112
  line-height: 100%;
7113
}
7114
/* line 377, ../sass/_common.scss */
7115
.header .login .wrap ul {
7116
  padding: 0;
7117
  margin: 0;
7118
  list-style: none outside none;
7119
  display: none;
7120
}
7121
/* line 382, ../sass/_common.scss */
7122
.header .login .wrap ul li {
7123
  list-style: none outside none;
7124
  padding: 0;
7125
  padding-top: 12px;
7126
}
7127

    
7128
/* Actions Bar ----------------------------------------------- */
7129
/* line 395, ../sass/_common.scss */
7130
.actions-bar {
7131
  position: fixed;
7132
  left: 0;
7133
  top: 80px;
7134
  width: 100%;
7135
  z-index: 15;
7136
  text-align: center;
7137
  height: 30px;
7138
  line-height: 30px;
7139
  background-color: #f0f0f0;
7140
}
7141
/* line 405, ../sass/_common.scss */
7142
.actions-bar h2 {
7143
  float: left;
7144
  margin: 0 0 0 15px;
7145
  font-size: 0.75em;
7146
  line-height: 30px;
7147
  font-weight: normal;
7148
}
7149
/* line 412, ../sass/_common.scss */
7150
.actions-bar h2 a:after {
7151
  content: " >";
7152
}
7153
/* line 417, ../sass/_common.scss */
7154
.actions-bar .filter-menu {
7155
  float: right;
7156
  position: relative;
7157
}
7158
/* line 420, ../sass/_common.scss */
7159
.actions-bar .filter-menu .filter {
7160
  padding: 0 10px;
7161
  font-size: 0.75em;
7162
  position: relative;
7163
  top: -1px;
7164
}
7165
/* line 426, ../sass/_common.scss */
7166
.actions-bar .filter-menu .options {
7167
  display: none;
7168
  position: absolute;
7169
  right: 0;
7170
  top: 30px;
7171
  width: 120px;
7172
  list-style-type: none;
7173
  padding: 10px 15px 15px;
7174
  text-align: left;
7175
  margin: 0;
7176
}
7177
/* line 438, ../sass/_common.scss */
7178
.actions-bar .filter-menu.current .options {
7179
  background-color: #d8d8d8;
7180
  display: inline-block;
7181
}
7182
/* line 441, ../sass/_common.scss */
7183
.actions-bar .filter-menu.current .options a {
7184
  color: white;
7185
}
7186
/* line 450, ../sass/_common.scss */
7187
.actions-bar .row {
7188
  position: relative;
7189
  height: 30px;
7190
}
7191
/* line 455, ../sass/_common.scss */
7192
.actions-bar .hd-search {
7193
  width: 24px;
7194
  overflow: hidden;
7195
  position: relative;
7196
  float: right;
7197
  height: 30px;
7198
  margin-right: -6px;
7199
  -webkit-transition: width 0.3s linear;
7200
  -moz-transition: width 0.3s linear;
7201
  -ms-transition: width 0.3s linear;
7202
  -o-transition: width 0.3s linear;
7203
  transition: width 0.3s linear;
7204
  -webkit-backface-visibility: hidden;
7205
}
7206
/* line 465, ../sass/_common.scss */
7207
.actions-bar .hd-search .hd-icon-search {
7208
  display: block;
7209
  width: 30px;
7210
  height: 30px;
7211
  line-height: 30px;
7212
  float: right;
7213
  color: #485057;
7214
  z-index: 1;
7215
  position: relative;
7216
  background: #f0f0f0;
7217
}
7218
/* line 472, ../sass/_common.scss */
7219
.actions-bar .hd-search .hd-icon-search:hover {
7220
  color: #30c79e;
7221
  cursor: pointer;
7222
}
7223
/* line 480, ../sass/_common.scss */
7224
.actions-bar .hd-search .hd-search-input {
7225
  border: transparent;
7226
  background-color: white;
7227
  padding: 0 10px;
7228
  width: 160px;
7229
  font-size: 0.625em;
7230
  box-shadow: none;
7231
  height: 21px;
7232
  line-height: 21px;
7233
  position: absolute;
7234
  top: 4px;
7235
  left: 0;
7236
}
7237
/* line 493, ../sass/_common.scss */
7238
.actions-bar .hd-search.hd-open {
7239
  width: 190px;
7240
}
7241
/* line 497, ../sass/_common.scss */
7242
.actions-bar .rt-actions {
7243
  float: right;
7244
  margin-right: 15px;
7245
}
7246
/* line 500, ../sass/_common.scss */
7247
.actions-bar .rt-actions .current, .actions-bar .rt-actions a:hover {
7248
  color: #30c79e;
7249
}
7250
/* line 503, ../sass/_common.scss */
7251
.actions-bar .rt-actions a {
7252
  float: left;
7253
}
7254
/* line 505, ../sass/_common.scss */
7255
.actions-bar .rt-actions a span {
7256
  position: relative;
7257
}
7258
/* line 507, ../sass/_common.scss */
7259
.actions-bar .rt-actions a span.snf-listview {
7260
  font-size: 1.125em;
7261
}
7262
/* line 510, ../sass/_common.scss */
7263
.actions-bar .rt-actions a span.snf-gridview {
7264
  font-size: 1.125em;
7265
}
7266
/* line 515, ../sass/_common.scss */
7267
.actions-bar .rt-actions a span.snf-folder-create-outline {
7268
  font-size: 1.125em;
7269
}
7270
/* line 518, ../sass/_common.scss */
7271
.actions-bar .rt-actions a span.snf-refresh-outline {
7272
  font-size: 0.75em;
7273
  top: -2px;
7274
}
7275
/* line 523, ../sass/_common.scss */
7276
.actions-bar .rt-actions a:not(:last-child) {
7277
  margin-right: 10px;
7278
}
7279
/* line 527, ../sass/_common.scss */
7280
.actions-bar .rt-actions .single {
7281
  width: 12px;
7282
  height: 12px;
7283
  background-color: #485057;
7284
  display: inline-block;
7285
  margin-top: 9px;
7286
}
7287
/* line 531, ../sass/_common.scss */
7288
.actions-bar .rt-actions .single.current, .actions-bar .rt-actions .single:hover {
7289
  background-color: #30c79e;
7290
}
7291

    
7292
/* line 541, ../sass/_common.scss */
7293
.no-vm .actions-bar .rt-actions, .no-vm .actions-bar .hd-search, .no-vm .actions-bar .filter {
7294
  display: none;
7295
}
7296

    
7297
/* Icons Navigation ----------------------------------------------- */
7298
/* line 549, ../sass/_common.scss */
7299
.icons-nav {
7300
  margin: 0;
7301
  padding: 0;
7302
}
7303
/* line 551, ../sass/_common.scss */
7304
.icons-nav li {
7305
  display: inline-block;
7306
  margin-right: 10px;
7307
  font-size: 1.625em;
7308
  line-height: 1em;
7309
}
7310

    
7311
/* Top info  ----------------------------------------------- */
7312
/* line 564, ../sass/_common.scss */
7313
.top-info {
7314
  padding: 50px 100px;
7315
  position: relative;
7316
  z-index: 10;
7317
  display: none;
7318
}
7319
/* line 569, ../sass/_common.scss */
7320
.top-info .close {
7321
  position: absolute;
7322
  right: 15px;
7323
  top: 50px;
7324
  background: url("../images/info-close.png") no-repeat center center;
7325
  width: 31px;
7326
  height: 30px;
7327
  display: inline-block;
7328
  text-indent: -2000px;
7329
  overflow: hidden;
7330
}
7331

    
7332
/* line 578, ../sass/_common.scss */
7333
.info.error {
7334
  background: #e02b2b;
7335
  color: #fff;
7336
}
7337

    
7338
/* line 584, ../sass/_common.scss */
7339
.info.alert {
7340
  background: #30c79e;
7341
  color: #fff;
7342
}
7343

    
7344
/* line 589, ../sass/_common.scss */
7345
.info.warning {
7346
  background: #bebebe;
7347
  color: #fff;
7348
}
7349

    
7350
/* line 594, ../sass/_common.scss */
7351
.info.success {
7352
  background: #00a551;
7353
  color: #fff;
7354
}
7355

    
7356
/* line 599, ../sass/_common.scss */
7357
.border-bottom-style1 {
7358
  padding-bottom: 20px;
7359
  margin-bottom: 20px;
7360
  border-bottom: 1px dashed #bebebe;
7361
}
7362

    
7363
/* Progress Bar ----------------------------------------------- */
7364
/* line 608, ../sass/_common.scss */
7365
.progress-bar {
7366
  position: fixed;
7367
  bottom: 0;
7368
  left: 0;
7369
  border-top: 1px solid #30c79e;
7370
  width: 100%;
7371
  background: #fff;
7372
  padding: 20px 0 20px 310px;
7373
  color: #bebebe;
7374
}
7375
/* line 617, ../sass/_common.scss */
7376
.progress-bar span.counter {
7377
  display: inline-block;
7378
  margin-right: 20px;
7379
  float: left;
7380
}
7381
/* line 622, ../sass/_common.scss */
7382
.progress-bar div.progress-wrap {
7383
  display: inline-block;
7384
  float: left;
7385
  width: 40%;
7386
  margin-right: 60px;
7387
}
7388
/* line 627, ../sass/_common.scss */
7389
.progress-bar div.progress-wrap .progress {
7390
  position: relative;
7391
  top: 2px;
7392
}
7393
/* line 632, ../sass/_common.scss */
7394
.progress-bar span.more {
7395
  display: inline-block;
7396
}
7397

    
7398
/* line 637, ../sass/_common.scss */
7399
.storage-progress {
7400
  display: none;
7401
  position: fixed;
7402
  bottom: 0;
7403
  left: 0;
7404
  right: 0;
7405
  background: #30c79e;
7406
  color: #fff;
7407
  z-index: 50;
7408
  overflow-y: auto;
7409
  -webkit-transition: background-color 500ms linear;
7410
  -moz-transition: background-color 500ms linear;
7411
  -ms-transition: background-color 500ms linear;
7412
  -o-transition: background-color 500ms linear;
7413
  transition: background-color 500ms linear;
7414
}
7415
/* line 648, ../sass/_common.scss */
7416
.storage-progress.ready {
7417
  background: #00a551;
7418
}
7419
/* line 651, ../sass/_common.scss */
7420
.storage-progress .wrap {
7421
  position: relative;
7422
  padding: 10px;
7423
}
7424
/* line 655, ../sass/_common.scss */
7425
.storage-progress .loader {
7426
  position: absolute;
7427
  height: 5px;
7428
  left: 0;
7429
  top: 0;
7430
  background: #ffc748;
7431
  width: 0%;
7432
}
7433
/* line 663, ../sass/_common.scss */
7434
.storage-progress .summary {
7435
  padding-left: 260px;
7436
  margin: 0;
7437
  font-size: 0.75em;
7438
}
7439
/* line 667, ../sass/_common.scss */
7440
.storage-progress .summary span {
7441
  background-color: #fff;
7442
  color: #30c79e;
7443
  padding: 2px 6px;
7444
  margin-right: 10px;
7445
  -webkit-transition: opacity 500ms linear;
7446
  -moz-transition: opacity 500ms linear;
7447
  -ms-transition: opacity 500ms linear;
7448
  -o-transition: opacity 500ms linear;
7449
  transition: opacity 500ms linear;
7450
}
7451
/* line 673, ../sass/_common.scss */
7452
.storage-progress .summary span.animated {
7453
  opacity: 0;
7454
}
7455
/* line 678, ../sass/_common.scss */
7456
.storage-progress .details {
7457
  display: none;
7458
}
7459

    
7460
/* Responive ------------------------------------------------ */
7461
@media only screen and (max-width: 768px) {
7462
  /* line 689, ../sass/_common.scss */
7463
  body {
7464
    padding-top: 0;
7465
  }
7466

    
7467
  /* line 692, ../sass/_common.scss */
7468
  .header, .actions-bar {
7469
    position: static;
7470
    z-index: auto;
7471
  }
7472

    
7473
  /* line 696, ../sass/_common.scss */
7474
  .actions-bar {
7475
    top: 160px;
7476
  }
7477

    
7478
  /* line 699, ../sass/_common.scss */
7479
  .header {
7480
    height: 120px;
7481
    line-height: 50px;
7482
  }
7483
  /* line 702, ../sass/_common.scss */
7484
  .header .icons-nav {
7485
    position: static;
7486
  }
7487
}
7488
/* Scroll Bar  -------------------------------------------- */
7489
/* line 710, ../sass/_common.scss */
7490
body .jspVerticalBar {
7491
  background-color: transparent;
7492
  width: 14px;
7493
  padding: 1px;
7494
  border-left: 1px solid #c2bebe;
7495
  border-right: 1px solid #c2bebe;
7496
}
7497
/* line 716, ../sass/_common.scss */
7498
body .jspVerticalBar .jspTrack {
7499
  background-color: #e6e5e5;
7500
}
7501
/* line 718, ../sass/_common.scss */
7502
body .jspVerticalBar .jspTrack .jspDrag {
7503
  -webkit-border-radius: 5px;
7504
  -moz-border-radius: 5px;
7505
  border-radius: 5px;
7506
  background-color: #c2bebe;
7507
}
7508
/* line 725, ../sass/_common.scss */
7509
body .jspVerticalBar .jspArrow {
7510
  background-color: transparent;
7511
  background: url("../images/arrows.png") no-repeat center center;
7512
  width: 14px;
7513
  height: 14px;
7514
  display: inline-block;
7515
  text-indent: -2000px;
7516
  overflow: hidden;
7517
  overflow: hidden;
7518
}
7519
/* line 729, ../sass/_common.scss */
7520
body .jspVerticalBar .jspArrow.jspArrowDown {
7521
  background-position: -18px;
7522
}
7523
/* line 733, ../sass/_common.scss */
7524
body .jspVerticalBar .jspArrow.jspArrowUp {
7525
  background-position: 0px;
7526
}
7527

    
7528
/* line 747, ../sass/_common.scss */
7529
.folder {
7530
  background: url(file-types.png) no-repeat top left;
7531
  background-position: 0 -165px;
7532
  width: 35px;
7533
  height: 28px;
7534
}
7535

    
7536
/* to put in use
7537
.folder-open {
7538
        background: url(file-types.png) no-repeat top left;
7539
        background-position: 0 --243px;
7540
        width: 35px;
7541
        height: 28px;
7542
}
7543
*/
7544
/* line 761, ../sass/_common.scss */
7545
.txt {
7546
  background: url(../images/file-types.png) no-repeat top left;
7547
  background-position: 0 -486px;
7548
  width: 30px;
7549
  height: 35px;
7550
  display: block;
7551
  margin: 0 auto;
7552
}
7553

    
7554
/* line 764, ../sass/_common.scss */
7555
.pdf {
7556
  background: url(../images/file-types.png) no-repeat top left;
7557
  background-position: 0 -321px;
7558
  width: 30px;
7559
  height: 35px;
7560
  display: block;
7561
  margin: 0 auto;
7562
}
7563

    
7564
/* line 767, ../sass/_common.scss */
7565
.excel {
7566
  background: url(../images/file-types.png) no-repeat top left;
7567
  background-position: 0 -85px;
7568
  width: 30px;
7569
  height: 35px;
7570
  display: block;
7571
  margin: 0 auto;
7572
}
7573

    
7574
/* line 770, ../sass/_common.scss */
7575
.word {
7576
  background: url(../images/file-types.png) no-repeat top left;
7577
  background-position: 0 -571px;
7578
  width: 30px;
7579
  height: 35px;
7580
  display: block;
7581
  margin: 0 auto;
7582
}
7583

    
7584
/* line 773, ../sass/_common.scss */
7585
.powerpoint {
7586
  background: url(../images/file-types.png) no-repeat top left;
7587
  background-position: 0 -406px;
7588
  width: 30px;
7589
  height: 35px;
7590
  display: block;
7591
  margin: 0 auto;
7592
}
7593

    
7594
/* line 776, ../sass/_common.scss */
7595
.ai {
7596
  background: url(../images/file-types.png) no-repeat top left;
7597
  background-position: 0 0;
7598
  width: 30px;
7599
  height: 35px;
7600
  display: block;
7601
  margin: 0 auto;
7602
}
7603

    
7604
/* List view for VMs, networks  */
7605
/* line 3, ../sass/_items-list.scss */
7606
.entities {
7607
  position: relative;
7608
}
7609

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

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

    
7860
/* line 165, ../sass/_items-list.scss */
7861
.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 {
7862
  display: none;
7863
}
7864
/* line 168, ../sass/_items-list.scss */
7865
.list-view .lt-bar, .storage-progress .lt-bar {
7866
  position: fixed;
7867
  width: 140px;
7868
  left: 50%;
7869
  top: 110px;
7870
  padding: 15px 10px;
7871
  margin-left: -30.625em;
7872
  -moz-box-shadow: 3px -2px 8px #cccccc;
7873
  -webkit-box-shadow: 3px -2px 8px #cccccc;
7874
  box-shadow: 3px -2px 8px #cccccc;
7875
  background: white;
7876
  z-index: 3;
7877
}
7878
/* line 170, ../sass/_items-list.scss */
7879
.list-view .lt-bar ul, .storage-progress .lt-bar ul {
7880
  list-style: none outside none;
7881
  font-size: 0.75em;
7882
}
7883
/* line 173, ../sass/_items-list.scss */
7884
.list-view .lt-bar ul li, .storage-progress .lt-bar ul li {
7885
  list-style: none outside none;
7886
  height: 30px;
7887
  line-height: 30px;
7888
}
7889
/* line 177, ../sass/_items-list.scss */
7890
.list-view .lt-bar ul li.select, .storage-progress .lt-bar ul li.select {
7891
  text-transform: capitalize;
7892
}
7893
/* line 179, ../sass/_items-list.scss */
7894
.list-view .lt-bar ul li.select span, .storage-progress .lt-bar ul li.select span {
7895
  font-size: 16px;
7896
  margin-right: 5px;
7897
  position: relative;
7898
  top: 2px;
7899
}
7900
/* line 185, ../sass/_items-list.scss */
7901
.list-view .lt-bar ul li.select em, .storage-progress .lt-bar ul li.select em {
7902
  display: none;
7903
  font-style: normal;
7904
}
7905
/* line 189, ../sass/_items-list.scss */
7906
.list-view .lt-bar ul li.select:hover, .storage-progress .lt-bar ul li.select:hover {
7907
  color: #30c79e;
7908
  cursor: pointer;
7909
}
7910
/* line 193, ../sass/_items-list.scss */
7911
.list-view .lt-bar ul li.select.selected, .storage-progress .lt-bar ul li.select.selected {
7912
  text-transform: lowercase;
7913
}
7914
/* line 195, ../sass/_items-list.scss */
7915
.list-view .lt-bar ul li.select.selected em, .storage-progress .lt-bar ul li.select.selected em {
7916
  text-transform: capitalize;
7917
}
7918
/* line 203, ../sass/_items-list.scss */
7919
.list-view .lt-bar ul.lt-actions li a, .storage-progress .lt-bar ul.lt-actions li a {
7920
  color: #bebebe;
7921
}
7922
/* line 205, ../sass/_items-list.scss */
7923
.list-view .lt-bar ul.lt-actions li a:hover, .storage-progress .lt-bar ul.lt-actions li a:hover {
7924
  color: #bebebe;
7925
  cursor: default;
7926
}
7927
/* line 209, ../sass/_items-list.scss */
7928
.list-view .lt-bar ul.lt-actions li a.active, .storage-progress .lt-bar ul.lt-actions li a.active {
7929
  color: #485057;
7930
}
7931
/* line 211, ../sass/_items-list.scss */
7932
.list-view .lt-bar ul.lt-actions li a.active:hover, .storage-progress .lt-bar ul.lt-actions li a.active:hover {
7933
  color: #30c79e;
7934
  cursor: pointer;
7935
}
7936
/* line 216, ../sass/_items-list.scss */
7937
.list-view .lt-bar ul.lt-actions li a span, .storage-progress .lt-bar ul.lt-actions li a span {
7938
  margin-right: 6px;
7939
  width: 14px;
7940
  display: inline-block;
7941
}
7942
/* line 220, ../sass/_items-list.scss */
7943
.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 {
7944
  font-size: 1.5em;
7945
  position: relative;
7946
}
7947
/* line 232, ../sass/_items-list.scss */
7948
.list-view .lt-bar ul.more li a span, .storage-progress .lt-bar ul.more li a span {
7949
  font-size: 1.5em;
7950
  margin-right: 2px;
7951
}
7952
/* line 241, ../sass/_items-list.scss */
7953
.list-view .items-list, .storage-progress .items-list {
7954
  overflow: hidden;
7955
}
7956
/* line 243, ../sass/_items-list.scss */
7957
.list-view .items-list > li, .storage-progress .items-list > li {
7958
  height: auto;
7959
  width: 100%;
7960
  padding: 15px 15px 15px 140px;
7961
  background-image: none;
7962
}
7963
/* line 244, ../sass/_items-list.scss */
7964
.list-view .items-list > li.selected, .storage-progress .items-list > li.selected {
7965
  background-color: #f0f0f0;
7966
}
7967
/* line 252, ../sass/_items-list.scss */
7968
.list-view .items-list > li:hover, .storage-progress .items-list > li:hover {
7969
  background-color: #f0f0f0;
7970
}
7971
/* line 255, ../sass/_items-list.scss */
7972
.list-view .items-list > li .check, .storage-progress .items-list > li .check {
7973
  width: 60px;
7974
  height: 30px;
7975
  line-height: 30px;
7976
  text-align: center;
7977
  float: left;
7978
  padding-left: 20px;
7979
}
7980
/* line 262, ../sass/_items-list.scss */
7981
.list-view .items-list > li .check:hover, .storage-progress .items-list > li .check:hover {
7982
  cursor: pointer;
7983
  color: #30c79e;
7984
}
7985
/* line 267, ../sass/_items-list.scss */
7986
.list-view .items-list > li .img-wrap, .storage-progress .items-list > li .img-wrap {
7987
  width: 60px;
7988
  float: left;
7989
  text-align: center;
7990
  height: 30px;
7991
}
7992
/* line 272, ../sass/_items-list.scss */
7993
.list-view .items-list > li .img-wrap .os, .storage-progress .items-list > li .img-wrap .os {
7994
  background: url("../images/os-unknown.png") no-repeat center center;
7995
  width: 14px;
7996
  height: 14px;
7997
  display: inline-block;
7998
  text-indent: -2000px;
7999
  overflow: hidden;
8000
  background-size: 100%;
8001
  position: absolute;
8002
  display: block;
8003
  text-align: center;
8004
  left: 50%;
8005
  margin-left: -7px;
8006
  top: 6px;
8007
}
8008
/* line 283, ../sass/_items-list.scss */
8009
.list-view .items-list > li .img-wrap .snf-font, .storage-progress .items-list > li .img-wrap .snf-font {
8010
  font-size: 30px;
8011
  line-height: 120%;
8012
}
8013
/* line 288, ../sass/_items-list.scss */
8014
.list-view .items-list > li h4, .storage-progress .items-list > li h4 {
8015
  width: 180px;
8016
  overflow: hidden;
8017
  float: left;
8018
  text-align: left;
8019
  padding-right: 20px;
8020
  height: 30px;
8021
  line-height: 30px;
8022
  margin: 0;
8023
  color: inherit;
8024
  padding-right: 20px;
8025
}
8026
/* line 300, ../sass/_items-list.scss */
8027
.list-view .items-list > li .tags, .storage-progress .items-list > li .tags {
8028
  float: left;
8029
  width: 100px;
8030
  height: 30px;
8031
  line-height: 30px;
8032
}
8033
/* line 305, ../sass/_items-list.scss */
8034
.list-view .items-list > li .tags a, .storage-progress .items-list > li .tags a {
8035
  vertical-align: middle;
8036
}
8037
/* line 309, ../sass/_items-list.scss */
8038
.list-view .items-list > li .size, .list-view .items-list > li .remove, .storage-progress .items-list > li .size, .storage-progress .items-list > li .remove {
8039
  float: left;
8040
  width: 100px;
8041
  height: 30px;
8042
  line-height: 30px;
8043
  font-size: 0.75em;
8044
  text-align: left;
8045
  padding-left: 20px;
8046
}
8047
/* line 318, ../sass/_items-list.scss */
8048
.list-view .items-list > li .status, .storage-progress .items-list > li .status {
8049
  position: absolute;
8050
  left: 260px;
8051
  text-align: left;
8052
  top: 36px;
8053
  font-size: 11px;
8054
  line-height: 110%;
8055
  width: 240px;
8056
}
8057
/* line 326, ../sass/_items-list.scss */
8058
.list-view .items-list > li .status span, .storage-progress .items-list > li .status span {
8059
  display: inline;
8060
}
8061
/* line 330, ../sass/_items-list.scss */
8062
.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 {
8063
  float: left;
8064
  width: 220px;
8065
  padding-right: 20px;
8066
  height: 30px;
8067
  line-height: 30px;
8068
  font-size: 0.75em;
8069
}
8070
/* line 338, ../sass/_items-list.scss */
8071
.list-view .items-list > li .actions, .storage-progress .items-list > li .actions {
8072
  float: left;
8073
  height: 30px;
8074
  line-height: 30px;
8075
  position: relative;
8076
  padding: 0 10px;
8077
  top: 2px;
8078
}
8079
/* line 346, ../sass/_items-list.scss */
8080
.list-view .items-list > li .actions a:first-child, .storage-progress .items-list > li .actions a:first-child {
8081
  margin-right: 5px;
8082
}
8083
/* line 351, ../sass/_items-list.scss */
8084
.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 {
8085
  visibility: hidden;
8086
  height: 30px;
8087
  line-height: 30px;
8088
  text-align: left;
8089
  width: 140px;
8090
  float: left;
8091
}
8092
/* line 358, ../sass/_items-list.scss */
8093
.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 {
8094
  margin-right: 10px;
8095
}
8096
/* line 363, ../sass/_items-list.scss */
8097
.list-view .items-list > li.add-new:hover, .storage-progress .items-list > li.add-new:hover {
8098
  background: #485057;
8099
}
8100
/* line 366, ../sass/_items-list.scss */
8101
.list-view .items-list > li.add-new .check, .storage-progress .items-list > li.add-new .check {
8102
  visibility: hidden;
8103
}
8104
/* line 369, ../sass/_items-list.scss */
8105
.list-view .items-list > li.add-new h4, .storage-progress .items-list > li.add-new h4 {
8106
  margin: 0;
8107
}
8108
/* line 373, ../sass/_items-list.scss */
8109
.list-view .items-list > li.add-new .img-wrap .symbol, .storage-progress .items-list > li.add-new .img-wrap .symbol {
8110
  font-size: 24px;
8111
}
8112
/* line 380, ../sass/_items-list.scss */
8113
.list-view .items-list > li.building .img-wrap .incomplete, .storage-progress .items-list > li.building .img-wrap .incomplete {
8114
  width: 30px;
8115
  margin: 0 auto;
8116
}
8117
/* line 384, ../sass/_items-list.scss */
8118
.list-view .items-list > li.building .img-wrap .complete, .storage-progress .items-list > li.building .img-wrap .complete {
8119
  top: -30px;
8120
  margin: 0 auto;
8121
}
8122

    
8123
/* line 398, ../sass/_items-list.scss */
8124
.containers .storage .items-list > li:hover {
8125
  background-color: inherit;
8126
}
8127

    
8128
/* line 409, ../sass/_items-list.scss */
8129
.storage .lt-bar .lt-actions .select {
8130
  margin-right: 4px;
8131
}
8132

    
8133
/* line 418, ../sass/_items-list.scss */
8134
.lt-bar .items-list .check, .lt-bar .items-list .actions, .lt-bar .items-list .info {
8135
  display: none;
8136
}
8137
/* line 421, ../sass/_items-list.scss */
8138
.lt-bar .items-list > li {
8139
  background: url(../images/dashed_atom-x.png) repeat-x center bottom;
8140
  padding: 40px;
8141
  height: auto;
8142
}
8143
/* line 425, ../sass/_items-list.scss */
8144
.lt-bar .items-list > li:hover {
8145
  background-color: #bebebe;
8146
}
8147
/* line 428, ../sass/_items-list.scss */
8148
.lt-bar .items-list > li.add-new {
8149
  background-color: #30c79e;
8150
}
8151
/* line 430, ../sass/_items-list.scss */
8152
.lt-bar .items-list > li.add-new:hover {
8153
  background-color: #485057;
8154
}
8155
/* line 435, ../sass/_items-list.scss */
8156
.lt-bar .items-list .container {
8157
  height: 160px;
8158
  position: relative;
8159
  line-height: 120%;
8160
}
8161
/* line 439, ../sass/_items-list.scss */
8162
.lt-bar .items-list .container .tags {
8163
  width: 100%;
8164
  min-height: 12px;
8165
  position: absolute;
8166
  bottom: 12px;
8167
}
8168

    
8169
/* img-wrap div ( colors & styles ) */
8170
/* line 452, ../sass/_items-list.scss */
8171
.img-wrap {
8172
  width: 60px;
8173
  position: relative;
8174
  display: inline-block;
8175
  line-height: 100%;
8176
}
8177
/* line 458, ../sass/_items-list.scss */
8178
.img-wrap .os {
8179
  background: url("../images/os-unknown.png") no-repeat center center;
8180
  width: 22px;
8181
  height: 22px;
8182
  display: inline-block;
8183
  text-indent: -2000px;
8184
  overflow: hidden;
8185
  position: absolute;
8186
  top: 8px;
8187
  left: 50%;
8188
  margin-left: -11px;
8189
}
8190
/* line 464, ../sass/_items-list.scss */
8191
.img-wrap .os.windows {
8192
  background-image: url("../images/os-windows.png");
8193
}
8194
/* line 465, ../sass/_items-list.scss */
8195
.img-wrap .os.kubuntu {
8196
  background-image: url("../images/os-kubuntu.png");
8197
}
8198
/* line 466, ../sass/_items-list.scss */
8199
.img-wrap .os.fedora {
8200
  background-image: url("../images/os-fedora.png");
8201
}
8202
/* line 467, ../sass/_items-list.scss */
8203
.img-wrap .os.symbol {
8204
  position: relative;
8205
  top: -50px;
8206
  left: 0;
8207
  margin-left: 0;
8208
  width: auto;
8209
  height: auto;
8210
}
8211

    
8212
/* line 129, ../sass/_common.scss */
8213
.running .img-wrap .snf-pc-full,
8214
.running .img-wrap .snf-network-full, .running .img-wrap .snf-font {
8215
  color: #30c79e;
8216
}
8217
/* line 133, ../sass/_common.scss */
8218
.running .status {
8219
  color: #30c79e;
8220
}
8221

    
8222
/* line 129, ../sass/_common.scss */
8223
.off .img-wrap .snf-pc-full,
8224
.off .img-wrap .snf-network-full, .off .img-wrap .snf-font {
8225
  color: #485057;
8226
}
8227
/* line 133, ../sass/_common.scss */
8228
.off .status {
8229
  color: #485057;
8230
}
8231

    
8232
/* line 129, ../sass/_common.scss */
8233
.error .img-wrap .snf-pc-full,
8234
.error .img-wrap .snf-network-full, .error .img-wrap .snf-font {
8235
  color: #e02b2b;
8236
}
8237
/* line 133, ../sass/_common.scss */
8238
.error .status {
8239
  color: #e02b2b;
8240
}
8241

    
8242
/* line 129, ../sass/_common.scss */
8243
.shutting .img-wrap .snf-pc-full,
8244
.shutting .img-wrap .snf-network-full, .shutting .img-wrap .snf-font {
8245
  color: #787878;
8246
}
8247
/* line 133, ../sass/_common.scss */
8248
.shutting .status {
8249
  color: #787878;
8250
}
8251

    
8252
/* line 129, ../sass/_common.scss */
8253
.starting .img-wrap .snf-pc-full,
8254
.starting .img-wrap .snf-network-full, .starting .img-wrap .snf-font {
8255
  color: #566db1;
8256
}
8257
/* line 133, ../sass/_common.scss */
8258
.starting .status {
8259
  color: #566db1;
8260
}
8261

    
8262
/* line 129, ../sass/_common.scss */
8263
.rebooting .img-wrap .snf-pc-full,
8264
.rebooting .img-wrap .snf-network-full, .rebooting .img-wrap .snf-font {
8265
  color: #ffc748;
8266
}
8267
/* line 133, ../sass/_common.scss */
8268
.rebooting .status {
8269
  color: #ffc748;
8270
}
8271

    
8272
/* line 129, ../sass/_common.scss */
8273
.building .img-wrap .snf-pc-full,
8274
.building .img-wrap .snf-network-full, .building .img-wrap .snf-font {
8275
  color: #30c79e;
8276
}
8277
/* line 133, ../sass/_common.scss */
8278
.building .status {
8279
  color: #30c79e;
8280
}
8281

    
8282
/* line 504, ../sass/_items-list.scss */
8283
.building .img-wrap .snf-pc-full {
8284
  display: block;
8285
}
8286
/* line 508, ../sass/_items-list.scss */
8287
.building .img-wrap .incomplete {
8288
  color: #54d6b3;
8289
  width: 60px;
8290
}
8291
/* line 512, ../sass/_items-list.scss */
8292
.building .img-wrap .complete {
8293
  width: 0%;
8294
  position: absolute;
8295
  top: 0;
8296
  overflow: hidden;
8297
}
8298

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

    
8507
/* line 166, ../sass/_details.scss */
8508
.scroll-wrap {
8509
  position: relative;
8510
}
8511

    
8512
/* line 171, ../sass/_details.scss */
8513
.toggle-lt-bar {
8514
  position: absolute;
8515
  left: 0;
8516
  top: 35px;
8517
  background: #485057;
8518
  z-index: 4;
8519
  color: #fff;
8520
  display: block;
8521
  height: 100px;
8522
  line-height: 85px;
8523
  padding: 0 5px;
8524
}
8525
/* line 182, ../sass/_details.scss */
8526
.toggle-lt-bar:hover {
8527
  background: #30c79e;
8528
  color: #fff;
8529
}
8530
/* line 186, ../sass/_details.scss */
8531
.toggle-lt-bar.fix-position {
8532
  position: fixed;
8533
  top: 145px;
8534
  left: 50%;
8535
  margin-left: -30.625em;
8536
  border: 1px solid white;
8537
}
8538

    
8539
/* line 197, ../sass/_details.scss */
8540
.list-availables > span {
8541
  margin-bottom: 1em;
8542
  display: inline-block;
8543
}
8544
/* line 201, ../sass/_details.scss */
8545
.list-availables ul {
8546
  list-style-type: none;
8547
}
8548
/* line 203, ../sass/_details.scss */
8549
.list-availables ul li {
8550
  line-height: 2.5em;
8551
}
8552
/* line 205, ../sass/_details.scss */
8553
.list-availables ul li span {
8554
  display: inline-block;
8555
}
8556
/* line 207, ../sass/_details.scss */
8557
.list-availables ul li span:not(:last-child), .list-availables ul li span span:not(:first-child) {
8558
  margin-right: 20px;
8559
}
8560
/* line 210, ../sass/_details.scss */
8561
.list-availables ul li span:first-child {
8562
  margin-right: 30px;
8563
}
8564
/* line 213, ../sass/_details.scss */
8565
.list-availables ul li span.snf-font {
8566
  vertical-align: middle;
8567
}
8568
/* line 215, ../sass/_details.scss */
8569
.list-availables ul li span.snf-font.snf-network-full, .list-availables ul li span.snf-font.snf-volume-full {
8570
  font-size: 24px;
8571
  color: #30c79e;
8572
}
8573
/* line 220, ../sass/_details.scss */
8574
.list-availables ul li span.name {
8575
  width: 50%;
8576
}
8577

    
8578
/* line 229, ../sass/_details.scss */
8579
.select-list {
8580
  border: 0 !important;
8581
  /*Removes border*/
8582
  -webkit-appearance: none;
8583
  /*Removes default chrome and safari style*/
8584
  -moz-appearance: none;
8585
  /*Removes default style Firefox*/
8586
  background-color: transparent;
8587
}
8588

    
8589
/* line 4, ../sass/machines.scss */
8590
.vms.list-view .items-list > li h4 {
8591
  width: 240px;
8592
}
8593

    
8594
/* Table of Contents
8595

8596
- editable
8597
- universal form styles
8598
- vm wizard styles
8599
*/
8600
/* editable (used for changing info asychronously) ------------------ */
8601
/* line 14, ../sass/_forms.scss */
8602
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
8603
  display: none;
8604
}
8605
/* line 16, ../sass/_forms.scss */
8606
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
8607
  font-size: 18px;
8608
}
8609
/* line 25, ../sass/_forms.scss */
8610
.editable input[type="text"] {
8611
  display: none;
8612
  width: 85%;
8613
}
8614

    
8615
/* universal form styles ------------------ */
8616
/* line 34, ../sass/_forms.scss */
8617
.input {
8618
  display: inline-block;
8619
  padding-left: 6px;
8620
}
8621
/* line 37, ../sass/_forms.scss */
8622
.input input[type="text"] {
8623
  width: 142px;
8624
  padding: 0 12px 0 6px;
8625
  border: 0 none;
8626
  background-color: transparent;
8627
  outline: 0;
8628
  margin: 0;
8629
  -moz-box-shadow: none;
8630
  -webkit-box-shadow: none;
8631
  box-shadow: none;
8632
}
8633

    
8634
/* line 49, ../sass/_forms.scss */
8635
.snf-color-picker {
8636
  display: none;
8637
}
8638
/* line 51, ../sass/_forms.scss */
8639
.snf-color-picker > form {
8640
  height: 237px;
8641
  width: 100%;
8642
}
8643
/* line 56, ../sass/_forms.scss */
8644
.snf-color-picker #picker {
8645
  position: relative;
8646
  width: 207px;
8647
  margin: 25px 5px 30px;
8648
  display: inline-block;
8649
}
8650
/* line 62, ../sass/_forms.scss */
8651
.snf-color-picker .color-preview {
8652
  display: inline-block;
8653
  -webkit-border-radius: 999px;
8654
  -moz-border-radius: 999px;
8655
  border-radius: 999px;
8656
  width: 18px;
8657
  height: 18px;
8658
  background-color: #bebebe;
8659
  behavior: url(PIE.htc);
8660
  position: relative;
8661
  left: 10px;
8662
  bottom: -5px;
8663
  margin: 0 15px 0 10px;
8664
  vertical-align: text-bottom;
8665
  border-color: transparent;
8666
  color: transparent;
8667
}
8668

    
8669
/* detailed view styles ------------------ */
8670
/* line 77, ../sass/_forms.scss */
8671
.details .input {
8672
  background: url(../images/input-bg-lt-black.png) no-repeat left bottom;
8673
}
8674
/* line 79, ../sass/_forms.scss */
8675
.details .input input[type="text"] {
8676
  background: url(../images/input-bg-rt-black.png) no-repeat right bottom;
8677
  color: #2d3338;
8678
}
8679
/* line 71, ../sass/_common.scss */
8680
.details .input input[type="text"].placeholder {
8681
  color: #bebebe;
8682
}
8683
/* line 72, ../sass/_common.scss */
8684
.details .input input[type="text"]:-moz-placeholder {
8685
  color: #bebebe;
8686
}
8687
/* line 73, ../sass/_common.scss */
8688
.details .input input[type="text"]::-moz-placeholder {
8689
  color: #bebebe;
8690
}
8691
/* line 74, ../sass/_common.scss */
8692
.details .input input[type="text"]::-webkit-input-placeholder {
8693
  color: #bebebe;
8694
}
8695

    
8696
/* vm wizard styles ------------------ */
8697
/* line 92, ../sass/_forms.scss */
8698
.wizard form.custom .custom.dropdown.medium {
8699
  background: #485057;
8700
  color: white;
8701
}
8702
/* line 96, ../sass/_forms.scss */
8703
.wizard form.custom .custom.dropdown .current {
8704
  color: white;
8705
}
8706
/* line 99, ../sass/_forms.scss */
8707
.wizard form.custom .custom.dropdown .selector {
8708
  border-left: 1px solid white;
8709
  height: 30px;
8710
}
8711
/* line 103, ../sass/_forms.scss */
8712
.wizard form.custom .custom.dropdown.open ul {
8713
  background: #485057;
8714
  color: white;
8715
}
8716
/* line 107, ../sass/_forms.scss */
8717
.wizard form.custom .custom.dropdown ul li {
8718
  color: white;
8719
}
8720
/* line 110, ../sass/_forms.scss */
8721
.wizard form.custom .custom.dropdown ul li.selected {
8722
  color: white;
8723
  background: #5f6a73;
8724
}
8725
/* line 114, ../sass/_forms.scss */
8726
.wizard form.custom .custom.dropdown ul li:hover {
8727
  background: #77838e;
8728
  color: white;
8729
}
8730
/* line 119, ../sass/_forms.scss */
8731
.wizard .input {
8732
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
8733
}
8734
/* line 121, ../sass/_forms.scss */
8735
.wizard .input input[type="text"] {
8736
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
8737
  color: white;
8738
}
8739
/* line 71, ../sass/_common.scss */
8740
.wizard .input input[type="text"].placeholder {
8741
  color: #2d3338;
8742
}
8743
/* line 72, ../sass/_common.scss */
8744
.wizard .input input[type="text"]:-moz-placeholder {
8745
  color: #2d3338;
8746
}
8747
/* line 73, ../sass/_common.scss */
8748
.wizard .input input[type="text"]::-moz-placeholder {
8749
  color: #2d3338;
8750
}
8751
/* line 74, ../sass/_common.scss */
8752
.wizard .input input[type="text"]::-webkit-input-placeholder {
8753
  color: #2d3338;
8754
}
8755

    
8756
/* Animations  */
8757
/* line 3, ../sass/_animations.scss */
8758
.grid-view .build-progress {
8759
  animation: progress_animation 5s infinite, pulse 1s infinite;
8760
  -webkit-animation: progress_animation 5s infinite, pulse 1s infinite;
8761
}
8762

    
8763
/* line 12, ../sass/_animations.scss */
8764
.reboot-progress {
8765
  animation: reboot_pulse 1s infinite;
8766
  -webkit-animation: reboot_pulse 1s infinite;
8767
}
8768

    
8769
@-webkit-keyframes progress_animation {
8770
  /* line 20, ../sass/_animations.scss */
8771
  from {
8772
    width: 0%;
8773
  }
8774

    
8775
  /* line 23, ../sass/_animations.scss */
8776
  to {
8777
    width: 100%;
8778
  }
8779
}
8780

    
8781
@-moz-keyframes progress_animation {
8782
  /* line 20, ../sass/_animations.scss */
8783
  from {
8784
    width: 0%;
8785
  }
8786

    
8787
  /* line 23, ../sass/_animations.scss */
8788
  to {
8789
    width: 100%;
8790
  }
8791
}
8792

    
8793
@-ms-keyframes progress_animation {
8794
  /* line 20, ../sass/_animations.scss */
8795
  from {
8796
    width: 0%;
8797
  }
8798

    
8799
  /* line 23, ../sass/_animations.scss */
8800
  to {
8801
    width: 100%;
8802
  }
8803
}
8804

    
8805
@keyframes progress_animation {
8806
  /* line 20, ../sass/_animations.scss */
8807
  from {
8808
    width: 0%;
8809
  }
8810

    
8811
  /* line 23, ../sass/_animations.scss */
8812
  to {
8813
    width: 100%;
8814
  }
8815
}
8816

    
8817
@-webkit-keyframes pulse {
8818
  /* line 29, ../sass/_animations.scss */
8819
  from {
8820
    color: #30c79e;
8821
  }
8822

    
8823
  /* line 32, ../sass/_animations.scss */
8824
  to {
8825
    color: #269e7d;
8826
  }
8827
}
8828

    
8829
@-moz-keyframes pulse {
8830
  /* line 29, ../sass/_animations.scss */
8831
  from {
8832
    color: #30c79e;
8833
  }
8834

    
8835
  /* line 32, ../sass/_animations.scss */
8836
  to {
8837
    color: #269e7d;
8838
  }
8839
}
8840

    
8841
@-ms-keyframes pulse {
8842
  /* line 29, ../sass/_animations.scss */
8843
  from {
8844
    color: #30c79e;
8845
  }
8846

    
8847
  /* line 32, ../sass/_animations.scss */
8848
  to {
8849
    color: #269e7d;
8850
  }
8851
}
8852

    
8853
@keyframes pulse {
8854
  /* line 29, ../sass/_animations.scss */
8855
  from {
8856
    color: #30c79e;
8857
  }
8858

    
8859
  /* line 32, ../sass/_animations.scss */
8860
  to {
8861
    color: #269e7d;
8862
  }
8863
}
8864

    
8865
@-webkit-keyframes reboot_pulse {
8866
  /* line 39, ../sass/_animations.scss */
8867
  from {
8868
    color: #ffc748;
8869
  }
8870

    
8871
  /* line 42, ../sass/_animations.scss */
8872
  to {
8873
    color: #ffb715;
8874
  }
8875
}
8876

    
8877
@-moz-keyframes reboot_pulse {
8878
  /* line 39, ../sass/_animations.scss */
8879
  from {
8880
    color: #ffc748;
8881
  }
8882

    
8883
  /* line 42, ../sass/_animations.scss */
8884
  to {
8885
    color: #ffb715;
8886
  }
8887
}
8888

    
8889
@-ms-keyframes reboot_pulse {
8890
  /* line 39, ../sass/_animations.scss */
8891
  from {
8892
    color: #ffc748;
8893
  }
8894

    
8895
  /* line 42, ../sass/_animations.scss */
8896
  to {
8897
    color: #ffb715;
8898
  }
8899
}
8900

    
8901
@keyframes reboot_pulse {
8902
  /* line 39, ../sass/_animations.scss */
8903
  from {
8904
    color: #ffc748;
8905
  }
8906

    
8907
  /* line 42, ../sass/_animations.scss */
8908
  to {
8909
    color: #ffb715;
8910
  }
8911
}
8912

    
8913
@-webkit-keyframes fadeIn {
8914
  /* line 51, ../sass/_animations.scss */
8915
  0% {
8916
    display: none;
8917
    opacity: 0;
8918
  }
8919

    
8920
  /* line 55, ../sass/_animations.scss */
8921
  10% {
8922
    display: inline;
8923
    opacity: 0.1;
8924
  }
8925

    
8926
  /* line 59, ../sass/_animations.scss */
8927
  100% {
8928
    opacity: 1;
8929
  }
8930
}
8931

    
8932
@-moz-keyframes fadeIn {
8933
  /* line 51, ../sass/_animations.scss */
8934
  0% {
8935
    display: none;
8936
    opacity: 0;
8937
  }
8938

    
8939
  /* line 55, ../sass/_animations.scss */
8940
  10% {
8941
    display: inline;
8942
    opacity: 0.1;
8943
  }
8944

    
8945
  /* line 59, ../sass/_animations.scss */
8946
  100% {
8947
    opacity: 1;
8948
  }
8949
}
8950

    
8951
@-ms-keyframes fadeIn {
8952
  /* line 51, ../sass/_animations.scss */
8953
  0% {
8954
    display: none;
8955
    opacity: 0;
8956
  }
8957

    
8958
  /* line 55, ../sass/_animations.scss */
8959
  10% {
8960
    display: inline;
8961
    opacity: 0.1;
8962
  }
8963

    
8964
  /* line 59, ../sass/_animations.scss */
8965
  100% {
8966
    opacity: 1;
8967
  }
8968
}
8969

    
8970
@keyframes fadeIn {
8971
  /* line 51, ../sass/_animations.scss */
8972
  0% {
8973
    display: none;
8974
    opacity: 0;
8975
  }
8976

    
8977
  /* line 55, ../sass/_animations.scss */
8978
  10% {
8979
    display: inline;
8980
    opacity: 0.1;
8981
  }
8982

    
8983
  /* line 59, ../sass/_animations.scss */
8984
  100% {
8985
    opacity: 1;
8986
  }
8987
}
8988

    
8989
/* line 66, ../sass/_animations.scss */
8990
.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 {
8991
  color: blue;
8992
  padding: 0 4px;
8993
  position: absolute;
8994
  right: 0;
8995
}
8996

    
8997
/* line 74, ../sass/_animations.scss */
8998
.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 {
8999
  position: static;
9000
}
9001

    
9002
/* line 6, ../sass/_networks.scss */
9003
.networks.grid-view .items-list > li .img-wrap .snf-font {
9004
  font-size: 3.75em-pxCalc(0.05em);
9005
}
9006
/* line 18, ../sass/_networks.scss */
9007
.networks.list-view .items-list > li .img-wrap .snf-font {
9008
  font-size: 30px-pxCalc(0.05em);
9009
}
9010

    
9011
/* Storage (pithos) related styles  */
9012
/* line 3, ../sass/_storage.scss */
9013
.storage {
9014
  height: 100%;
9015
}
9016
/* line 5, ../sass/_storage.scss */
9017
.storage .rect-plus {
9018
  display: inline-block;
9019
  background-color: #fff;
9020
  color: #30c79e;
9021
  padding: 0 6px;
9022
  font-size: 1.625em;
9023
}
9024
/* line 11, ../sass/_storage.scss */
9025
.storage .rect-plus:hover {
9026
  color: #485057;
9027
}
9028
/* line 15, ../sass/_storage.scss */
9029
.storage .items-list {
9030
  height: 100%;
9031
}
9032
/* line 18, ../sass/_storage.scss */
9033
.storage .items-list > li .img-wrap {
9034
  top: 0;
9035
  height: 30px;
9036
  line-height: 30px;
9037
}
9038
/* line 23, ../sass/_storage.scss */
9039
.storage .items-list > li h4 {
9040
  width: 180px;
9041
}
9042
/* line 28, ../sass/_storage.scss */
9043
.storage .items-list .folder .img-wrap {
9044
  background: url(../images/folder-closed.png) no-repeat center center;
9045
}
9046
/* line 32, ../sass/_storage.scss */
9047
.storage .items-list .folder.draghover .img-wrap {
9048
  background-image: url(../images/folder-open.png);
9049
}
9050
/* line 37, ../sass/_storage.scss */
9051
.storage .items-list .folder.updating .img-wrap {
9052
  background-image: url(../images/folder-updating.png);
9053
}
9054
/* line 42, ../sass/_storage.scss */
9055
.storage .items-list .folder.updated .img-wrap {
9056
  background-image: url(../images/folder-updated.png);
9057
}
9058
/* line 48, ../sass/_storage.scss */
9059
.storage .items-list li:hover .actions-col {
9060
  visibility: visible;
9061
}
9062
/* line 52, ../sass/_storage.scss */
9063
.storage .items-list .add-new {
9064
  position: relative;
9065
}
9066
/* line 54, ../sass/_storage.scss */
9067
.storage .items-list .add-new input[type="file"] {
9068
  position: absolute;
9069
  left: 140px;
9070
  top: 0;
9071
  right: 0;
9072
  bottom: 0;
9073
  opacity: 0;
9074
  margin: 0;
9075
}
9076
/* line 63, ../sass/_storage.scss */
9077
.storage .items-list .add-new h4 {
9078
  color: #fff;
9079
}
9080
/* line 67, ../sass/_storage.scss */
9081
.storage .items-list .add-new:hover .rect-plus {
9082
  color: #485057;
9083
}
9084
/* line 72, ../sass/_storage.scss */
9085
.storage .items-list.drag {
9086
  background-color: #bebebe;
9087
}
9088

    
9089
/* line 78, ../sass/_storage.scss */
9090
.containers .items-list {
9091
  overflow: visible;
9092
}
9093
/* line 80, ../sass/_storage.scss */
9094
.containers .items-list > li {
9095
  text-align: left;
9096
  padding-right: 50px;
9097
  padding-left: 50px;
9098
}
9099
/* line 84, ../sass/_storage.scss */
9100
.containers .items-list > li .col {
9101
  float: left;
9102
}
9103
/* line 87, ../sass/_storage.scss */
9104
.containers .items-list > li h4 {
9105
  font-size: 0.875em;
9106
  width: auto;
9107
}
9108
/* line 91, ../sass/_storage.scss */
9109
.containers .items-list > li .basic-data {
9110
  width: 180px;
9111
  padding-right: 20px;
9112
}
9113
/* line 95, ../sass/_storage.scss */
9114
.containers .items-list > li .basic-data .img-wrap a {
9115
  display: block;
9116
}
9117
/* line 100, ../sass/_storage.scss */
9118
.containers .items-list > li .basic-data:hover a {
9119
  color: #30c79e;
9120
}
9121
/* line 105, ../sass/_storage.scss */
9122
.containers .items-list > li .size-data {
9123
  width: 360px;
9124
  padding-right: 20px;
9125
}
9126
/* line 108, ../sass/_storage.scss */
9127
.containers .items-list > li .size-data .progress-col {
9128
  width: 180px;
9129
  padding-top: 7px;
9130
}
9131
/* line 111, ../sass/_storage.scss */
9132
.containers .items-list > li .size-data .progress-col .progress {
9133
  border-color: #485057;
9134
  height: 20px;
9135
}
9136
/* line 114, ../sass/_storage.scss */
9137
.containers .items-list > li .size-data .progress-col .progress .meter {
9138
  text-align: right;
9139
  font-size: 10px;
9140
  padding: 2px;
9141
  background-color: #485057;
9142
  color: white;
9143
  font-size: 0.875em;
9144
  line-height: 100%;
9145
}
9146
/* line 125, ../sass/_storage.scss */
9147
.containers .items-list > li .size-data .size {
9148
  width: auto;
9149
  font-size: 0.875em;
9150
}
9151
/* line 130, ../sass/_storage.scss */
9152
.containers .items-list > li h5 {
9153
  float: left;
9154
  width: 220px;
9155
  font-size: 0.875em;
9156
  font-weight: normal;
9157
  line-height: 30px;
9158
  height: 30px;
9159
  margin: 0;
9160
  margin: 0 20px 0 0;
9161
  overflow: hidden;
9162
  white-space: nowrap;
9163
}
9164
/* line 142, ../sass/_storage.scss */
9165
.containers .items-list > li .project {
9166
  line-height: 30px;
9167
  height: 30px;
9168
  width: 100px;
9169
  font-size: 0.875em;
9170
  position: relative;
9171
  right: 0;
9172
}
9173
/* line 149, ../sass/_storage.scss */
9174
.containers .items-list > li .project ul {
9175
  position: absolute;
9176
  right: 0;
9177
  top: 32px;
9178
  list-style: none outside none;
9179
  border: 1px solid #485057;
9180
  padding: 5px 15px;
9181
  display: none;
9182
  z-index: 1;
9183
  background: #fff;
9184
  min-width: 340px;
9185
}
9186
/* line 160, ../sass/_storage.scss */
9187
.containers .items-list > li .project ul li {
9188
  padding: 6px 5px;
9189
}
9190
/* line 164, ../sass/_storage.scss */
9191
.containers .items-list > li .project .btn-more {
9192
  border: 1px solid #485057;
9193
  position: relative;
9194
  min-width: 30px;
9195
  padding: 0 10px;
9196
  float: right;
9197
}
9198
/* line 170, ../sass/_storage.scss */
9199
.containers .items-list > li .project .btn-more em {
9200
  font-style: normal;
9201
  color: #2d3338;
9202
  -webkit-transition: opacity 300ms linear;
9203
  -moz-transition: opacity 300ms linear;
9204
  -ms-transition: opacity 300ms linear;
9205
  -o-transition: opacity 300ms linear;
9206
  transition: opacity 300ms linear;
9207
  margin-right: 7px;
9208
}
9209
/* line 178, ../sass/_storage.scss */
9210
.containers .items-list > li .project .btn-more:hover {
9211
  color: #485057;
9212
}
9213
/* line 185, ../sass/_storage.scss */
9214
.containers .items-list > li .project .btn-more.clicked {
9215
  background-color: #485057;
9216
  color: #fff;
9217
}
9218
/* line 188, ../sass/_storage.scss */
9219
.containers .items-list > li .project .btn-more.clicked .arrow-down:after {
9220
  border-color: white transparent transparent transparent;
9221
}
9222
/* line 191, ../sass/_storage.scss */
9223
.containers .items-list > li .project .btn-more.clicked em {
9224
  -webkit-transition: opacity 300ms linear;
9225
  -moz-transition: opacity 300ms linear;
9226
  -ms-transition: opacity 300ms linear;
9227
  -o-transition: opacity 300ms linear;
9228
  transition: opacity 300ms linear;
9229
  display: inline-block;
9230
  opacity: 1;
9231
  color: #fff;
9232
}
9233
/* line 199, ../sass/_storage.scss */
9234
.containers .items-list > li .project .arrow-down:after {
9235
  content: "";
9236
  display: inline-block;
9237
  width: 0;
9238
  height: 0;
9239
  border: inset 5px;
9240
  border-color: black transparent transparent transparent;
9241
  border-top-style: solid;
9242
  position: relative;
9243
  top: 3px;
9244
}
9245
/* line 213, ../sass/_storage.scss */
9246
.containers .items-list > li.folder .img-wrap {
9247
  background-position: left center;
9248
  text-align: left;
9249
}
9250
/* line 216, ../sass/_storage.scss */
9251
.containers .items-list > li.folder .img-wrap span {
9252
  color: #485057;
9253
  font-size: 1em;
9254
  position: relative;
9255
  top: 2px;
9256
  left: 18px;
9257
}
9258

    
9259
/* line 229, ../sass/_storage.scss */
9260
.storage-progress .items-list {
9261
  margin-bottom: 0;
9262
}
9263
/* line 231, ../sass/_storage.scss */
9264
.storage-progress .items-list li {
9265
  padding-left: 200px;
9266
  color: #fff;
9267
}
9268
/* line 234, ../sass/_storage.scss */
9269
.storage-progress .items-list li .img-wrap {
9270
  top: 0;
9271
  height: 30px;
9272
  line-height: 30px;
9273
}
9274
/* line 239, ../sass/_storage.scss */
9275
.storage-progress .items-list li h4 {
9276
  width: 180px;
9277
  height: 30px;
9278
  line-height: 30px;
9279
}
9280
/* line 244, ../sass/_storage.scss */
9281
.storage-progress .items-list li .remove {
9282
  text-align: right;
9283
  font-weight: bold;
9284
  visibility: visible;
9285
}
9286
/* line 248, ../sass/_storage.scss */
9287
.storage-progress .items-list li .remove a {
9288
  color: #fff;
9289
}
9290
/* line 250, ../sass/_storage.scss */
9291
.storage-progress .items-list li .remove a:hover {
9292
  color: #2d3338;
9293
}
9294
/* line 255, ../sass/_storage.scss */
9295
.storage-progress .items-list li .progress-col {
9296
  padding-top: 7px;
9297
}
9298
/* line 258, ../sass/_storage.scss */
9299
.storage-progress .items-list li:hover {
9300
  background-color: transparent;
9301
}
9302
/* line 263, ../sass/_storage.scss */
9303
.storage-progress .progress {
9304
  height: 20px;
9305
}
9306
/* line 265, ../sass/_storage.scss */
9307
.storage-progress .progress .meter {
9308
  background-color: #fff;
9309
  color: #30c79e;
9310
  text-align: right;
9311
  padding-right: 10px;
9312
  line-height: 120%;
9313
}
9314
/* line 273, ../sass/_storage.scss */
9315
.storage-progress .details {
9316
  border: 0 none;
9317
}
9318

    
9319
/* line 278, ../sass/_storage.scss */
9320
.all-height {
9321
  min-height: 100%;
9322
}
9323

    
9324
/* line 1, ../sass/_wizards.scss */
9325
.body-wrapper .overlay-area-custom .overlay-div.wizard {
9326
  background: #485057;
9327
  padding: 0;
9328
  width: 100%;
9329
  top: 0;
9330
  left: 0;
9331
  position: relative;
9332
  color: white;
9333
}
9334
/* line 9, ../sass/_wizards.scss */
9335
.body-wrapper .overlay-area-custom .overlay-div.wizard .top {
9336
  background: #787878;
9337
  height: 90px;
9338
  position: fixed;
9339
  left: 0;
9340
  right: 0;
9341
  bottom: auto;
9342
  top: 80px;
9343
  width: 100%;
9344
  z-index: 40;
9345
}
9346
/* line 19, ../sass/_wizards.scss */
9347
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers.row {
9348
  max-width: 100%;
9349
  padding: 0 15px;
9350
  height: 50px;
9351
  line-height: 50px;
9352
  background: #2d3338;
9353
}
9354
/* line 22, ../sass/_wizards.scss */
9355
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers.row .close {
9356
  color: #bebebe;
9357
}
9358
/* line 24, ../sass/_wizards.scss */
9359
.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 {
9360
  color: white;
9361
}
9362
/* line 32, ../sass/_wizards.scss */
9363
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus {
9364
  height: 40px;
9365
}
9366
/* line 34, ../sass/_wizards.scss */
9367
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu {
9368
  display: none;
9369
}
9370
/* line 36, ../sass/_wizards.scss */
9371
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu.current {
9372
  display: block;
9373
  animation: fadeIn 0.7s;
9374
  -webkit-animation: fadeIn 0.7s;
9375
}
9376
/* line 41, ../sass/_wizards.scss */
9377
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul {
9378
  margin: 0;
9379
  padding: 0;
9380
  list-style: none outside none;
9381
  font-size: 0.75em;
9382
}
9383
/* line 46, ../sass/_wizards.scss */
9384
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li {
9385
  display: inline;
9386
  margin-right: 10px;
9387
  line-height: 40px;
9388
  list-style: none outside none;
9389
}
9390
/* line 51, ../sass/_wizards.scss */
9391
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li.current {
9392
  text-decoration: underline;
9393
}
9394
/* line 53, ../sass/_wizards.scss */
9395
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li.current a {
9396
  color: white;
9397
}
9398
/* line 57, ../sass/_wizards.scss */
9399
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a {
9400
  color: #2d3338;
9401
}
9402
/* line 59, ../sass/_wizards.scss */
9403
.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 {
9404
  color: white;
9405
}
9406
/* line 62, ../sass/_wizards.scss */
9407
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.disabled {
9408
  color: #bebebe;
9409
  cursor: default;
9410
}
9411
/* line 72, ../sass/_wizards.scss */
9412
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums {
9413
  text-align: right;
9414
  list-style: none outside none;
9415
  margin: 0;
9416
  height: 50px;
9417
  line-height: 50px;
9418
  font-size: 0.5625em;
9419
  padding-right: 120px;
9420
  color: #30c79e;
9421
}
9422
/* line 81, ../sass/_wizards.scss */
9423
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li {
9424
  list-style: none outside none;
9425
  display: inline;
9426
}
9427
/* line 84, ../sass/_wizards.scss */
9428
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p {
9429
  display: none;
9430
  position: relative;
9431
  top: 1px;
9432
  font-size: 12px;
9433
  margin-left: 12px;
9434
}
9435
/* line 90, ../sass/_wizards.scss */
9436
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p strong {
9437
  margin-right: 5px;
9438
}
9439
/* line 94, ../sass/_wizards.scss */
9440
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li em {
9441
  display: inline-block;
9442
  border-radius: 50%;
9443
  border: 1px solid #30c79e;
9444
  width: 20px;
9445
  height: 20px;
9446
  line-height: 18px;
9447
  margin: 0 3px;
9448
  text-align: center;
9449
  font-style: normal;
9450
}
9451
/* line 105, ../sass/_wizards.scss */
9452
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a {
9453
  color: #30c79e;
9454
  display: block;
9455
}
9456
/* line 108, ../sass/_wizards.scss */
9457
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a:hover {
9458
  cursor: default;
9459
}
9460
/* line 112, ../sass/_wizards.scss */
9461
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current {
9462
  float: left;
9463
  animation: fadeIn 0.7s;
9464
  -webkit-animation: fadeIn 0.7s;
9465
}
9466
/* line 116, ../sass/_wizards.scss */
9467
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current p {
9468
  display: inline-block;
9469
}
9470
/* line 119, ../sass/_wizards.scss */
9471
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em {
9472
  font-size: 12px;
9473
  width: 30px;
9474
  height: 30px;
9475
  line-height: 27px;
9476
  border-color: #30c79e;
9477
}
9478
/* line 125, ../sass/_wizards.scss */
9479
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em * {
9480
  color: #30c79e;
9481
}
9482
/* line 130, ../sass/_wizards.scss */
9483
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.past {
9484
  display: none;
9485
}
9486
/* line 136, ../sass/_wizards.scss */
9487
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle {
9488
  padding-top: 70px;
9489
}
9490
/* line 138, ../sass/_wizards.scss */
9491
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .steps {
9492
  position: relative;
9493
  width: 100%;
9494
}
9495
/* line 142, ../sass/_wizards.scss */
9496
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step {
9497
  border: 1px solid white;
9498
  position: absolute;
9499
  width: 100%;
9500
  display: none;
9501
  padding: 50px 0 50px;
9502
}
9503
/* line 143, ../sass/_wizards.scss */
9504
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.moveLeft {
9505
  left: 100%;
9506
  top: 0;
9507
}
9508
/* line 154, ../sass/_wizards.scss */
9509
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.current {
9510
  display: block;
9511
}
9512
/* line 157, ../sass/_wizards.scss */
9513
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step h2 {
9514
  color: white;
9515
  font-size: 1em;
9516
}
9517
/* line 161, ../sass/_wizards.scss */
9518
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step li {
9519
  list-style: none outside none;
9520
  position: relative;
9521
}
9522
/* line 166, ../sass/_wizards.scss */
9523
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step a {
9524
  color: white;
9525
}
9526
/* line 169, ../sass/_wizards.scss */
9527
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list {
9528
  margin-top: 1em;
9529
}
9530
/* line 171, ../sass/_wizards.scss */
9531
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li {
9532
  margin-bottom: 0.5em;
9533
  margin-left: 1.5em;
9534
}
9535
/* line 175, ../sass/_wizards.scss */
9536
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li:first-child .img-wrap .snf-font {
9537
  color: white;
9538
}
9539
/* line 179, ../sass/_wizards.scss */
9540
.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 {
9541
  display: inline-block;
9542
  margin-right: 15px;
9543
}
9544
/* line 183, ../sass/_wizards.scss */
9545
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap {
9546
  position: relative;
9547
  width: 1.875em;
9548
}
9549
/* line 186, ../sass/_wizards.scss */
9550
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .snf-font {
9551
  font-size: 1.875em;
9552
  color: #30c79e;
9553
  line-height: 120%;
9554
}
9555
/* line 191, ../sass/_wizards.scss */
9556
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .os {
9557
  background: url("../images/os-unknown.png") no-repeat center center;
9558
  width: 14px;
9559
  height: 14px;
9560
  display: inline-block;
9561
  text-indent: -2000px;
9562
  overflow: hidden;
9563
  background-size: 14px;
9564
  top: 5px;
9565
  left: 18px;
9566
}
9567
/* line 198, ../sass/_wizards.scss */
9568
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .name {
9569
  width: 18.75em;
9570
}
9571
/* line 208, ../sass/_wizards.scss */
9572
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.step-2 .dropdown {
9573
  margin-bottom: 40px;
9574
}
9575
/* line 216, ../sass/_wizards.scss */
9576
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li {
9577
  display: none;
9578
  list-style: none outside none;
9579
  font-size: 0.75em;
9580
  padding: 15px 0;
9581
}
9582
/* line 223, ../sass/_wizards.scss */
9583
.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 {
9584
  background: #2d3338;
9585
}
9586
/* line 226, ../sass/_wizards.scss */
9587
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current {
9588
  background: white;
9589
  color: #485057;
9590
}
9591
/* line 229, ../sass/_wizards.scss */
9592
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .name-col {
9593
  color: #485057;
9594
}
9595
/* line 233, ../sass/_wizards.scss */
9596
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a {
9597
  border-color: #485057;
9598
  color: #485057;
9599
}
9600
/* line 238, ../sass/_wizards.scss */
9601
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a:hover span {
9602
  border-color: #485057;
9603
}
9604
/* line 242, ../sass/_wizards.scss */
9605
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current {
9606
  color: white;
9607
}
9608
/* line 244, ../sass/_wizards.scss */
9609
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current span {
9610
  background: #485057;
9611
}
9612
/* line 251, ../sass/_wizards.scss */
9613
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.system-images {
9614
  display: list-item;
9615
}
9616
/* line 254, ../sass/_wizards.scss */
9617
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .img-col {
9618
  float: left;
9619
  width: 50px;
9620
  line-height: 30px;
9621
}
9622
/* line 259, ../sass/_wizards.scss */
9623
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .name-col {
9624
  float: left;
9625
  color: white;
9626
  width: 71%;
9627
  padding-right: 10px;
9628
  line-height: 30px;
9629
}
9630
/* line 266, ../sass/_wizards.scss */
9631
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .size-col {
9632
  float: left;
9633
  width: 10%;
9634
  line-height: 30px;
9635
}
9636
/* line 271, ../sass/_wizards.scss */
9637
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col {
9638
  float: right;
9639
  width: 10%;
9640
  margin-left: 10px;
9641
}
9642
/* line 275, ../sass/_wizards.scss */
9643
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a {
9644
  font-size: 1em;
9645
}
9646
/* line 279, ../sass/_wizards.scss */
9647
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current {
9648
  color: #485057;
9649
}
9650
/* line 284, ../sass/_wizards.scss */
9651
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details {
9652
  display: none;
9653
  background: #e6e6e6;
9654
  padding: 22px 0;
9655
  margin: 20px 6px -9px;
9656
  color: #2d3338;
9657
}
9658
/* line 290, ../sass/_wizards.scss */
9659
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details h3 {
9660
  font-size: 1em;
9661
  font-weight: normal;
9662
  margin-bottom: 1em;
9663
  padding-left: 50px;
9664
}
9665
/* line 296, ../sass/_wizards.scss */
9666
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl {
9667
  margin: 0;
9668
  padding-left: 50px;
9669
}
9670
/* line 300, ../sass/_wizards.scss */
9671
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dt {
9672
  width: 20%;
9673
  float: left;
9674
  font-weight: normal;
9675
}
9676
/* line 305, ../sass/_wizards.scss */
9677
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dd {
9678
  margin: 0 0 5px;
9679
}
9680
/* line 312, ../sass/_wizards.scss */
9681
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor {
9682
  list-style: none outside none;
9683
}
9684
/* line 314, ../sass/_wizards.scss */
9685
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li {
9686
  list-style: none outside none;
9687
  margin-bottom: 30px;
9688
}
9689
/* line 317, ../sass/_wizards.scss */
9690
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title {
9691
  height: 40px;
9692
  overflow: hidden;
9693
  margin-bottom: 0.5em;
9694
  color: white;
9695
  vertical-align: top;
9696
}
9697
/* line 324, ../sass/_wizards.scss */
9698
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title .snf-font {
9699
  display: block;
9700
  width: 60px;
9701
  font-size: 38px;
9702
  float: left;
9703
  position: relative;
9704
  bottom: -3px;
9705
}
9706
/* line 332, ../sass/_wizards.scss */
9707
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 {
9708
  font-size: 0.875em;
9709
  float: left;
9710
  width: 140px;
9711
  color: white;
9712
  margin-right: 60px;
9713
  padding-left: 0.625em;
9714
}
9715
/* line 334, ../sass/_wizards.scss */
9716
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 span {
9717
  font-weight: normal;
9718
}
9719
/* line 342, ../sass/_wizards.scss */
9720
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 em {
9721
  display: block;
9722
  margin-top: 4px;
9723
  font-size: 11px;
9724
  font-style: normal;
9725
  font-weight: normal;
9726
  white-space: nowrap;
9727
  line-height: 13px;
9728
}
9729
/* line 352, ../sass/_wizards.scss */
9730
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title p {
9731
  visibility: hidden;
9732
  overflow: hidden;
9733
  min-height: 40px;
9734
  font-size: 11px;
9735
  line-height: 11px;
9736
}
9737
/* line 362, ../sass/_wizards.scss */
9738
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar {
9739
  width: 200px;
9740
  float: left;
9741
  margin-right: 60px;
9742
  height: 20px;
9743
  position: relative;
9744
  top: 10px;
9745
}
9746
/* line 369, ../sass/_wizards.scss */
9747
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap {
9748
  border: 1px solid white;
9749
  padding: 1px;
9750
  height: 100%;
9751
}
9752
/* line 373, ../sass/_wizards.scss */
9753
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
9754
  border-color: #bebebe;
9755
}
9756
/* line 376, ../sass/_wizards.scss */
9757
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9758
  background-color: #bebebe;
9759
}
9760
/* line 381, ../sass/_wizards.scss */
9761
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
9762
  height: 100%;
9763
}
9764
/* line 383, ../sass/_wizards.scss */
9765
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
9766
  background: #bebebe;
9767
  height: 100%;
9768
  float: left;
9769
  position: relative;
9770
}
9771
/* line 388, ../sass/_wizards.scss */
9772
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
9773
  background: white;
9774
  height: 100%;
9775
  float: left;
9776
}
9777
/* line 393, ../sass/_wizards.scss */
9778
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
9779
  position: absolute;
9780
  right: 10px;
9781
  font-size: 0.5625em;
9782
  top: 2px;
9783
}
9784
/* line 400, ../sass/_wizards.scss */
9785
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
9786
  right: -30px;
9787
  color: white;
9788
}
9789
/* line 410, ../sass/_wizards.scss */
9790
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options {
9791
  overflow: hidden;
9792
  list-style: none outside none;
9793
}
9794
/* line 413, ../sass/_wizards.scss */
9795
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li {
9796
  list-style: none outside none;
9797
  display: inline-block;
9798
  margin-right: 10px;
9799
  margin-bottom: 0;
9800
}
9801
/* line 418, ../sass/_wizards.scss */
9802
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a {
9803
  min-width: 60px;
9804
}
9805
/* line 421, ../sass/_wizards.scss */
9806
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current {
9807
  color: #485057;
9808
}
9809
/* line 424, ../sass/_wizards.scss */
9810
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled {
9811
  border-color: #bebebe;
9812
  color: #bebebe;
9813
}
9814
/* line 427, ../sass/_wizards.scss */
9815
.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 {
9816
  cursor: default;
9817
  border-width: 1px;
9818
  line-height: 28px;
9819
}
9820
/* line 440, ../sass/_wizards.scss */
9821
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary {
9822
  padding-bottom: 40px;
9823
}
9824
/* line 443, ../sass/_wizards.scss */
9825
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row .wrap {
9826
  max-width: 36.25em;
9827
  border-top: 1px solid white;
9828
  padding-top: 1em;
9829
}
9830
/* line 450, ../sass/_wizards.scss */
9831
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child .wrap {
9832
  border-top: 0 none;
9833
  margin-top: 0;
9834
}
9835
/* line 455, ../sass/_wizards.scss */
9836
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child dl dt {
9837
  font-weight: bold;
9838
}
9839
/* line 461, ../sass/_wizards.scss */
9840
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary h2 {
9841
  font-size: 1em;
9842
  color: white;
9843
  margin-bottom: 1em;
9844
}
9845
/* line 466, ../sass/_wizards.scss */
9846
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl {
9847
  margin-bottom: 0;
9848
}
9849
/* line 468, ../sass/_wizards.scss */
9850
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl span {
9851
  width: 40px;
9852
  display: inline-block;
9853
  font-size: 20px;
9854
  position: relative;
9855
  bottom: -2px;
9856
}
9857
/* line 475, ../sass/_wizards.scss */
9858
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dt {
9859
  display: inline-block;
9860
  width: 42%;
9861
  vertical-align: top;
9862
  font-weight: 600;
9863
}
9864
/* line 481, ../sass/_wizards.scss */
9865
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dd {
9866
  display: inline-block;
9867
  width: 45%;
9868
  margin-bottom: 1em;
9869
}
9870
/* line 488, ../sass/_wizards.scss */
9871
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step {
9872
  color: white;
9873
}
9874
/* line 490, ../sass/_wizards.scss */
9875
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step h2 {
9876
  color: white;
9877
  font-size: 1em;
9878
  margin-bottom: 10px;
9879
  line-height: 1;
9880
}
9881
/* line 496, ../sass/_wizards.scss */
9882
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step p {
9883
  font-size: 10px;
9884
}
9885
/* line 499, ../sass/_wizards.scss */
9886
.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 {
9887
  color: white;
9888
}
9889
/* line 502, ../sass/_wizards.scss */
9890
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn {
9891
  margin: 50px 0 2.5em;
9892
}
9893
/* line 504, ../sass/_wizards.scss */
9894
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a {
9895
  color: white;
9896
}
9897
/* line 506, ../sass/_wizards.scss */
9898
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a span {
9899
  padding-left: 24px;
9900
}
9901
/* line 513, ../sass/_wizards.scss */
9902
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9903
  color: white;
9904
  font-size: 1em;
9905
  margin-bottom: 0.5em;
9906
}
9907
/* line 521, ../sass/_wizards.scss */
9908
.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 {
9909
  color: white;
9910
}
9911
/* line 524, ../sass/_wizards.scss */
9912
.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 {
9913
  color: #485057;
9914
}
9915
/* line 528, ../sass/_wizards.scss */
9916
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9917
  display: none;
9918
}
9919
/* line 530, ../sass/_wizards.scss */
9920
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9921
  font-size: 20px;
9922
}
9923
/* line 533, ../sass/_wizards.scss */
9924
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9925
  padding: 2.5em 0;
9926
}
9927
/* line 536, ../sass/_wizards.scss */
9928
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9929
  max-width: 340px;
9930
  margin-bottom: 20px;
9931
}
9932
/* line 542, ../sass/_wizards.scss */
9933
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9934
  position: relative;
9935
  list-style: none outside none;
9936
  margin-bottom: 7px;
9937
}
9938
/* line 547, ../sass/_wizards.scss */
9939
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9940
  cursor: pointer;
9941
}
9942
/* line 551, ../sass/_wizards.scss */
9943
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9944
  width: 18.75em;
9945
  color: white;
9946
  font-size: 1em;
9947
  font-weight: normal;
9948
  margin: 0 28px 0 0;
9949
  display: inline-block;
9950
}
9951
/* line 563, ../sass/_wizards.scss */
9952
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9953
  background-color: #ff7049;
9954
}
9955
/* line 565, ../sass/_wizards.scss */
9956
.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 {
9957
  margin-top: 3px;
9958
}
9959
/* line 570, ../sass/_wizards.scss */
9960
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9961
  background-color: #f6938d;
9962
}
9963
/* line 572, ../sass/_wizards.scss */
9964
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9965
  position: relative;
9966
  margin-bottom: 0;
9967
}
9968
/* line 577, ../sass/_wizards.scss */
9969
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9970
  padding-right: 30px;
9971
  display: inline-block;
9972
  width: 145px;
9973
  text-align: right;
9974
  font-size: 30px;
9975
  margin-bottom: 0;
9976
  position: relative;
9977
}
9978
/* line 585, ../sass/_wizards.scss */
9979
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9980
  position: relative;
9981
}
9982
/* line 587, ../sass/_wizards.scss */
9983
.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 {
9984
  top: -1px;
9985
}
9986
/* line 590, ../sass/_wizards.scss */
9987
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9988
  top: 5px;
9989
}
9990
/* line 593, ../sass/_wizards.scss */
9991
.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 {
9992
  top: 5px;
9993
}
9994
/* line 596, ../sass/_wizards.scss */
9995
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9996
  position: absolute;
9997
  height: 1px;
9998
  width: 13px;
9999
  background: white;
10000
  bottom: 15px;
10001
}
10002
/* line 602, ../sass/_wizards.scss */
10003
.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 {
10004
  right: 56px;
10005
}
10006
/* line 603, ../sass/_wizards.scss */
10007
.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 {
10008
  right: 97px;
10009
  width: 10px;
10010
}
10011
/* line 610, ../sass/_wizards.scss */
10012
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
10013
  background: #fcd9d7;
10014
  margin: 2.5em 6px;
10015
  padding: 2.5em 0;
10016
  color: #fff;
10017
}
10018
/* line 615, ../sass/_wizards.scss */
10019
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
10020
  color: #fff;
10021
  padding-left: 145px;
10022
}
10023
/* line 618, ../sass/_wizards.scss */
10024
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
10025
  cursor: pointer;
10026
}
10027
/* line 622, ../sass/_wizards.scss */
10028
.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 {
10029
  margin-top: 20px;
10030
  border-color: #fff;
10031
  color: #fff;
10032
  margin-left: 145px;
10033
}
10034
/* line 630, ../sass/_wizards.scss */
10035
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .trigger-checkbox a span {
10036
  color: #fff;
10037
}
10038
/* line 639, ../sass/_wizards.scss */
10039
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
10040
  background-color: #4c71ff;
10041
}
10042
/* line 641, ../sass/_wizards.scss */
10043
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
10044
  display: none;
10045
}
10046
/* line 644, ../sass/_wizards.scss */
10047
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
10048
  position: relative;
10049
  width: 207px;
10050
  margin: 30px 5px;
10051
  display: inline-block;
10052
}
10053
/* line 650, ../sass/_wizards.scss */
10054
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
10055
  margin-top: 77px;
10056
  margin-bottom: 30px;
10057
}
10058
/* line 654, ../sass/_wizards.scss */
10059
.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 {
10060
  margin-right: 20px;
10061
}
10062
/* line 657, ../sass/_wizards.scss */
10063
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo {
10064
  display: inline-block;
10065
  -webkit-border-radius: 999px;
10066
  -moz-border-radius: 999px;
10067
  border-radius: 999px;
10068
  width: 18px;
10069
  height: 18px;
10070
  background-color: #bebebe;
10071
  behavior: url(PIE.htc);
10072
  margin: 0 15px 0 10px;
10073
  vertical-align: text-bottom;
10074
  border-color: transparent;
10075
  color: transparent;
10076
}
10077
/* line 664, ../sass/_wizards.scss */
10078
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag4 {
10079
  background-color: #e02b2b;
10080
}
10081
/* line 667, ../sass/_wizards.scss */
10082
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag5 {
10083
  background-color: #ffc748;
10084
}
10085
/* line 670, ../sass/_wizards.scss */
10086
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo.tag6 {
10087
  background-color: #ff7049;
10088
}
10089
/* line 674, ../sass/_wizards.scss */
10090
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
10091
  width: 18.75em;
10092
  color: white;
10093
  font-size: 1em;
10094
  font-weight: normal;
10095
  margin: 0 28px 0 0;
10096
  display: inline-block;
10097
}
10098
/* line 683, ../sass/_wizards.scss */
10099
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
10100
  position: relative;
10101
  left: -14px;
10102
}
10103
/* line 686, ../sass/_wizards.scss */
10104
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
10105
  margin-right: 35px;
10106
}
10107
/* line 695, ../sass/_wizards.scss */
10108
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom {
10109
  position: fixed;
10110
  left: 0;
10111
  right: 0;
10112
  bottom: 0;
10113
  border-top: 1px solid #2d3338;
10114
  background: #485057;
10115
}
10116
/* line 702, ../sass/_wizards.scss */
10117
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .row {
10118
  height: 40px;
10119
  line-height: 40px;
10120
}
10121
/* line 706, ../sass/_wizards.scss */
10122
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav {
10123
  height: 40px;
10124
  line-height: 40px;
10125
  color: white;
10126
  display: inline-block;
10127
  position: relative;
10128
  font-size: 0.75em;
10129
  top: 5px;
10130
  width: 100px;
10131
}
10132
/* line 716, ../sass/_wizards.scss */
10133
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:focus {
10134
  -webkit-transition: background 0ms ease-out;
10135
  -moz-transition: background 0ms ease-out;
10136
  -ms-transition: background 0ms ease-out;
10137
  -o-transition: background 0ms ease-out;
10138
  transition: background 0ms ease-out;
10139
}
10140
/* line 719, ../sass/_wizards.scss */
10141
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span {
10142
  display: inline-block;
10143
  height: 30px;
10144
  line-height: 30px;
10145
  float: left;
10146
}
10147
/* line 725, ../sass/_wizards.scss */
10148
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:focus {
10149
  -webkit-transition: background 0ms linear;
10150
  -moz-transition: background 0ms linear;
10151
  -ms-transition: background 0ms linear;
10152
  -o-transition: background 0ms linear;
10153
  transition: background 0ms linear;
10154
}
10155
/* line 730, ../sass/_wizards.scss */
10156
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev {
10157
  float: left;
10158
  height: 30px;
10159
  padding-left: 18px;
10160
  background: url("../images/nav-edge-lt.png") no-repeat left top;
10161
}
10162
/* line 735, ../sass/_wizards.scss */
10163
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev span {
10164
  padding-right: 10px;
10165
  background: url("../images/nav-lt.png") no-repeat right top;
10166
}
10167
/* line 741, ../sass/_wizards.scss */
10168
.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 {
10169
  background-position: left bottom;
10170
}
10171
/* line 743, ../sass/_wizards.scss */
10172
.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 {
10173
  background-position: right bottom;
10174
}
10175
/* line 748, ../sass/_wizards.scss */
10176
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next {
10177
  float: right;
10178
  height: 30px;
10179
  padding-right: 18px;
10180
  background: url("../images/nav-edge-rt.png") no-repeat right top;
10181
}
10182
/* line 753, ../sass/_wizards.scss */
10183
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next span {
10184
  padding-left: 10px;
10185
  background: url("../images/nav-rt.png") no-repeat left top;
10186
  float: right;
10187
}
10188
/* line 760, ../sass/_wizards.scss */
10189
.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 {
10190
  background-position: right bottom;
10191
}
10192
/* line 762, ../sass/_wizards.scss */
10193
.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 {
10194
  background-position: left bottom;
10195
  float: right;
10196
}
10197

    
10198
/* line 776, ../sass/_wizards.scss */
10199
#network-wizard a.nav:focus {
10200
  border: none;
10201
}
10202
/* line 779, ../sass/_wizards.scss */
10203
#network-wizard a.radiobtn:focus, #network-wizard a.check:focus {
10204
  border: 1px solid #aee7cc;
10205
  padding: 2px;
10206
}
10207
/* line 784, ../sass/_wizards.scss */
10208
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
10209
  font-size: 1.3em;
10210
}
10211
/* line 787, ../sass/_wizards.scss */
10212
#network-wizard .subnet-options {
10213
  margin: 0;
10214
}
10215
/* line 789, ../sass/_wizards.scss */
10216
#network-wizard .subnet-options li {
10217
  margin-top: 20px;
10218
}
10219
/* line 794, ../sass/_wizards.scss */
10220
#network-wizard .step a {
10221
  color: white;
10222
}
10223
/* line 795, ../sass/_wizards.scss */
10224
#network-wizard .step .network-options {
10225
  position: relative;
10226
  padding-bottom: 20px;
10227
}
10228
/* line 798, ../sass/_wizards.scss */
10229
#network-wizard .step .network-options .explanatory {
10230
  font-size: 0.75em;
10231
  margin-top: 20px;
10232
  margin-bottom: 60px;
10233
}
10234
/* line 803, ../sass/_wizards.scss */
10235
#network-wizard .step .network-options .check, #network-wizard .step .network-options .radiobtn {
10236
  position: absolute;
10237
  right: 0;
10238
}
10239
/* line 806, ../sass/_wizards.scss */
10240
#network-wizard .step .network-options .check:focus, #network-wizard .step .network-options .radiobtn:focus {
10241
  right: -3px;
10242
  top: -3px;
10243
}
10244
/* line 811, ../sass/_wizards.scss */
10245
#network-wizard .step .network-options .network-name {
10246
  margin: 40px 0;
10247
}
10248
/* line 813, ../sass/_wizards.scss */
10249
#network-wizard .step .network-options .network-name h2 {
10250
  color: white;
10251
  font-size: 1em;
10252
}
10253
/* line 820, ../sass/_wizards.scss */
10254
#network-wizard .step .network-options li {
10255
  display: block;
10256
  width: 360px;
10257
}
10258
/* line 823, ../sass/_wizards.scss */
10259
#network-wizard .step .network-options li.manual {
10260
  position: relative;
10261
}
10262
/* line 825, ../sass/_wizards.scss */
10263
#network-wizard .step .network-options li.manual .input {
10264
  position: absolute;
10265
  right: -170px;
10266
  width: 150px;
10267
  bottom: 5px;
10268
  display: none;
10269
}
10270
/* line 833, ../sass/_wizards.scss */
10271
#network-wizard .step .network-options li.project-selection li {
10272
  width: 100%;
10273
}
10274

    
10275
/* line 844, ../sass/_wizards.scss */
10276
#volume-wizard a.nav:focus {
10277
  border: none;
10278
}
10279
/* line 847, ../sass/_wizards.scss */
10280
#volume-wizard a.radiobtn:focus, #volume-wizard a.check:focus {
10281
  border: 1px solid #aee7cc;
10282
  padding: 2px;
10283
}
10284
/* line 852, ../sass/_wizards.scss */
10285
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
10286
  font-size: 1.3em;
10287
}
10288
/* line 856, ../sass/_wizards.scss */
10289
#volume-wizard .step a {
10290
  color: white;
10291
}
10292
/* line 859, ../sass/_wizards.scss */
10293
#volume-wizard .step p {
10294
  font-size: 14px;
10295
  line-height: 1;
10296
}
10297
/* line 863, ../sass/_wizards.scss */
10298
#volume-wizard .step h2 {
10299
  color: white;
10300
  font-size: 1em;
10301
}
10302
/* line 868, ../sass/_wizards.scss */
10303
#volume-wizard .step .volume_options > li {
10304
  display: block;
10305
  list-style: none outside none;
10306
  margin-bottom: 30px;
10307
}
10308
/* line 870, ../sass/_wizards.scss */
10309
#volume-wizard .step .volume_options > li.volume-name {
10310
  margin: 40px 0;
10311
}
10312
/* line 875, ../sass/_wizards.scss */
10313
#volume-wizard .step .volume_options > li .title {
10314
  height: 40px;
10315
  overflow: hidden;
10316
  margin-bottom: 0.5em;
10317
  color: white;
10318
  vertical-align: top;
10319
}
10320
/* line 882, ../sass/_wizards.scss */
10321
#volume-wizard .step .volume_options > li .title .snf-font {
10322
  display: block;
10323
  width: 60px;
10324
  font-size: 38px;
10325
  float: left;
10326
  position: relative;
10327
  bottom: -3px;
10328
}
10329
/* line 890, ../sass/_wizards.scss */
10330
#volume-wizard .step .volume_options > li .title h2 {
10331
  font-size: 0.875em;
10332
  float: left;
10333
  width: 140px;
10334
  color: white;
10335
  margin-right: 60px;
10336
  padding-left: 0.625em;
10337
}
10338
/* line 892, ../sass/_wizards.scss */
10339
#volume-wizard .step .volume_options > li .title h2 span {
10340
  font-weight: normal;
10341
}
10342
/* line 900, ../sass/_wizards.scss */
10343
#volume-wizard .step .volume_options > li .title h2 em {
10344
  display: block;
10345
  margin-top: 4px;
10346
  font-size: 11px;
10347
  font-style: normal;
10348
  font-weight: normal;
10349
  white-space: nowrap;
10350
  line-height: 13px;
10351
}
10352
/* line 910, ../sass/_wizards.scss */
10353
#volume-wizard .step .volume_options > li .title p {
10354
  visibility: hidden;
10355
  overflow: hidden;
10356
  min-height: 40px;
10357
  font-size: 11px;
10358
  line-height: 11px;
10359
}
10360
/* line 920, ../sass/_wizards.scss */
10361
#volume-wizard .step .volume_options > li .options-bar .bar {
10362
  width: 200px;
10363
  float: left;
10364
  margin-right: 60px;
10365
  height: 20px;
10366
  position: relative;
10367
  top: 10px;
10368
}
10369
/* line 927, ../sass/_wizards.scss */
10370
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
10371
  border: 1px solid white;
10372
  padding: 1px;
10373
  height: 100%;
10374
}
10375
/* line 931, ../sass/_wizards.scss */
10376
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
10377
  border-color: #bebebe;
10378
}
10379
/* line 934, ../sass/_wizards.scss */
10380
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
10381
  background-color: #bebebe;
10382
}
10383
/* line 939, ../sass/_wizards.scss */
10384
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
10385
  height: 100%;
10386
}
10387
/* line 941, ../sass/_wizards.scss */
10388
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
10389
  background: #bebebe;
10390
  height: 100%;
10391
  float: left;
10392
  position: relative;
10393
}
10394
/* line 946, ../sass/_wizards.scss */
10395
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
10396
  background: white;
10397
  height: 100%;
10398
  float: left;
10399
}
10400
/* line 951, ../sass/_wizards.scss */
10401
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
10402
  position: absolute;
10403
  right: 10px;
10404
  font-size: 0.5625em;
10405
  top: 2px;
10406
}
10407
/* line 958, ../sass/_wizards.scss */
10408
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
10409
  right: -30px;
10410
  color: white;
10411
}
10412
/* line 967, ../sass/_wizards.scss */
10413
#volume-wizard .step .volume_options > li .options-bar .options {
10414
  overflow: hidden;
10415
  list-style: none outside none;
10416
}
10417
/* line 970, ../sass/_wizards.scss */
10418
#volume-wizard .step .volume_options > li .options-bar .options li {
10419
  list-style: none outside none;
10420
  display: inline-block;
10421
  margin-right: 10px;
10422
  margin-bottom: 0;
10423
}
10424
/* line 975, ../sass/_wizards.scss */
10425
#volume-wizard .step .volume_options > li .options-bar .options li a {
10426
  min-width: 60px;
10427
}
10428
/* line 978, ../sass/_wizards.scss */
10429
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
10430
  color: #485057;
10431
}
10432
/* line 981, ../sass/_wizards.scss */
10433
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
10434
  border-color: #bebebe;
10435
  color: #bebebe;
10436
}
10437
/* line 984, ../sass/_wizards.scss */
10438
#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 {
10439
  cursor: default;
10440
  border-width: 1px;
10441
  line-height: 28px;
10442
}
10443
/* line 997, ../sass/_wizards.scss */
10444
#volume-wizard .step .explain {
10445
  margin-bottom: 1em;
10446
}
10447

    
10448
/*
10449

10450
Overlays (Todo: clean up)
10451

10452
*/
10453
/* line 6, ../sass/_overlays.scss */
10454
body.with-overlay {
10455
  background: #485057;
10456
}
10457
/* line 8, ../sass/_overlays.scss */
10458
body.with-overlay .main {
10459
  opacity: 0;
10460
}
10461

    
10462
/* line 14, ../sass/_overlays.scss */
10463
.body-wrapper {
10464
  position: relative;
10465
  left: 0;
10466
  top: 0;
10467
}
10468
/* line 18, ../sass/_overlays.scss */
10469
.body-wrapper .welcome {
10470
  display: none;
10471
}
10472
/* line 21, ../sass/_overlays.scss */
10473
.body-wrapper.no-vm {
10474
  background: url(../images/draw-welcome.png) no-repeat center 50px #30c79e;
10475
}
10476
/* line 23, ../sass/_overlays.scss */
10477
.body-wrapper.no-vm .welcome {
10478
  display: none;
10479
  color: #fff;
10480
  text-align: center;
10481
  position: relative;
10482
  top: -15px;
10483
  left: 75px;
10484
  display: block;
10485
}
10486
/* line 33, ../sass/_overlays.scss */
10487
.body-wrapper .reveal-modal {
10488
  padding: 65px 140px 40px;
10489
}
10490
/* line 35, ../sass/_overlays.scss */
10491
.body-wrapper .reveal-modal h3 {
10492
  font-size: 1em;
10493
}
10494
/* line 38, ../sass/_overlays.scss */
10495
.body-wrapper .reveal-modal p {
10496
  color: white;
10497
  text-align: center;
10498
}
10499
/* line 41, ../sass/_overlays.scss */
10500
.body-wrapper .reveal-modal p.message-forimg {
10501
  margin-top: 132px;
10502
  margin-bottom: 35px;
10503
}
10504
/* line 46, ../sass/_overlays.scss */
10505
.body-wrapper .reveal-modal p.buttons a:first-child {
10506
  margin-right: 25px;
10507
}
10508
/* line 51, ../sass/_overlays.scss */
10509
.body-wrapper .reveal-modal#start-confirm {
10510
  background: #30c79e url("../images/shutdown.png") no-repeat center 50px;
10511
}
10512
/* line 54, ../sass/_overlays.scss */
10513
.body-wrapper .reveal-modal#reboot-confirm {
10514
  background: #ff7049 url("../images/restart.png") no-repeat center 50px;
10515
}
10516
/* line 57, ../sass/_overlays.scss */
10517
.body-wrapper .reveal-modal#shutdown-confirm {
10518
  background: #ff7049 url("../images/shutdown.png") no-repeat center 50px;
10519
}
10520
/* line 60, ../sass/_overlays.scss */
10521
.body-wrapper .reveal-modal#destroy-vm-confirm {
10522
  background: #d7145a url("../images/destroy-vm.png") no-repeat center 46px;
10523
}
10524
/* line 63, ../sass/_overlays.scss */
10525
.body-wrapper .reveal-modal#destroy-network-confirm {
10526
  background: #d7145a url("../images/destroy-network-1.png") no-repeat center 50px;
10527
}
10528
/* line 66, ../sass/_overlays.scss */
10529
.body-wrapper .reveal-modal#destroy-disk-confirm {
10530
  background: #d7145a url("../images/destroy-disk.png") no-repeat center 50px;
10531
}
10532
/* line 70, ../sass/_overlays.scss */
10533
.body-wrapper .reveal-modal#vm-connect p, .body-wrapper .reveal-modal.remove p {
10534
  text-align: left;
10535
  color: black;
10536
}
10537
/* line 73, ../sass/_overlays.scss */
10538
.body-wrapper .reveal-modal#vm-connect p.info, .body-wrapper .reveal-modal.remove p.info {
10539
  font-style: italic;
10540
  font-size: 0.8125em;
10541
  color: #9e9ea1;
10542
}
10543
/* line 78, ../sass/_overlays.scss */
10544
.body-wrapper .reveal-modal#vm-connect p.ssh, .body-wrapper .reveal-modal.remove p.ssh {
10545
  text-align: center;
10546
}
10547
/* line 80, ../sass/_overlays.scss */
10548
.body-wrapper .reveal-modal#vm-connect p.ssh span, .body-wrapper .reveal-modal.remove p.ssh span {
10549
  display: inline;
10550
  padding: 10px 30px;
10551
  background: #30c79e;
10552
  color: #fff;
10553
}
10554
/* line 87, ../sass/_overlays.scss */
10555
.body-wrapper .reveal-modal#vm-connect p.buttons, .body-wrapper .reveal-modal.remove p.buttons {
10556
  text-align: center;
10557
}
10558
/* line 91, ../sass/_overlays.scss */
10559
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal, .body-wrapper .reveal-modal.remove .close-reveal-modal {
10560
  color: #485057;
10561
}
10562
/* line 93, ../sass/_overlays.scss */
10563
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal:hover, .body-wrapper .reveal-modal.remove .close-reveal-modal:hover {
10564
  color: #30c79e;
10565
}
10566
/* line 99, ../sass/_overlays.scss */
10567
.body-wrapper .overlay-area-custom {
10568
  position: absolute;
10569
  left: 0;
10570
  right: 0;
10571
  top: -30px;
10572
  width: 100%;
10573
  height: 100%;
10574
  background: #485057;
10575
  z-index: 20;
10576
}
10577
/* line 109, ../sass/_overlays.scss */
10578
.body-wrapper .overlay-area-custom .overlay-div {
10579
  z-index: 50;
10580
  position: relative;
10581
  background: #fff;
10582
  top: 20%;
10583
  left: 25%;
10584
  width: 50%;
10585
  padding: 25px;
10586
}
10587
/* line 119, ../sass/_overlays.scss */
10588
.body-wrapper .overlay-area-custom .overlay-div .buttons a {
10589
  margin-right: 20px;
10590
}
10591
/* line 123, ../sass/_overlays.scss */
10592
.body-wrapper .overlay-area-custom .overlay-div .close {
10593
  float: right;
10594
  font-size: 30px;
10595
}
10596
/* line 127, ../sass/_overlays.scss */
10597
.body-wrapper .overlay-area-custom .overlay-div.upload-widget {
10598
  background: transparent;
10599
  padding: 45px 0;
10600
  width: 80%;
10601
  left: 10%;
10602
  border: 1px solid white;
10603
}
10604

    
10605
/* line 139, ../sass/_overlays.scss */
10606
.communication-error {
10607
  background-color: #e02b2b;
10608
  color: white;
10609
  position: fixed;
10610
  bottom: -151px;
10611
  left: 0px;
10612
  width: 100%;
10613
  padding-top: 30px;
10614
  padding-bottom: 15px;
10615
  z-index: 10;
10616
}
10617
/* line 150, ../sass/_overlays.scss */
10618
.communication-error p {
10619
  text-align: center;
10620
  line-height: 2em;
10621
  margin: 0 auto;
10622
  max-width: 800px;
10623
}
10624
/* line 155, ../sass/_overlays.scss */
10625
.communication-error p.buttons {
10626
  margin-top: 10px;
10627
}
10628
/* line 157, ../sass/_overlays.scss */
10629
.communication-error p.buttons a:not(:first-child) {
10630
  margin-left: 15px;
10631
}
10632

    
10633
/* Responive ------------------------------------------------ */
10634
@media only screen and (max-width: 768px) {
10635
  /* line 170, ../sass/_overlays.scss */
10636
  .wizard .top {
10637
    position: static;
10638
  }
10639
  /* line 173, ../sass/_overlays.scss */
10640
  .wizard .middle {
10641
    padding-top: 0;
10642
  }
10643

    
10644
  /* line 178, ../sass/_overlays.scss */
10645
  .body-wrapper .overlay-area {
10646
    top: 0;
10647
  }
10648
}
10649
/* line 3, ../sass/_sshkeys-wizard.scss */
10650
body .body-wrapper .overlay-area-reveal .secondary-wizard {
10651
  padding-left: 60px;
10652
  padding-right: 60px;
10653
}
10654
/* line 6, ../sass/_sshkeys-wizard.scss */
10655
body .body-wrapper .overlay-area-reveal .secondary-wizard h2 {
10656
  font-size: 1.5em;
10657
}
10658
/* line 10, ../sass/_sshkeys-wizard.scss */
10659
body .body-wrapper .overlay-area-reveal .secondary-wizard p {
10660
  font-size: 14px;
10661
  color: black;
10662
  text-align: left;
10663
}
10664
/* line 14, ../sass/_sshkeys-wizard.scss */
10665
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons {
10666
  text-align: center;
10667
}
10668
/* line 16, ../sass/_sshkeys-wizard.scss */
10669
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a {
10670
  background-color: white;
10671
  text-decoration: none;
10672
  color: #30c79e;
10673
  border-color: #30c79e;
10674
}
10675
/* line 21, ../sass/_sshkeys-wizard.scss */
10676
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a:first-child {
10677
  margin-right: 20px;
10678
}
10679
/* line 30, ../sass/_sshkeys-wizard.scss */
10680
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.current {
10681
  color: white;
10682
  background-color: #30c79e;
10683
  border-color: white;
10684
}
10685
/* line 35, ../sass/_sshkeys-wizard.scss */
10686
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.close-reveal-modal {
10687
  position: initial;
10688
}
10689
/* line 41, ../sass/_sshkeys-wizard.scss */
10690
body .body-wrapper .overlay-area-reveal .secondary-wizard h4 {
10691
  display: inline-block;
10692
  margin-right: 15px;
10693
  font-size: 14px;
10694
  font-weight: normal;
10695
  color: #4d4d4d;
10696
}
10697
/* line 48, ../sass/_sshkeys-wizard.scss */
10698
body .body-wrapper .overlay-area-reveal .secondary-wizard .generate-key-area {
10699
  display: none;
10700
  height: 225px;
10701
  border: 1px solid transparent;
10702
  padding: 10px;
10703
  background-color: rgba(145, 145, 148, 0.31);
10704
  width: 450px;
10705
  margin: 0 auto;
10706
}
10707
/* line 58, ../sass/_sshkeys-wizard.scss */
10708
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area {
10709
  display: none;
10710
  height: 485px;
10711
  border: 1px solid transparent;
10712
  padding: 10px;
10713
  background-color: rgba(145, 145, 148, 0.31);
10714
  width: 450px;
10715
  margin: 0 auto;
10716
}
10717
/* line 66, ../sass/_sshkeys-wizard.scss */
10718
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area h4 {
10719
  float: left;
10720
  min-width: 80px;
10721
}
10722
/* line 71, ../sass/_sshkeys-wizard.scss */
10723
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-webkit-input-placeholder {
10724
  text-align: center;
10725
}
10726
/* line 75, ../sass/_sshkeys-wizard.scss */
10727
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-moz-placeholder {
10728
  /* Firefox 18- */
10729
  text-align: center;
10730
}
10731
/* line 79, ../sass/_sshkeys-wizard.scss */
10732
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-moz-placeholder {
10733
  /* Firefox 19+ */
10734
  text-align: center;
10735
}
10736
/* line 83, ../sass/_sshkeys-wizard.scss */
10737
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-ms-input-placeholder {
10738
  text-align: center;
10739
}
10740
/* line 86, ../sass/_sshkeys-wizard.scss */
10741
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name h4 {
10742
  position: relative;
10743
  bottom: -5px;
10744
}
10745
/* line 90, ../sass/_sshkeys-wizard.scss */
10746
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name .key-name-input {
10747
  color: #485057;
10748
}
10749
/* line 94, ../sass/_sshkeys-wizard.scss */
10750
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content {
10751
  margin-top: 25px;
10752
}
10753
/* line 96, ../sass/_sshkeys-wizard.scss */
10754
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content textarea {
10755
  min-height: 250px;
10756
  width: 328px;
10757
}
10758
/* line 102, ../sass/_sshkeys-wizard.scss */
10759
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal {
10760
  color: black;
10761
}
10762
/* line 104, ../sass/_sshkeys-wizard.scss */
10763
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal:hover {
10764
  color: #30c79e;
10765
}
10766
/* line 108, ../sass/_sshkeys-wizard.scss */
10767
body .body-wrapper .overlay-area-reveal .secondary-wizard ul {
10768
  list-style-type: none;
10769
}
10770
/* line 110, ../sass/_sshkeys-wizard.scss */
10771
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li {
10772
  clear: left;
10773
  padding: 4px 10px;
10774
  border: 1px solid transparent;
10775
  text-align: left;
10776
  font-weight: normal;
10777
  height: 32px;
10778
}
10779
/* line 118, ../sass/_sshkeys-wizard.scss */
10780
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .name-col {
10781
  float: left;
10782
  width: 42%;
10783
}
10784
/* line 122, ../sass/_sshkeys-wizard.scss */
10785
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col {
10786
  float: left;
10787
  width: 56%;
10788
  visibility: visible;
10789
}
10790
/* line 127, ../sass/_sshkeys-wizard.scss */
10791
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col a:not(:last-child) {
10792
  margin-right: 10px;
10793
}
10794
/* line 131, ../sass/_sshkeys-wizard.scss */
10795
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li:hover {
10796
  border-color: #30c79e;
10797
}
10798

    
10799
/*
10800
* Used for connected elements in details page.
10801
* Each icon is unique and therefore, customization
10802
* is needed for different entities.
10803
*/
10804
/* line 16, ../sass/_connected.scss */
10805
.connected {
10806
  position: relative;
10807
  border-left: 2px solid #30c79e;
10808
  left: 145px;
10809
  top: -80px;
10810
  padding-top: 80px;
10811
}
10812
/* line 20, ../sass/_connected.scss */
10813
.connected .item {
10814
  padding-top: 40px;
10815
  position: relative;
10816
}
10817
/* line 23, ../sass/_connected.scss */
10818
.connected .item .what {
10819
  padding: 10px 0 20px;
10820
}
10821
/* line 26, ../sass/_connected.scss */
10822
.connected .item .what .img-wrap {
10823
  width: 165px;
10824
  text-align: center;
10825
  position: relative;
10826
  display: block;
10827
}
10828
/* line 31, ../sass/_connected.scss */
10829
.connected .item .what .img-wrap .snf-font {
10830
  font-size: 60px;
10831
}
10832
/* line 35, ../sass/_connected.scss */
10833
.connected .item .what h4 {
10834
  position: absolute;
10835
  top: 20px;
10836
  left: 165px;
10837
  font-size: 1em;
10838
}
10839
/* line 40, ../sass/_connected.scss */
10840
.connected .item .what h4 .status {
10841
  font-weight: normal;
10842
  display: block;
10843
  font-size: 0.875em;
10844
}
10845
/* line 47, ../sass/_connected.scss */
10846
.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 {
10847
  position: relative;
10848
}
10849
/* line 50, ../sass/_connected.scss */
10850
.connected .item .connections {
10851
  list-style: none outside none;
10852
  margin: 0;
10853
  padding: 0;
10854
  float: left;
10855
}
10856
/* line 55, ../sass/_connected.scss */
10857
.connected .item .connections > li {
10858
  list-style: none outside none;
10859
  margin: 0;
10860
  padding: 0;
10861
  position: relative;
10862
  margin-bottom: 10px;
10863
}
10864
/* line 62, ../sass/_connected.scss */
10865
.connected .item .connections > li .icon {
10866
  width: 165px;
10867
  text-align: center;
10868
  border-top: 2px solid #30c79e;
10869
  float: left;
10870
}
10871
/* line 67, ../sass/_connected.scss */
10872
.connected .item .connections > li .icon span {
10873
  position: relative;
10874
  top: -20px;
10875
  background-color: #bebebe;
10876
  padding: 0px 10px;
10877
  font-size: 30px;
10878
  line-height: 120%;
10879
}
10880
/* line 76, ../sass/_connected.scss */
10881
.connected .item .connections > li .act {
10882
  position: absolute;
10883
  display: inline-block;
10884
  -webkit-border-radius: 999px;
10885
  -moz-border-radius: 999px;
10886
  border-radius: 999px;
10887
  width: 25px;
10888
  height: 25px;
10889
  background-color: #bebebe;
10890
  behavior: url(PIE.htc);
10891
  left: 17px;
10892
  top: -12.5px;
10893
  display: block;
10894
  z-index: 2;
10895
  background-color: white;
10896
  border: 1px solid #787878;
10897
  color: #787878;
10898
  text-align: center;
10899
  line-height: 21px;
10900
  font-weight: bold;
10901
}
10902
/* line 91, ../sass/_connected.scss */
10903
.connected .item .connections > li .act:before {
10904
  content: "x";
10905
}
10906
/* line 94, ../sass/_connected.scss */
10907
.connected .item .connections > li .act:hover {
10908
  border-color: #e02b2b;
10909
  color: #e02b2b;
10910
}
10911
/* line 99, ../sass/_connected.scss */
10912
.connected .item .connections > li .act.open {
10913
  border-color: white;
10914
  width: 29px;
10915
  height: 29px;
10916
  background: url(../images/gear-485057.GIF) no-repeat 0 0 white;
10917
}
10918
/* line 106, ../sass/_connected.scss */
10919
.connected .item .connections > li .act.open:before {
10920
  content: "";
10921
}
10922
/* line 115, ../sass/_connected.scss */
10923
.connected .item .connections > li .data {
10924
  float: left;
10925
  position: relative;
10926
  top: -15px;
10927
  width: 350px;
10928
}
10929
/* line 120, ../sass/_connected.scss */
10930
.connected .item .connections > li .data ul {
10931
  padding: 5px 0 0;
10932
  margin: 0;
10933
  background-color: #bebebe;
10934
}
10935
/* line 124, ../sass/_connected.scss */
10936
.connected .item .connections > li .data ul li {
10937
  font-size: 0.75em;
10938
  list-style: none outside none;
10939
  padding: 0 10px 10px 10px;
10940
}
10941
/* line 128, ../sass/_connected.scss */
10942
.connected .item .connections > li .data ul li h5 {
10943
  float: left;
10944
  margin: 0;
10945
  line-height: 1.3em;
10946
}
10947
/* line 132, ../sass/_connected.scss */
10948
.connected .item .connections > li .data ul li h5.ip-data {
10949
  width: 10%;
10950
}
10951
/* line 135, ../sass/_connected.scss */
10952
.connected .item .connections > li .data ul li h5.volume-data {
10953
  width: 35%;
10954
}
10955
/* line 139, ../sass/_connected.scss */
10956
.connected .item .connections > li .data ul li p {
10957
  overflow: hidden;
10958
  padding-left: 10px;
10959
  margin: 0;
10960
  line-height: 1.3em;
10961
}
10962

    
10963
/* line 153, ../sass/_connected.scss */
10964
.connect-new {
10965
  position: absolute;
10966
  bottom: -150px;
10967
  left: 0;
10968
  width: 165px;
10969
  text-align: center;
10970
  padding-top: 100px;
10971
  background: url(../images/dashed_atom.png) repeat-y left center;
10972
  margin-bottom: 50px;
10973
  margin-left: -1px;
10974
}
10975
/* line 163, ../sass/_connected.scss */
10976
.connect-new .img-wrap {
10977
  position: relative;
10978
  display: block;
10979
  width: 82.5px;
10980
  height: 2px;
10981
  background: url(../images/dashed_atom-x.png) repeat-x left top;
10982
  overflow: inherit;
10983
}
10984
/* line 170, ../sass/_connected.scss */
10985
.connect-new .img-wrap > a {
10986
  display: block;
10987
  position: absolute;
10988
  left: 0;
10989
  top: 0;
10990
  width: 165px;
10991
  text-align: center;
10992
  margin: -20px 0 0;
10993
}
10994
/* line 178, ../sass/_connected.scss */
10995
.connect-new .img-wrap > a .snf-font {
10996
  color: #485057;
10997
  font-size: 3.75em;
10998
}
10999
/* line 182, ../sass/_connected.scss */
11000
.connect-new .img-wrap > a .snf-network-full {
11001
  position: relative;
11002
  top: -9px;
11003
}
11004
/* line 188, ../sass/_connected.scss */
11005
.connect-new p {
11006
  position: absolute;
11007
  left: 165px;
11008
  width: 350px;
11009
  text-align: left;
11010
  font-size: 0.875em;
11011
  top: 90px;
11012
}
11013
/* line 196, ../sass/_connected.scss */
11014
.connect-new.network p {
11015
  top: 90px;
11016
}
11017
/* line 199, ../sass/_connected.scss */
11018
.connect-new.disk p {
11019
  top: 94px;
11020
}
11021
/* line 203, ../sass/_connected.scss */
11022
.connect-new:hover .img-wrap > a .snf-font, .connect-new:hover span, .connect-new:hover a {
11023
  color: #30c79e;
11024
}
11025

    
11026
/* line 210, ../sass/_connected.scss */
11027
.network .connected {
11028
  left: 143px;
11029
  top: -80px;
11030
  padding-top: 80px;
11031
}
11032

    
11033
/* line 214, ../sass/_connected.scss */
11034
.firewall {
11035
  float: left;
11036
  margin-left: 20px;
11037
  border: 1px solid #bebebe;
11038
  padding: 5px 20px;
11039
  position: absolute;
11040
  left: 515px;
11041
  top: -15px;
11042
  font-size: 0.75em;
11043
  white-space: nowrap;
11044
  background-color: #fff;
11045
}
11046
/* line 225, ../sass/_connected.scss */
11047
.firewall p {
11048
  margin: 0;
11049
}
11050
/* line 227, ../sass/_connected.scss */
11051
.firewall p em {
11052
  color: #30c79e;
11053
}
11054
/* line 231, ../sass/_connected.scss */
11055
.firewall .more {
11056
  margin-top: 10px;
11057
  margin-left: 0;
11058
  list-style: none;
11059
  display: none;
11060
}
11061
/* line 238, ../sass/_connected.scss */
11062
.firewall .more li {
11063
  min-width: 200px;
11064
}
11065
/* line 240, ../sass/_connected.scss */
11066
.firewall .more li span {
11067
  float: right;
11068
  font-size: 0.875em;
11069
  height: 14px;
11070
  line-height: 22px;
11071
}
11072
/* line 246, ../sass/_connected.scss */
11073
.firewall .more li em {
11074
  float: right;
11075
  margin: 0 5px 0 20px;
11076
  width: 15px;
11077
  display: inline-block;
11078
}
11079
/* line 255, ../sass/_connected.scss */
11080
.firewall.unprotected > p em,
11081
.firewall .unprotected a em {
11082
  color: #e02b2b;
11083
}
11084

    
11085
/* line 260, ../sass/_connected.scss */
11086
.details .placeholder {
11087
  height: 100px;
11088
}
11089

    
11090
/* line 6, ../sass/_images.scss */
11091
.images.grid-view .items-list > li .img-wrap .os.symbol {
11092
  top: -47px;
11093
  color: white;
11094
}
11095
/* line 18, ../sass/_images.scss */
11096
.images.list-view .items-list > li .img-wrap .os.symbol {
11097
  font-size: 16px;
11098
  color: white;
11099
}
11100

    
11101
/* line 6, ../sass/_snapshots.scss */
11102
.snapshots.grid-view .items-list > li .img-wrap .snf-font {
11103
  font-size: 3.75em-pxCalc(0.1em);
11104
}
11105
/* line 18, ../sass/_snapshots.scss */
11106
.snapshots.list-view .items-list > li .img-wrap .snf-font {
11107
  font-size: 30px-pxCalc(0.1em);
11108
}
11109

    
11110
/* line 1, ../sass/overlay2.scss */
11111
ul.side-actions {
11112
  float: left;
11113
  height: 100%;
11114
  width: 30px;
11115
  margin: 0;
11116
  background: #f0f0f0;
11117
  padding: 10px 0;
11118
}
11119
/* line 8, ../sass/overlay2.scss */
11120
ul.side-actions li {
11121
  list-style: none outside none;
11122
}
11123
/* line 10, ../sass/overlay2.scss */
11124
ul.side-actions li > a {
11125
  display: block;
11126
  color: #fff;
11127
  border: 0 none;
11128
  padding: 5px;
11129
  height: 30px;
11130
  line-height: 20px;
11131
}
11132
/* line 17, ../sass/overlay2.scss */
11133
ul.side-actions li > a.details {
11134
  font-size: 0.8125em;
11135
  font-weight: bold;
11136
}
11137
/* line 21, ../sass/overlay2.scss */
11138
ul.side-actions li > a:hover {
11139
  background: #30c79e;
11140
  color: #fff;
11141
}
11142
/* line 26, ../sass/overlay2.scss */
11143
ul.side-actions li.bottom {
11144
  position: absolute;
11145
  bottom: 5px;
11146
  left: 0;
11147
  width: 30px;
11148
}
11149
/* line 31, ../sass/overlay2.scss */
11150
ul.side-actions li.bottom ul {
11151
  top: auto;
11152
  bottom: 0;
11153
}
11154
/* line 34, ../sass/overlay2.scss */
11155
ul.side-actions li.bottom ul:before {
11156
  top: auto;
11157
  bottom: 3px;
11158
}
11159
/* line 38, ../sass/overlay2.scss */
11160
ul.side-actions li.bottom ul:after {
11161
  top: auto;
11162
  bottom: 4px;
11163
}
11164
/* line 43, ../sass/overlay2.scss */
11165
ul.side-actions li.bottom ul.options {
11166
  display: none;
11167
}
11168
/* line 46, ../sass/overlay2.scss */
11169
ul.side-actions li.bottom ul.options .selected a {
11170
  color: #bebebe;
11171
}
11172
/* line 52, ../sass/overlay2.scss */
11173
ul.side-actions li.more-actions + a {
11174
  line-height: 10px;
11175
}
11176
/* line 55, ../sass/overlay2.scss */
11177
ul.side-actions li ul {
11178
  z-index: 1;
11179
  display: none;
11180
  position: absolute;
11181
  border: 1px solid #485057;
11182
  padding: 5px 10px;
11183
  text-align: left;
11184
  top: 34px;
11185
  left: 40px;
11186
  margin: 0;
11187
  background: #fff;
11188
}
11189
/* line 66, ../sass/overlay2.scss */
11190
ul.side-actions li ul li {
11191
  padding: 5px;
11192
  font-size: 0.875em;
11193
  white-space: nowrap;
11194
}
11195
/* line 71, ../sass/overlay2.scss */
11196
ul.side-actions li ul a {
11197
  padding: 0;
11198
  border-radius: 0;
11199
  border: 0  none;
11200
  width: auto;
11201
  height: auto;
11202
  color: #485057;
11203
}
11204
/* line 78, ../sass/overlay2.scss */
11205
ul.side-actions li ul a:hover {
11206
  background: #fff;
11207
  color: #30c79e;
11208
}
11209
/* line 84, ../sass/overlay2.scss */
11210
ul.side-actions li ul:after {
11211
  content: '';
11212
  display: block;
11213
  position: absolute;
11214
  top: 41px;
11215
  left: -20px;
11216
  width: 0;
11217
  height: 0;
11218
  border-color: transparent white transparent transparent;
11219
  border-style: solid;
11220
  border-width: 10px;
11221
}
11222
/* line 96, ../sass/overlay2.scss */
11223
ul.side-actions li ul:before {
11224
  content: '';
11225
  display: block;
11226
  position: absolute;
11227
  top: 40px;
11228
  left: -22px;
11229
  width: 0;
11230
  height: 0;
11231
  border-color: transparent #485057 transparent transparent;
11232
  border-style: solid;
11233
  border-width: 11px;
11234
}
11235
/* line 108, ../sass/overlay2.scss */
11236
ul.side-actions li ul.many {
11237
  top: 5px;
11238
}
11239
/* line 110, ../sass/overlay2.scss */
11240
ul.side-actions li ul.many:after {
11241
  top: 72px;
11242
}
11243
/* line 113, ../sass/overlay2.scss */
11244
ul.side-actions li ul.many:before {
11245
  top: 71px;
11246
}
11247
/* line 117, ../sass/overlay2.scss */
11248
ul.side-actions li ul.single {
11249
  top: 62px;
11250
}
11251
/* line 119, ../sass/overlay2.scss */
11252
ul.side-actions li ul.single:after {
11253
  top: 13px;
11254
}
11255
/* line 122, ../sass/overlay2.scss */
11256
ul.side-actions li ul.single:before {
11257
  top: 12px;
11258
}
11259
/* line 128, ../sass/overlay2.scss */
11260
ul.side-actions li:hover ul {
11261
  display: block;
11262
}
11263
/* line 133, ../sass/overlay2.scss */
11264
ul.side-actions .arrow-right {
11265
  display: inline-block;
11266
  width: 0;
11267
  height: 0;
11268
  border-top: 5px solid transparent;
11269
  border-bottom: 5px solid transparent;
11270
  border-left: 5px solid #485057;
11271
  margin-left: 10px;
11272
}
11273
/* line 143, ../sass/overlay2.scss */
11274
ul.side-actions a:hover .arrow-right {
11275
  border-left-color: #30c79e;
11276
}
11277

    
11278
/* line 151, ../sass/overlay2.scss */
11279
.items-list li:hover ul.side-actions {
11280
  -webkit-transition: background 300ms ease-out;
11281
  -moz-transition: background 300ms ease-out;
11282
  -ms-transition: background 300ms ease-out;
11283
  -o-transition: background 300ms ease-out;
11284
  transition: background 300ms ease-out;
11285
  background: #485057;
11286
}
11287

    
11288
/* line 159, ../sass/overlay2.scss */
11289
.list-view .side-actions {
11290
  display: none;
11291
}
11292

    
11293
/* line 3, ../sass/_overlay1.scss */
11294
.main .vms .items-list li.testOverlay .more {
11295
  width: 222px;
11296
  top: 0;
11297
  left: 0;
11298
  background-color: #f0f0f0;
11299
  padding: 14px;
11300
  height: 215px;
11301
}
11302
/* line 10, ../sass/_overlay1.scss */
11303
.main .vms .items-list li.testOverlay .more .temp {
11304
  display: inline-block;
11305
  margin-left: 7px;
11306
  position: relative;
11307
  top: 0;
11308
  overflow-y: auto;
11309
}
11310
/* line 17, ../sass/_overlay1.scss */
11311
.main .vms .items-list li.testOverlay .more .actions-list {
11312
  list-style: none;
11313
  margin-left: 0;
11314
  display: inline-block;
11315
  margin-left: 7px;
11316
  position: relative;
11317
  top: 0;
11318
}
11319
/* line 25, ../sass/_overlay1.scss */
11320
.main .vms .items-list li.testOverlay .more .actions-list a {
11321
  font-size: 12px;
11322
}
11323
/* line 29, ../sass/_overlay1.scss */
11324
.main .vms .items-list li.testOverlay .more .name {
11325
  background-image: none;
11326
  padding: 10px 20px;
11327
}
11328
/* line 33, ../sass/_overlay1.scss */
11329
.main .vms .items-list li.testOverlay .more .main-btns {
11330
  text-align: center;
11331
  font-size: 12px;
11332
  padding-right: 22px;
11333
  padding-left: 22px;
11334
}
11335
/* line 38, ../sass/_overlay1.scss */
11336
.main .vms .items-list li.testOverlay .more .main-btns a:first-child {
11337
  margin-right: 20px;
11338
}
11339
/* line 41, ../sass/_overlay1.scss */
11340
.main .vms .items-list li.testOverlay .more .main-btns span {
11341
  display: inline-block;
11342
  -webkit-border-radius: 999px;
11343
  -moz-border-radius: 999px;
11344
  border-radius: 999px;
11345
  width: 20px;
11346
  height: 20px;
11347
  background-color: transparent;
11348
  behavior: url(PIE.htc);
11349
  border: 1px solid;
11350
  line-height: 20px;
11351
  font-size: 16px;
11352
  margin-right: 4px;
11353
}
11354
/* line 50, ../sass/_overlay1.scss */
11355
.main .vms .items-list li.testOverlay .more .actions-area {
11356
  margin-bottom: 10px;
11357
  height: 100px;
11358
  overflow: hidden;
11359
  text-align: left;
11360
  margin-right: 24px;
11361
  margin-left: 24px;
11362
}
11363
/* line 59, ../sass/_overlay1.scss */
11364
.main .vms .items-list li.testOverlay .more .arrows {
11365
  width: 20px;
11366
  display: inline-block;
11367
  float: right;
11368
}
11369
/* line 63, ../sass/_overlay1.scss */
11370
.main .vms .items-list li.testOverlay .more .arrows a {
11371
  display: inline-block;
11372
  height: 20px;
11373
  width: 20px;
11374
  background-image: url("../images/ios7-arrow-down.png");
11375
  background-size: 20px;
11376
}
11377
/* line 69, ../sass/_overlay1.scss */
11378
.main .vms .items-list li.testOverlay .more .arrows a.inactive {
11379
  background-image: url("../images/ios7-arrow-down-inactive.png");
11380
}
11381
/* line 72, ../sass/_overlay1.scss */
11382
.main .vms .items-list li.testOverlay .more .arrows a:first-child {
11383
  background-image: url("../images/ios7-arrow-up.png");
11384
  margin-bottom: 48px;
11385
}
11386
/* line 75, ../sass/_overlay1.scss */
11387
.main .vms .items-list li.testOverlay .more .arrows a:first-child.inactive {
11388
  background-image: url("../images/ios7-arrow-up-inactive.png");
11389
}