Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (455.9 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
}
7001
/* line 275, ../sass/_common.scss */
7002
.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 {
7003
  background: white;
7004
  color: #30c79e;
7005
}
7006
/* line 276, ../sass/_common.scss */
7007
.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 {
7008
  background-color: white;
7009
}
7010
/* line 282, ../sass/_common.scss */
7011
.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 {
7012
  border: 1px solid transparent;
7013
  display: block;
7014
  padding: 0 20px;
7015
  line-height: 26px;
7016
  height: 100%;
7017
}
7018

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
8101
/* line 382, ../sass/_items-list.scss */
8102
.containers .storage .items-list > li:hover {
8103
  background-color: inherit;
8104
}
8105

    
8106
/* line 393, ../sass/_items-list.scss */
8107
.storage .lt-bar .lt-actions .select {
8108
  margin-right: 4px;
8109
}
8110

    
8111
/* line 402, ../sass/_items-list.scss */
8112
.lt-bar .items-list .check, .lt-bar .items-list .actions, .lt-bar .items-list .info {
8113
  display: none;
8114
}
8115
/* line 405, ../sass/_items-list.scss */
8116
.lt-bar .items-list > li {
8117
  background: url(../images/dashed_atom-x.png) repeat-x center bottom;
8118
  padding: 40px;
8119
  height: auto;
8120
}
8121
/* line 409, ../sass/_items-list.scss */
8122
.lt-bar .items-list > li:hover {
8123
  background-color: #bebebe;
8124
}
8125
/* line 412, ../sass/_items-list.scss */
8126
.lt-bar .items-list > li.add-new {
8127
  background-color: #30c79e;
8128
}
8129
/* line 414, ../sass/_items-list.scss */
8130
.lt-bar .items-list > li.add-new:hover {
8131
  background-color: #485057;
8132
}
8133
/* line 419, ../sass/_items-list.scss */
8134
.lt-bar .items-list .container {
8135
  height: 160px;
8136
  position: relative;
8137
  line-height: 120%;
8138
}
8139
/* line 423, ../sass/_items-list.scss */
8140
.lt-bar .items-list .container .tags {
8141
  width: 100%;
8142
  min-height: 12px;
8143
  position: absolute;
8144
  bottom: 12px;
8145
}
8146

    
8147
/* img-wrap div ( colors & styles ) */
8148
/* line 436, ../sass/_items-list.scss */
8149
.img-wrap {
8150
  width: 60px;
8151
  position: relative;
8152
  display: inline-block;
8153
  line-height: 100%;
8154
}
8155
/* line 443, ../sass/_items-list.scss */
8156
.img-wrap span:hover {
8157
  cursor: pointer;
8158
}
8159
/* line 447, ../sass/_items-list.scss */
8160
.img-wrap .os {
8161
  background: url("../images/os-unknown.png") no-repeat center center;
8162
  width: 22px;
8163
  height: 22px;
8164
  display: inline-block;
8165
  text-indent: -2000px;
8166
  overflow: hidden;
8167
  position: absolute;
8168
  top: 8px;
8169
  left: 50%;
8170
  margin-left: -11px;
8171
}
8172
/* line 453, ../sass/_items-list.scss */
8173
.img-wrap .os.windows {
8174
  background-image: url("../images/os-windows.png");
8175
}
8176
/* line 454, ../sass/_items-list.scss */
8177
.img-wrap .os.kubuntu {
8178
  background-image: url("../images/os-kubuntu.png");
8179
}
8180
/* line 455, ../sass/_items-list.scss */
8181
.img-wrap .os.fedora {
8182
  background-image: url("../images/os-fedora.png");
8183
}
8184
/* line 456, ../sass/_items-list.scss */
8185
.img-wrap .os.symbol {
8186
  position: relative;
8187
  top: -50px;
8188
  left: 0;
8189
  margin-left: 0;
8190
  width: auto;
8191
  height: auto;
8192
}
8193

    
8194
/* line 129, ../sass/_common.scss */
8195
.running .img-wrap .snf-pc-full,
8196
.running .img-wrap .snf-network-full, .running .img-wrap .snf-font {
8197
  color: #30c79e;
8198
}
8199
/* line 133, ../sass/_common.scss */
8200
.running .status {
8201
  color: #30c79e;
8202
}
8203

    
8204
/* line 129, ../sass/_common.scss */
8205
.off .img-wrap .snf-pc-full,
8206
.off .img-wrap .snf-network-full, .off .img-wrap .snf-font {
8207
  color: #485057;
8208
}
8209
/* line 133, ../sass/_common.scss */
8210
.off .status {
8211
  color: #485057;
8212
}
8213

    
8214
/* line 129, ../sass/_common.scss */
8215
.error .img-wrap .snf-pc-full,
8216
.error .img-wrap .snf-network-full, .error .img-wrap .snf-font {
8217
  color: #e02b2b;
8218
}
8219
/* line 133, ../sass/_common.scss */
8220
.error .status {
8221
  color: #e02b2b;
8222
}
8223

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

    
8234
/* line 129, ../sass/_common.scss */
8235
.starting .img-wrap .snf-pc-full,
8236
.starting .img-wrap .snf-network-full, .starting .img-wrap .snf-font {
8237
  color: #566db1;
8238
}
8239
/* line 133, ../sass/_common.scss */
8240
.starting .status {
8241
  color: #566db1;
8242
}
8243

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

    
8254
/* line 129, ../sass/_common.scss */
8255
.building .img-wrap .snf-pc-full,
8256
.building .img-wrap .snf-network-full, .building .img-wrap .snf-font {
8257
  color: #30c79e;
8258
}
8259
/* line 133, ../sass/_common.scss */
8260
.building .status {
8261
  color: #30c79e;
8262
}
8263

    
8264
/* line 493, ../sass/_items-list.scss */
8265
.building .img-wrap .snf-pc-full {
8266
  display: block;
8267
}
8268
/* line 497, ../sass/_items-list.scss */
8269
.building .img-wrap .incomplete {
8270
  color: #54d6b3;
8271
  width: 60px;
8272
}
8273
/* line 501, ../sass/_items-list.scss */
8274
.building .img-wrap .complete {
8275
  width: 0%;
8276
  position: absolute;
8277
  top: 0;
8278
  overflow: hidden;
8279
}
8280

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

    
8489
/* line 166, ../sass/_details.scss */
8490
.scroll-wrap {
8491
  position: relative;
8492
}
8493

    
8494
/* line 171, ../sass/_details.scss */
8495
.toggle-lt-bar {
8496
  position: absolute;
8497
  left: 0;
8498
  top: 35px;
8499
  background: #485057;
8500
  z-index: 4;
8501
  color: #fff;
8502
  display: block;
8503
  height: 100px;
8504
  line-height: 85px;
8505
  padding: 0 5px;
8506
}
8507
/* line 182, ../sass/_details.scss */
8508
.toggle-lt-bar:hover {
8509
  background: #30c79e;
8510
  color: #fff;
8511
}
8512
/* line 186, ../sass/_details.scss */
8513
.toggle-lt-bar.fix-position {
8514
  position: fixed;
8515
  top: 145px;
8516
  left: 50%;
8517
  margin-left: -30.625em;
8518
  border: 1px solid white;
8519
}
8520

    
8521
/* line 197, ../sass/_details.scss */
8522
.list-availables > span {
8523
  margin-bottom: 1em;
8524
  display: inline-block;
8525
}
8526
/* line 201, ../sass/_details.scss */
8527
.list-availables ul {
8528
  list-style-type: none;
8529
}
8530
/* line 203, ../sass/_details.scss */
8531
.list-availables ul li {
8532
  line-height: 2.5em;
8533
}
8534
/* line 205, ../sass/_details.scss */
8535
.list-availables ul li span {
8536
  display: inline-block;
8537
}
8538
/* line 207, ../sass/_details.scss */
8539
.list-availables ul li span:not(:last-child), .list-availables ul li span span:not(:first-child) {
8540
  margin-right: 20px;
8541
}
8542
/* line 210, ../sass/_details.scss */
8543
.list-availables ul li span:first-child {
8544
  margin-right: 30px;
8545
}
8546
/* line 213, ../sass/_details.scss */
8547
.list-availables ul li span.snf-font {
8548
  vertical-align: middle;
8549
}
8550
/* line 215, ../sass/_details.scss */
8551
.list-availables ul li span.snf-font.snf-network-full, .list-availables ul li span.snf-font.snf-volume-full {
8552
  font-size: 24px;
8553
  color: #30c79e;
8554
}
8555
/* line 220, ../sass/_details.scss */
8556
.list-availables ul li span.name {
8557
  width: 50%;
8558
}
8559

    
8560
/* line 229, ../sass/_details.scss */
8561
.select-list {
8562
  border: 0 !important;
8563
  /*Removes border*/
8564
  -webkit-appearance: none;
8565
  /*Removes default chrome and safari style*/
8566
  -moz-appearance: none;
8567
  /*Removes default style Firefox*/
8568
  background-color: transparent;
8569
}
8570

    
8571
/* Table of Contents
8572

8573
- editable
8574
- universal form styles
8575
- vm wizard styles
8576
*/
8577
/* editable (used for changing info asychronously) ------------------ */
8578
/* line 14, ../sass/_forms.scss */
8579
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
8580
  display: none;
8581
}
8582
/* line 16, ../sass/_forms.scss */
8583
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
8584
  font-size: 18px;
8585
}
8586
/* line 25, ../sass/_forms.scss */
8587
.editable input[type="text"] {
8588
  display: none;
8589
}
8590

    
8591
/* universal form styles ------------------ */
8592
/* line 33, ../sass/_forms.scss */
8593
.input {
8594
  display: inline-block;
8595
  padding-left: 6px;
8596
}
8597
/* line 36, ../sass/_forms.scss */
8598
.input input[type="text"] {
8599
  width: 142px;
8600
  padding: 0 12px 0 6px;
8601
  border: 0 none;
8602
  background-color: transparent;
8603
  outline: 0;
8604
  margin: 0;
8605
  -moz-box-shadow: none;
8606
  -webkit-box-shadow: none;
8607
  box-shadow: none;
8608
}
8609

    
8610
/* line 48, ../sass/_forms.scss */
8611
.snf-color-picker {
8612
  display: none;
8613
}
8614
/* line 50, ../sass/_forms.scss */
8615
.snf-color-picker > form {
8616
  height: 237px;
8617
  width: 100%;
8618
}
8619
/* line 55, ../sass/_forms.scss */
8620
.snf-color-picker #picker {
8621
  position: relative;
8622
  width: 207px;
8623
  margin: 25px 5px 30px;
8624
  display: inline-block;
8625
}
8626
/* line 61, ../sass/_forms.scss */
8627
.snf-color-picker .color-preview {
8628
  display: inline-block;
8629
  -webkit-border-radius: 999px;
8630
  -moz-border-radius: 999px;
8631
  border-radius: 999px;
8632
  width: 18px;
8633
  height: 18px;
8634
  background-color: #bebebe;
8635
  behavior: url(PIE.htc);
8636
  position: relative;
8637
  left: 10px;
8638
  bottom: -5px;
8639
  margin: 0 15px 0 10px;
8640
  vertical-align: text-bottom;
8641
  border-color: transparent;
8642
  color: transparent;
8643
}
8644

    
8645
/* detailed view styles ------------------ */
8646
/* line 76, ../sass/_forms.scss */
8647
.details .input {
8648
  background: url(../images/input-bg-lt-black.png) no-repeat left bottom;
8649
}
8650
/* line 78, ../sass/_forms.scss */
8651
.details .input input[type="text"] {
8652
  background: url(../images/input-bg-rt-black.png) no-repeat right bottom;
8653
  color: #2d3338;
8654
}
8655
/* line 71, ../sass/_common.scss */
8656
.details .input input[type="text"].placeholder {
8657
  color: #bebebe;
8658
}
8659
/* line 72, ../sass/_common.scss */
8660
.details .input input[type="text"]:-moz-placeholder {
8661
  color: #bebebe;
8662
}
8663
/* line 73, ../sass/_common.scss */
8664
.details .input input[type="text"]::-moz-placeholder {
8665
  color: #bebebe;
8666
}
8667
/* line 74, ../sass/_common.scss */
8668
.details .input input[type="text"]::-webkit-input-placeholder {
8669
  color: #bebebe;
8670
}
8671

    
8672
/* vm wizard styles ------------------ */
8673
/* line 91, ../sass/_forms.scss */
8674
.wizard form.custom .custom.dropdown.medium {
8675
  background: #485057;
8676
  color: white;
8677
}
8678
/* line 95, ../sass/_forms.scss */
8679
.wizard form.custom .custom.dropdown .current {
8680
  color: white;
8681
}
8682
/* line 98, ../sass/_forms.scss */
8683
.wizard form.custom .custom.dropdown .selector {
8684
  border-left: 1px solid white;
8685
  height: 30px;
8686
}
8687
/* line 102, ../sass/_forms.scss */
8688
.wizard form.custom .custom.dropdown.open ul {
8689
  background: #485057;
8690
  color: white;
8691
}
8692
/* line 106, ../sass/_forms.scss */
8693
.wizard form.custom .custom.dropdown ul li {
8694
  color: white;
8695
}
8696
/* line 109, ../sass/_forms.scss */
8697
.wizard form.custom .custom.dropdown ul li.selected {
8698
  color: white;
8699
  background: #5f6a73;
8700
}
8701
/* line 113, ../sass/_forms.scss */
8702
.wizard form.custom .custom.dropdown ul li:hover {
8703
  background: #77838e;
8704
  color: white;
8705
}
8706
/* line 118, ../sass/_forms.scss */
8707
.wizard .input {
8708
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
8709
}
8710
/* line 120, ../sass/_forms.scss */
8711
.wizard .input input[type="text"] {
8712
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
8713
  color: white;
8714
}
8715
/* line 71, ../sass/_common.scss */
8716
.wizard .input input[type="text"].placeholder {
8717
  color: #2d3338;
8718
}
8719
/* line 72, ../sass/_common.scss */
8720
.wizard .input input[type="text"]:-moz-placeholder {
8721
  color: #2d3338;
8722
}
8723
/* line 73, ../sass/_common.scss */
8724
.wizard .input input[type="text"]::-moz-placeholder {
8725
  color: #2d3338;
8726
}
8727
/* line 74, ../sass/_common.scss */
8728
.wizard .input input[type="text"]::-webkit-input-placeholder {
8729
  color: #2d3338;
8730
}
8731

    
8732
/* Animations  */
8733
/* line 3, ../sass/_animations.scss */
8734
.grid-view .build-progress {
8735
  animation: progress_animation 5s infinite, pulse 1s infinite;
8736
  -webkit-animation: progress_animation 5s infinite, pulse 1s infinite;
8737
}
8738

    
8739
/* line 12, ../sass/_animations.scss */
8740
.reboot-progress {
8741
  animation: reboot_pulse 1s infinite;
8742
  -webkit-animation: reboot_pulse 1s infinite;
8743
}
8744

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

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

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

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

    
8769
@-ms-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
@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
@-webkit-keyframes pulse {
8794
  /* line 29, ../sass/_animations.scss */
8795
  from {
8796
    color: #30c79e;
8797
  }
8798

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

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

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

    
8817
@-ms-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
@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
@-webkit-keyframes reboot_pulse {
8842
  /* line 39, ../sass/_animations.scss */
8843
  from {
8844
    color: #ffc748;
8845
  }
8846

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

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

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

    
8865
@-ms-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
@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
/* line 50, ../sass/_animations.scss */
8890
.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 {
8891
  color: blue;
8892
  padding: 0 4px;
8893
  position: absolute;
8894
  right: 0;
8895
}
8896

    
8897
/* line 58, ../sass/_animations.scss */
8898
.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 {
8899
  position: static;
8900
}
8901

    
8902
/* line 6, ../sass/_networks.scss */
8903
.networks.grid-view .items-list > li .img-wrap .snf-font {
8904
  font-size: 3.75em-pxCalc(0.05em);
8905
}
8906
/* line 18, ../sass/_networks.scss */
8907
.networks.list-view .items-list > li .img-wrap .snf-font {
8908
  font-size: 34px-pxCalc(0.05em);
8909
}
8910

    
8911
/* Storage (pithos) related styles  */
8912
/* line 3, ../sass/_storage.scss */
8913
.storage {
8914
  height: 100%;
8915
}
8916
/* line 5, ../sass/_storage.scss */
8917
.storage .rect-plus {
8918
  display: inline-block;
8919
  background-color: #fff;
8920
  color: #30c79e;
8921
  padding: 0 6px;
8922
  font-size: 1.625em;
8923
}
8924
/* line 11, ../sass/_storage.scss */
8925
.storage .rect-plus:hover {
8926
  color: #485057;
8927
}
8928
/* line 15, ../sass/_storage.scss */
8929
.storage .items-list {
8930
  height: 100%;
8931
}
8932
/* line 18, ../sass/_storage.scss */
8933
.storage .items-list > li .img-wrap {
8934
  top: 0;
8935
  height: 34px;
8936
  line-height: 34px;
8937
}
8938
/* line 23, ../sass/_storage.scss */
8939
.storage .items-list > li h4 {
8940
  width: 210px;
8941
  height: 34px;
8942
  line-height: 34px;
8943
}
8944
/* line 28, ../sass/_storage.scss */
8945
.storage .items-list > li .info {
8946
  margin-right: 40px;
8947
}
8948
/* line 33, ../sass/_storage.scss */
8949
.storage .items-list .folder .img-wrap {
8950
  background: url(../images/folder-closed.png) no-repeat center center;
8951
}
8952
/* line 37, ../sass/_storage.scss */
8953
.storage .items-list .folder.draghover .img-wrap {
8954
  background-image: url(../images/folder-open.png);
8955
}
8956
/* line 42, ../sass/_storage.scss */
8957
.storage .items-list .folder.updating .img-wrap {
8958
  background-image: url(../images/folder-updating.png);
8959
}
8960
/* line 47, ../sass/_storage.scss */
8961
.storage .items-list .folder.updated .img-wrap {
8962
  background-image: url(../images/folder-updated.png);
8963
}
8964
/* line 53, ../sass/_storage.scss */
8965
.storage .items-list li:hover .actions-col {
8966
  visibility: visible;
8967
}
8968
/* line 57, ../sass/_storage.scss */
8969
.storage .items-list .add-new {
8970
  position: relative;
8971
}
8972
/* line 59, ../sass/_storage.scss */
8973
.storage .items-list .add-new input[type="file"] {
8974
  position: absolute;
8975
  left: 150px;
8976
  top: 0;
8977
  right: 0;
8978
  bottom: 0;
8979
  opacity: 0;
8980
}
8981
/* line 67, ../sass/_storage.scss */
8982
.storage .items-list .add-new h4 {
8983
  color: #fff;
8984
}
8985
/* line 71, ../sass/_storage.scss */
8986
.storage .items-list .add-new:hover .rect-plus {
8987
  color: #485057;
8988
}
8989
/* line 76, ../sass/_storage.scss */
8990
.storage .items-list.drag {
8991
  background-color: #bebebe;
8992
}
8993

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

    
9154
/* line 221, ../sass/_storage.scss */
9155
.storage-progress .items-list {
9156
  margin-bottom: 0;
9157
}
9158
/* line 223, ../sass/_storage.scss */
9159
.storage-progress .items-list li {
9160
  padding-left: 210px;
9161
  color: #fff;
9162
}
9163
/* line 226, ../sass/_storage.scss */
9164
.storage-progress .items-list li .img-wrap {
9165
  top: 0;
9166
  height: 34px;
9167
  line-height: 34px;
9168
}
9169
/* line 231, ../sass/_storage.scss */
9170
.storage-progress .items-list li h4 {
9171
  width: 210px;
9172
  height: 34px;
9173
  line-height: 34px;
9174
}
9175
/* line 236, ../sass/_storage.scss */
9176
.storage-progress .items-list li .remove {
9177
  text-align: right;
9178
  font-weight: bold;
9179
  visibility: visible;
9180
}
9181
/* line 240, ../sass/_storage.scss */
9182
.storage-progress .items-list li .remove a {
9183
  color: #fff;
9184
}
9185
/* line 242, ../sass/_storage.scss */
9186
.storage-progress .items-list li .remove a:hover {
9187
  color: #2d3338;
9188
}
9189
/* line 247, ../sass/_storage.scss */
9190
.storage-progress .items-list li .progress-col {
9191
  padding-top: 7px;
9192
}
9193
/* line 250, ../sass/_storage.scss */
9194
.storage-progress .items-list li:hover {
9195
  background-color: transparent;
9196
}
9197
/* line 255, ../sass/_storage.scss */
9198
.storage-progress .progress {
9199
  height: 20px;
9200
}
9201
/* line 257, ../sass/_storage.scss */
9202
.storage-progress .progress .meter {
9203
  background-color: #fff;
9204
  color: #30c79e;
9205
  text-align: right;
9206
  padding-right: 10px;
9207
  line-height: 120%;
9208
}
9209
/* line 265, ../sass/_storage.scss */
9210
.storage-progress .details {
9211
  border: 0 none;
9212
}
9213

    
9214
/* line 270, ../sass/_storage.scss */
9215
.all-height {
9216
  height: 100%;
9217
}
9218

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

    
10079
/* line 766, ../sass/_wizards.scss */
10080
#network-wizard a.nav:focus {
10081
  border: none;
10082
}
10083
/* line 769, ../sass/_wizards.scss */
10084
#network-wizard a.radio_btn:focus, #network-wizard a.check:focus {
10085
  border: 1px solid #aee7cc;
10086
  padding: 2px;
10087
}
10088
/* line 774, ../sass/_wizards.scss */
10089
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
10090
  font-size: 1.3em;
10091
}
10092
/* line 777, ../sass/_wizards.scss */
10093
#network-wizard .subnet_options {
10094
  margin: 0;
10095
}
10096
/* line 779, ../sass/_wizards.scss */
10097
#network-wizard .subnet_options li {
10098
  margin-top: 20px;
10099
}
10100
/* line 784, ../sass/_wizards.scss */
10101
#network-wizard .step a {
10102
  color: white;
10103
}
10104
/* line 785, ../sass/_wizards.scss */
10105
#network-wizard .step .network_options {
10106
  position: relative;
10107
  padding-bottom: 20px;
10108
}
10109
/* line 788, ../sass/_wizards.scss */
10110
#network-wizard .step .network_options .explanatory {
10111
  font-size: 0.75em;
10112
  margin-top: 20px;
10113
  margin-bottom: 60px;
10114
}
10115
/* line 793, ../sass/_wizards.scss */
10116
#network-wizard .step .network_options .check, #network-wizard .step .network_options .radio_btn {
10117
  position: absolute;
10118
  right: 0;
10119
}
10120
/* line 796, ../sass/_wizards.scss */
10121
#network-wizard .step .network_options .check:focus, #network-wizard .step .network_options .radio_btn:focus {
10122
  right: -3px;
10123
  top: -3px;
10124
}
10125
/* line 801, ../sass/_wizards.scss */
10126
#network-wizard .step .network_options .network-name {
10127
  margin: 40px 0;
10128
}
10129
/* line 803, ../sass/_wizards.scss */
10130
#network-wizard .step .network_options .network-name h2 {
10131
  color: white;
10132
  font-size: 1em;
10133
}
10134
/* line 810, ../sass/_wizards.scss */
10135
#network-wizard .step .network_options li {
10136
  display: block;
10137
  width: 360px;
10138
}
10139
/* line 813, ../sass/_wizards.scss */
10140
#network-wizard .step .network_options li.manual {
10141
  position: relative;
10142
}
10143
/* line 815, ../sass/_wizards.scss */
10144
#network-wizard .step .network_options li.manual .input {
10145
  position: absolute;
10146
  right: -170px;
10147
  width: 150px;
10148
  bottom: 5px;
10149
  display: none;
10150
}
10151
/* line 823, ../sass/_wizards.scss */
10152
#network-wizard .step .network_options li.project-selection li {
10153
  width: 100%;
10154
}
10155

    
10156
/* line 834, ../sass/_wizards.scss */
10157
#volume-wizard a.nav:focus {
10158
  border: none;
10159
}
10160
/* line 837, ../sass/_wizards.scss */
10161
#volume-wizard a.radio_btn:focus, #volume-wizard a.check:focus {
10162
  border: 1px solid #aee7cc;
10163
  padding: 2px;
10164
}
10165
/* line 842, ../sass/_wizards.scss */
10166
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
10167
  font-size: 1.3em;
10168
}
10169
/* line 846, ../sass/_wizards.scss */
10170
#volume-wizard .step a {
10171
  color: white;
10172
}
10173
/* line 849, ../sass/_wizards.scss */
10174
#volume-wizard .step p {
10175
  font-size: 14px;
10176
  line-height: 1;
10177
}
10178
/* line 853, ../sass/_wizards.scss */
10179
#volume-wizard .step h2 {
10180
  color: white;
10181
  font-size: 1em;
10182
}
10183
/* line 858, ../sass/_wizards.scss */
10184
#volume-wizard .step .volume_options > li {
10185
  display: block;
10186
  list-style: none outside none;
10187
  margin-bottom: 30px;
10188
}
10189
/* line 860, ../sass/_wizards.scss */
10190
#volume-wizard .step .volume_options > li.volume-name {
10191
  margin: 40px 0;
10192
}
10193
/* line 865, ../sass/_wizards.scss */
10194
#volume-wizard .step .volume_options > li .title {
10195
  height: 40px;
10196
  overflow: hidden;
10197
  margin-bottom: 0.5em;
10198
  color: white;
10199
  vertical-align: top;
10200
}
10201
/* line 872, ../sass/_wizards.scss */
10202
#volume-wizard .step .volume_options > li .title .snf-font {
10203
  display: block;
10204
  width: 60px;
10205
  font-size: 38px;
10206
  float: left;
10207
  position: relative;
10208
  bottom: -3px;
10209
}
10210
/* line 880, ../sass/_wizards.scss */
10211
#volume-wizard .step .volume_options > li .title h2 {
10212
  font-size: 0.875em;
10213
  float: left;
10214
  width: 140px;
10215
  color: white;
10216
  margin-right: 60px;
10217
  padding-left: 0.625em;
10218
}
10219
/* line 882, ../sass/_wizards.scss */
10220
#volume-wizard .step .volume_options > li .title h2 span {
10221
  font-weight: normal;
10222
}
10223
/* line 890, ../sass/_wizards.scss */
10224
#volume-wizard .step .volume_options > li .title h2 em {
10225
  display: block;
10226
  margin-top: 4px;
10227
  font-size: 11px;
10228
  font-style: normal;
10229
  font-weight: normal;
10230
  white-space: nowrap;
10231
  line-height: 13px;
10232
}
10233
/* line 900, ../sass/_wizards.scss */
10234
#volume-wizard .step .volume_options > li .title p {
10235
  visibility: hidden;
10236
  overflow: hidden;
10237
  min-height: 40px;
10238
  font-size: 11px;
10239
  line-height: 11px;
10240
}
10241
/* line 910, ../sass/_wizards.scss */
10242
#volume-wizard .step .volume_options > li .options-bar .bar {
10243
  width: 200px;
10244
  float: left;
10245
  margin-right: 60px;
10246
  height: 20px;
10247
  position: relative;
10248
  top: 10px;
10249
}
10250
/* line 917, ../sass/_wizards.scss */
10251
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
10252
  border: 1px solid white;
10253
  padding: 1px;
10254
  height: 100%;
10255
}
10256
/* line 921, ../sass/_wizards.scss */
10257
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
10258
  border-color: #bebebe;
10259
}
10260
/* line 924, ../sass/_wizards.scss */
10261
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
10262
  background-color: #bebebe;
10263
}
10264
/* line 929, ../sass/_wizards.scss */
10265
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
10266
  height: 100%;
10267
}
10268
/* line 931, ../sass/_wizards.scss */
10269
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
10270
  background: #bebebe;
10271
  height: 100%;
10272
  float: left;
10273
  position: relative;
10274
}
10275
/* line 936, ../sass/_wizards.scss */
10276
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
10277
  background: white;
10278
  height: 100%;
10279
  float: left;
10280
}
10281
/* line 941, ../sass/_wizards.scss */
10282
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
10283
  position: absolute;
10284
  right: 10px;
10285
  font-size: 0.5625em;
10286
  top: 2px;
10287
}
10288
/* line 948, ../sass/_wizards.scss */
10289
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
10290
  right: -30px;
10291
  color: white;
10292
}
10293
/* line 957, ../sass/_wizards.scss */
10294
#volume-wizard .step .volume_options > li .options-bar .options {
10295
  overflow: hidden;
10296
  list-style: none outside none;
10297
}
10298
/* line 960, ../sass/_wizards.scss */
10299
#volume-wizard .step .volume_options > li .options-bar .options li {
10300
  list-style: none outside none;
10301
  display: inline-block;
10302
  margin-right: 10px;
10303
  margin-bottom: 0;
10304
}
10305
/* line 965, ../sass/_wizards.scss */
10306
#volume-wizard .step .volume_options > li .options-bar .options li a {
10307
  min-width: 60px;
10308
}
10309
/* line 968, ../sass/_wizards.scss */
10310
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
10311
  color: #485057;
10312
}
10313
/* line 971, ../sass/_wizards.scss */
10314
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
10315
  border-color: #bebebe;
10316
  color: #bebebe;
10317
}
10318
/* line 974, ../sass/_wizards.scss */
10319
#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 {
10320
  cursor: default;
10321
  border-width: 1px;
10322
  line-height: 28px;
10323
}
10324
/* line 987, ../sass/_wizards.scss */
10325
#volume-wizard .step .explain {
10326
  margin-bottom: 1em;
10327
}
10328

    
10329
/*
10330

10331
Overlays (Todo: clean up)
10332

10333
*/
10334
/* line 6, ../sass/_overlays.scss */
10335
body.with-overlay {
10336
  background: #485057;
10337
}
10338
/* line 8, ../sass/_overlays.scss */
10339
body.with-overlay .main {
10340
  opacity: 0;
10341
}
10342

    
10343
/* line 14, ../sass/_overlays.scss */
10344
.body-wrapper {
10345
  position: relative;
10346
  left: 0;
10347
  top: 0;
10348
}
10349
/* line 18, ../sass/_overlays.scss */
10350
.body-wrapper .welcome {
10351
  display: none;
10352
}
10353
/* line 21, ../sass/_overlays.scss */
10354
.body-wrapper.no-vm {
10355
  background: url(../images/draw-welcome.png) no-repeat center 50px #30c79e;
10356
}
10357
/* line 23, ../sass/_overlays.scss */
10358
.body-wrapper.no-vm .welcome {
10359
  display: none;
10360
  color: #fff;
10361
  text-align: center;
10362
  position: relative;
10363
  top: -15px;
10364
  left: 75px;
10365
  display: block;
10366
}
10367
/* line 33, ../sass/_overlays.scss */
10368
.body-wrapper .reveal-modal {
10369
  padding: 65px 140px 40px;
10370
}
10371
/* line 35, ../sass/_overlays.scss */
10372
.body-wrapper .reveal-modal h3 {
10373
  font-size: 1em;
10374
}
10375
/* line 38, ../sass/_overlays.scss */
10376
.body-wrapper .reveal-modal p {
10377
  color: white;
10378
  text-align: center;
10379
}
10380
/* line 41, ../sass/_overlays.scss */
10381
.body-wrapper .reveal-modal p.message-forimg {
10382
  margin-top: 132px;
10383
  margin-bottom: 35px;
10384
}
10385
/* line 46, ../sass/_overlays.scss */
10386
.body-wrapper .reveal-modal p.buttons a:first-child {
10387
  margin-right: 25px;
10388
}
10389
/* line 51, ../sass/_overlays.scss */
10390
.body-wrapper .reveal-modal#start-confirm {
10391
  background: #30c79e url("../images/shutdown.png") no-repeat center 50px;
10392
}
10393
/* line 54, ../sass/_overlays.scss */
10394
.body-wrapper .reveal-modal#reboot-confirm {
10395
  background: #ff7049 url("../images/restart.png") no-repeat center 50px;
10396
}
10397
/* line 56, ../sass/_overlays.scss */
10398
.body-wrapper .reveal-modal#reboot-confirm .btn4 {
10399
  background-color: #ff7049;
10400
  border-color: white;
10401
}
10402
/* line 59, ../sass/_overlays.scss */
10403
.body-wrapper .reveal-modal#reboot-confirm .btn4:hover {
10404
  color: #ff7049;
10405
  background-color: white;
10406
  border-color: #ff7049;
10407
}
10408
/* line 66, ../sass/_overlays.scss */
10409
.body-wrapper .reveal-modal#shutdown-confirm {
10410
  background: #ff7049 url("../images/shutdown.png") no-repeat center 50px;
10411
}
10412
/* line 68, ../sass/_overlays.scss */
10413
.body-wrapper .reveal-modal#shutdown-confirm .btn4 {
10414
  background-color: #ff7049;
10415
  border-color: white;
10416
}
10417
/* line 71, ../sass/_overlays.scss */
10418
.body-wrapper .reveal-modal#shutdown-confirm .btn4:hover {
10419
  color: #ff7049;
10420
  background-color: white;
10421
  border-color: #ff7049;
10422
}
10423
/* line 78, ../sass/_overlays.scss */
10424
.body-wrapper .reveal-modal#destroy-vm-confirm {
10425
  background: #d7145a url("../images/destroy-vm.png") no-repeat center 46px;
10426
}
10427
/* line 80, ../sass/_overlays.scss */
10428
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4 {
10429
  background-color: #d7145a;
10430
  border-color: white;
10431
}
10432
/* line 83, ../sass/_overlays.scss */
10433
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4:hover {
10434
  color: #d7145a;
10435
  background-color: white;
10436
  border-color: #d7145a;
10437
}
10438
/* line 90, ../sass/_overlays.scss */
10439
.body-wrapper .reveal-modal#destroy-network-confirm {
10440
  background: #d7145a url("../images/destroy-network-1.png") no-repeat center 50px;
10441
}
10442
/* line 92, ../sass/_overlays.scss */
10443
.body-wrapper .reveal-modal#destroy-network-confirm .btn4 {
10444
  background-color: #d7145a;
10445
  border-color: white;
10446
}
10447
/* line 95, ../sass/_overlays.scss */
10448
.body-wrapper .reveal-modal#destroy-network-confirm .btn4:hover {
10449
  color: #d7145a;
10450
  background-color: white;
10451
  border-color: #d7145a;
10452
}
10453
/* line 102, ../sass/_overlays.scss */
10454
.body-wrapper .reveal-modal#destroy-disk-confirm {
10455
  background: #d7145a url("../images/destroy-disk.png") no-repeat center 50px;
10456
}
10457
/* line 104, ../sass/_overlays.scss */
10458
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4 {
10459
  background-color: #d7145a;
10460
  border-color: white;
10461
}
10462
/* line 107, ../sass/_overlays.scss */
10463
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4:hover {
10464
  color: #d7145a;
10465
  background-color: white;
10466
  border-color: #d7145a;
10467
}
10468
/* line 116, ../sass/_overlays.scss */
10469
.body-wrapper .reveal-modal#vm-connect p, .body-wrapper .reveal-modal.remove p {
10470
  text-align: left;
10471
  color: black;
10472
}
10473
/* line 119, ../sass/_overlays.scss */
10474
.body-wrapper .reveal-modal#vm-connect p.info, .body-wrapper .reveal-modal.remove p.info {
10475
  font-style: italic;
10476
  font-size: 0.8125em;
10477
  color: #9e9ea1;
10478
}
10479
/* line 124, ../sass/_overlays.scss */
10480
.body-wrapper .reveal-modal#vm-connect p.ssh, .body-wrapper .reveal-modal.remove p.ssh {
10481
  text-align: center;
10482
}
10483
/* line 126, ../sass/_overlays.scss */
10484
.body-wrapper .reveal-modal#vm-connect p.ssh span, .body-wrapper .reveal-modal.remove p.ssh span {
10485
  display: inline;
10486
  padding: 10px 30px;
10487
  background: #30c79e;
10488
  color: #fff;
10489
}
10490
/* line 133, ../sass/_overlays.scss */
10491
.body-wrapper .reveal-modal#vm-connect p.buttons, .body-wrapper .reveal-modal.remove p.buttons {
10492
  text-align: center;
10493
}
10494
/* line 137, ../sass/_overlays.scss */
10495
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal, .body-wrapper .reveal-modal.remove .close-reveal-modal {
10496
  color: #485057;
10497
}
10498
/* line 139, ../sass/_overlays.scss */
10499
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal:hover, .body-wrapper .reveal-modal.remove .close-reveal-modal:hover {
10500
  color: #30c79e;
10501
}
10502
/* line 145, ../sass/_overlays.scss */
10503
.body-wrapper .overlay-area-custom {
10504
  display: none;
10505
  position: absolute;
10506
  left: 0;
10507
  right: 0;
10508
  top: -30px;
10509
  width: 100%;
10510
  height: 100%;
10511
  background: #485057;
10512
  z-index: 20;
10513
}
10514
/* line 155, ../sass/_overlays.scss */
10515
.body-wrapper .overlay-area-custom .overlay-div {
10516
  display: none;
10517
  z-index: 50;
10518
  position: relative;
10519
  background: #fff;
10520
  top: 20%;
10521
  left: 25%;
10522
  width: 50%;
10523
  padding: 25px;
10524
}
10525
/* line 165, ../sass/_overlays.scss */
10526
.body-wrapper .overlay-area-custom .overlay-div .buttons a {
10527
  margin-right: 20px;
10528
}
10529
/* line 169, ../sass/_overlays.scss */
10530
.body-wrapper .overlay-area-custom .overlay-div .close {
10531
  float: right;
10532
  font-size: 30px;
10533
}
10534
/* line 173, ../sass/_overlays.scss */
10535
.body-wrapper .overlay-area-custom .overlay-div.upload-widget {
10536
  background: transparent;
10537
  padding: 45px 0;
10538
  width: 80%;
10539
  left: 10%;
10540
  border: 1px solid white;
10541
}
10542

    
10543
/* line 185, ../sass/_overlays.scss */
10544
.communication-error {
10545
  background-color: #e02b2b;
10546
  color: white;
10547
  position: fixed;
10548
  bottom: -151px;
10549
  left: 0px;
10550
  width: 100%;
10551
  padding-top: 30px;
10552
  padding-bottom: 15px;
10553
  z-index: 10;
10554
}
10555
/* line 196, ../sass/_overlays.scss */
10556
.communication-error p {
10557
  text-align: center;
10558
  line-height: 2em;
10559
  margin: 0 auto;
10560
  max-width: 800px;
10561
}
10562
/* line 201, ../sass/_overlays.scss */
10563
.communication-error p.buttons {
10564
  margin-top: 10px;
10565
}
10566
/* line 203, ../sass/_overlays.scss */
10567
.communication-error p.buttons a:not(:first-child) {
10568
  margin-left: 15px;
10569
}
10570

    
10571
/* Responive ------------------------------------------------ */
10572
@media only screen and (max-width: 768px) {
10573
  /* line 216, ../sass/_overlays.scss */
10574
  .wizard .top {
10575
    position: static;
10576
  }
10577
  /* line 219, ../sass/_overlays.scss */
10578
  .wizard .middle {
10579
    padding-top: 0;
10580
  }
10581

    
10582
  /* line 224, ../sass/_overlays.scss */
10583
  .body-wrapper .overlay-area {
10584
    top: 0;
10585
  }
10586
}
10587
/* line 3, ../sass/_sshkeys-wizard.scss */
10588
body .body-wrapper .overlay-area-reveal .secondary-wizard {
10589
  padding-left: 60px;
10590
  padding-right: 60px;
10591
}
10592
/* line 6, ../sass/_sshkeys-wizard.scss */
10593
body .body-wrapper .overlay-area-reveal .secondary-wizard h2 {
10594
  font-size: 1.5em;
10595
}
10596
/* line 10, ../sass/_sshkeys-wizard.scss */
10597
body .body-wrapper .overlay-area-reveal .secondary-wizard p {
10598
  font-size: 14px;
10599
  color: black;
10600
  text-align: left;
10601
}
10602
/* line 14, ../sass/_sshkeys-wizard.scss */
10603
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons {
10604
  text-align: center;
10605
}
10606
/* line 16, ../sass/_sshkeys-wizard.scss */
10607
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a {
10608
  background-color: white;
10609
  text-decoration: none;
10610
  color: #30c79e;
10611
  border-color: #30c79e;
10612
}
10613
/* line 21, ../sass/_sshkeys-wizard.scss */
10614
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a:first-child {
10615
  margin-right: 20px;
10616
}
10617
/* line 30, ../sass/_sshkeys-wizard.scss */
10618
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.current {
10619
  color: white;
10620
  background-color: #30c79e;
10621
  border-color: white;
10622
}
10623
/* line 35, ../sass/_sshkeys-wizard.scss */
10624
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.close-reveal-modal {
10625
  position: initial;
10626
}
10627
/* line 41, ../sass/_sshkeys-wizard.scss */
10628
body .body-wrapper .overlay-area-reveal .secondary-wizard h4 {
10629
  display: inline-block;
10630
  margin-right: 15px;
10631
  font-size: 14px;
10632
  font-weight: normal;
10633
  color: #4d4d4d;
10634
}
10635
/* line 48, ../sass/_sshkeys-wizard.scss */
10636
body .body-wrapper .overlay-area-reveal .secondary-wizard .generate-key-area {
10637
  display: none;
10638
  height: 225px;
10639
  border: 1px solid transparent;
10640
  padding: 10px;
10641
  background-color: rgba(145, 145, 148, 0.31);
10642
  width: 450px;
10643
  margin: 0 auto;
10644
}
10645
/* line 58, ../sass/_sshkeys-wizard.scss */
10646
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area {
10647
  display: none;
10648
  height: 485px;
10649
  border: 1px solid transparent;
10650
  padding: 10px;
10651
  background-color: rgba(145, 145, 148, 0.31);
10652
  width: 450px;
10653
  margin: 0 auto;
10654
}
10655
/* line 66, ../sass/_sshkeys-wizard.scss */
10656
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area h4 {
10657
  float: left;
10658
  min-width: 80px;
10659
}
10660
/* line 71, ../sass/_sshkeys-wizard.scss */
10661
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-webkit-input-placeholder {
10662
  text-align: center;
10663
}
10664
/* line 75, ../sass/_sshkeys-wizard.scss */
10665
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-moz-placeholder {
10666
  /* Firefox 18- */
10667
  text-align: center;
10668
}
10669
/* line 79, ../sass/_sshkeys-wizard.scss */
10670
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-moz-placeholder {
10671
  /* Firefox 19+ */
10672
  text-align: center;
10673
}
10674
/* line 83, ../sass/_sshkeys-wizard.scss */
10675
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-ms-input-placeholder {
10676
  text-align: center;
10677
}
10678
/* line 86, ../sass/_sshkeys-wizard.scss */
10679
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name h4 {
10680
  position: relative;
10681
  bottom: -5px;
10682
}
10683
/* line 90, ../sass/_sshkeys-wizard.scss */
10684
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name .key-name-input {
10685
  color: #485057;
10686
}
10687
/* line 94, ../sass/_sshkeys-wizard.scss */
10688
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content {
10689
  margin-top: 25px;
10690
}
10691
/* line 96, ../sass/_sshkeys-wizard.scss */
10692
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content textarea {
10693
  min-height: 250px;
10694
  width: 328px;
10695
}
10696
/* line 102, ../sass/_sshkeys-wizard.scss */
10697
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal {
10698
  color: black;
10699
}
10700
/* line 104, ../sass/_sshkeys-wizard.scss */
10701
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal:hover {
10702
  color: #30c79e;
10703
}
10704
/* line 108, ../sass/_sshkeys-wizard.scss */
10705
body .body-wrapper .overlay-area-reveal .secondary-wizard ul {
10706
  list-style-type: none;
10707
}
10708
/* line 110, ../sass/_sshkeys-wizard.scss */
10709
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li {
10710
  clear: left;
10711
  padding: 4px 10px;
10712
  border: 1px solid transparent;
10713
  text-align: left;
10714
  font-weight: normal;
10715
  height: 32px;
10716
}
10717
/* line 118, ../sass/_sshkeys-wizard.scss */
10718
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .name-col {
10719
  float: left;
10720
  width: 42%;
10721
}
10722
/* line 122, ../sass/_sshkeys-wizard.scss */
10723
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col {
10724
  float: left;
10725
  width: 56%;
10726
  visibility: visible;
10727
}
10728
/* line 127, ../sass/_sshkeys-wizard.scss */
10729
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col a:not(:last-child) {
10730
  margin-right: 10px;
10731
}
10732
/* line 131, ../sass/_sshkeys-wizard.scss */
10733
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li:hover {
10734
  border-color: #30c79e;
10735
}
10736

    
10737
/*
10738
* Used for connected elements in details page.
10739
* Each icon is unique and therefore, customization
10740
* is needed for different entities.
10741
*/
10742
/* line 16, ../sass/_connected.scss */
10743
.connected {
10744
  position: relative;
10745
  border-left: 2px solid #30c79e;
10746
  left: 145px;
10747
  top: -80px;
10748
  padding-top: 80px;
10749
}
10750
/* line 20, ../sass/_connected.scss */
10751
.connected .item {
10752
  padding-top: 40px;
10753
  position: relative;
10754
}
10755
/* line 23, ../sass/_connected.scss */
10756
.connected .item .what {
10757
  padding: 10px 0 20px;
10758
}
10759
/* line 26, ../sass/_connected.scss */
10760
.connected .item .what .img-wrap {
10761
  width: 165px;
10762
  text-align: center;
10763
  position: relative;
10764
  display: block;
10765
}
10766
/* line 31, ../sass/_connected.scss */
10767
.connected .item .what .img-wrap .snf-font {
10768
  font-size: 60px;
10769
}
10770
/* line 35, ../sass/_connected.scss */
10771
.connected .item .what h4 {
10772
  position: absolute;
10773
  top: 20px;
10774
  left: 165px;
10775
  font-size: 1em;
10776
}
10777
/* line 40, ../sass/_connected.scss */
10778
.connected .item .what h4 .status {
10779
  font-weight: normal;
10780
  display: block;
10781
  font-size: 0.875em;
10782
}
10783
/* line 47, ../sass/_connected.scss */
10784
.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 {
10785
  position: relative;
10786
}
10787
/* line 50, ../sass/_connected.scss */
10788
.connected .item .connections {
10789
  list-style: none outside none;
10790
  margin: 0;
10791
  padding: 0;
10792
  float: left;
10793
}
10794
/* line 55, ../sass/_connected.scss */
10795
.connected .item .connections > li {
10796
  list-style: none outside none;
10797
  margin: 0;
10798
  padding: 0;
10799
  position: relative;
10800
  margin-bottom: 10px;
10801
}
10802
/* line 62, ../sass/_connected.scss */
10803
.connected .item .connections > li .icon {
10804
  width: 165px;
10805
  text-align: center;
10806
  border-top: 2px solid #30c79e;
10807
  float: left;
10808
}
10809
/* line 67, ../sass/_connected.scss */
10810
.connected .item .connections > li .icon span {
10811
  position: relative;
10812
  top: -20px;
10813
  background-color: #bebebe;
10814
  padding: 0px 10px;
10815
  font-size: 30px;
10816
  line-height: 120%;
10817
}
10818
/* line 76, ../sass/_connected.scss */
10819
.connected .item .connections > li .act {
10820
  position: absolute;
10821
  left: 0;
10822
  top: -9px;
10823
  display: block;
10824
  height: 20px;
10825
  width: 65px;
10826
  background: url(../images/connected.png) no-repeat 25px center;
10827
  z-index: 2;
10828
  -moz-transition: none;
10829
  -webkit-transition: none;
10830
  transition: none;
10831
}
10832
/* line 88, ../sass/_connected.scss */
10833
.connected .item .connections > li .act.open {
10834
  background: url(../images/disconnected.png) no-repeat 0 0 white;
10835
  -moz-transition: none;
10836
  -webkit-transition: none;
10837
  transition: none;
10838
}
10839
/* line 95, ../sass/_connected.scss */
10840
.connected .item .connections > li .data {
10841
  float: left;
10842
  position: relative;
10843
  top: -15px;
10844
  width: 350px;
10845
}
10846
/* line 100, ../sass/_connected.scss */
10847
.connected .item .connections > li .data ul {
10848
  padding: 5px 0 0;
10849
  margin: 0;
10850
  background-color: #bebebe;
10851
}
10852
/* line 104, ../sass/_connected.scss */
10853
.connected .item .connections > li .data ul li {
10854
  font-size: 0.75em;
10855
  list-style: none outside none;
10856
  padding: 0 10px 10px 10px;
10857
}
10858
/* line 108, ../sass/_connected.scss */
10859
.connected .item .connections > li .data ul li h5 {
10860
  float: left;
10861
  margin: 0;
10862
  line-height: 1.3em;
10863
}
10864
/* line 112, ../sass/_connected.scss */
10865
.connected .item .connections > li .data ul li h5.ip-data {
10866
  width: 10%;
10867
}
10868
/* line 115, ../sass/_connected.scss */
10869
.connected .item .connections > li .data ul li h5.volume-data {
10870
  width: 35%;
10871
}
10872
/* line 119, ../sass/_connected.scss */
10873
.connected .item .connections > li .data ul li p {
10874
  overflow: hidden;
10875
  padding-left: 10px;
10876
  margin: 0;
10877
  line-height: 1.3em;
10878
}
10879

    
10880
/* line 133, ../sass/_connected.scss */
10881
.connect-new {
10882
  position: absolute;
10883
  bottom: -150px;
10884
  left: 0;
10885
  width: 165px;
10886
  text-align: center;
10887
  padding-top: 100px;
10888
  background: url(../images/dashed_atom.png) repeat-y left center;
10889
  margin-bottom: 50px;
10890
  margin-left: -1px;
10891
}
10892
/* line 143, ../sass/_connected.scss */
10893
.connect-new .img-wrap {
10894
  position: relative;
10895
  display: block;
10896
  width: 82.5px;
10897
  height: 2px;
10898
  background: url(../images/dashed_atom-x.png) repeat-x left top;
10899
  overflow: inherit;
10900
}
10901
/* line 150, ../sass/_connected.scss */
10902
.connect-new .img-wrap > a {
10903
  display: block;
10904
  position: absolute;
10905
  left: 0;
10906
  top: 0;
10907
  width: 165px;
10908
  text-align: center;
10909
  margin: -20px 0 0;
10910
}
10911
/* line 158, ../sass/_connected.scss */
10912
.connect-new .img-wrap > a .snf-font {
10913
  color: #485057;
10914
  font-size: 3.75em;
10915
}
10916
/* line 162, ../sass/_connected.scss */
10917
.connect-new .img-wrap > a .snf-network-full {
10918
  position: relative;
10919
  top: -9px;
10920
}
10921
/* line 167, ../sass/_connected.scss */
10922
.connect-new .img-wrap > a:hover span {
10923
  color: #30c79e;
10924
}
10925
/* line 173, ../sass/_connected.scss */
10926
.connect-new p {
10927
  position: absolute;
10928
  left: 165px;
10929
  width: 350px;
10930
  text-align: left;
10931
  font-size: 0.875em;
10932
  top: 90px;
10933
}
10934
/* line 181, ../sass/_connected.scss */
10935
.connect-new.network p {
10936
  top: 90px;
10937
}
10938
/* line 184, ../sass/_connected.scss */
10939
.connect-new.disk p {
10940
  top: 94px;
10941
}
10942

    
10943
/* line 190, ../sass/_connected.scss */
10944
.network .connected {
10945
  left: 143px;
10946
  top: -80px;
10947
  padding-top: 80px;
10948
}
10949

    
10950
/* line 194, ../sass/_connected.scss */
10951
.firewall {
10952
  float: left;
10953
  margin-left: 20px;
10954
  border: 1px solid #bebebe;
10955
  padding: 5px 20px;
10956
  position: absolute;
10957
  left: 515px;
10958
  top: -15px;
10959
  font-size: 0.75em;
10960
  white-space: nowrap;
10961
  background-color: #fff;
10962
}
10963
/* line 205, ../sass/_connected.scss */
10964
.firewall p {
10965
  margin: 0;
10966
}
10967
/* line 207, ../sass/_connected.scss */
10968
.firewall p em {
10969
  color: #30c79e;
10970
}
10971
/* line 211, ../sass/_connected.scss */
10972
.firewall .more {
10973
  margin-top: 10px;
10974
  display: none;
10975
}
10976
/* line 214, ../sass/_connected.scss */
10977
.firewall .more p {
10978
  min-width: 200px;
10979
}
10980
/* line 216, ../sass/_connected.scss */
10981
.firewall .more p span {
10982
  float: right;
10983
  font-size: 0.875em;
10984
  height: 14px;
10985
  line-height: 22px;
10986
}
10987
/* line 222, ../sass/_connected.scss */
10988
.firewall .more p em {
10989
  float: right;
10990
  margin: 0 5px 0 20px;
10991
  width: 15px;
10992
  display: inline-block;
10993
}
10994
/* line 231, ../sass/_connected.scss */
10995
.firewall.unprotected > p em,
10996
.firewall .unprotected a em {
10997
  color: #e02b2b;
10998
}
10999

    
11000
/* line 236, ../sass/_connected.scss */
11001
.details .placeholder {
11002
  height: 100px;
11003
}
11004

    
11005
/* line 6, ../sass/_images.scss */
11006
.images.grid-view .items-list > li .img-wrap .os.symbol {
11007
  top: -47px;
11008
  color: white;
11009
}
11010
/* line 18, ../sass/_images.scss */
11011
.images.list-view .items-list > li .img-wrap .os.symbol {
11012
  font-size: 16px;
11013
  color: white;
11014
}
11015

    
11016
/* line 6, ../sass/_snapshots.scss */
11017
.snapshots.grid-view .items-list > li .img-wrap .snf-font {
11018
  font-size: 3.75em-pxCalc(0.1em);
11019
}
11020
/* line 18, ../sass/_snapshots.scss */
11021
.snapshots.list-view .items-list > li .img-wrap .snf-font {
11022
  font-size: 34px-pxCalc(0.1em);
11023
}