Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / stylesheets / app.css @ 5bdb4b1c

History | View | Annotate | Download (441 kB)

1
/* line 264, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
2
*,
3
*:before,
4
*:after {
5
  -moz-box-sizing: border-box;
6
  -webkit-box-sizing: border-box;
7
  box-sizing: border-box;
8
}
9

    
10
/* line 269, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
11
html,
12
body {
13
  font-size: 100%;
14
}
15

    
16
/* line 272, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
17
body {
18
  background: white;
19
  color: #1e1e1e;
20
  padding: 0;
21
  margin: 0;
22
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
23
  font-weight: normal;
24
  font-style: normal;
25
  line-height: 1;
26
  position: relative;
27
  cursor: default;
28
}
29

    
30
/* line 285, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
31
a:hover {
32
  cursor: pointer;
33
}
34

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

    
40
/* line 293, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
41
img,
42
object,
43
embed {
44
  max-width: 100%;
45
  height: auto;
46
}
47

    
48
/* line 296, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
49
object,
50
embed {
51
  height: 100%;
52
}
53

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

    
59
/* line 303, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
60
#map_canvas img,
61
#map_canvas embed,
62
#map_canvas object,
63
.map_canvas img,
64
.map_canvas embed,
65
.map_canvas object {
66
  max-width: none !important;
67
}
68

    
69
/* line 308, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
70
.left {
71
  float: left !important;
72
}
73

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

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

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

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

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

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

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

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

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

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

    
126
/* Grid HTML Classes */
127
/* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
128
.row {
129
  width: 100%;
130
  margin-left: auto;
131
  margin-right: auto;
132
  margin-top: 0;
133
  margin-bottom: 0;
134
  max-width: 62.5em;
135
  *zoom: 1;
136
}
137
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
138
.row:before, .row:after {
139
  content: " ";
140
  display: table;
141
}
142
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
143
.row:after {
144
  clear: both;
145
}
146
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
147
.row.collapse .column,
148
.row.collapse .columns {
149
  position: relative;
150
  padding-left: 0;
151
  padding-right: 0;
152
  float: left;
153
}
154
/* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
155
.row .row {
156
  width: auto;
157
  margin-left: -0.9375em;
158
  margin-right: -0.9375em;
159
  margin-top: 0;
160
  margin-bottom: 0;
161
  max-width: none;
162
  *zoom: 1;
163
}
164
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
165
.row .row:before, .row .row:after {
166
  content: " ";
167
  display: table;
168
}
169
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
170
.row .row:after {
171
  clear: both;
172
}
173
/* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
174
.row .row.collapse {
175
  width: auto;
176
  margin: 0;
177
  max-width: none;
178
  *zoom: 1;
179
}
180
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
181
.row .row.collapse:before, .row .row.collapse:after {
182
  content: " ";
183
  display: table;
184
}
185
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
186
.row .row.collapse:after {
187
  clear: both;
188
}
189

    
190
/* line 130, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
191
.column,
192
.columns {
193
  position: relative;
194
  padding-left: 0.9375em;
195
  padding-right: 0.9375em;
196
  width: 100%;
197
  float: left;
198
}
199

    
200
@media only screen {
201
  /* line 135, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
202
  .column,
203
  .columns {
204
    position: relative;
205
    padding-left: 0.9375em;
206
    padding-right: 0.9375em;
207
    float: left;
208
  }
209

    
210
  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
211
  .small-1 {
212
    position: relative;
213
    width: 8.33333%;
214
  }
215

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

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

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

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

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

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

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

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

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

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

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

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

    
288
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
289
  .small-offset-1 {
290
    position: relative;
291
    margin-left: 8.33333%;
292
  }
293

    
294
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
295
  .small-offset-2 {
296
    position: relative;
297
    margin-left: 16.66667%;
298
  }
299

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

    
306
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
307
  .small-offset-4 {
308
    position: relative;
309
    margin-left: 33.33333%;
310
  }
311

    
312
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
313
  .small-offset-5 {
314
    position: relative;
315
    margin-left: 41.66667%;
316
  }
317

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

    
324
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
325
  .small-offset-7 {
326
    position: relative;
327
    margin-left: 58.33333%;
328
  }
329

    
330
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
331
  .small-offset-8 {
332
    position: relative;
333
    margin-left: 66.66667%;
334
  }
335

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

    
342
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
343
  .small-offset-10 {
344
    position: relative;
345
    margin-left: 83.33333%;
346
  }
347

    
348
  /* line 145, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
349
  [class*="column"] + [class*="column"]:last-child {
350
    float: right;
351
  }
352

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

    
358
  /* line 149, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
359
  .column.small-centered,
360
  .columns.small-centered {
361
    position: relative;
362
    margin-left: auto;
363
    margin-right: auto;
364
    float: none !important;
365
  }
366
}
367
/* Styles for screens that are atleast 768px; */
368
@media only screen and (min-width: 768px) {
369
  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
370
  .large-1 {
371
    position: relative;
372
    width: 8.33333%;
373
  }
374

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

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

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

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

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

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

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

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

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

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

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

    
441
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
442
  .row .large-offset-0 {
443
    position: relative;
444
    margin-left: 0%;
445
  }
446

    
447
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
448
  .row .large-offset-1 {
449
    position: relative;
450
    margin-left: 8.33333%;
451
  }
452

    
453
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
454
  .row .large-offset-2 {
455
    position: relative;
456
    margin-left: 16.66667%;
457
  }
458

    
459
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
460
  .row .large-offset-3 {
461
    position: relative;
462
    margin-left: 25%;
463
  }
464

    
465
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
466
  .row .large-offset-4 {
467
    position: relative;
468
    margin-left: 33.33333%;
469
  }
470

    
471
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
472
  .row .large-offset-5 {
473
    position: relative;
474
    margin-left: 41.66667%;
475
  }
476

    
477
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
478
  .row .large-offset-6 {
479
    position: relative;
480
    margin-left: 50%;
481
  }
482

    
483
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
484
  .row .large-offset-7 {
485
    position: relative;
486
    margin-left: 58.33333%;
487
  }
488

    
489
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
490
  .row .large-offset-8 {
491
    position: relative;
492
    margin-left: 66.66667%;
493
  }
494

    
495
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
496
  .row .large-offset-9 {
497
    position: relative;
498
    margin-left: 75%;
499
  }
500

    
501
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
502
  .row .large-offset-10 {
503
    position: relative;
504
    margin-left: 83.33333%;
505
  }
506

    
507
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
508
  .row .large-offset-11 {
509
    position: relative;
510
    margin-left: 91.66667%;
511
  }
512

    
513
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
514
  .push-1 {
515
    position: relative;
516
    left: 8.33333%;
517
    right: auto;
518
  }
519

    
520
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
521
  .pull-1 {
522
    position: relative;
523
    right: 8.33333%;
524
    left: auto;
525
  }
526

    
527
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
528
  .push-2 {
529
    position: relative;
530
    left: 16.66667%;
531
    right: auto;
532
  }
533

    
534
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
535
  .pull-2 {
536
    position: relative;
537
    right: 16.66667%;
538
    left: auto;
539
  }
540

    
541
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
542
  .push-3 {
543
    position: relative;
544
    left: 25%;
545
    right: auto;
546
  }
547

    
548
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
549
  .pull-3 {
550
    position: relative;
551
    right: 25%;
552
    left: auto;
553
  }
554

    
555
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
556
  .push-4 {
557
    position: relative;
558
    left: 33.33333%;
559
    right: auto;
560
  }
561

    
562
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
563
  .pull-4 {
564
    position: relative;
565
    right: 33.33333%;
566
    left: auto;
567
  }
568

    
569
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
570
  .push-5 {
571
    position: relative;
572
    left: 41.66667%;
573
    right: auto;
574
  }
575

    
576
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
577
  .pull-5 {
578
    position: relative;
579
    right: 41.66667%;
580
    left: auto;
581
  }
582

    
583
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
584
  .push-6 {
585
    position: relative;
586
    left: 50%;
587
    right: auto;
588
  }
589

    
590
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
591
  .pull-6 {
592
    position: relative;
593
    right: 50%;
594
    left: auto;
595
  }
596

    
597
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
598
  .push-7 {
599
    position: relative;
600
    left: 58.33333%;
601
    right: auto;
602
  }
603

    
604
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
605
  .pull-7 {
606
    position: relative;
607
    right: 58.33333%;
608
    left: auto;
609
  }
610

    
611
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
612
  .push-8 {
613
    position: relative;
614
    left: 66.66667%;
615
    right: auto;
616
  }
617

    
618
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
619
  .pull-8 {
620
    position: relative;
621
    right: 66.66667%;
622
    left: auto;
623
  }
624

    
625
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
626
  .push-9 {
627
    position: relative;
628
    left: 75%;
629
    right: auto;
630
  }
631

    
632
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
633
  .pull-9 {
634
    position: relative;
635
    right: 75%;
636
    left: auto;
637
  }
638

    
639
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
640
  .push-10 {
641
    position: relative;
642
    left: 83.33333%;
643
    right: auto;
644
  }
645

    
646
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
647
  .pull-10 {
648
    position: relative;
649
    right: 83.33333%;
650
    left: auto;
651
  }
652

    
653
  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
654
  .push-11 {
655
    position: relative;
656
    left: 91.66667%;
657
    right: auto;
658
  }
659

    
660
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
661
  .pull-11 {
662
    position: relative;
663
    right: 91.66667%;
664
    left: auto;
665
  }
666

    
667
  /* line 169, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
668
  .column.large-centered,
669
  .columns.large-centered {
670
    position: relative;
671
    margin-left: auto;
672
    margin-right: auto;
673
    float: none !important;
674
  }
675

    
676
  /* line 172, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
677
  .column.large-uncentered,
678
  .columns.large-uncentered {
679
    margin-left: 0;
680
    margin-right: 0;
681
    float: left !important;
682
  }
683

    
684
  /* line 179, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
685
  .column.large-uncentered.opposite,
686
  .columns.large-uncentered.opposite {
687
    float: right !important;
688
  }
689
}
690
/* Foundation Visibility HTML Classes */
691
/* line 11, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
692
.show-for-small,
693
.show-for-medium-down,
694
.show-for-large-down {
695
  display: inherit !important;
696
}
697

    
698
/* line 17, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
699
.show-for-medium,
700
.show-for-medium-up,
701
.show-for-large,
702
.show-for-large-up,
703
.show-for-xlarge {
704
  display: none !important;
705
}
706

    
707
/* line 23, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
708
.hide-for-medium,
709
.hide-for-medium-up,
710
.hide-for-large,
711
.hide-for-large-up,
712
.hide-for-xlarge {
713
  display: inherit !important;
714
}
715

    
716
/* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
717
.hide-for-small,
718
.hide-for-medium-down,
719
.hide-for-large-down {
720
  display: none !important;
721
}
722

    
723
/* Specific visilbity for tables */
724
/* line 38, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
725
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
726
  display: table;
727
}
728

    
729
/* line 48, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
730
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
731
  display: table-header-group !important;
732
}
733

    
734
/* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
735
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
736
  display: table-row-group !important;
737
}
738

    
739
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
740
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
741
  display: table-row !important;
742
}
743

    
744
/* line 79, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
745
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
746
th.show-for-small,
747
th.show-for-medium-down,
748
th.show-for-large-down,
749
th.hide-for-medium,
750
th.hide-for-medium-up,
751
th.hide-for-large,
752
th.hide-for-large-up,
753
th.hide-for-xlarge {
754
  display: table-cell !important;
755
}
756

    
757
/* Medium Displays: 768px - 1279px */
758
@media only screen and (min-width: 768px) {
759
  /* line 85, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
760
  .show-for-medium,
761
  .show-for-medium-up {
762
    display: inherit !important;
763
  }
764

    
765
  /* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
766
  .show-for-small {
767
    display: none !important;
768
  }
769

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

    
775
  /* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
776
  .hide-for-medium,
777
  .hide-for-medium-up {
778
    display: none !important;
779
  }
780

    
781
  /* Specific visilbity for tables */
782
  /* line 98, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
783
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
784
    display: table;
785
  }
786

    
787
  /* line 103, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
788
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
789
    display: table-header-group !important;
790
  }
791

    
792
  /* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
793
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
794
    display: table-row-group !important;
795
  }
796

    
797
  /* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
798
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
799
    display: table-row !important;
800
  }
801

    
802
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
803
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
804
  th.show-for-medium,
805
  th.show-for-medium-up,
806
  th.hide-for-small {
807
    display: table-cell !important;
808
  }
809
}
810
/* Large Displays: 1280px - 1440px */
811
@media only screen and (min-width: 1280px) {
812
  /* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
813
  .show-for-large,
814
  .show-for-large-up {
815
    display: inherit !important;
816
  }
817

    
818
  /* line 129, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
819
  .show-for-medium,
820
  .show-for-medium-down {
821
    display: none !important;
822
  }
823

    
824
  /* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
825
  .hide-for-medium,
826
  .hide-for-medium-down {
827
    display: inherit !important;
828
  }
829

    
830
  /* line 135, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
831
  .hide-for-large,
832
  .hide-for-large-up {
833
    display: none !important;
834
  }
835

    
836
  /* Specific visilbity for tables */
837
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
838
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
839
    display: table;
840
  }
841

    
842
  /* line 148, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
843
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
844
    display: table-header-group !important;
845
  }
846

    
847
  /* line 154, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
848
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
849
    display: table-row-group !important;
850
  }
851

    
852
  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
853
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
854
    display: table-row !important;
855
  }
856

    
857
  /* line 167, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
858
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
859
  th.show-for-large,
860
  th.show-for-large-up,
861
  th.hide-for-medium,
862
  th.hide-for-medium-down {
863
    display: table-cell !important;
864
  }
865
}
866
/* X-Large Displays: 1400px and up */
867
@media only screen and (min-width: 1440px) {
868
  /* line 173, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
869
  .show-for-xlarge {
870
    display: inherit !important;
871
  }
872

    
873
  /* line 176, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
874
  .show-for-large,
875
  .show-for-large-down {
876
    display: none !important;
877
  }
878

    
879
  /* line 179, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
880
  .hide-for-large,
881
  .hide-for-large-down {
882
    display: inherit !important;
883
  }
884

    
885
  /* line 181, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
886
  .hide-for-xlarge {
887
    display: none !important;
888
  }
889

    
890
  /* Specific visilbity for tables */
891
  /* line 187, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
892
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
893
    display: table;
894
  }
895

    
896
  /* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
897
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
898
    display: table-header-group !important;
899
  }
900

    
901
  /* line 197, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
902
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
903
    display: table-row-group !important;
904
  }
905

    
906
  /* line 202, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
907
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
908
    display: table-row !important;
909
  }
910

    
911
  /* line 208, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
912
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
913
  th.show-for-xlarge,
914
  th.hide-for-large,
915
  th.hide-for-large-down {
916
    display: table-cell !important;
917
  }
918
}
919
/* Orientation targeting */
920
/* line 215, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
921
.show-for-landscape,
922
.hide-for-portrait {
923
  display: inherit !important;
924
}
925

    
926
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
927
.hide-for-landscape,
928
.show-for-portrait {
929
  display: none !important;
930
}
931

    
932
/* Specific visilbity for tables */
933
/* line 222, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
934
table.hide-for-landscape, table.show-for-portrait {
935
  display: table;
936
}
937

    
938
/* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
939
thead.hide-for-landscape, thead.show-for-portrait {
940
  display: table-header-group !important;
941
}
942

    
943
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
944
tbody.hide-for-landscape, tbody.show-for-portrait {
945
  display: table-row-group !important;
946
}
947

    
948
/* line 234, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
949
tr.hide-for-landscape, tr.show-for-portrait {
950
  display: table-row !important;
951
}
952

    
953
/* line 239, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
954
td.hide-for-landscape, td.show-for-portrait,
955
th.hide-for-landscape,
956
th.show-for-portrait {
957
  display: table-cell !important;
958
}
959

    
960
@media only screen and (orientation: landscape) {
961
  /* line 244, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
962
  .show-for-landscape,
963
  .hide-for-portrait {
964
    display: inherit !important;
965
  }
966

    
967
  /* line 246, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
968
  .hide-for-landscape,
969
  .show-for-portrait {
970
    display: none !important;
971
  }
972

    
973
  /* Specific visilbity for tables */
974
  /* line 251, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
975
  table.show-for-landscape, table.hide-for-portrait {
976
    display: table;
977
  }
978

    
979
  /* line 255, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
980
  thead.show-for-landscape, thead.hide-for-portrait {
981
    display: table-header-group !important;
982
  }
983

    
984
  /* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
985
  tbody.show-for-landscape, tbody.hide-for-portrait {
986
    display: table-row-group !important;
987
  }
988

    
989
  /* line 263, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
990
  tr.show-for-landscape, tr.hide-for-portrait {
991
    display: table-row !important;
992
  }
993

    
994
  /* line 268, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
995
  td.show-for-landscape, td.hide-for-portrait,
996
  th.show-for-landscape,
997
  th.hide-for-portrait {
998
    display: table-cell !important;
999
  }
1000
}
1001
@media only screen and (orientation: portrait) {
1002
  /* line 274, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1003
  .show-for-portrait,
1004
  .hide-for-landscape {
1005
    display: inherit !important;
1006
  }
1007

    
1008
  /* line 276, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1009
  .hide-for-portrait,
1010
  .show-for-landscape {
1011
    display: none !important;
1012
  }
1013

    
1014
  /* Specific visilbity for tables */
1015
  /* line 281, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1016
  table.show-for-portrait, table.hide-for-landscape {
1017
    display: table;
1018
  }
1019

    
1020
  /* line 285, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1021
  thead.show-for-portrait, thead.hide-for-landscape {
1022
    display: table-header-group !important;
1023
  }
1024

    
1025
  /* line 289, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1026
  tbody.show-for-portrait, tbody.hide-for-landscape {
1027
    display: table-row-group !important;
1028
  }
1029

    
1030
  /* line 293, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1031
  tr.show-for-portrait, tr.hide-for-landscape {
1032
    display: table-row !important;
1033
  }
1034

    
1035
  /* line 298, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1036
  td.show-for-portrait, td.hide-for-landscape,
1037
  th.show-for-portrait,
1038
  th.hide-for-landscape {
1039
    display: table-cell !important;
1040
  }
1041
}
1042
/* Touch-enabled device targeting */
1043
/* line 303, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1044
.show-for-touch {
1045
  display: none !important;
1046
}
1047

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

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

    
1058
/* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1059
.touch .hide-for-touch {
1060
  display: none !important;
1061
}
1062

    
1063
/* Specific visilbity for tables */
1064
/* line 309, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1065
table.hide-for-touch {
1066
  display: table;
1067
}
1068

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

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

    
1079
/* line 312, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1080
.touch thead.show-for-touch {
1081
  display: table-header-group !important;
1082
}
1083

    
1084
/* line 313, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1085
tbody.hide-for-touch {
1086
  display: table-row-group !important;
1087
}
1088

    
1089
/* line 314, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1090
.touch tbody.show-for-touch {
1091
  display: table-row-group !important;
1092
}
1093

    
1094
/* line 315, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1095
tr.hide-for-touch {
1096
  display: table-row !important;
1097
}
1098

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

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

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

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

    
1119
/* line 320, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
1120
.touch th.show-for-touch {
1121
  display: table-cell !important;
1122
}
1123

    
1124
/* Foundation Block Grids for below small breakpoint */
1125
@media only screen {
1126
  /* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1127
  [class*="block-grid-"] {
1128
    display: block;
1129
    padding: 0;
1130
    margin: 0 -0.625em;
1131
    *zoom: 1;
1132
  }
1133
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
1134
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
1135
    content: " ";
1136
    display: table;
1137
  }
1138
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
1139
  [class*="block-grid-"]:after {
1140
    clear: both;
1141
  }
1142
  /* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1143
  [class*="block-grid-"] > li {
1144
    display: inline;
1145
    height: auto;
1146
    float: left;
1147
    padding: 0 0.625em 1.25em;
1148
  }
1149

    
1150
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1151
  .small-block-grid-1 > li {
1152
    width: 100%;
1153
    padding: 0 0.625em 1.25em;
1154
  }
1155
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1156
  .small-block-grid-1 > li:nth-of-type(n) {
1157
    clear: none;
1158
  }
1159
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1160
  .small-block-grid-1 > li:nth-of-type(1n+1) {
1161
    clear: both;
1162
  }
1163

    
1164
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1165
  .small-block-grid-2 > li {
1166
    width: 50%;
1167
    padding: 0 0.625em 1.25em;
1168
  }
1169
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1170
  .small-block-grid-2 > li:nth-of-type(n) {
1171
    clear: none;
1172
  }
1173
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1174
  .small-block-grid-2 > li:nth-of-type(2n+1) {
1175
    clear: both;
1176
  }
1177

    
1178
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1179
  .small-block-grid-3 > li {
1180
    width: 33.33333%;
1181
    padding: 0 0.625em 1.25em;
1182
  }
1183
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1184
  .small-block-grid-3 > li:nth-of-type(n) {
1185
    clear: none;
1186
  }
1187
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1188
  .small-block-grid-3 > li:nth-of-type(3n+1) {
1189
    clear: both;
1190
  }
1191

    
1192
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1193
  .small-block-grid-4 > li {
1194
    width: 25%;
1195
    padding: 0 0.625em 1.25em;
1196
  }
1197
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1198
  .small-block-grid-4 > li:nth-of-type(n) {
1199
    clear: none;
1200
  }
1201
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1202
  .small-block-grid-4 > li:nth-of-type(4n+1) {
1203
    clear: both;
1204
  }
1205

    
1206
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1207
  .small-block-grid-5 > li {
1208
    width: 20%;
1209
    padding: 0 0.625em 1.25em;
1210
  }
1211
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1212
  .small-block-grid-5 > li:nth-of-type(n) {
1213
    clear: none;
1214
  }
1215
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1216
  .small-block-grid-5 > li:nth-of-type(5n+1) {
1217
    clear: both;
1218
  }
1219

    
1220
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1221
  .small-block-grid-6 > li {
1222
    width: 16.66667%;
1223
    padding: 0 0.625em 1.25em;
1224
  }
1225
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1226
  .small-block-grid-6 > li:nth-of-type(n) {
1227
    clear: none;
1228
  }
1229
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1230
  .small-block-grid-6 > li:nth-of-type(6n+1) {
1231
    clear: both;
1232
  }
1233

    
1234
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1235
  .small-block-grid-7 > li {
1236
    width: 14.28571%;
1237
    padding: 0 0.625em 1.25em;
1238
  }
1239
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1240
  .small-block-grid-7 > li:nth-of-type(n) {
1241
    clear: none;
1242
  }
1243
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1244
  .small-block-grid-7 > li:nth-of-type(7n+1) {
1245
    clear: both;
1246
  }
1247

    
1248
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1249
  .small-block-grid-8 > li {
1250
    width: 12.5%;
1251
    padding: 0 0.625em 1.25em;
1252
  }
1253
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1254
  .small-block-grid-8 > li:nth-of-type(n) {
1255
    clear: none;
1256
  }
1257
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1258
  .small-block-grid-8 > li:nth-of-type(8n+1) {
1259
    clear: both;
1260
  }
1261

    
1262
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1263
  .small-block-grid-9 > li {
1264
    width: 11.11111%;
1265
    padding: 0 0.625em 1.25em;
1266
  }
1267
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1268
  .small-block-grid-9 > li:nth-of-type(n) {
1269
    clear: none;
1270
  }
1271
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1272
  .small-block-grid-9 > li:nth-of-type(9n+1) {
1273
    clear: both;
1274
  }
1275

    
1276
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1277
  .small-block-grid-10 > li {
1278
    width: 10%;
1279
    padding: 0 0.625em 1.25em;
1280
  }
1281
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1282
  .small-block-grid-10 > li:nth-of-type(n) {
1283
    clear: none;
1284
  }
1285
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1286
  .small-block-grid-10 > li:nth-of-type(10n+1) {
1287
    clear: both;
1288
  }
1289

    
1290
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1291
  .small-block-grid-11 > li {
1292
    width: 9.09091%;
1293
    padding: 0 0.625em 1.25em;
1294
  }
1295
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1296
  .small-block-grid-11 > li:nth-of-type(n) {
1297
    clear: none;
1298
  }
1299
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1300
  .small-block-grid-11 > li:nth-of-type(11n+1) {
1301
    clear: both;
1302
  }
1303

    
1304
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1305
  .small-block-grid-12 > li {
1306
    width: 8.33333%;
1307
    padding: 0 0.625em 1.25em;
1308
  }
1309
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1310
  .small-block-grid-12 > li:nth-of-type(n) {
1311
    clear: none;
1312
  }
1313
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1314
  .small-block-grid-12 > li:nth-of-type(12n+1) {
1315
    clear: both;
1316
  }
1317
}
1318
/* Foundation Block Grids for above small breakpoint */
1319
@media only screen and (min-width: 768px) {
1320
  /* Remove small grid clearing */
1321
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1322
  .small-block-grid-1 > li:nth-of-type(1n+1) {
1323
    clear: none;
1324
  }
1325

    
1326
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1327
  .small-block-grid-2 > li:nth-of-type(2n+1) {
1328
    clear: none;
1329
  }
1330

    
1331
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1332
  .small-block-grid-3 > li:nth-of-type(3n+1) {
1333
    clear: none;
1334
  }
1335

    
1336
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1337
  .small-block-grid-4 > li:nth-of-type(4n+1) {
1338
    clear: none;
1339
  }
1340

    
1341
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1342
  .small-block-grid-5 > li:nth-of-type(5n+1) {
1343
    clear: none;
1344
  }
1345

    
1346
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1347
  .small-block-grid-6 > li:nth-of-type(6n+1) {
1348
    clear: none;
1349
  }
1350

    
1351
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1352
  .small-block-grid-7 > li:nth-of-type(7n+1) {
1353
    clear: none;
1354
  }
1355

    
1356
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1357
  .small-block-grid-8 > li:nth-of-type(8n+1) {
1358
    clear: none;
1359
  }
1360

    
1361
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1362
  .small-block-grid-9 > li:nth-of-type(9n+1) {
1363
    clear: none;
1364
  }
1365

    
1366
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1367
  .small-block-grid-10 > li:nth-of-type(10n+1) {
1368
    clear: none;
1369
  }
1370

    
1371
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1372
  .small-block-grid-11 > li:nth-of-type(11n+1) {
1373
    clear: none;
1374
  }
1375

    
1376
  /* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1377
  .small-block-grid-12 > li:nth-of-type(12n+1) {
1378
    clear: none;
1379
  }
1380

    
1381
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1382
  .large-block-grid-1 > li {
1383
    width: 100%;
1384
    padding: 0 0.625em 1.25em;
1385
  }
1386
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1387
  .large-block-grid-1 > li:nth-of-type(n) {
1388
    clear: none;
1389
  }
1390
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1391
  .large-block-grid-1 > li:nth-of-type(1n+1) {
1392
    clear: both;
1393
  }
1394

    
1395
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1396
  .large-block-grid-2 > li {
1397
    width: 50%;
1398
    padding: 0 0.625em 1.25em;
1399
  }
1400
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1401
  .large-block-grid-2 > li:nth-of-type(n) {
1402
    clear: none;
1403
  }
1404
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1405
  .large-block-grid-2 > li:nth-of-type(2n+1) {
1406
    clear: both;
1407
  }
1408

    
1409
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1410
  .large-block-grid-3 > li {
1411
    width: 33.33333%;
1412
    padding: 0 0.625em 1.25em;
1413
  }
1414
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1415
  .large-block-grid-3 > li:nth-of-type(n) {
1416
    clear: none;
1417
  }
1418
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1419
  .large-block-grid-3 > li:nth-of-type(3n+1) {
1420
    clear: both;
1421
  }
1422

    
1423
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1424
  .large-block-grid-4 > li {
1425
    width: 25%;
1426
    padding: 0 0.625em 1.25em;
1427
  }
1428
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1429
  .large-block-grid-4 > li:nth-of-type(n) {
1430
    clear: none;
1431
  }
1432
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1433
  .large-block-grid-4 > li:nth-of-type(4n+1) {
1434
    clear: both;
1435
  }
1436

    
1437
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1438
  .large-block-grid-5 > li {
1439
    width: 20%;
1440
    padding: 0 0.625em 1.25em;
1441
  }
1442
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1443
  .large-block-grid-5 > li:nth-of-type(n) {
1444
    clear: none;
1445
  }
1446
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1447
  .large-block-grid-5 > li:nth-of-type(5n+1) {
1448
    clear: both;
1449
  }
1450

    
1451
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1452
  .large-block-grid-6 > li {
1453
    width: 16.66667%;
1454
    padding: 0 0.625em 1.25em;
1455
  }
1456
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1457
  .large-block-grid-6 > li:nth-of-type(n) {
1458
    clear: none;
1459
  }
1460
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1461
  .large-block-grid-6 > li:nth-of-type(6n+1) {
1462
    clear: both;
1463
  }
1464

    
1465
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1466
  .large-block-grid-7 > li {
1467
    width: 14.28571%;
1468
    padding: 0 0.625em 1.25em;
1469
  }
1470
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1471
  .large-block-grid-7 > li:nth-of-type(n) {
1472
    clear: none;
1473
  }
1474
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1475
  .large-block-grid-7 > li:nth-of-type(7n+1) {
1476
    clear: both;
1477
  }
1478

    
1479
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1480
  .large-block-grid-8 > li {
1481
    width: 12.5%;
1482
    padding: 0 0.625em 1.25em;
1483
  }
1484
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1485
  .large-block-grid-8 > li:nth-of-type(n) {
1486
    clear: none;
1487
  }
1488
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1489
  .large-block-grid-8 > li:nth-of-type(8n+1) {
1490
    clear: both;
1491
  }
1492

    
1493
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1494
  .large-block-grid-9 > li {
1495
    width: 11.11111%;
1496
    padding: 0 0.625em 1.25em;
1497
  }
1498
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1499
  .large-block-grid-9 > li:nth-of-type(n) {
1500
    clear: none;
1501
  }
1502
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1503
  .large-block-grid-9 > li:nth-of-type(9n+1) {
1504
    clear: both;
1505
  }
1506

    
1507
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1508
  .large-block-grid-10 > li {
1509
    width: 10%;
1510
    padding: 0 0.625em 1.25em;
1511
  }
1512
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1513
  .large-block-grid-10 > li:nth-of-type(n) {
1514
    clear: none;
1515
  }
1516
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1517
  .large-block-grid-10 > li:nth-of-type(10n+1) {
1518
    clear: both;
1519
  }
1520

    
1521
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1522
  .large-block-grid-11 > li {
1523
    width: 9.09091%;
1524
    padding: 0 0.625em 1.25em;
1525
  }
1526
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1527
  .large-block-grid-11 > li:nth-of-type(n) {
1528
    clear: none;
1529
  }
1530
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1531
  .large-block-grid-11 > li:nth-of-type(11n+1) {
1532
    clear: both;
1533
  }
1534

    
1535
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1536
  .large-block-grid-12 > li {
1537
    width: 8.33333%;
1538
    padding: 0 0.625em 1.25em;
1539
  }
1540
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1541
  .large-block-grid-12 > li:nth-of-type(n) {
1542
    clear: none;
1543
  }
1544
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
1545
  .large-block-grid-12 > li:nth-of-type(12n+1) {
1546
    clear: both;
1547
  }
1548
}
1549
/* line 110, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1550
p.lead {
1551
  font-size: 1.21875em;
1552
  line-height: 1.6;
1553
}
1554

    
1555
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1556
.subheader {
1557
  line-height: 1.4;
1558
  color: #6b6b6b;
1559
  font-weight: 300;
1560
  margin-top: 0.2em;
1561
  margin-bottom: 0.5em;
1562
}
1563

    
1564
/* Typography resets */
1565
/* line 144, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1566
div,
1567
dl,
1568
dt,
1569
dd,
1570
ul,
1571
ol,
1572
li,
1573
h1,
1574
h2,
1575
h3,
1576
h4,
1577
h5,
1578
h6,
1579
pre,
1580
form,
1581
p,
1582
blockquote,
1583
th,
1584
td {
1585
  margin: 0;
1586
  padding: 0;
1587
  direction: ltr;
1588
}
1589

    
1590
/* Default Link Styles */
1591
/* line 151, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1592
a {
1593
  color: #919194;
1594
  text-decoration: none;
1595
  line-height: inherit;
1596
}
1597
/* line 157, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1598
a:hover, a:focus {
1599
  color: #848487;
1600
}
1601
/* line 159, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1602
a img {
1603
  border: none;
1604
}
1605

    
1606
/* Default paragraph styles */
1607
/* line 163, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1608
p {
1609
  font-family: inherit;
1610
  font-weight: normal;
1611
  font-size: 1em;
1612
  line-height: 1.6;
1613
  margin-bottom: 1.25em;
1614
  text-rendering: optimizeLegibility;
1615
}
1616
/* line 173, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1617
p aside {
1618
  font-size: 0.875em;
1619
  line-height: 1.35;
1620
  font-style: italic;
1621
}
1622

    
1623
/* Default header styles */
1624
/* line 181, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1625
h1, h2, h3, h4, h5, h6 {
1626
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
1627
  font-weight: bold;
1628
  font-style: normal;
1629
  color: #1e1e1e;
1630
  text-rendering: optimizeLegibility;
1631
  margin-top: 0.2em;
1632
  margin-bottom: 0.5em;
1633
  line-height: 1.2125em;
1634
}
1635
/* line 191, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1636
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
1637
  font-size: 60%;
1638
  color: #6b6b6b;
1639
  line-height: 0;
1640
}
1641

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

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

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

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

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

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

    
1672
/* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1673
hr {
1674
  border: solid #dddddd;
1675
  border-width: 1px 0 0;
1676
  clear: both;
1677
  margin: 1.25em 0 1.1875em;
1678
  height: 0;
1679
}
1680

    
1681
/* Helpful Typography Defaults */
1682
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1683
em,
1684
i {
1685
  font-style: italic;
1686
  line-height: inherit;
1687
}
1688

    
1689
/* line 223, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1690
strong,
1691
b {
1692
  font-weight: bold;
1693
  line-height: inherit;
1694
}
1695

    
1696
/* line 228, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1697
small {
1698
  font-size: 60%;
1699
  line-height: inherit;
1700
}
1701

    
1702
/* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1703
code {
1704
  font-family: Consolas, "Liberation Mono", Courier, monospace;
1705
  font-weight: bold;
1706
  color: #21896d;
1707
}
1708

    
1709
/* Lists */
1710
/* line 242, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1711
ul,
1712
ol,
1713
dl {
1714
  font-size: 1em;
1715
  line-height: 1.6;
1716
  margin-bottom: 1.25em;
1717
  list-style-position: outside;
1718
  font-family: inherit;
1719
}
1720

    
1721
/* line 250, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1722
ul, ol {
1723
  margin-left: 0;
1724
}
1725

    
1726
/* Unordered Lists */
1727
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1728
ul li ul,
1729
ul li ol {
1730
  margin-left: 1.25em;
1731
  margin-bottom: 0;
1732
  font-size: 1em;
1733
  /* Override nested font-size change */
1734
}
1735
/* line 267, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1736
ul.square li ul, ul.circle li ul, .tags ul.tag li ul, ul.tag-demo li ul, .snf-color-picker ul#color 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, .tags ul.tag, ul.tag-demo, .snf-color-picker ul#color {
1745
  list-style-type: circle;
1746
}
1747
/* line 272, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1748
ul.disc {
1749
  list-style-type: disc;
1750
}
1751
/* line 273, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1752
ul.no-bullet {
1753
  list-style: none;
1754
}
1755

    
1756
/* Ordered Lists */
1757
/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1758
ol li ul,
1759
ol li ol {
1760
  margin-left: 1.25em;
1761
  margin-bottom: 0;
1762
}
1763

    
1764
/* Definition Lists */
1765
/* line 289, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1766
dl dt {
1767
  margin-bottom: 0.3em;
1768
  font-weight: bold;
1769
}
1770
/* line 293, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1771
dl dd {
1772
  margin-bottom: 0.75em;
1773
}
1774

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

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

    
1791
/* Blockquotes */
1792
/* line 310, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1793
blockquote {
1794
  margin: 0 0 1.25em;
1795
  padding: 0.5625em 1.25em 0 1.1875em;
1796
  border-left: 1px solid #dddddd;
1797
}
1798
/* line 315, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1799
blockquote cite {
1800
  display: block;
1801
  font-size: 0.8125em;
1802
  color: #515151;
1803
}
1804
/* line 319, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1805
blockquote cite:before {
1806
  content: "\2014 \0020";
1807
}
1808
/* line 324, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1809
blockquote cite a,
1810
blockquote cite a:visited {
1811
  color: #515151;
1812
}
1813

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

    
1821
/* Microformats */
1822
/* line 336, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1823
.vcard {
1824
  display: inline-block;
1825
  margin: 0 0 1.25em 0;
1826
  border: 1px solid #dddddd;
1827
  padding: 0.625em 0.75em;
1828
}
1829
/* line 342, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1830
.vcard li {
1831
  margin: 0;
1832
  display: block;
1833
}
1834
/* line 346, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1835
.vcard .fn {
1836
  font-weight: bold;
1837
  font-size: 0.9375em;
1838
}
1839

    
1840
/* line 353, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1841
.vevent .summary {
1842
  font-weight: bold;
1843
}
1844
/* line 355, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1845
.vevent abbr {
1846
  cursor: default;
1847
  text-decoration: none;
1848
  font-weight: bold;
1849
  border: none;
1850
  padding: 0 0.0625em;
1851
}
1852

    
1853
@media only screen and (min-width: 768px) {
1854
  /* line 366, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1855
  h1, h2, h3, h4, h5, h6 {
1856
    line-height: 1.4;
1857
  }
1858

    
1859
  /* line 367, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1860
  h1 {
1861
    font-size: 2.75em;
1862
  }
1863

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

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

    
1874
  /* line 370, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1875
  h4 {
1876
    font-size: 1.4375em;
1877
  }
1878
}
1879
/*
1880
 * Print styles.
1881
 *
1882
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
1883
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
1884
*/
1885
/* line 381, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1886
.print-only {
1887
  display: none !important;
1888
}
1889

    
1890
@media print {
1891
  /* line 383, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1892
  * {
1893
    background: transparent !important;
1894
    color: #000 !important;
1895
    /* Black prints faster: h5bp.com/s */
1896
    box-shadow: none !important;
1897
    text-shadow: none !important;
1898
  }
1899

    
1900
  /* line 391, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1901
  a,
1902
  a:visited {
1903
    text-decoration: underline;
1904
  }
1905

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

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

    
1916
  /* line 399, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1917
  .ir a:after,
1918
  a[href^="javascript:"]:after,
1919
  a[href^="#"]:after {
1920
    content: "";
1921
  }
1922

    
1923
  /* line 402, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1924
  pre,
1925
  blockquote {
1926
    border: 1px solid #999;
1927
    page-break-inside: avoid;
1928
  }
1929

    
1930
  /* line 407, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1931
  thead {
1932
    display: table-header-group;
1933
    /* h5bp.com/t */
1934
  }
1935

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

    
1942
  /* line 412, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1943
  img {
1944
    max-width: 100% !important;
1945
  }
1946

    
1947
  @page {
1948
    margin: 0.5cm;
1949
}
1950

    
1951
  /* line 418, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1952
  p,
1953
  h2,
1954
  h3 {
1955
    orphans: 3;
1956
    widows: 3;
1957
  }
1958

    
1959
  /* line 424, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1960
  h2,
1961
  h3 {
1962
    page-break-after: avoid;
1963
  }
1964

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

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

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

    
1980
  /* line 429, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1981
  .show-for-print {
1982
    display: inherit !important;
1983
  }
1984
}
1985
/* line 171, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
1986
button, .button {
1987
  border-style: solid;
1988
  border-width: 1px;
1989
  cursor: pointer;
1990
  font-family: inherit;
1991
  font-weight: bold;
1992
  line-height: 1;
1993
  margin: 0 0 1.25em;
1994
  position: relative;
1995
  text-decoration: none;
1996
  text-align: center;
1997
  display: inline-block;
1998
  padding-top: 0.75em;
1999
  padding-right: 1.5em;
2000
  padding-bottom: 0.8125em;
2001
  padding-left: 1.5em;
2002
  font-size: 1em;
2003
  background-color: #919194;
2004
  border-color: #77777b;
2005
  color: white;
2006
}
2007
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2008
button:hover, button:focus, .button:hover, .button:focus {
2009
  background-color: #77777b;
2010
}
2011
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2012
button:hover, button:focus, .button:hover, .button:focus {
2013
  color: white;
2014
}
2015
/* line 176, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2016
button.secondary, .button.secondary {
2017
  background-color: #30c79e;
2018
  border-color: #269e7d;
2019
  color: white;
2020
}
2021
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2022
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2023
  background-color: #269e7d;
2024
}
2025
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2026
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2027
  color: white;
2028
}
2029
/* line 177, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2030
button.success, .button.success {
2031
  background-color: #00a551;
2032
  border-color: #007238;
2033
  color: white;
2034
}
2035
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2036
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
2037
  background-color: #007238;
2038
}
2039
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2040
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
2041
  color: white;
2042
}
2043
/* line 178, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2044
button.alert, .button.alert {
2045
  background-color: #30c79e;
2046
  border-color: #269e7d;
2047
  color: white;
2048
}
2049
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2050
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2051
  background-color: #269e7d;
2052
}
2053
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2054
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2055
  color: white;
2056
}
2057
/* line 180, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2058
button.large, .button.large {
2059
  padding-top: 1em;
2060
  padding-right: 2em;
2061
  padding-bottom: 1.0625em;
2062
  padding-left: 2em;
2063
  font-size: 1.25em;
2064
}
2065
/* line 181, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2066
button.small, .button.small {
2067
  padding-top: 0.5625em;
2068
  padding-right: 1.125em;
2069
  padding-bottom: 0.625em;
2070
  padding-left: 1.125em;
2071
  font-size: 0.8125em;
2072
}
2073
/* line 182, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2074
button.tiny, .button.tiny {
2075
  padding-top: 0.4375em;
2076
  padding-right: 0.875em;
2077
  padding-bottom: 0.5em;
2078
  padding-left: 0.875em;
2079
  font-size: 0.6875em;
2080
}
2081
/* line 183, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2082
button.expand, .button.expand {
2083
  padding-right: 0px;
2084
  padding-left: 0px;
2085
  width: 100%;
2086
}
2087
/* line 185, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2088
button.left-align, .button.left-align {
2089
  text-align: left;
2090
  text-indent: 0.75em;
2091
}
2092
/* line 186, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2093
button.right-align, .button.right-align {
2094
  text-align: right;
2095
  padding-right: 0.75em;
2096
}
2097
/* line 188, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2098
button.disabled, button[disabled], .button.disabled, .button[disabled] {
2099
  background-color: #919194;
2100
  border-color: #77777b;
2101
  color: white;
2102
  cursor: default;
2103
  opacity: 0.6;
2104
  -webkit-box-shadow: none;
2105
  box-shadow: none;
2106
}
2107
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2108
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2109
  background-color: #77777b;
2110
}
2111
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2112
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2113
  color: white;
2114
}
2115
/* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2116
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2117
  background-color: #919194;
2118
}
2119
/* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2120
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
2121
  background-color: #30c79e;
2122
  border-color: #269e7d;
2123
  color: white;
2124
  cursor: default;
2125
  opacity: 0.6;
2126
  -webkit-box-shadow: none;
2127
  box-shadow: none;
2128
}
2129
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2130
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2131
  background-color: #269e7d;
2132
}
2133
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2134
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2135
  color: white;
2136
}
2137
/* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2138
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
2139
  background-color: #30c79e;
2140
}
2141
/* line 190, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2142
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
2143
  background-color: #00a551;
2144
  border-color: #007238;
2145
  color: white;
2146
  cursor: default;
2147
  opacity: 0.6;
2148
  -webkit-box-shadow: none;
2149
  box-shadow: none;
2150
}
2151
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2152
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
2153
  background-color: #007238;
2154
}
2155
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2156
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
2157
  color: white;
2158
}
2159
/* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2160
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
2161
  background-color: #00a551;
2162
}
2163
/* line 191, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2164
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
2165
  background-color: #30c79e;
2166
  border-color: #269e7d;
2167
  color: white;
2168
  cursor: default;
2169
  opacity: 0.6;
2170
  -webkit-box-shadow: none;
2171
  box-shadow: none;
2172
}
2173
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2174
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2175
  background-color: #269e7d;
2176
}
2177
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2178
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2179
  color: white;
2180
}
2181
/* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2182
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
2183
  background-color: #30c79e;
2184
}
2185

    
2186
/* line 196, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2187
button, .button {
2188
  padding-top: 0.8125em;
2189
  padding-bottom: 0.75em;
2190
  -webkit-appearance: none;
2191
}
2192
/* line 198, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2193
button.tiny, .button.tiny {
2194
  padding-top: 0.5em;
2195
  padding-bottom: 0.4375em;
2196
  -webkit-appearance: none;
2197
}
2198
/* line 199, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2199
button.small, .button.small {
2200
  padding-top: 0.625em;
2201
  padding-bottom: 0.5625em;
2202
  -webkit-appearance: none;
2203
}
2204
/* line 200, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2205
button.large, .button.large {
2206
  padding-top: 1.03125em;
2207
  padding-bottom: 1.03125em;
2208
  -webkit-appearance: none;
2209
}
2210

    
2211
@media only screen {
2212
  /* line 206, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2213
  button, .button {
2214
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
2215
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
2216
    -webkit-transition: background-color 300ms ease-out;
2217
    -moz-transition: background-color 300ms ease-out;
2218
    transition: background-color 300ms ease-out;
2219
  }
2220
  /* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
2221
  button:active, .button:active {
2222
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
2223
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
2224
  }
2225
  /* line 214, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2226
  button.radius, .button.radius {
2227
    -webkit-border-radius: 1px;
2228
    border-radius: 1px;
2229
  }
2230
  /* line 215, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2231
  button.round, .button.round {
2232
    -webkit-border-radius: 1000px;
2233
    border-radius: 1000px;
2234
  }
2235
}
2236
@media only screen and (min-width: 768px) {
2237
  /* line 223, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_buttons.scss */
2238
  button, .button {
2239
    display: inline-block;
2240
  }
2241
}
2242
/* Standard Forms */
2243
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2244
form {
2245
  margin: 0 0 1em;
2246
}
2247

    
2248
/* Using forms within rows, we need to set some defaults */
2249
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2250
form .row .row {
2251
  margin: 0 -0.5em;
2252
}
2253
/* line 70, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2254
form .row .row .column,
2255
form .row .row .columns {
2256
  padding: 0 0.5em;
2257
}
2258
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2259
form .row .row.collapse {
2260
  margin: 0;
2261
}
2262
/* line 76, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2263
form .row .row.collapse .column,
2264
form .row .row.collapse .columns {
2265
  padding: 0;
2266
}
2267
/* line 83, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2268
form .row input.column,
2269
form .row input.columns,
2270
form .row textarea.column,
2271
form .row textarea.columns {
2272
  padding-left: 0.5em;
2273
}
2274

    
2275
/* Label Styles */
2276
/* line 264, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2277
label {
2278
  font-size: 0.875em;
2279
  color: #4d4d4d;
2280
  cursor: pointer;
2281
  display: block;
2282
  font-weight: 500;
2283
  margin-bottom: 0.1875em;
2284
  /* Styles for required inputs */
2285
}
2286
/* line 265, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2287
label.right {
2288
  float: none;
2289
  text-align: right;
2290
}
2291
/* line 266, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2292
label.inline {
2293
  margin: 0 0 1em 0;
2294
  padding: 0.625em 0;
2295
}
2296
/* line 268, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2297
label small {
2298
  text-transform: capitalize;
2299
  color: #666666;
2300
}
2301

    
2302
/* Attach elements to the beginning or end of an input */
2303
/* line 276, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2304
.prefix,
2305
.postfix {
2306
  display: block;
2307
  position: relative;
2308
  z-index: 2;
2309
  text-align: center;
2310
  width: 100%;
2311
  padding-top: 0;
2312
  padding-bottom: 0;
2313
  border-style: solid;
2314
  border-width: 1px;
2315
  overflow: hidden;
2316
  font-size: 0.875em;
2317
  height: 2.3125em;
2318
  line-height: 2.3125em;
2319
}
2320

    
2321
/* Adjust padding, alignment and radius if pre/post element is a button */
2322
/* line 279, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2323
.postfix.button {
2324
  padding-left: 0;
2325
  padding-right: 0;
2326
  padding-top: 0;
2327
  padding-bottom: 0;
2328
  text-align: center;
2329
  line-height: 2.125em;
2330
}
2331

    
2332
/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2333
.prefix.button {
2334
  padding-left: 0;
2335
  padding-right: 0;
2336
  padding-top: 0;
2337
  padding-bottom: 0;
2338
  text-align: center;
2339
  line-height: 2.125em;
2340
}
2341

    
2342
/* line 282, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2343
.prefix.button.radius {
2344
  -webkit-border-radius: 0;
2345
  border-radius: 0;
2346
  -moz-border-radius-bottomleft: 1px;
2347
  -moz-border-radius-topleft: 1px;
2348
  -webkit-border-bottom-left-radius: 1px;
2349
  -webkit-border-top-left-radius: 1px;
2350
  border-bottom-left-radius: 1px;
2351
  border-top-left-radius: 1px;
2352
}
2353

    
2354
/* line 283, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2355
.postfix.button.radius {
2356
  -webkit-border-radius: 0;
2357
  border-radius: 0;
2358
  -moz-border-radius-topright: 1px;
2359
  -moz-border-radius-bottomright: 1px;
2360
  -webkit-border-top-right-radius: 1px;
2361
  -webkit-border-bottom-right-radius: 1px;
2362
  border-top-right-radius: 1px;
2363
  border-bottom-right-radius: 1px;
2364
}
2365

    
2366
/* line 284, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2367
.prefix.button.round {
2368
  -webkit-border-radius: 0;
2369
  border-radius: 0;
2370
  -moz-border-radius-bottomleft: 1000px;
2371
  -moz-border-radius-topleft: 1000px;
2372
  -webkit-border-bottom-left-radius: 1000px;
2373
  -webkit-border-top-left-radius: 1000px;
2374
  border-bottom-left-radius: 1000px;
2375
  border-top-left-radius: 1000px;
2376
}
2377

    
2378
/* line 285, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2379
.postfix.button.round {
2380
  -webkit-border-radius: 0;
2381
  border-radius: 0;
2382
  -moz-border-radius-topright: 1000px;
2383
  -moz-border-radius-bottomright: 1000px;
2384
  -webkit-border-top-right-radius: 1000px;
2385
  -webkit-border-bottom-right-radius: 1000px;
2386
  border-top-right-radius: 1000px;
2387
  border-bottom-right-radius: 1000px;
2388
}
2389

    
2390
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
2391
/* line 288, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2392
span.prefix, label.prefix {
2393
  background: #f2f2f2;
2394
  border-color: #d9d9d9;
2395
  border-right: none;
2396
  color: #333333;
2397
}
2398
/* line 289, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2399
span.prefix.radius, label.prefix.radius {
2400
  -webkit-border-radius: 0;
2401
  border-radius: 0;
2402
  -moz-border-radius-bottomleft: 1px;
2403
  -moz-border-radius-topleft: 1px;
2404
  -webkit-border-bottom-left-radius: 1px;
2405
  -webkit-border-top-left-radius: 1px;
2406
  border-bottom-left-radius: 1px;
2407
  border-top-left-radius: 1px;
2408
}
2409

    
2410
/* line 291, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2411
span.postfix, label.postfix {
2412
  background: #f2f2f2;
2413
  border-color: #cccccc;
2414
  border-left: none;
2415
  color: #333333;
2416
}
2417
/* line 292, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2418
span.postfix.radius, label.postfix.radius {
2419
  -webkit-border-radius: 0;
2420
  border-radius: 0;
2421
  -moz-border-radius-topright: 1px;
2422
  -moz-border-radius-bottomright: 1px;
2423
  -webkit-border-top-right-radius: 1px;
2424
  -webkit-border-bottom-right-radius: 1px;
2425
  border-top-right-radius: 1px;
2426
  border-bottom-right-radius: 1px;
2427
}
2428

    
2429
/* Input groups will automatically style first and last elements of the group */
2430
/* line 298, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2431
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
2432
  -moz-border-radius-bottomleft: 1px;
2433
  -moz-border-radius-topleft: 1px;
2434
  -webkit-border-bottom-left-radius: 1px;
2435
  -webkit-border-top-left-radius: 1px;
2436
  border-bottom-left-radius: 1px;
2437
  border-top-left-radius: 1px;
2438
}
2439
/* line 301, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2440
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
2441
  -moz-border-radius-topright: 1px;
2442
  -moz-border-radius-bottomright: 1px;
2443
  -webkit-border-top-right-radius: 1px;
2444
  -webkit-border-bottom-right-radius: 1px;
2445
  border-top-right-radius: 1px;
2446
  border-bottom-right-radius: 1px;
2447
}
2448
/* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2449
.input-group.round > *:first-child, .input-group.round > *:first-child * {
2450
  -moz-border-radius-bottomleft: 1000px;
2451
  -moz-border-radius-topleft: 1000px;
2452
  -webkit-border-bottom-left-radius: 1000px;
2453
  -webkit-border-top-left-radius: 1000px;
2454
  border-bottom-left-radius: 1000px;
2455
  border-top-left-radius: 1000px;
2456
}
2457
/* line 309, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2458
.input-group.round > *:last-child, .input-group.round > *:last-child * {
2459
  -moz-border-radius-topright: 1000px;
2460
  -moz-border-radius-bottomright: 1000px;
2461
  -webkit-border-top-right-radius: 1000px;
2462
  -webkit-border-bottom-right-radius: 1000px;
2463
  border-top-right-radius: 1000px;
2464
  border-bottom-right-radius: 1000px;
2465
}
2466

    
2467
/* We use this to get basic styling on all basic form elements */
2468
/* line 329, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2469
input[type="text"],
2470
input[type="password"],
2471
input[type="date"],
2472
input[type="datetime"],
2473
input[type="datetime-local"],
2474
input[type="month"],
2475
input[type="week"],
2476
input[type="email"],
2477
input[type="number"],
2478
input[type="search"],
2479
input[type="tel"],
2480
input[type="time"],
2481
input[type="url"],
2482
textarea {
2483
  background-color: white;
2484
  font-family: inherit;
2485
  border: 1px solid #919194;
2486
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2487
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2488
  color: rgba(0, 0, 0, 0.75);
2489
  display: block;
2490
  font-size: 0.875em;
2491
  margin: 0 0 1em 0;
2492
  padding: 0.5em;
2493
  height: 2.3125em;
2494
  width: 100%;
2495
  -moz-box-sizing: border-box;
2496
  -webkit-box-sizing: border-box;
2497
  box-sizing: border-box;
2498
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
2499
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
2500
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
2501
}
2502
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
2503
input[type="text"]:focus,
2504
input[type="password"]:focus,
2505
input[type="date"]:focus,
2506
input[type="datetime"]:focus,
2507
input[type="datetime-local"]:focus,
2508
input[type="month"]:focus,
2509
input[type="week"]:focus,
2510
input[type="email"]:focus,
2511
input[type="number"]:focus,
2512
input[type="search"]:focus,
2513
input[type="tel"]:focus,
2514
input[type="time"]:focus,
2515
input[type="url"]:focus,
2516
textarea:focus {
2517
  -webkit-box-shadow: 0 0 5px #999999;
2518
  -moz-box-shadow: 0 0 5px #999999;
2519
  box-shadow: 0 0 5px #999999;
2520
  border-color: #999999;
2521
}
2522
/* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2523
input[type="text"]:focus,
2524
input[type="password"]:focus,
2525
input[type="date"]:focus,
2526
input[type="datetime"]:focus,
2527
input[type="datetime-local"]:focus,
2528
input[type="month"]:focus,
2529
input[type="week"]:focus,
2530
input[type="email"]:focus,
2531
input[type="number"]:focus,
2532
input[type="search"]:focus,
2533
input[type="tel"]:focus,
2534
input[type="time"]:focus,
2535
input[type="url"]:focus,
2536
textarea:focus {
2537
  background: #fafafa;
2538
  border-color: #999999;
2539
  outline: none;
2540
}
2541
/* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2542
input[type="text"][disabled],
2543
input[type="password"][disabled],
2544
input[type="date"][disabled],
2545
input[type="datetime"][disabled],
2546
input[type="datetime-local"][disabled],
2547
input[type="month"][disabled],
2548
input[type="week"][disabled],
2549
input[type="email"][disabled],
2550
input[type="number"][disabled],
2551
input[type="search"][disabled],
2552
input[type="tel"][disabled],
2553
input[type="time"][disabled],
2554
input[type="url"][disabled],
2555
textarea[disabled] {
2556
  background-color: #dddddd;
2557
}
2558

    
2559
/* Adjust margin for form elements below */
2560
/* line 340, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2561
input[type="file"],
2562
input[type="checkbox"],
2563
input[type="radio"],
2564
select {
2565
  margin: 0 0 1em 0;
2566
}
2567

    
2568
/* Normalize file input width */
2569
/* line 345, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2570
input[type="file"] {
2571
  width: 100%;
2572
}
2573

    
2574
/* We add basic fieldset styling */
2575
/* line 350, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2576
fieldset {
2577
  border: solid 1px #dddddd;
2578
  padding: 1.25em;
2579
  margin: 1.125em 0;
2580
}
2581
/* line 215, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2582
fieldset legend {
2583
  font-weight: bold;
2584
  background: white;
2585
  padding: 0 0.1875em;
2586
  margin: 0;
2587
  margin-left: -0.1875em;
2588
}
2589

    
2590
/* Error Handling */
2591
/* line 357, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2592
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
2593
  display: block;
2594
  padding: 0.375em 0.25em;
2595
  margin-top: -1.3125em;
2596
  margin-bottom: 1em;
2597
  font-size: 0.75em;
2598
  font-weight: bold;
2599
  background: #30c79e;
2600
  color: white;
2601
  margin-top: 0;
2602
}
2603
/* line 361, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_forms.scss */
2604
[data-abide] span.error, [data-abide] small.error {
2605
  display: none;
2606
}
2607

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
6806
/* Table of Contents
6807

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

6819
 */
6820
/* Clearfix -------------------------------------------- */
6821
/* line 18, ../sass/_common.scss */
6822
.clearfix, .list-view .items-list > li, .details .top, .storage .files li, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title, .overlay-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 {
6823
  zoom: 1;
6824
}
6825
/* line 20, ../sass/_common.scss */
6826
.clearfix:before, .list-view .items-list > li:before, .details .top:before, .storage .files li:before, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:before, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:before, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:before, .overlay-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, .details .top:after, .storage .files li:after, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:after, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:after, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:after, .overlay-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 {
6827
  content: "\0020";
6828
  display: block;
6829
  height: 0;
6830
  overflow: hidden;
6831
}
6832
/* line 26, ../sass/_common.scss */
6833
.clearfix:after, .list-view .items-list > li:after, .details .top:after, .storage .files li:after, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:after, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:after, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:after, .overlay-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 {
6834
  clear: both;
6835
}
6836

    
6837
/* Mixins ----------------------------------------------- */
6838
/* Circle and Tags ----------------------------------------------- */
6839
/* line 107, ../sass/_common.scss */
6840
.circle, .tags .tag, .tag-demo, .snf-color-picker #color {
6841
  display: inline-block;
6842
  -webkit-border-radius: 999px;
6843
  -moz-border-radius: 999px;
6844
  border-radius: 999px;
6845
  behavior: url(PIE.htc);
6846
}
6847

    
6848
/* line 115, ../sass/_common.scss */
6849
.tags {
6850
  text-align: center;
6851
}
6852
/* line 117, ../sass/_common.scss */
6853
.tags .tag {
6854
  width: 12px;
6855
  height: 12px;
6856
  margin: 0 3px;
6857
}
6858
/* line 122, ../sass/_common.scss */
6859
.tags .tag.tag1 {
6860
  background-color: #ff5c58;
6861
}
6862
/* line 123, ../sass/_common.scss */
6863
.tags .tag.tag2 {
6864
  background-color: #00a551;
6865
}
6866
/* line 124, ../sass/_common.scss */
6867
.tags .tag.tag3 {
6868
  background-color: #30c79e;
6869
}
6870

    
6871
/* line 128, ../sass/_common.scss */
6872
.tag-demo, .snf-color-picker #color {
6873
  width: 18px;
6874
  height: 18px;
6875
  position: relative;
6876
  bottom: -5px;
6877
  margin-right: 20px;
6878
}
6879
/* line 137, ../sass/_common.scss */
6880
.tag-demo.tag4, .snf-color-picker .tag4#color {
6881
  background-color: #ff5e4d;
6882
}
6883
/* line 138, ../sass/_common.scss */
6884
.tag-demo.tag5, .snf-color-picker .tag5#color {
6885
  background-color: #25bfda;
6886
}
6887
/* line 139, ../sass/_common.scss */
6888
.tag-demo.tag6, .snf-color-picker .tag6#color {
6889
  background-color: #fbf7c5;
6890
}
6891
/* line 140, ../sass/_common.scss */
6892
.tag-demo.tag7, .snf-color-picker .tag7#color {
6893
  background-color: #83a697;
6894
}
6895

    
6896
/* Buttons and Links ----------------------------------------------- */
6897
/* line 148, ../sass/_common.scss */
6898
a {
6899
  color: #485057;
6900
}
6901
/* line 150, ../sass/_common.scss */
6902
a:hover, a.current, a.active {
6903
  color: #30c79e;
6904
  -webkit-transition: background 300ms ease-out;
6905
  -moz-transition: background 300ms ease-out;
6906
  -ms-transition: background 300ms ease-out;
6907
  -o-transition: background 300ms ease-out;
6908
  transition: background 300ms ease-out;
6909
}
6910

    
6911
/* line 158, ../sass/_common.scss */
6912
.inactive {
6913
  color: #919194 !important;
6914
}
6915
/* line 160, ../sass/_common.scss */
6916
.inactive:hover {
6917
  color: #919194;
6918
  cursor: default;
6919
}
6920

    
6921
/* line 167, ../sass/_common.scss */
6922
.btn1, .btn2, .btn3, .upload-widget .btns a, .btn4, .btn-img {
6923
  border: 1px solid #919194;
6924
  color: #919194;
6925
  display: inline-block;
6926
  padding: 10px 20px;
6927
  line-height: 1em;
6928
  text-align: center;
6929
}
6930
/* line 176, ../sass/_common.scss */
6931
.btn1:hover, .btn2:hover, .btn3:hover, .upload-widget .btns a:hover, .btn4:hover, .btn-img:hover, .btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .btn1:focus, .btn2:focus, .btn3:focus, .upload-widget .btns a:focus, .btn4:focus, .btn-img:focus {
6932
  border-color: #30c79e;
6933
  background: #30c79e;
6934
  color: #fff;
6935
}
6936
/* line 181, ../sass/_common.scss */
6937
.btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img {
6938
  cursor: default;
6939
}
6940

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

    
6953
/* line 199, ../sass/_common.scss */
6954
.btn3, .upload-widget .btns a {
6955
  color: #fff;
6956
  border-color: #fff;
6957
}
6958
/* line 205, ../sass/_common.scss */
6959
.btn3:hover, .upload-widget .btns a:hover, .btn3.current, .upload-widget .btns a.current, .btn3:focus, .upload-widget .btns a:focus {
6960
  color: #30c79e;
6961
  background: #fff;
6962
  border-color: #fff;
6963
}
6964

    
6965
/* line 212, ../sass/_common.scss */
6966
.btn4 {
6967
  color: #fff;
6968
  border-color: #fff;
6969
  background: #30c79e;
6970
}
6971
/* line 219, ../sass/_common.scss */
6972
.btn4:hover, .btn4.current, .btn4:focus {
6973
  color: #30c79e;
6974
  border-color: #30c79e;
6975
  background: #fff;
6976
}
6977

    
6978
/* line 226, ../sass/_common.scss */
6979
.btn5, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a, .overlay-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 {
6980
  border: 1px solid white;
6981
  color: white;
6982
  display: inline-block;
6983
  padding: 0 20px;
6984
  line-height: 28px;
6985
  height: 30px;
6986
  text-align: center;
6987
  font-size: 0.75em;
6988
}
6989
/* line 236, ../sass/_common.scss */
6990
.btn5:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:hover, #volume-wizard .step .volume_options > li .options-bar .options li a:hover, .btn5:focus, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:focus, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:focus, #volume-wizard .step .volume_options > li .options-bar .options li a:focus {
6991
  border-width: 2px;
6992
  line-height: 26px;
6993
  padding: 0 19px;
6994
  color: white;
6995
}
6996
/* line 242, ../sass/_common.scss */
6997
.btn5.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current, .overlay-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 {
6998
  background: white;
6999
  color: #30c79e;
7000
}
7001

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

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

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

    
7026
/* line 272, ../sass/_common.scss */
7027
.overlay-wrapper {
7028
  min-height: 100%;
7029
}
7030

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

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

    
7111
/* Actions Bar ----------------------------------------------- */
7112
/* line 350, ../sass/_common.scss */
7113
.actions-bar {
7114
  position: fixed;
7115
  left: 0;
7116
  top: 80px;
7117
  width: 100%;
7118
  z-index: 15;
7119
  text-align: center;
7120
  height: 30px;
7121
  line-height: 30px;
7122
  background-color: #ebebec;
7123
}
7124
/* line 360, ../sass/_common.scss */
7125
.actions-bar h2 {
7126
  float: left;
7127
  margin: 0 0 0 15px;
7128
  font-size: 0.75em;
7129
  line-height: 30px;
7130
  font-weight: normal;
7131
}
7132
/* line 368, ../sass/_common.scss */
7133
.actions-bar .filter-menu {
7134
  float: right;
7135
  position: relative;
7136
}
7137
/* line 371, ../sass/_common.scss */
7138
.actions-bar .filter-menu .filter {
7139
  padding: 0 10px;
7140
  font-size: 0.75em;
7141
  position: relative;
7142
  top: -2px;
7143
}
7144
/* line 377, ../sass/_common.scss */
7145
.actions-bar .filter-menu .options {
7146
  display: none;
7147
  position: absolute;
7148
  right: 0;
7149
  top: 30px;
7150
  width: 120px;
7151
  list-style-type: none;
7152
  padding: 10px 15px 15px;
7153
  text-align: left;
7154
  margin: 0;
7155
}
7156
/* line 389, ../sass/_common.scss */
7157
.actions-bar .filter-menu.current .options {
7158
  background-color: #ababad;
7159
  display: inline-block;
7160
}
7161
/* line 392, ../sass/_common.scss */
7162
.actions-bar .filter-menu.current .options a {
7163
  color: white;
7164
}
7165
/* line 401, ../sass/_common.scss */
7166
.actions-bar .row {
7167
  position: relative;
7168
  height: 30px;
7169
}
7170
/* line 406, ../sass/_common.scss */
7171
.actions-bar .hd-search {
7172
  width: 24px;
7173
  overflow: hidden;
7174
  position: relative;
7175
  float: right;
7176
  height: 30px;
7177
  margin-right: -6px;
7178
  -webkit-transition: width 0.3s linear;
7179
  -moz-transition: width 0.3s linear;
7180
  -ms-transition: width 0.3s linear;
7181
  -o-transition: width 0.3s linear;
7182
  transition: width 0.3s linear;
7183
  -webkit-backface-visibility: hidden;
7184
}
7185
/* line 416, ../sass/_common.scss */
7186
.actions-bar .hd-search .hd-icon-search {
7187
  display: block;
7188
  width: 30px;
7189
  height: 30px;
7190
  line-height: 30px;
7191
  float: right;
7192
  color: #485057;
7193
  z-index: 1;
7194
  position: relative;
7195
  background: #ebebec;
7196
}
7197
/* line 423, ../sass/_common.scss */
7198
.actions-bar .hd-search .hd-icon-search:hover {
7199
  color: #30c79e;
7200
  cursor: pointer;
7201
}
7202
/* line 431, ../sass/_common.scss */
7203
.actions-bar .hd-search .hd-search-input {
7204
  border: transparent;
7205
  background-color: white;
7206
  padding: 0 10px;
7207
  width: 160px;
7208
  font-size: 0.625em;
7209
  box-shadow: none;
7210
  height: 21px;
7211
  line-height: 21px;
7212
  position: absolute;
7213
  top: 4px;
7214
  left: 0;
7215
}
7216
/* line 444, ../sass/_common.scss */
7217
.actions-bar .hd-search.hd-open {
7218
  width: 190px;
7219
}
7220
/* line 448, ../sass/_common.scss */
7221
.actions-bar .view-type {
7222
  float: right;
7223
  margin-right: 15px;
7224
}
7225
/* line 451, ../sass/_common.scss */
7226
.actions-bar .view-type .current, .actions-bar .view-type a:hover {
7227
  color: #30c79e;
7228
}
7229
/* line 454, ../sass/_common.scss */
7230
.actions-bar .view-type .snf-listview {
7231
  position: relative;
7232
  top: 3px;
7233
  margin-right: 3px;
7234
  font-size: 22px;
7235
}
7236
/* line 460, ../sass/_common.scss */
7237
.actions-bar .view-type .snf-gridview {
7238
  font-size: 22px;
7239
  position: relative;
7240
  top: 3px;
7241
  margin-right: 3px;
7242
}
7243

    
7244
/* line 472, ../sass/_common.scss */
7245
.no-vm .actions-bar .view-type, .no-vm .actions-bar .hd-search, .no-vm .actions-bar .filter {
7246
  display: none;
7247
}
7248

    
7249
/* Icons Navigation ----------------------------------------------- */
7250
/* line 480, ../sass/_common.scss */
7251
.icons-nav {
7252
  margin: 0;
7253
  padding: 0;
7254
}
7255
/* line 482, ../sass/_common.scss */
7256
.icons-nav li {
7257
  display: inline-block;
7258
  margin-right: 10px;
7259
  font-size: 1.625em;
7260
  line-height: 1em;
7261
}
7262

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

    
7284
/* line 509, ../sass/_common.scss */
7285
.info.error {
7286
  background: #ff5c58;
7287
  color: #fff;
7288
}
7289

    
7290
/* line 515, ../sass/_common.scss */
7291
.info.alert {
7292
  background: #30c79e;
7293
  color: #fff;
7294
}
7295

    
7296
/* line 520, ../sass/_common.scss */
7297
.info.warning {
7298
  background: #919194;
7299
  color: #fff;
7300
}
7301

    
7302
/* line 525, ../sass/_common.scss */
7303
.info.success {
7304
  background: #00a551;
7305
  color: #fff;
7306
}
7307

    
7308
/* line 530, ../sass/_common.scss */
7309
.border-bottom-style1 {
7310
  padding-bottom: 20px;
7311
  margin-bottom: 20px;
7312
  border-bottom: 1px dashed #919194;
7313
}
7314

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

    
7350
/* Responive ------------------------------------------------ */
7351
@media only screen and (max-width: 768px) {
7352
  /* line 574, ../sass/_common.scss */
7353
  body {
7354
    padding-top: 0;
7355
  }
7356

    
7357
  /* line 577, ../sass/_common.scss */
7358
  .header, .actions-bar {
7359
    position: static;
7360
    z-index: auto;
7361
  }
7362

    
7363
  /* line 581, ../sass/_common.scss */
7364
  .actions-bar {
7365
    top: 160px;
7366
  }
7367

    
7368
  /* line 584, ../sass/_common.scss */
7369
  .header {
7370
    height: 120px;
7371
    line-height: 50px;
7372
  }
7373
  /* line 587, ../sass/_common.scss */
7374
  .header .icons-nav {
7375
    position: static;
7376
  }
7377
}
7378
/* List view for VMs, networks  */
7379
/* line 2, ../sass/_items-list.scss */
7380
.entities {
7381
  position: relative;
7382
}
7383

    
7384
/* line 7, ../sass/_items-list.scss */
7385
.grid-view .lt-bar {
7386
  display: none;
7387
}
7388
/* line 10, ../sass/_items-list.scss */
7389
.grid-view .items-list {
7390
  display: block;
7391
  padding: 0;
7392
  margin: 0 0;
7393
  *zoom: 1;
7394
  padding-left: 1px;
7395
  background: url(../images/dashed_atom.png) repeat-y left center;
7396
}
7397
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7398
.grid-view .items-list:before, .grid-view .items-list:after {
7399
  content: " ";
7400
  display: table;
7401
}
7402
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7403
.grid-view .items-list:after {
7404
  clear: both;
7405
}
7406
/* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7407
.grid-view .items-list > li {
7408
  display: inline;
7409
  height: auto;
7410
  float: left;
7411
  padding: 0 0 0;
7412
}
7413
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7414
.grid-view .items-list > li {
7415
  width: 50%;
7416
  padding: 0 0 0;
7417
}
7418
/* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7419
.grid-view .items-list > li:nth-of-type(n) {
7420
  clear: none;
7421
}
7422
/* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7423
.grid-view .items-list > li:nth-of-type(2n+1) {
7424
  clear: both;
7425
}
7426
@media only screen and (min-width: 768px) {
7427
  /* line 10, ../sass/_items-list.scss */
7428
  .grid-view .items-list {
7429
    display: block;
7430
    padding: 0;
7431
    margin: 0 0;
7432
    *zoom: 1;
7433
    padding-left: 1px;
7434
  }
7435
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7436
  .grid-view .items-list:before, .grid-view .items-list:after {
7437
    content: " ";
7438
    display: table;
7439
  }
7440
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7441
  .grid-view .items-list:after {
7442
    clear: both;
7443
  }
7444
  /* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7445
  .grid-view .items-list > li {
7446
    display: inline;
7447
    height: auto;
7448
    float: left;
7449
    padding: 0 0 0;
7450
  }
7451
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7452
  .grid-view .items-list > li {
7453
    width: 25%;
7454
    padding: 0 0 0;
7455
  }
7456
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7457
  .grid-view .items-list > li:nth-of-type(n) {
7458
    clear: none;
7459
  }
7460
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7461
  .grid-view .items-list > li:nth-of-type(4n+1) {
7462
    clear: both;
7463
  }
7464
}
7465
/* line 19, ../sass/_items-list.scss */
7466
.grid-view .items-list > li {
7467
  height: 215px;
7468
}
7469
/* line 21, ../sass/_items-list.scss */
7470
.grid-view .items-list > li .check, .grid-view .items-list > li .info, .grid-view .items-list > li .actions {
7471
  display: none;
7472
}
7473
/* line 24, ../sass/_items-list.scss */
7474
.grid-view .items-list > li .img-wrap {
7475
  margin-bottom: 6px;
7476
  height: 60px;
7477
}
7478
/* line 28, ../sass/_items-list.scss */
7479
.grid-view .items-list > li .container {
7480
  height: 160px;
7481
  margin: 40px 20px 20px;
7482
  position: relative;
7483
  line-height: 120%;
7484
}
7485
/* line 33, ../sass/_items-list.scss */
7486
.grid-view .items-list > li .container .tags {
7487
  width: 100%;
7488
  min-height: 12px;
7489
  position: absolute;
7490
  bottom: 12px;
7491
}
7492

    
7493
/* line 44, ../sass/_items-list.scss */
7494
.items-list > li {
7495
  text-align: center;
7496
  padding: 20px;
7497
  position: relative;
7498
  list-style: none;
7499
  background: url(../images/dashed-bg-corner.png) no-repeat right bottom;
7500
  height: 215px;
7501
}
7502
/* line 51, ../sass/_items-list.scss */
7503
.items-list > li .img-wrap {
7504
  position: relative;
7505
  display: inline-block;
7506
  overflow: hidden;
7507
}
7508
/* line 56, ../sass/_items-list.scss */
7509
.items-list > li .status {
7510
  font-size: 0.75em;
7511
  line-height: 140%;
7512
}
7513
/* line 59, ../sass/_items-list.scss */
7514
.items-list > li .status span {
7515
  display: block;
7516
}
7517
/* line 63, ../sass/_items-list.scss */
7518
.items-list > li .more {
7519
  display: none;
7520
  background: #fff;
7521
  left: -10px;
7522
  top: -10px;
7523
  z-index: 101;
7524
  position: absolute;
7525
  *zoom: 1;
7526
  -moz-box-shadow: 0 0 10px #cccccc;
7527
  -webkit-box-shadow: 0 0 10px #cccccc;
7528
  box-shadow: 0 0 10px #cccccc;
7529
}
7530
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7531
.items-list > li .more:before, .items-list > li .more:after {
7532
  content: " ";
7533
  display: table;
7534
}
7535
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7536
.items-list > li .more:after {
7537
  clear: both;
7538
}
7539
/* line 73, ../sass/_items-list.scss */
7540
.items-list > li .more .col {
7541
  width: 50%;
7542
  float: left;
7543
  font-size: 0.875em;
7544
  height: 200px;
7545
}
7546
/* line 78, ../sass/_items-list.scss */
7547
.items-list > li .more .col ul {
7548
  margin: 0;
7549
  padding: 0;
7550
  list-style: none outside none;
7551
}
7552
/* line 82, ../sass/_items-list.scss */
7553
.items-list > li .more .col ul li {
7554
  padding: 0;
7555
  text-align: left;
7556
  padding: 5px 5px 5px 30px;
7557
}
7558
/* line 86, ../sass/_items-list.scss */
7559
.items-list > li .more .col ul li a {
7560
  display: block;
7561
  width: 100%;
7562
}
7563
/* line 93, ../sass/_items-list.scss */
7564
.items-list > li .more .col.lt ul {
7565
  padding-top: 10px;
7566
}
7567
/* line 99, ../sass/_items-list.scss */
7568
.items-list > li .more .col.rt ul li {
7569
  height: 100px;
7570
  padding: 0 30px 0 0;
7571
  text-align: right;
7572
}
7573
/* line 103, ../sass/_items-list.scss */
7574
.items-list > li .more .col.rt ul li a {
7575
  height: 100%;
7576
  line-height: 100px;
7577
}
7578
/* line 106, ../sass/_items-list.scss */
7579
.items-list > li .more .col.rt ul li a span {
7580
  margin-right: 8px;
7581
  position: relative;
7582
  top: 1px;
7583
}
7584
/* line 116, ../sass/_items-list.scss */
7585
.items-list > li .more .name {
7586
  background: url(../images/dashed_atom-x.png) repeat-x center top;
7587
  padding: 10px;
7588
  font-size: 0.625em;
7589
}
7590
/* line 122, ../sass/_items-list.scss */
7591
.items-list > li h4 {
7592
  font-size: 0.75em;
7593
  overflow: hidden;
7594
  margin-bottom: 4px;
7595
  height: 32px;
7596
  font-weight: normal;
7597
}
7598
/* line 129, ../sass/_items-list.scss */
7599
.items-list > li.add-new {
7600
  background-color: #30c79e;
7601
  -webkit-transition: background-color 300ms linear;
7602
  -moz-transition: background-color 300ms linear;
7603
  -ms-transition: background-color 300ms linear;
7604
  -o-transition: background-color 300ms linear;
7605
  transition: background-color 300ms linear;
7606
}
7607
/* line 134, ../sass/_items-list.scss */
7608
.items-list > li.add-new .container .img-wrap span:first-child {
7609
  color: white;
7610
}
7611
/* line 137, ../sass/_items-list.scss */
7612
.items-list > li.add-new .container .img-wrap .symbol {
7613
  background-image: none;
7614
  color: #30c79e;
7615
  font-size: 30px;
7616
  text-indent: 0;
7617
}
7618
/* line 144, ../sass/_items-list.scss */
7619
.items-list > li.add-new .container h4 {
7620
  color: white;
7621
}
7622
/* line 148, ../sass/_items-list.scss */
7623
.items-list > li.add-new:hover {
7624
  background-color: #485057;
7625
  -webkit-transition: background-color 300ms linear;
7626
  -moz-transition: background-color 300ms linear;
7627
  -ms-transition: background-color 300ms linear;
7628
  -o-transition: background-color 300ms linear;
7629
  transition: background-color 300ms linear;
7630
  cursor: pointer;
7631
}
7632
/* line 154, ../sass/_items-list.scss */
7633
.items-list > li.add-new:hover .container .img-wrap .symbol {
7634
  color: #485057;
7635
}
7636

    
7637
/* line 165, ../sass/_items-list.scss */
7638
.list-view .btn5, .list-view .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .list-view a, .list-view .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a, .overlay-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 {
7639
  display: none;
7640
}
7641
/* line 168, ../sass/_items-list.scss */
7642
.list-view .lt-bar {
7643
  position: fixed;
7644
  width: 110px;
7645
  left: 50%;
7646
  top: 110px;
7647
  padding: 8px 10px;
7648
  margin-left: -30.625em;
7649
  -moz-box-shadow: 3px -2px 8px #cccccc;
7650
  -webkit-box-shadow: 3px -2px 8px #cccccc;
7651
  box-shadow: 3px -2px 8px #cccccc;
7652
  background: white;
7653
  z-index: 3;
7654
}
7655
/* line 170, ../sass/_items-list.scss */
7656
.list-view .lt-bar ul {
7657
  list-style: none outside none;
7658
  font-size: 0.75em;
7659
}
7660
/* line 173, ../sass/_items-list.scss */
7661
.list-view .lt-bar ul li {
7662
  list-style: none outside none;
7663
  padding: 12px 0;
7664
}
7665
/* line 177, ../sass/_items-list.scss */
7666
.list-view .lt-bar ul li.select span {
7667
  font-size: 16px;
7668
  margin-right: 5px;
7669
  position: relative;
7670
  top: 2px;
7671
}
7672
/* line 183, ../sass/_items-list.scss */
7673
.list-view .lt-bar ul li.select em {
7674
  display: none;
7675
  font-style: normal;
7676
}
7677
/* line 187, ../sass/_items-list.scss */
7678
.list-view .lt-bar ul li.select:hover {
7679
  color: #30c79e;
7680
  cursor: pointer;
7681
}
7682
/* line 192, ../sass/_items-list.scss */
7683
.list-view .lt-bar ul li a {
7684
  color: #919194;
7685
}
7686
/* line 194, ../sass/_items-list.scss */
7687
.list-view .lt-bar ul li a:hover {
7688
  color: #919194;
7689
  cursor: default;
7690
}
7691
/* line 198, ../sass/_items-list.scss */
7692
.list-view .lt-bar ul li a.active {
7693
  color: #485057;
7694
}
7695
/* line 200, ../sass/_items-list.scss */
7696
.list-view .lt-bar ul li a.active:hover {
7697
  color: #30c79e;
7698
  cursor: pointer;
7699
}
7700
/* line 209, ../sass/_items-list.scss */
7701
.list-view .items-list {
7702
  overflow: hidden;
7703
}
7704
/* line 216, ../sass/_items-list.scss */
7705
.list-view .items-list > li {
7706
  height: auto;
7707
  width: 100%;
7708
  padding: 15px 15px 15px 110px;
7709
  background-image: none;
7710
}
7711
/* line 222, ../sass/_items-list.scss */
7712
.list-view .items-list > li:hover {
7713
  background-color: #dfdfdf;
7714
}
7715
/* line 225, ../sass/_items-list.scss */
7716
.list-view .items-list > li .check {
7717
  width: 60px;
7718
  height: 34px;
7719
  line-height: 34px;
7720
  text-align: center;
7721
  float: left;
7722
}
7723
/* line 231, ../sass/_items-list.scss */
7724
.list-view .items-list > li .check:hover {
7725
  cursor: pointer;
7726
  color: #30c79e;
7727
}
7728
/* line 236, ../sass/_items-list.scss */
7729
.list-view .items-list > li .img-wrap {
7730
  width: 70px;
7731
  float: left;
7732
  text-align: center;
7733
  height: 34px;
7734
}
7735
/* line 241, ../sass/_items-list.scss */
7736
.list-view .items-list > li .img-wrap .os {
7737
  background: url("../images/os-unknown.png") no-repeat center center;
7738
  width: 16px;
7739
  height: 16px;
7740
  display: inline-block;
7741
  text-indent: -2000px;
7742
  overflow: hidden;
7743
  background-size: 100%;
7744
  position: absolute;
7745
  display: block;
7746
  text-align: center;
7747
  line-height: 18px;
7748
  left: 50%;
7749
  margin-left: -8px;
7750
  top: 3px;
7751
}
7752
/* line 252, ../sass/_items-list.scss */
7753
.list-view .items-list > li .img-wrap .snf-PC_fill {
7754
  font-size: 34px;
7755
}
7756
/* line 256, ../sass/_items-list.scss */
7757
.list-view .items-list > li h4 {
7758
  width: 40%;
7759
  float: left;
7760
  text-align: left;
7761
  height: 20px;
7762
}
7763
/* line 263, ../sass/_items-list.scss */
7764
.list-view .items-list > li .tags {
7765
  float: left;
7766
  width: 8%;
7767
  height: 34px;
7768
  line-height: 34px;
7769
}
7770
/* line 268, ../sass/_items-list.scss */
7771
.list-view .items-list > li .tags a {
7772
  vertical-align: text-top;
7773
}
7774
/* line 272, ../sass/_items-list.scss */
7775
.list-view .items-list > li .status {
7776
  position: absolute;
7777
  left: 240px;
7778
  text-align: left;
7779
  top: 30px;
7780
  width: 40%;
7781
}
7782
/* line 278, ../sass/_items-list.scss */
7783
.list-view .items-list > li .status span {
7784
  display: inline;
7785
}
7786
/* line 282, ../sass/_items-list.scss */
7787
.list-view .items-list > li .info {
7788
  float: left;
7789
  width: 25%;
7790
  font-size: 0.75em;
7791
}
7792
/* line 287, ../sass/_items-list.scss */
7793
.list-view .items-list > li .actions {
7794
  float: left;
7795
  height: 34px;
7796
  line-height: 34px;
7797
  position: relative;
7798
  top: -4px;
7799
  margin: 0 10px;
7800
}
7801
/* line 295, ../sass/_items-list.scss */
7802
.list-view .items-list > li .actions a:first-child {
7803
  margin-right: 5px;
7804
}
7805
/* line 301, ../sass/_items-list.scss */
7806
.list-view .items-list > li.add-new:hover {
7807
  background: #485057;
7808
}
7809
/* line 304, ../sass/_items-list.scss */
7810
.list-view .items-list > li.add-new .check {
7811
  visibility: hidden;
7812
}
7813
/* line 307, ../sass/_items-list.scss */
7814
.list-view .items-list > li.add-new h4 {
7815
  height: auto;
7816
  line-height: 30px;
7817
  margin: 0;
7818
}
7819
/* line 313, ../sass/_items-list.scss */
7820
.list-view .items-list > li.add-new .img-wrap .symbol {
7821
  font-size: 24px;
7822
}
7823
/* line 320, ../sass/_items-list.scss */
7824
.list-view .items-list > li.building .img-wrap .incomplete {
7825
  width: 34px;
7826
  margin: 0 auto;
7827
}
7828
/* line 324, ../sass/_items-list.scss */
7829
.list-view .items-list > li.building .img-wrap .complete {
7830
  top: -34px;
7831
  margin: 0 auto;
7832
}
7833

    
7834
/* line 336, ../sass/_items-list.scss */
7835
.lt-bar .items-list .check, .lt-bar .items-list .actions, .lt-bar .items-list .info {
7836
  display: none;
7837
}
7838
/* line 339, ../sass/_items-list.scss */
7839
.lt-bar .items-list > li {
7840
  background: url(../images/dashed_atom-x.png) repeat-x center bottom;
7841
  padding: 40px;
7842
  height: auto;
7843
}
7844
/* line 343, ../sass/_items-list.scss */
7845
.lt-bar .items-list > li:hover {
7846
  background-color: #ebebec;
7847
}
7848
/* line 347, ../sass/_items-list.scss */
7849
.lt-bar .items-list .container {
7850
  height: 160px;
7851
  position: relative;
7852
  line-height: 120%;
7853
}
7854
/* line 351, ../sass/_items-list.scss */
7855
.lt-bar .items-list .container .tags {
7856
  width: 100%;
7857
  min-height: 12px;
7858
  position: absolute;
7859
  bottom: 12px;
7860
}
7861

    
7862
/* line 3, ../sass/_details.scss */
7863
.details {
7864
  position: relative;
7865
  border-left: 1px solid #ababad;
7866
  border-right: 1px solid #ababad;
7867
}
7868
/* line 9, ../sass/_details.scss */
7869
.details .lt {
7870
  width: 290px;
7871
  float: left;
7872
  text-align: center;
7873
  border-right: 1px solid #ababad;
7874
  height: 160px;
7875
  line-height: 160px;
7876
}
7877
/* line 17, ../sass/_details.scss */
7878
.details .rt {
7879
  overflow: hidden;
7880
}
7881
/* line 20, ../sass/_details.scss */
7882
.details .top {
7883
  border-bottom: 1px solid #ababad;
7884
  position: relative;
7885
  z-index: 1;
7886
}
7887
/* line 25, ../sass/_details.scss */
7888
.details .top .img-wrap {
7889
  position: relative;
7890
  vertical-align: middle;
7891
  width: auto;
7892
  height: 90px;
7893
}
7894
/* line 31, ../sass/_details.scss */
7895
.details .top .img-wrap .snf-PC_fill,
7896
.details .top .img-wrap .snf-network_full {
7897
  font-size: 90px;
7898
}
7899
/* line 34, ../sass/_details.scss */
7900
.details .top .img-wrap .os {
7901
  background: url("../images/os-unknown.png") no-repeat center center;
7902
  width: 30px;
7903
  height: 30px;
7904
  display: inline-block;
7905
  text-indent: -2000px;
7906
  overflow: hidden;
7907
  position: absolute;
7908
  background-size: 100%;
7909
  left: 44px;
7910
  top: 14px;
7911
}
7912
/* line 40, ../sass/_details.scss */
7913
.details .top .img-wrap .os.windows {
7914
  background-image: url("../images/os-windows.png");
7915
}
7916
/* line 41, ../sass/_details.scss */
7917
.details .top .img-wrap .os.kubuntu {
7918
  background-image: url("../images/os-kubuntu.png");
7919
}
7920
/* line 42, ../sass/_details.scss */
7921
.details .top .img-wrap .os.fedora {
7922
  background-image: url("../images/os-fedora.png");
7923
}
7924
/* line 45, ../sass/_details.scss */
7925
.details .top .title {
7926
  height: 64px;
7927
  padding: 0 0 0 20px;
7928
}
7929
/* line 49, ../sass/_details.scss */
7930
.details .top .actions, .details .top .tabs {
7931
  border-top: 1px solid #ababad;
7932
  height: 48px;
7933
  line-height: 48px;
7934
  padding: 0 0 0 20px;
7935
}
7936
/* line 55, ../sass/_details.scss */
7937
.details .top .actions {
7938
  font-size: 0.875em;
7939
}
7940
/* line 58, ../sass/_details.scss */
7941
.details .top .tabs {
7942
  font-size: 1.375em;
7943
}
7944
/* line 61, ../sass/_details.scss */
7945
.details .top ul {
7946
  list-style: none outside none;
7947
  padding: 0;
7948
  margin: 0;
7949
}
7950
/* line 65, ../sass/_details.scss */
7951
.details .top ul li {
7952
  display: inline-block;
7953
  padding: 0 20px 0 0;
7954
  margin: 0;
7955
  line-height: 48px;
7956
}
7957
/* line 72, ../sass/_details.scss */
7958
.details .top h1 {
7959
  font-size: 1em;
7960
  margin: 0;
7961
  padding-top: 16px;
7962
}
7963
/* line 76, ../sass/_details.scss */
7964
.details .top h1 span {
7965
  font-size: 0.75em;
7966
  display: block;
7967
  font-weight: normal;
7968
}
7969
/* line 83, ../sass/_details.scss */
7970
.details .info-simple {
7971
  padding: 20px 0 0 290px;
7972
}
7973
/* line 85, ../sass/_details.scss */
7974
.details .info-simple .info-block {
7975
  padding: 20px;
7976
  background: url("../images/dashed_atom-x.png") repeat-x bottom;
7977
}
7978
/* line 88, ../sass/_details.scss */
7979
.details .info-simple .info-block dl {
7980
  margin-bottom: 0;
7981
  font-size: 0.875em;
7982
}
7983
/* line 91, ../sass/_details.scss */
7984
.details .info-simple .info-block dl dt {
7985
  display: inline-block;
7986
  width: 42%;
7987
  vertical-align: top;
7988
  font-weight: normal;
7989
}
7990
/* line 96, ../sass/_details.scss */
7991
.details .info-simple .info-block dl dt .icon {
7992
  width: 40px;
7993
  display: inline-block;
7994
  font-size: 1.5em;
7995
}
7996
/* line 102, ../sass/_details.scss */
7997
.details .info-simple .info-block dl dd {
7998
  display: inline-block;
7999
  width: 45%;
8000
  margin-bottom: 1em;
8001
}
8002
/* line 108, ../sass/_details.scss */
8003
.details .info-simple .info-block.tags {
8004
  text-align: left;
8005
}
8006
/* line 110, ../sass/_details.scss */
8007
.details .info-simple .info-block.tags .editable {
8008
  min-width: 30%;
8009
  display: inline-block;
8010
}
8011
/* line 113, ../sass/_details.scss */
8012
.details .info-simple .info-block.tags .editable .input-txt {
8013
  font-size: 14px;
8014
}
8015
/* line 116, ../sass/_details.scss */
8016
.details .info-simple .info-block.tags .editable input[type="text"] {
8017
  width: 100px;
8018
}
8019
/* line 120, ../sass/_details.scss */
8020
.details .info-simple .info-block.tags .btns {
8021
  margin-top: 77px;
8022
  margin-bottom: 20px;
8023
}
8024
/* line 123, ../sass/_details.scss */
8025
.details .info-simple .info-block.tags .btns *:first-child {
8026
  margin-right: 15px;
8027
}
8028
/* line 127, ../sass/_details.scss */
8029
.details .info-simple .info-block.tags .buttons {
8030
  margin-top: 25px;
8031
  margin-bottom: 25px;
8032
}
8033
/* line 131, ../sass/_details.scss */
8034
.details .info-simple .info-block.tags h3 {
8035
  margin: 0;
8036
  font-size: 0.875em;
8037
  font-weight: normal;
8038
}
8039
/* line 138, ../sass/_details.scss */
8040
.details .info-simple .info-block.charts .graph_container {
8041
  margin-bottom: 20px;
8042
}
8043
/* line 145, ../sass/_details.scss */
8044
.details .content h2 {
8045
  font-size: 1em;
8046
  line-height: 1;
8047
  margin-bottom: 40px;
8048
}
8049
/* line 151, ../sass/_details.scss */
8050
.details .lt-bar {
8051
  position: fixed;
8052
  width: 290px;
8053
  left: 50%;
8054
  top: 110px;
8055
  padding: 8px 10px;
8056
  margin-left: -30.625em;
8057
  -moz-box-shadow: 3px -2px 8px #cccccc;
8058
  -webkit-box-shadow: 3px -2px 8px #cccccc;
8059
  box-shadow: 3px -2px 8px #cccccc;
8060
  background: white;
8061
  z-index: 3;
8062
  padding: 0;
8063
  display: none;
8064
}
8065

    
8066
/* line 158, ../sass/_details.scss */
8067
.scroll-wrap {
8068
  overflow: auto;
8069
  position: relative;
8070
}
8071

    
8072
/* line 163, ../sass/_details.scss */
8073
.toggle-lt-bar {
8074
  position: absolute;
8075
  left: 0;
8076
  top: 35px;
8077
  background: #485057;
8078
  z-index: 4;
8079
  color: #fff;
8080
  display: block;
8081
  height: 100px;
8082
  line-height: 85px;
8083
  padding: 0 5px;
8084
}
8085
/* line 174, ../sass/_details.scss */
8086
.toggle-lt-bar:hover {
8087
  background: #30c79e;
8088
  color: #fff;
8089
}
8090

    
8091
/* Table of Contents
8092

8093
  - lt-sidebar general styles
8094
  - lt-sidebar list view
8095
  - custom scrollbar styles (jscrollpane)
8096

8097
*/
8098
/* lt-sidebar general styles ----------------------------------------------- */
8099
/* line 11, ../sass/_lt-sidebar.scss */
8100
.lt-sidebar {
8101
  overflow: scroll;
8102
  height: 300px;
8103
  font-size: 0.75em;
8104
  /* lt-sidebar list view ----------------------------------------------- */
8105
  /* custom scrollbar styles (jscrollpane) ----------------------------------------------- */
8106
}
8107
/* line 18, ../sass/_lt-sidebar.scss */
8108
.lt-sidebar .items-list {
8109
  padding: 0;
8110
}
8111
/* line 20, ../sass/_lt-sidebar.scss */
8112
.lt-sidebar .items-list li .img-wrap .snf-PC_fill {
8113
  font-size: 54px;
8114
}
8115
/* line 26, ../sass/_lt-sidebar.scss */
8116
.lt-sidebar .items-list li .img-wrap,
8117
.lt-sidebar .items-list li .os {
8118
  background-size: 80%;
8119
}
8120
/* line 29, ../sass/_lt-sidebar.scss */
8121
.lt-sidebar .items-list li .img-wrap .os {
8122
  top: 6px;
8123
}
8124
/* line 32, ../sass/_lt-sidebar.scss */
8125
.lt-sidebar li:hover {
8126
  background: #ebebec;
8127
}
8128
/* line 35, ../sass/_lt-sidebar.scss */
8129
.lt-sidebar li.current {
8130
  background: #dfdfdf;
8131
  cursor: pointer;
8132
}
8133
/* line 43, ../sass/_lt-sidebar.scss */
8134
.lt-sidebar .jspDrag {
8135
  background-color: #919194;
8136
}
8137
/* line 46, ../sass/_lt-sidebar.scss */
8138
.lt-sidebar .jspVerticalBar {
8139
  width: 10px;
8140
  right: 4px;
8141
}
8142
/* line 50, ../sass/_lt-sidebar.scss */
8143
.lt-sidebar .jspTrack {
8144
  background: #fff;
8145
  border: 1px solid #919194;
8146
  border-top: 1px solid #c5c5c6;
8147
}
8148

    
8149
/* Table of Contents
8150

8151
- editable
8152
- universal form styles
8153
- vm wizard styles
8154
*/
8155
/* editable (used for changing info asychronously) ------------------ */
8156
/* line 14, ../sass/_forms.scss */
8157
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
8158
  display: none;
8159
}
8160
/* line 16, ../sass/_forms.scss */
8161
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
8162
  font-size: 18px;
8163
}
8164
/* line 25, ../sass/_forms.scss */
8165
.editable input[type="text"] {
8166
  display: none;
8167
}
8168

    
8169
/* universal form styles ------------------ */
8170
/* line 33, ../sass/_forms.scss */
8171
.input {
8172
  display: inline-block;
8173
  padding-left: 6px;
8174
}
8175
/* line 36, ../sass/_forms.scss */
8176
.input input[type="text"] {
8177
  width: 142px;
8178
  padding: 0 12px 0 6px;
8179
  border: 0 none;
8180
  background-color: transparent;
8181
  outline: 0;
8182
  margin: 0;
8183
  -moz-box-shadow: none;
8184
  -webkit-box-shadow: none;
8185
  box-shadow: none;
8186
}
8187

    
8188
/* line 48, ../sass/_forms.scss */
8189
.snf-color-picker {
8190
  display: none;
8191
}
8192
/* line 50, ../sass/_forms.scss */
8193
.snf-color-picker > form {
8194
  height: 237px;
8195
  width: 100%;
8196
}
8197
/* line 54, ../sass/_forms.scss */
8198
.snf-color-picker #picker {
8199
  position: relative;
8200
  width: 207px;
8201
  margin: 25px 5px 30px;
8202
  display: inline-block;
8203
}
8204
/* line 61, ../sass/_forms.scss */
8205
.snf-color-picker #color {
8206
  margin: 0 15px 0 10px;
8207
  position: static;
8208
  vertical-align: text-bottom;
8209
  border-color: transparent;
8210
  color: transparent;
8211
}
8212

    
8213
/* detailed view styles ------------------ */
8214
/* line 73, ../sass/_forms.scss */
8215
.details .input {
8216
  background: url(../images/input-bg-lt-black.png) no-repeat left bottom;
8217
}
8218
/* line 75, ../sass/_forms.scss */
8219
.details .input input[type="text"] {
8220
  background: url(../images/input-bg-rt-black.png) no-repeat right bottom;
8221
  color: #1e1e1e;
8222
}
8223
/* line 69, ../sass/_common.scss */
8224
.details .input input[type="text"].placeholder {
8225
  color: #919194;
8226
}
8227
/* line 70, ../sass/_common.scss */
8228
.details .input input[type="text"]:-moz-placeholder {
8229
  color: #919194;
8230
}
8231
/* line 71, ../sass/_common.scss */
8232
.details .input input[type="text"]::-moz-placeholder {
8233
  color: #919194;
8234
}
8235
/* line 72, ../sass/_common.scss */
8236
.details .input input[type="text"]::-webkit-input-placeholder {
8237
  color: #919194;
8238
}
8239

    
8240
/* vm wizard styles ------------------ */
8241
/* line 88, ../sass/_forms.scss */
8242
.wizard form.custom .custom.dropdown.medium {
8243
  background: #485057;
8244
  color: white;
8245
}
8246
/* line 92, ../sass/_forms.scss */
8247
.wizard form.custom .custom.dropdown .current {
8248
  color: white;
8249
}
8250
/* line 95, ../sass/_forms.scss */
8251
.wizard form.custom .custom.dropdown .selector {
8252
  border-left: 1px solid white;
8253
  height: 30px;
8254
}
8255
/* line 99, ../sass/_forms.scss */
8256
.wizard form.custom .custom.dropdown.open ul {
8257
  background: #485057;
8258
  color: white;
8259
}
8260
/* line 103, ../sass/_forms.scss */
8261
.wizard form.custom .custom.dropdown ul li {
8262
  color: white;
8263
}
8264
/* line 106, ../sass/_forms.scss */
8265
.wizard form.custom .custom.dropdown ul li.selected {
8266
  color: white;
8267
  background: #5f6a73;
8268
}
8269
/* line 110, ../sass/_forms.scss */
8270
.wizard form.custom .custom.dropdown ul li:hover {
8271
  background: #77838e;
8272
  color: white;
8273
}
8274
/* line 115, ../sass/_forms.scss */
8275
.wizard .input {
8276
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
8277
}
8278
/* line 117, ../sass/_forms.scss */
8279
.wizard .input input[type="text"] {
8280
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
8281
  color: white;
8282
}
8283
/* line 69, ../sass/_common.scss */
8284
.wizard .input input[type="text"].placeholder {
8285
  color: #1e1e1e;
8286
}
8287
/* line 70, ../sass/_common.scss */
8288
.wizard .input input[type="text"]:-moz-placeholder {
8289
  color: #1e1e1e;
8290
}
8291
/* line 71, ../sass/_common.scss */
8292
.wizard .input input[type="text"]::-moz-placeholder {
8293
  color: #1e1e1e;
8294
}
8295
/* line 72, ../sass/_common.scss */
8296
.wizard .input input[type="text"]::-webkit-input-placeholder {
8297
  color: #1e1e1e;
8298
}
8299

    
8300
/* Machines (VMs)  related styles  */
8301
/* line 3, ../sass/_machines.scss */
8302
.grid-view .build-progress {
8303
  animation: progress_animation 5s infinite, pulse 1s infinite;
8304
  -webkit-animation: progress_animation 5s infinite, pulse 1s infinite;
8305
}
8306

    
8307
/* line 12, ../sass/_machines.scss */
8308
.reboot-progress {
8309
  animation: reboot_pulse 1s infinite;
8310
  -webkit-animation: reboot_pulse 1s infinite;
8311
}
8312

    
8313
@-webkit-keyframes progress_animation {
8314
  /* line 20, ../sass/_machines.scss */
8315
  from {
8316
    width: 0%;
8317
  }
8318

    
8319
  /* line 23, ../sass/_machines.scss */
8320
  to {
8321
    width: 100%;
8322
  }
8323
}
8324

    
8325
@-moz-keyframes progress_animation {
8326
  /* line 20, ../sass/_machines.scss */
8327
  from {
8328
    width: 0%;
8329
  }
8330

    
8331
  /* line 23, ../sass/_machines.scss */
8332
  to {
8333
    width: 100%;
8334
  }
8335
}
8336

    
8337
@-ms-keyframes progress_animation {
8338
  /* line 20, ../sass/_machines.scss */
8339
  from {
8340
    width: 0%;
8341
  }
8342

    
8343
  /* line 23, ../sass/_machines.scss */
8344
  to {
8345
    width: 100%;
8346
  }
8347
}
8348

    
8349
@keyframes progress_animation {
8350
  /* line 20, ../sass/_machines.scss */
8351
  from {
8352
    width: 0%;
8353
  }
8354

    
8355
  /* line 23, ../sass/_machines.scss */
8356
  to {
8357
    width: 100%;
8358
  }
8359
}
8360

    
8361
@-webkit-keyframes pulse {
8362
  /* line 29, ../sass/_machines.scss */
8363
  from {
8364
    color: #30c79e;
8365
  }
8366

    
8367
  /* line 32, ../sass/_machines.scss */
8368
  to {
8369
    color: #269e7d;
8370
  }
8371
}
8372

    
8373
@-moz-keyframes pulse {
8374
  /* line 29, ../sass/_machines.scss */
8375
  from {
8376
    color: #30c79e;
8377
  }
8378

    
8379
  /* line 32, ../sass/_machines.scss */
8380
  to {
8381
    color: #269e7d;
8382
  }
8383
}
8384

    
8385
@-ms-keyframes pulse {
8386
  /* line 29, ../sass/_machines.scss */
8387
  from {
8388
    color: #30c79e;
8389
  }
8390

    
8391
  /* line 32, ../sass/_machines.scss */
8392
  to {
8393
    color: #269e7d;
8394
  }
8395
}
8396

    
8397
@keyframes pulse {
8398
  /* line 29, ../sass/_machines.scss */
8399
  from {
8400
    color: #30c79e;
8401
  }
8402

    
8403
  /* line 32, ../sass/_machines.scss */
8404
  to {
8405
    color: #269e7d;
8406
  }
8407
}
8408

    
8409
@-webkit-keyframes reboot_pulse {
8410
  /* line 39, ../sass/_machines.scss */
8411
  from {
8412
    color: #ffc54a;
8413
  }
8414

    
8415
  /* line 42, ../sass/_machines.scss */
8416
  to {
8417
    color: #ffb517;
8418
  }
8419
}
8420

    
8421
@-moz-keyframes reboot_pulse {
8422
  /* line 39, ../sass/_machines.scss */
8423
  from {
8424
    color: #ffc54a;
8425
  }
8426

    
8427
  /* line 42, ../sass/_machines.scss */
8428
  to {
8429
    color: #ffb517;
8430
  }
8431
}
8432

    
8433
@-ms-keyframes reboot_pulse {
8434
  /* line 39, ../sass/_machines.scss */
8435
  from {
8436
    color: #ffc54a;
8437
  }
8438

    
8439
  /* line 42, ../sass/_machines.scss */
8440
  to {
8441
    color: #ffb517;
8442
  }
8443
}
8444

    
8445
@keyframes reboot_pulse {
8446
  /* line 39, ../sass/_machines.scss */
8447
  from {
8448
    color: #ffc54a;
8449
  }
8450

    
8451
  /* line 42, ../sass/_machines.scss */
8452
  to {
8453
    color: #ffb517;
8454
  }
8455
}
8456

    
8457
/* line 59, ../sass/_machines.scss */
8458
.img-wrap {
8459
  width: 60px;
8460
  display: inline-block;
8461
}
8462
/* line 63, ../sass/_machines.scss */
8463
.img-wrap span:hover {
8464
  cursor: pointer;
8465
}
8466
/* line 68, ../sass/_machines.scss */
8467
.img-wrap .snf-PC_fill,
8468
.img-wrap .snf-network_full {
8469
  font-size: 60px;
8470
  color: #30c79e;
8471
}
8472
/* line 72, ../sass/_machines.scss */
8473
.img-wrap .os {
8474
  background: url("../images/os-unknown.png") no-repeat center center;
8475
  width: 22px;
8476
  height: 22px;
8477
  display: inline-block;
8478
  text-indent: -2000px;
8479
  overflow: hidden;
8480
  position: absolute;
8481
  top: 8px;
8482
  left: 50%;
8483
  margin-left: -11px;
8484
}
8485
/* line 78, ../sass/_machines.scss */
8486
.img-wrap .os.windows {
8487
  background-image: url("../images/os-windows.png");
8488
}
8489
/* line 79, ../sass/_machines.scss */
8490
.img-wrap .os.kubuntu {
8491
  background-image: url("../images/os-kubuntu.png");
8492
}
8493
/* line 80, ../sass/_machines.scss */
8494
.img-wrap .os.fedora {
8495
  background-image: url("../images/os-fedora.png");
8496
}
8497

    
8498
/* line 84, ../sass/_machines.scss */
8499
.btn5.temp, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.temp, .overlay-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 {
8500
  color: blue;
8501
  padding: 0 4px;
8502
  position: absolute;
8503
  right: 0;
8504
}
8505

    
8506
/* line 92, ../sass/_machines.scss */
8507
.temp-for-btns .btn5.temp, .temp-for-btns .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.temp, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .temp-for-btns a.temp, .temp-for-btns .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.temp, .overlay-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 {
8508
  position: static;
8509
}
8510

    
8511
/* line 50, ../sass/_machines.scss */
8512
.running .img-wrap .snf-PC_fill,
8513
.running .img-wrap .snf-network_full, .running .img-wrap .icon {
8514
  color: #30c79e;
8515
}
8516
/* line 54, ../sass/_machines.scss */
8517
.running .status {
8518
  color: #30c79e;
8519
}
8520

    
8521
/* line 50, ../sass/_machines.scss */
8522
.off .img-wrap .snf-PC_fill,
8523
.off .img-wrap .snf-network_full, .off .img-wrap .icon {
8524
  color: #4a5158;
8525
}
8526
/* line 54, ../sass/_machines.scss */
8527
.off .status {
8528
  color: #4a5158;
8529
}
8530

    
8531
/* line 50, ../sass/_machines.scss */
8532
.error .img-wrap .snf-PC_fill,
8533
.error .img-wrap .snf-network_full, .error .img-wrap .icon {
8534
  color: #ff4040;
8535
}
8536
/* line 54, ../sass/_machines.scss */
8537
.error .status {
8538
  color: #ff4040;
8539
}
8540

    
8541
/* line 50, ../sass/_machines.scss */
8542
.shutting .img-wrap .snf-PC_fill,
8543
.shutting .img-wrap .snf-network_full, .shutting .img-wrap .icon {
8544
  color: #666c6b;
8545
}
8546
/* line 54, ../sass/_machines.scss */
8547
.shutting .status {
8548
  color: #666c6b;
8549
}
8550

    
8551
/* line 50, ../sass/_machines.scss */
8552
.starting .img-wrap .snf-PC_fill,
8553
.starting .img-wrap .snf-network_full, .starting .img-wrap .icon {
8554
  color: #566db1;
8555
}
8556
/* line 54, ../sass/_machines.scss */
8557
.starting .status {
8558
  color: #566db1;
8559
}
8560

    
8561
/* line 50, ../sass/_machines.scss */
8562
.rebooting .img-wrap .snf-PC_fill,
8563
.rebooting .img-wrap .snf-network_full, .rebooting .img-wrap .icon {
8564
  color: #ffc54a;
8565
}
8566
/* line 54, ../sass/_machines.scss */
8567
.rebooting .status {
8568
  color: #ffc54a;
8569
}
8570

    
8571
/* line 50, ../sass/_machines.scss */
8572
.building .img-wrap .snf-PC_fill,
8573
.building .img-wrap .snf-network_full, .building .img-wrap .icon {
8574
  color: #30c79e;
8575
}
8576
/* line 54, ../sass/_machines.scss */
8577
.building .status {
8578
  color: #30c79e;
8579
}
8580

    
8581
/* line 121, ../sass/_machines.scss */
8582
.building .img-wrap .snf-PC_fill {
8583
  display: block;
8584
  overflow: hidden;
8585
}
8586
/* line 125, ../sass/_machines.scss */
8587
.building .img-wrap .incomplete {
8588
  color: #c7eae0;
8589
  width: 60px;
8590
}
8591
/* line 129, ../sass/_machines.scss */
8592
.building .img-wrap .complete {
8593
  width: 0%;
8594
  position: relative;
8595
  top: -60px;
8596
}
8597

    
8598
/* line 138, ../sass/_machines.scss */
8599
#vm-connect .info {
8600
  font-style: italic;
8601
  font-size: 0.8125em;
8602
  color: #9e9ea1;
8603
}
8604
/* line 143, ../sass/_machines.scss */
8605
#vm-connect .ssh {
8606
  text-align: center;
8607
}
8608
/* line 145, ../sass/_machines.scss */
8609
#vm-connect .ssh span {
8610
  padding: 10px 30px;
8611
  background: #30c79e;
8612
  color: #fff;
8613
}
8614

    
8615
/* Networks related styles  */
8616
/* line 6, ../sass/_networks.scss */
8617
.networks .items-list .img-wrap .snf-network_full {
8618
  font-size: 60px;
8619
}
8620
/* line 12, ../sass/_networks.scss */
8621
.networks .items-list [data-status="active"] .img-wrap .snf-network_full {
8622
  color: #30c79e;
8623
}
8624

    
8625
/* line 23, ../sass/_networks.scss */
8626
.list-view .items-list .img-wrap .snf-network_full {
8627
  font-size: 32px;
8628
}
8629

    
8630
/* Storage (pithos) related styles  */
8631
/* line 3, ../sass/_storage.scss */
8632
.storage {
8633
  padding: 45px 0;
8634
  position: relative;
8635
}
8636
/* line 6, ../sass/_storage.scss */
8637
.storage .lt-sidebar {
8638
  font-size: 1em;
8639
  padding: 0 20px 40px 40px;
8640
}
8641
/* line 9, ../sass/_storage.scss */
8642
.storage .lt-sidebar .sidenav {
8643
  font-size: inherit;
8644
}
8645
/* line 12, ../sass/_storage.scss */
8646
.storage .lt-sidebar ul {
8647
  list-style: none outside none;
8648
}
8649
/* line 14, ../sass/_storage.scss */
8650
.storage .lt-sidebar ul li {
8651
  padding: 5px 0;
8652
}
8653
/* line 16, ../sass/_storage.scss */
8654
.storage .lt-sidebar ul li:hover {
8655
  background: transparent;
8656
}
8657
/* line 18, ../sass/_storage.scss */
8658
.storage .lt-sidebar ul li:hover > a {
8659
  color: #30c79e;
8660
}
8661
/* line 20, ../sass/_storage.scss */
8662
.storage .lt-sidebar ul li:hover > a + span {
8663
  display: inline;
8664
}
8665
/* line 25, ../sass/_storage.scss */
8666
.storage .lt-sidebar ul li span {
8667
  float: right;
8668
  color: #30c79e;
8669
  display: none;
8670
}
8671
/* line 34, ../sass/_storage.scss */
8672
.storage .files {
8673
  margin: 1em 0;
8674
  padding: 0;
8675
  list-style: none outside none;
8676
}
8677
/* line 38, ../sass/_storage.scss */
8678
.storage .files li {
8679
  list-style: none outside none;
8680
  clear: left;
8681
  padding: 10px 20px;
8682
  border: 1px solid transparent;
8683
  text-align: left;
8684
  font-weight: normal;
8685
}
8686
/* line 46, ../sass/_storage.scss */
8687
.storage .files li .name-col {
8688
  float: left;
8689
  width: 35%;
8690
  padding-left: 50px;
8691
  font-weight: normal;
8692
}
8693
/* line 50, ../sass/_storage.scss */
8694
.storage .files li .name-col.folder {
8695
  background: url(../images/icon-folder.png) no-repeat left center;
8696
}
8697
/* line 51, ../sass/_storage.scss */
8698
.storage .files li .name-col.txt {
8699
  background: url(../images/icon-txt.png) no-repeat left center;
8700
}
8701
/* line 52, ../sass/_storage.scss */
8702
.storage .files li .name-col.pdf {
8703
  background: url(../images/icon-pdf.png) no-repeat left center;
8704
}
8705
/* line 53, ../sass/_storage.scss */
8706
.storage .files li .name-col.image {
8707
  background: url(../images/icon-image.png) no-repeat left center;
8708
}
8709
/* line 56, ../sass/_storage.scss */
8710
.storage .files li .size-col {
8711
  float: left;
8712
  width: 10%;
8713
}
8714
/* line 60, ../sass/_storage.scss */
8715
.storage .files li .date-col {
8716
  float: left;
8717
  width: 20%;
8718
}
8719
/* line 64, ../sass/_storage.scss */
8720
.storage .files li .actions-col {
8721
  float: left;
8722
  width: 30%;
8723
  visibility: hidden;
8724
}
8725
/* line 69, ../sass/_storage.scss */
8726
.storage .files li .actions-col a {
8727
  margin-right: 10px;
8728
}
8729
/* line 73, ../sass/_storage.scss */
8730
.storage .files li:hover {
8731
  border-color: #30c79e;
8732
}
8733
/* line 75, ../sass/_storage.scss */
8734
.storage .files li:hover .actions-col {
8735
  visibility: visible;
8736
}
8737
/* line 77, ../sass/_storage.scss */
8738
.storage .files li.titles {
8739
  color: #919194;
8740
}
8741
/* line 79, ../sass/_storage.scss */
8742
.storage .files li.titles .name-col {
8743
  padding-left: 0;
8744
}
8745
/* line 80, ../sass/_storage.scss */
8746
.storage .files li.titles:hover {
8747
  border-color: transparent;
8748
}
8749

    
8750
/* line 92, ../sass/_storage.scss */
8751
.upload-widget {
8752
  text-align: center;
8753
}
8754
/* line 95, ../sass/_storage.scss */
8755
.upload-widget h2, .upload-widget a {
8756
  color: #fff;
8757
}
8758
/* line 99, ../sass/_storage.scss */
8759
.upload-widget .btns a {
8760
  margin: 0 10px;
8761
}
8762
/* line 104, ../sass/_storage.scss */
8763
.upload-widget .breadcrumbs {
8764
  display: inline-block;
8765
}
8766
/* line 105, ../sass/_storage.scss */
8767
.upload-widget .breadcrumbs *, .upload-widget .breadcrumbs > *:before, .upload-widget .breadcrumbs li a:first-child, .upload-widget .breadcrumbs a:hover, .upload-widget .breadcrumbs li a:first-child:hover {
8768
  color: #fff;
8769
}
8770
/* line 108, ../sass/_storage.scss */
8771
.upload-widget .breadcrumbs a:hover {
8772
  text-decoration: underline;
8773
}
8774
/* line 114, ../sass/_storage.scss */
8775
.upload-widget .files {
8776
  color: #fff;
8777
}
8778
/* line 117, ../sass/_storage.scss */
8779
.upload-widget .files li {
8780
  padding: 10px 120px;
8781
  border: none;
8782
  position: relative;
8783
}
8784
/* line 121, ../sass/_storage.scss */
8785
.upload-widget .files li .dz-success-mark {
8786
  margin-left: 10px;
8787
}
8788
/* line 124, ../sass/_storage.scss */
8789
.upload-widget .files li .dz-error-mark {
8790
  display: none;
8791
}
8792
/* line 127, ../sass/_storage.scss */
8793
.upload-widget .files li .cancel-col {
8794
  width: 100px;
8795
  position: absolute;
8796
  right: 50px;
8797
  top: 9px;
8798
}
8799
/* line 133, ../sass/_storage.scss */
8800
.upload-widget .files li .cancel-col .cancel span {
8801
  display: block;
8802
  text-align: right;
8803
}
8804
/* line 139, ../sass/_storage.scss */
8805
.upload-widget .files div {
8806
  display: inline-block;
8807
}
8808
/* line 142, ../sass/_storage.scss */
8809
.upload-widget .files .progress-bar {
8810
  position: static;
8811
  padding: 0;
8812
  width: 25%;
8813
  border: none;
8814
  background-color: transparent;
8815
}
8816
/* line 149, ../sass/_storage.scss */
8817
.upload-widget .files .progress-bar .progress-wrap {
8818
  width: 100%;
8819
  margin: 0;
8820
}
8821
/* line 153, ../sass/_storage.scss */
8822
.upload-widget .files .progress-bar .progress-wrap .progress {
8823
  display: block;
8824
  margin: 0;
8825
  border: 2px solid white;
8826
  padding: 0;
8827
  background-color: #30c79e;
8828
}
8829
/* line 160, ../sass/_storage.scss */
8830
.upload-widget .files .progress-bar .progress-wrap .progress .meter {
8831
  background-color: white;
8832
}
8833

    
8834
/* line 169, ../sass/_storage.scss */
8835
.dz-success-mark, .dz-error-mark, .dz-error-message {
8836
  display: none;
8837
}
8838

    
8839
/* line 1, ../sass/_wizards.scss */
8840
.overlay-wrapper .overlay-area-custom .overlay-div.wizard {
8841
  background: #485057;
8842
  padding: 0;
8843
  width: 100%;
8844
  top: 0;
8845
  left: 0;
8846
  position: relative;
8847
  color: white;
8848
}
8849
/* line 9, ../sass/_wizards.scss */
8850
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top {
8851
  background: #636a70;
8852
  height: 90px;
8853
  position: fixed;
8854
  left: 0;
8855
  right: 0;
8856
  bottom: auto;
8857
  top: 80px;
8858
  width: 100%;
8859
  z-index: 40;
8860
}
8861
/* line 19, ../sass/_wizards.scss */
8862
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers {
8863
  height: 50px;
8864
  line-height: 50px;
8865
  background: #33383d;
8866
}
8867
/* line 20, ../sass/_wizards.scss */
8868
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row {
8869
  max-width: 100%;
8870
  padding: 0 15px;
8871
}
8872
/* line 23, ../sass/_wizards.scss */
8873
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close {
8874
  color: #919194;
8875
}
8876
/* line 25, ../sass/_wizards.scss */
8877
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close:focus {
8878
  color: white;
8879
}
8880
/* line 34, ../sass/_wizards.scss */
8881
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus {
8882
  height: 40px;
8883
}
8884
/* line 36, ../sass/_wizards.scss */
8885
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu {
8886
  display: none;
8887
}
8888
/* line 38, ../sass/_wizards.scss */
8889
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu[data-step="1"] {
8890
  display: block;
8891
}
8892
/* line 41, ../sass/_wizards.scss */
8893
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul {
8894
  margin: 0;
8895
  padding: 0;
8896
  list-style: none outside none;
8897
  font-size: 0.75em;
8898
}
8899
/* line 46, ../sass/_wizards.scss */
8900
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li {
8901
  display: inline;
8902
  margin-right: 10px;
8903
  line-height: 40px;
8904
  list-style: none outside none;
8905
}
8906
/* line 51, ../sass/_wizards.scss */
8907
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a {
8908
  color: #1e1e1e;
8909
}
8910
/* line 53, ../sass/_wizards.scss */
8911
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:focus, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
8912
  color: white;
8913
}
8914
/* line 56, ../sass/_wizards.scss */
8915
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
8916
  text-decoration: underline;
8917
}
8918
/* line 59, ../sass/_wizards.scss */
8919
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.disabled {
8920
  color: #919194;
8921
  cursor: default;
8922
}
8923
/* line 69, ../sass/_wizards.scss */
8924
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums {
8925
  text-align: right;
8926
  list-style: none outside none;
8927
  margin: 0;
8928
  height: 50px;
8929
  line-height: 50px;
8930
  font-size: 0.5625em;
8931
  padding-right: 120px;
8932
  color: #30c79e;
8933
}
8934
/* line 78, ../sass/_wizards.scss */
8935
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li {
8936
  list-style: none outside none;
8937
  display: inline;
8938
}
8939
/* line 81, ../sass/_wizards.scss */
8940
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p {
8941
  display: none;
8942
  position: relative;
8943
  top: 1px;
8944
  font-size: 12px;
8945
  margin-left: 12px;
8946
}
8947
/* line 87, ../sass/_wizards.scss */
8948
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p strong {
8949
  margin-right: 5px;
8950
}
8951
/* line 91, ../sass/_wizards.scss */
8952
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li em {
8953
  display: inline-block;
8954
  border-radius: 50%;
8955
  border: 1px solid #30c79e;
8956
  width: 20px;
8957
  height: 20px;
8958
  line-height: 18px;
8959
  margin: 0 3px;
8960
  text-align: center;
8961
  font-style: normal;
8962
}
8963
/* line 102, ../sass/_wizards.scss */
8964
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a {
8965
  color: #30c79e;
8966
  display: block;
8967
}
8968
/* line 105, ../sass/_wizards.scss */
8969
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a:hover {
8970
  cursor: default;
8971
}
8972
/* line 109, ../sass/_wizards.scss */
8973
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current {
8974
  float: left;
8975
}
8976
/* line 111, ../sass/_wizards.scss */
8977
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current p {
8978
  display: inline-block;
8979
}
8980
/* line 114, ../sass/_wizards.scss */
8981
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em {
8982
  font-size: 12px;
8983
  width: 30px;
8984
  height: 30px;
8985
  line-height: 27px;
8986
  border-color: #30c79e;
8987
}
8988
/* line 120, ../sass/_wizards.scss */
8989
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em * {
8990
  color: #30c79e;
8991
}
8992
/* line 128, ../sass/_wizards.scss */
8993
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle {
8994
  padding-top: 70px;
8995
}
8996
/* line 130, ../sass/_wizards.scss */
8997
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .steps {
8998
  position: relative;
8999
  width: 100%;
9000
}
9001
/* line 134, ../sass/_wizards.scss */
9002
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step {
9003
  position: absolute;
9004
  top: 0;
9005
  width: 100%;
9006
  display: none;
9007
  padding: 50px 0 50px;
9008
}
9009
/* line 139, ../sass/_wizards.scss */
9010
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.current {
9011
  display: block;
9012
}
9013
/* line 145, ../sass/_wizards.scss */
9014
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.step-2 .dropdown {
9015
  margin-bottom: 40px;
9016
}
9017
/* line 153, ../sass/_wizards.scss */
9018
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li {
9019
  display: none;
9020
  list-style: none outside none;
9021
  font-size: 0.75em;
9022
  padding: 15px 0;
9023
}
9024
/* line 160, ../sass/_wizards.scss */
9025
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.hover {
9026
  background: #33383d;
9027
}
9028
/* line 163, ../sass/_wizards.scss */
9029
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current {
9030
  background: white;
9031
  color: #485057;
9032
}
9033
/* line 166, ../sass/_wizards.scss */
9034
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .name-col {
9035
  color: #485057;
9036
}
9037
/* line 170, ../sass/_wizards.scss */
9038
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a {
9039
  border-color: #485057;
9040
  color: #485057;
9041
}
9042
/* line 173, ../sass/_wizards.scss */
9043
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current {
9044
  color: white;
9045
  background: #485057;
9046
}
9047
/* line 180, ../sass/_wizards.scss */
9048
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.system-images {
9049
  display: list-item;
9050
}
9051
/* line 183, ../sass/_wizards.scss */
9052
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .img-col {
9053
  float: left;
9054
  width: 50px;
9055
  line-height: 30px;
9056
}
9057
/* line 188, ../sass/_wizards.scss */
9058
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .name-col {
9059
  float: left;
9060
  color: white;
9061
  width: 71%;
9062
  padding-right: 10px;
9063
  line-height: 30px;
9064
}
9065
/* line 195, ../sass/_wizards.scss */
9066
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .size-col {
9067
  float: left;
9068
  width: 10%;
9069
  line-height: 30px;
9070
}
9071
/* line 200, ../sass/_wizards.scss */
9072
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col {
9073
  float: right;
9074
  width: 10%;
9075
  margin-left: 10px;
9076
}
9077
/* line 204, ../sass/_wizards.scss */
9078
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a {
9079
  font-size: 1em;
9080
}
9081
/* line 208, ../sass/_wizards.scss */
9082
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current {
9083
  color: #485057;
9084
}
9085
/* line 213, ../sass/_wizards.scss */
9086
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details {
9087
  display: none;
9088
  background: #e6e6e6;
9089
  padding: 22px 0;
9090
  margin: 20px 6px -9px;
9091
  color: #1e1e1e;
9092
}
9093
/* line 219, ../sass/_wizards.scss */
9094
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details h3 {
9095
  font-size: 1em;
9096
  font-weight: normal;
9097
  margin-bottom: 1em;
9098
  padding-left: 50px;
9099
}
9100
/* line 225, ../sass/_wizards.scss */
9101
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl {
9102
  margin: 0;
9103
  padding-left: 50px;
9104
}
9105
/* line 229, ../sass/_wizards.scss */
9106
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dt {
9107
  width: 20%;
9108
  float: left;
9109
  font-weight: normal;
9110
}
9111
/* line 234, ../sass/_wizards.scss */
9112
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dd {
9113
  margin: 0 0 5px;
9114
}
9115
/* line 241, ../sass/_wizards.scss */
9116
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor {
9117
  list-style: none outside none;
9118
}
9119
/* line 243, ../sass/_wizards.scss */
9120
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li {
9121
  list-style: none outside none;
9122
  margin-bottom: 30px;
9123
}
9124
/* line 246, ../sass/_wizards.scss */
9125
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title {
9126
  height: 40px;
9127
  overflow: hidden;
9128
  margin-bottom: 0.5em;
9129
  color: white;
9130
  vertical-align: top;
9131
}
9132
/* line 253, ../sass/_wizards.scss */
9133
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title .icon {
9134
  display: block;
9135
  width: 60px;
9136
  font-size: 38px;
9137
  float: left;
9138
}
9139
/* line 259, ../sass/_wizards.scss */
9140
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 {
9141
  font-size: 0.875em;
9142
  float: left;
9143
  width: 140px;
9144
  color: white;
9145
  margin-right: 60px;
9146
  padding-left: 0.625em;
9147
}
9148
/* line 261, ../sass/_wizards.scss */
9149
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 span {
9150
  font-weight: normal;
9151
}
9152
/* line 269, ../sass/_wizards.scss */
9153
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 em {
9154
  display: block;
9155
  margin-top: 4px;
9156
  font-size: 11px;
9157
  font-style: normal;
9158
  font-weight: normal;
9159
  white-space: nowrap;
9160
  line-height: 13px;
9161
}
9162
/* line 279, ../sass/_wizards.scss */
9163
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title p {
9164
  visibility: hidden;
9165
  overflow: hidden;
9166
  min-height: 40px;
9167
  font-size: 11px;
9168
  line-height: 11px;
9169
}
9170
/* line 289, ../sass/_wizards.scss */
9171
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar {
9172
  width: 200px;
9173
  float: left;
9174
  margin-right: 60px;
9175
  height: 20px;
9176
  position: relative;
9177
  top: 10px;
9178
}
9179
/* line 296, ../sass/_wizards.scss */
9180
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap {
9181
  border: 1px solid white;
9182
  padding: 1px;
9183
  height: 100%;
9184
}
9185
/* line 300, ../sass/_wizards.scss */
9186
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
9187
  border-color: #3a4046;
9188
}
9189
/* line 303, ../sass/_wizards.scss */
9190
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9191
  background-color: #3a4046;
9192
}
9193
/* line 308, ../sass/_wizards.scss */
9194
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
9195
  height: 100%;
9196
}
9197
/* line 310, ../sass/_wizards.scss */
9198
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
9199
  background: #919194;
9200
  height: 100%;
9201
  float: left;
9202
  position: relative;
9203
}
9204
/* line 315, ../sass/_wizards.scss */
9205
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
9206
  background: white;
9207
  height: 100%;
9208
  float: left;
9209
}
9210
/* line 320, ../sass/_wizards.scss */
9211
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
9212
  position: absolute;
9213
  right: 10px;
9214
  font-size: 0.5625em;
9215
  top: 2px;
9216
}
9217
/* line 327, ../sass/_wizards.scss */
9218
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
9219
  right: -30px;
9220
  color: white;
9221
}
9222
/* line 337, ../sass/_wizards.scss */
9223
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options {
9224
  overflow: hidden;
9225
  list-style: none outside none;
9226
}
9227
/* line 340, ../sass/_wizards.scss */
9228
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li {
9229
  list-style: none outside none;
9230
  display: inline-block;
9231
  margin-right: 10px;
9232
  margin-bottom: 0;
9233
}
9234
/* line 345, ../sass/_wizards.scss */
9235
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a {
9236
  min-width: 60px;
9237
}
9238
/* line 348, ../sass/_wizards.scss */
9239
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current {
9240
  color: #485057;
9241
}
9242
/* line 351, ../sass/_wizards.scss */
9243
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled {
9244
  border-color: #3a4046;
9245
  color: #3a4046;
9246
}
9247
/* line 354, ../sass/_wizards.scss */
9248
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:active {
9249
  cursor: default;
9250
  border-width: 1px;
9251
  line-height: 28px;
9252
}
9253
/* line 367, ../sass/_wizards.scss */
9254
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary {
9255
  padding-bottom: 40px;
9256
}
9257
/* line 370, ../sass/_wizards.scss */
9258
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row .wrap {
9259
  max-width: 36.25em;
9260
  border-top: 1px solid white;
9261
  padding-top: 1em;
9262
}
9263
/* line 377, ../sass/_wizards.scss */
9264
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child .wrap {
9265
  border-top: 0 none;
9266
  margin-top: 0;
9267
}
9268
/* line 382, ../sass/_wizards.scss */
9269
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child dl dt {
9270
  font-weight: bold;
9271
}
9272
/* line 388, ../sass/_wizards.scss */
9273
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary h2 {
9274
  font-size: 1em;
9275
  color: white;
9276
  margin-bottom: 1em;
9277
}
9278
/* line 393, ../sass/_wizards.scss */
9279
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl {
9280
  margin-bottom: 0;
9281
}
9282
/* line 395, ../sass/_wizards.scss */
9283
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl span {
9284
  width: 40px;
9285
  display: inline-block;
9286
  font-size: 20px;
9287
}
9288
/* line 400, ../sass/_wizards.scss */
9289
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dt {
9290
  display: inline-block;
9291
  width: 42%;
9292
  vertical-align: top;
9293
  font-weight: 600;
9294
}
9295
/* line 406, ../sass/_wizards.scss */
9296
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dd {
9297
  display: inline-block;
9298
  width: 45%;
9299
  margin-bottom: 1em;
9300
}
9301
/* line 413, ../sass/_wizards.scss */
9302
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step {
9303
  color: white;
9304
}
9305
/* line 415, ../sass/_wizards.scss */
9306
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step h2 {
9307
  color: white;
9308
  font-size: 1em;
9309
  margin-bottom: 10px;
9310
  line-height: 1;
9311
}
9312
/* line 421, ../sass/_wizards.scss */
9313
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step p {
9314
  font-size: 10px;
9315
}
9316
/* line 424, ../sass/_wizards.scss */
9317
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-checked, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-unchecked {
9318
  color: white;
9319
}
9320
/* line 427, ../sass/_wizards.scss */
9321
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn {
9322
  margin: 50px 0 2.5em;
9323
}
9324
/* line 429, ../sass/_wizards.scss */
9325
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a {
9326
  color: white;
9327
}
9328
/* line 431, ../sass/_wizards.scss */
9329
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a span {
9330
  padding-left: 24px;
9331
}
9332
/* line 438, ../sass/_wizards.scss */
9333
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9334
  color: white;
9335
  font-size: 1em;
9336
  margin-bottom: 0.5em;
9337
}
9338
/* line 446, ../sass/_wizards.scss */
9339
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a:hover, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a:hover {
9340
  color: white;
9341
}
9342
/* line 449, ../sass/_wizards.scss */
9343
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current:hover, .overlay-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 .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current:hover {
9344
  color: #485057;
9345
}
9346
/* line 453, ../sass/_wizards.scss */
9347
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9348
  display: none;
9349
}
9350
/* line 455, ../sass/_wizards.scss */
9351
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9352
  font-size: 20px;
9353
}
9354
/* line 458, ../sass/_wizards.scss */
9355
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9356
  padding: 2.5em 0;
9357
}
9358
/* line 461, ../sass/_wizards.scss */
9359
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9360
  max-width: 340px;
9361
  margin-bottom: 20px;
9362
}
9363
/* line 467, ../sass/_wizards.scss */
9364
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9365
  position: relative;
9366
  list-style: none outside none;
9367
  margin-bottom: 7px;
9368
}
9369
/* line 472, ../sass/_wizards.scss */
9370
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9371
  cursor: pointer;
9372
}
9373
/* line 476, ../sass/_wizards.scss */
9374
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9375
  width: 18.75em;
9376
  color: white;
9377
  font-size: 1em;
9378
  font-weight: normal;
9379
  margin: 0 28px 0 0;
9380
  display: inline-block;
9381
}
9382
/* line 488, ../sass/_wizards.scss */
9383
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9384
  background-color: #ff7049;
9385
}
9386
/* line 490, ../sass/_wizards.scss */
9387
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .btn5, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .os li .btn-col a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .overlay-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, .overlay-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, .overlay-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 .overlay-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, .overlay-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 .overlay-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 {
9388
  margin-top: 3px;
9389
}
9390
/* line 495, ../sass/_wizards.scss */
9391
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9392
  background-color: #ff948c;
9393
}
9394
/* line 497, ../sass/_wizards.scss */
9395
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9396
  position: relative;
9397
  margin-bottom: 0;
9398
}
9399
/* line 502, ../sass/_wizards.scss */
9400
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9401
  padding-right: 30px;
9402
  display: inline-block;
9403
  width: 145px;
9404
  text-align: right;
9405
  font-size: 30px;
9406
  margin-bottom: 0;
9407
  position: relative;
9408
}
9409
/* line 510, ../sass/_wizards.scss */
9410
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9411
  position: relative;
9412
}
9413
/* line 512, ../sass/_wizards.scss */
9414
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-modem {
9415
  top: -1px;
9416
}
9417
/* line 515, ../sass/_wizards.scss */
9418
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9419
  top: 6px;
9420
}
9421
/* line 518, ../sass/_wizards.scss */
9422
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-network_full {
9423
  top: 5px;
9424
}
9425
/* line 521, ../sass/_wizards.scss */
9426
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9427
  position: absolute;
9428
  height: 1px;
9429
  width: 13px;
9430
  background: white;
9431
  bottom: 15px;
9432
}
9433
/* line 527, ../sass/_wizards.scss */
9434
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line1 {
9435
  right: 56px;
9436
}
9437
/* line 528, ../sass/_wizards.scss */
9438
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line2 {
9439
  right: 97px;
9440
  width: 10px;
9441
}
9442
/* line 535, ../sass/_wizards.scss */
9443
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
9444
  background: #ffb5af;
9445
  margin: 2.5em 6px;
9446
  padding: 2.5em 0;
9447
  color: #fff;
9448
}
9449
/* line 540, ../sass/_wizards.scss */
9450
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
9451
  color: #fff;
9452
  padding-left: 145px;
9453
}
9454
/* line 543, ../sass/_wizards.scss */
9455
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
9456
  cursor: pointer;
9457
}
9458
/* line 547, ../sass/_wizards.scss */
9459
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .overlay-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, .overlay-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, .overlay-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 .overlay-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, .overlay-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 .overlay-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 {
9460
  margin-top: 20px;
9461
  border-color: #fff;
9462
  color: #fff;
9463
  margin-left: 145px;
9464
}
9465
/* line 555, ../sass/_wizards.scss */
9466
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .with-checkbox a span {
9467
  color: #fff;
9468
}
9469
/* line 564, ../sass/_wizards.scss */
9470
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
9471
  background-color: #4c71ff;
9472
}
9473
/* line 566, ../sass/_wizards.scss */
9474
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
9475
  display: none;
9476
}
9477
/* line 569, ../sass/_wizards.scss */
9478
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
9479
  position: relative;
9480
  width: 207px;
9481
  margin: 30px 5px;
9482
  display: inline-block;
9483
}
9484
/* line 575, ../sass/_wizards.scss */
9485
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
9486
  margin-top: 77px;
9487
  margin-bottom: 30px;
9488
}
9489
/* line 579, ../sass/_wizards.scss */
9490
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a, .overlay-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 .overlay-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, .overlay-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 .overlay-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 {
9491
  margin-right: 20px;
9492
}
9493
/* line 582, ../sass/_wizards.scss */
9494
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker #color, .snf-color-picker .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #color {
9495
  left: 10px;
9496
}
9497
/* line 585, ../sass/_wizards.scss */
9498
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
9499
  width: 18.75em;
9500
  color: white;
9501
  font-size: 1em;
9502
  font-weight: normal;
9503
  margin: 0 28px 0 0;
9504
  display: inline-block;
9505
}
9506
/* line 594, ../sass/_wizards.scss */
9507
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
9508
  position: relative;
9509
  left: -14px;
9510
}
9511
/* line 597, ../sass/_wizards.scss */
9512
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
9513
  margin-right: 35px;
9514
}
9515
/* line 606, ../sass/_wizards.scss */
9516
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom {
9517
  position: fixed;
9518
  left: 0;
9519
  right: 0;
9520
  bottom: 0;
9521
  border-top: 1px solid #636a70;
9522
  background: #485057;
9523
}
9524
/* line 613, ../sass/_wizards.scss */
9525
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .row {
9526
  height: 40px;
9527
  line-height: 40px;
9528
}
9529
/* line 617, ../sass/_wizards.scss */
9530
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav {
9531
  height: 40px;
9532
  line-height: 40px;
9533
  color: white;
9534
  display: inline-block;
9535
  position: relative;
9536
  font-size: 0.75em;
9537
  top: 5px;
9538
  width: 100px;
9539
}
9540
/* line 627, ../sass/_wizards.scss */
9541
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:focus {
9542
  -webkit-transition: background 0ms ease-out;
9543
  -moz-transition: background 0ms ease-out;
9544
  -ms-transition: background 0ms ease-out;
9545
  -o-transition: background 0ms ease-out;
9546
  transition: background 0ms ease-out;
9547
}
9548
/* line 630, ../sass/_wizards.scss */
9549
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span {
9550
  display: inline-block;
9551
  height: 30px;
9552
  line-height: 30px;
9553
  float: left;
9554
}
9555
/* line 636, ../sass/_wizards.scss */
9556
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:focus {
9557
  -webkit-transition: background 0ms linear;
9558
  -moz-transition: background 0ms linear;
9559
  -ms-transition: background 0ms linear;
9560
  -o-transition: background 0ms linear;
9561
  transition: background 0ms linear;
9562
}
9563
/* line 641, ../sass/_wizards.scss */
9564
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev {
9565
  float: left;
9566
  height: 30px;
9567
  padding-left: 18px;
9568
  background: url("../images/nav-edge-lt.png") no-repeat left top;
9569
}
9570
/* line 646, ../sass/_wizards.scss */
9571
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev span {
9572
  padding-right: 10px;
9573
  background: url("../images/nav-lt.png") no-repeat right top;
9574
}
9575
/* line 652, ../sass/_wizards.scss */
9576
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus {
9577
  background-position: left bottom;
9578
}
9579
/* line 654, ../sass/_wizards.scss */
9580
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover span, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active span, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus span {
9581
  background-position: right bottom;
9582
}
9583
/* line 659, ../sass/_wizards.scss */
9584
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next {
9585
  float: right;
9586
  height: 30px;
9587
  padding-right: 18px;
9588
  background: url("../images/nav-edge-rt.png") no-repeat right top;
9589
}
9590
/* line 664, ../sass/_wizards.scss */
9591
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next span {
9592
  padding-left: 10px;
9593
  background: url("../images/nav-rt.png") no-repeat left top;
9594
  float: right;
9595
}
9596
/* line 671, ../sass/_wizards.scss */
9597
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus {
9598
  background-position: right bottom;
9599
}
9600
/* line 673, ../sass/_wizards.scss */
9601
.overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover span, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active span, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus span {
9602
  background-position: left bottom;
9603
  float: right;
9604
}
9605

    
9606
/* line 691, ../sass/_wizards.scss */
9607
#network-wizard a.nav:focus {
9608
  border: none;
9609
}
9610
/* line 694, ../sass/_wizards.scss */
9611
#network-wizard a.radio_btn:focus, #network-wizard a.check:focus {
9612
  border: 1px solid #aee7cc;
9613
  padding: 2px;
9614
}
9615
/* line 700, ../sass/_wizards.scss */
9616
#network-wizard li {
9617
  list-style: none outside none;
9618
  position: relative;
9619
}
9620
/* line 705, ../sass/_wizards.scss */
9621
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
9622
  font-size: 1.3em;
9623
}
9624
/* line 708, ../sass/_wizards.scss */
9625
#network-wizard .subnet_options {
9626
  margin: 0;
9627
}
9628
/* line 710, ../sass/_wizards.scss */
9629
#network-wizard .subnet_options li {
9630
  margin-top: 20px;
9631
}
9632
/* line 715, ../sass/_wizards.scss */
9633
#network-wizard .step a {
9634
  color: white;
9635
}
9636
/* line 716, ../sass/_wizards.scss */
9637
#network-wizard .step .network_options {
9638
  position: relative;
9639
  padding-bottom: 20px;
9640
}
9641
/* line 719, ../sass/_wizards.scss */
9642
#network-wizard .step .network_options .explanatory {
9643
  font-size: 0.75em;
9644
  margin-top: 20px;
9645
  margin-bottom: 60px;
9646
}
9647
/* line 724, ../sass/_wizards.scss */
9648
#network-wizard .step .network_options .check, #network-wizard .step .network_options .radio_btn {
9649
  position: absolute;
9650
  right: 0;
9651
}
9652
/* line 727, ../sass/_wizards.scss */
9653
#network-wizard .step .network_options .check:focus, #network-wizard .step .network_options .radio_btn:focus {
9654
  right: -3px;
9655
  top: -3px;
9656
}
9657
/* line 732, ../sass/_wizards.scss */
9658
#network-wizard .step .network_options .network-name {
9659
  margin: 40px 0;
9660
}
9661
/* line 734, ../sass/_wizards.scss */
9662
#network-wizard .step .network_options .network-name h2 {
9663
  color: white;
9664
  font-size: 1em;
9665
}
9666
/* line 741, ../sass/_wizards.scss */
9667
#network-wizard .step .network_options li {
9668
  display: block;
9669
  width: 360px;
9670
}
9671
/* line 744, ../sass/_wizards.scss */
9672
#network-wizard .step .network_options li.manual {
9673
  position: relative;
9674
}
9675
/* line 746, ../sass/_wizards.scss */
9676
#network-wizard .step .network_options li.manual .input {
9677
  position: absolute;
9678
  right: -170px;
9679
  width: 150px;
9680
  bottom: 5px;
9681
  display: none;
9682
}
9683
/* line 754, ../sass/_wizards.scss */
9684
#network-wizard .step .network_options li.project-selection li {
9685
  width: 100%;
9686
}
9687

    
9688
/* line 765, ../sass/_wizards.scss */
9689
#volume-wizard a.nav:focus {
9690
  border: none;
9691
}
9692
/* line 768, ../sass/_wizards.scss */
9693
#volume-wizard a.radio_btn:focus, #volume-wizard a.check:focus {
9694
  border: 1px solid #aee7cc;
9695
  padding: 2px;
9696
}
9697
/* line 774, ../sass/_wizards.scss */
9698
#volume-wizard li {
9699
  list-style: none outside none;
9700
  position: relative;
9701
}
9702
/* line 779, ../sass/_wizards.scss */
9703
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
9704
  font-size: 1.3em;
9705
}
9706
/* line 783, ../sass/_wizards.scss */
9707
#volume-wizard .step a {
9708
  color: white;
9709
}
9710
/* line 786, ../sass/_wizards.scss */
9711
#volume-wizard .step p {
9712
  font-size: 14px;
9713
  line-height: 1;
9714
}
9715
/* line 791, ../sass/_wizards.scss */
9716
#volume-wizard .step .volume_options > li {
9717
  display: block;
9718
  list-style: none outside none;
9719
  margin-bottom: 30px;
9720
}
9721
/* line 793, ../sass/_wizards.scss */
9722
#volume-wizard .step .volume_options > li.volume-name {
9723
  margin: 40px 0;
9724
}
9725
/* line 795, ../sass/_wizards.scss */
9726
#volume-wizard .step .volume_options > li.volume-name h2 {
9727
  color: white;
9728
  font-size: 1em;
9729
}
9730
/* line 802, ../sass/_wizards.scss */
9731
#volume-wizard .step .volume_options > li .title {
9732
  height: 40px;
9733
  overflow: hidden;
9734
  margin-bottom: 0.5em;
9735
  color: white;
9736
  vertical-align: top;
9737
}
9738
/* line 809, ../sass/_wizards.scss */
9739
#volume-wizard .step .volume_options > li .title .icon {
9740
  display: block;
9741
  width: 60px;
9742
  font-size: 38px;
9743
  float: left;
9744
}
9745
/* line 815, ../sass/_wizards.scss */
9746
#volume-wizard .step .volume_options > li .title h2 {
9747
  font-size: 0.875em;
9748
  float: left;
9749
  width: 140px;
9750
  color: white;
9751
  margin-right: 60px;
9752
  padding-left: 0.625em;
9753
}
9754
/* line 817, ../sass/_wizards.scss */
9755
#volume-wizard .step .volume_options > li .title h2 span {
9756
  font-weight: normal;
9757
}
9758
/* line 825, ../sass/_wizards.scss */
9759
#volume-wizard .step .volume_options > li .title h2 em {
9760
  display: block;
9761
  margin-top: 4px;
9762
  font-size: 11px;
9763
  font-style: normal;
9764
  font-weight: normal;
9765
  white-space: nowrap;
9766
  line-height: 13px;
9767
}
9768
/* line 835, ../sass/_wizards.scss */
9769
#volume-wizard .step .volume_options > li .title p {
9770
  visibility: hidden;
9771
  overflow: hidden;
9772
  min-height: 40px;
9773
  font-size: 11px;
9774
  line-height: 11px;
9775
}
9776
/* line 845, ../sass/_wizards.scss */
9777
#volume-wizard .step .volume_options > li .options-bar .bar {
9778
  width: 200px;
9779
  float: left;
9780
  margin-right: 60px;
9781
  height: 20px;
9782
  position: relative;
9783
  top: 10px;
9784
}
9785
/* line 852, ../sass/_wizards.scss */
9786
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
9787
  border: 1px solid white;
9788
  padding: 1px;
9789
  height: 100%;
9790
}
9791
/* line 856, ../sass/_wizards.scss */
9792
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
9793
  border-color: #3a4046;
9794
}
9795
/* line 859, ../sass/_wizards.scss */
9796
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9797
  background-color: #3a4046;
9798
}
9799
/* line 864, ../sass/_wizards.scss */
9800
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
9801
  height: 100%;
9802
}
9803
/* line 866, ../sass/_wizards.scss */
9804
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
9805
  background: #919194;
9806
  height: 100%;
9807
  float: left;
9808
  position: relative;
9809
}
9810
/* line 871, ../sass/_wizards.scss */
9811
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
9812
  background: white;
9813
  height: 100%;
9814
  float: left;
9815
}
9816
/* line 876, ../sass/_wizards.scss */
9817
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
9818
  position: absolute;
9819
  right: 10px;
9820
  font-size: 0.5625em;
9821
  top: 2px;
9822
}
9823
/* line 883, ../sass/_wizards.scss */
9824
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
9825
  right: -30px;
9826
  color: white;
9827
}
9828
/* line 892, ../sass/_wizards.scss */
9829
#volume-wizard .step .volume_options > li .options-bar .options {
9830
  overflow: hidden;
9831
  list-style: none outside none;
9832
}
9833
/* line 895, ../sass/_wizards.scss */
9834
#volume-wizard .step .volume_options > li .options-bar .options li {
9835
  list-style: none outside none;
9836
  display: inline-block;
9837
  margin-right: 10px;
9838
  margin-bottom: 0;
9839
}
9840
/* line 900, ../sass/_wizards.scss */
9841
#volume-wizard .step .volume_options > li .options-bar .options li a {
9842
  min-width: 60px;
9843
}
9844
/* line 903, ../sass/_wizards.scss */
9845
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
9846
  color: #485057;
9847
}
9848
/* line 906, ../sass/_wizards.scss */
9849
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
9850
  border-color: #3a4046;
9851
  color: #3a4046;
9852
}
9853
/* line 909, ../sass/_wizards.scss */
9854
#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 {
9855
  cursor: default;
9856
  border-width: 1px;
9857
  line-height: 28px;
9858
}
9859
/* line 922, ../sass/_wizards.scss */
9860
#volume-wizard .step .explain {
9861
  margin-bottom: 1em;
9862
}
9863

    
9864
/*
9865

9866
Overlays (Todo: clean up)
9867

9868
*/
9869
/* line 6, ../sass/_overlays.scss */
9870
body.with-overlay {
9871
  background: #485057;
9872
}
9873
/* line 8, ../sass/_overlays.scss */
9874
body.with-overlay .main {
9875
  opacity: 0;
9876
}
9877

    
9878
/* line 14, ../sass/_overlays.scss */
9879
.overlay-wrapper {
9880
  position: relative;
9881
  left: 0;
9882
  top: 0;
9883
}
9884
/* line 18, ../sass/_overlays.scss */
9885
.overlay-wrapper .welcome {
9886
  display: none;
9887
}
9888
/* line 21, ../sass/_overlays.scss */
9889
.overlay-wrapper.no-vm {
9890
  background: url(../images/draw-welcome.png) no-repeat center 50px #30c79e;
9891
}
9892
/* line 23, ../sass/_overlays.scss */
9893
.overlay-wrapper.no-vm .welcome {
9894
  display: none;
9895
  color: #fff;
9896
  text-align: center;
9897
  position: relative;
9898
  top: -15px;
9899
  left: 75px;
9900
  display: block;
9901
}
9902
/* line 33, ../sass/_overlays.scss */
9903
.overlay-wrapper .reveal-modal {
9904
  padding: 65px 140px 40px;
9905
}
9906
/* line 35, ../sass/_overlays.scss */
9907
.overlay-wrapper .reveal-modal h3 {
9908
  font-size: 1em;
9909
}
9910
/* line 38, ../sass/_overlays.scss */
9911
.overlay-wrapper .reveal-modal p {
9912
  color: white;
9913
  text-align: center;
9914
}
9915
/* line 41, ../sass/_overlays.scss */
9916
.overlay-wrapper .reveal-modal p.message-forimg {
9917
  margin-top: 132px;
9918
  margin-bottom: 35px;
9919
}
9920
/* line 46, ../sass/_overlays.scss */
9921
.overlay-wrapper .reveal-modal p.buttons a:first-child {
9922
  margin-right: 25px;
9923
}
9924
/* line 51, ../sass/_overlays.scss */
9925
.overlay-wrapper .reveal-modal#start-confirm {
9926
  background: #30c79e url("../images/shutdown.png") no-repeat center 50px;
9927
}
9928
/* line 54, ../sass/_overlays.scss */
9929
.overlay-wrapper .reveal-modal#reboot-confirm {
9930
  background: #ff7049 url("../images/restart.png") no-repeat center 50px;
9931
}
9932
/* line 56, ../sass/_overlays.scss */
9933
.overlay-wrapper .reveal-modal#reboot-confirm .btn4 {
9934
  background-color: #ff7049;
9935
  border-color: white;
9936
}
9937
/* line 59, ../sass/_overlays.scss */
9938
.overlay-wrapper .reveal-modal#reboot-confirm .btn4:hover {
9939
  color: #ff7049;
9940
  background-color: white;
9941
  border-color: #ff7049;
9942
}
9943
/* line 66, ../sass/_overlays.scss */
9944
.overlay-wrapper .reveal-modal#shutdown-confirm {
9945
  background: #ff7049 url("../images/shutdown.png") no-repeat center 50px;
9946
}
9947
/* line 68, ../sass/_overlays.scss */
9948
.overlay-wrapper .reveal-modal#shutdown-confirm .btn4 {
9949
  background-color: #ff7049;
9950
  border-color: white;
9951
}
9952
/* line 71, ../sass/_overlays.scss */
9953
.overlay-wrapper .reveal-modal#shutdown-confirm .btn4:hover {
9954
  color: #ff7049;
9955
  background-color: white;
9956
  border-color: #ff7049;
9957
}
9958
/* line 78, ../sass/_overlays.scss */
9959
.overlay-wrapper .reveal-modal#destroy-vm-confirm {
9960
  background: #d7145a url("../images/destroy-vm.png") no-repeat center 46px;
9961
}
9962
/* line 80, ../sass/_overlays.scss */
9963
.overlay-wrapper .reveal-modal#destroy-vm-confirm .btn4 {
9964
  background-color: #d7145a;
9965
  border-color: white;
9966
}
9967
/* line 83, ../sass/_overlays.scss */
9968
.overlay-wrapper .reveal-modal#destroy-vm-confirm .btn4:hover {
9969
  color: #d7145a;
9970
  background-color: white;
9971
  border-color: #d7145a;
9972
}
9973
/* line 90, ../sass/_overlays.scss */
9974
.overlay-wrapper .reveal-modal#destroy-network-confirm {
9975
  background: #d7145a url("../images/destroy-network-1.png") no-repeat center 50px;
9976
}
9977
/* line 92, ../sass/_overlays.scss */
9978
.overlay-wrapper .reveal-modal#destroy-network-confirm .btn4 {
9979
  background-color: #d7145a;
9980
  border-color: white;
9981
}
9982
/* line 95, ../sass/_overlays.scss */
9983
.overlay-wrapper .reveal-modal#destroy-network-confirm .btn4:hover {
9984
  color: #d7145a;
9985
  background-color: white;
9986
  border-color: #d7145a;
9987
}
9988
/* line 102, ../sass/_overlays.scss */
9989
.overlay-wrapper .reveal-modal#destroy-disk-confirm {
9990
  background: #d7145a url("../images/destroy-disk.png") no-repeat center 50px;
9991
}
9992
/* line 104, ../sass/_overlays.scss */
9993
.overlay-wrapper .reveal-modal#destroy-disk-confirm .btn4 {
9994
  background-color: #d7145a;
9995
  border-color: white;
9996
}
9997
/* line 107, ../sass/_overlays.scss */
9998
.overlay-wrapper .reveal-modal#destroy-disk-confirm .btn4:hover {
9999
  color: #d7145a;
10000
  background-color: white;
10001
  border-color: #d7145a;
10002
}
10003
/* line 116, ../sass/_overlays.scss */
10004
.overlay-wrapper .reveal-modal#vm-connect p {
10005
  text-align: left;
10006
  color: black;
10007
}
10008
/* line 119, ../sass/_overlays.scss */
10009
.overlay-wrapper .reveal-modal#vm-connect p.info {
10010
  font-style: italic;
10011
  font-size: 0.8125em;
10012
  color: #9e9ea1;
10013
}
10014
/* line 124, ../sass/_overlays.scss */
10015
.overlay-wrapper .reveal-modal#vm-connect p.ssh {
10016
  text-align: center;
10017
}
10018
/* line 126, ../sass/_overlays.scss */
10019
.overlay-wrapper .reveal-modal#vm-connect p.ssh span {
10020
  display: inline;
10021
}
10022
/* line 131, ../sass/_overlays.scss */
10023
.overlay-wrapper .reveal-modal#vm-connect .close-reveal-modal {
10024
  color: #485057;
10025
}
10026
/* line 133, ../sass/_overlays.scss */
10027
.overlay-wrapper .reveal-modal#vm-connect .close-reveal-modal:hover {
10028
  color: #30c79e;
10029
}
10030
/* line 139, ../sass/_overlays.scss */
10031
.overlay-wrapper .overlay-area-custom {
10032
  display: none;
10033
  position: absolute;
10034
  left: 0;
10035
  right: 0;
10036
  top: -30px;
10037
  width: 100%;
10038
  height: 100%;
10039
  background: #485057;
10040
  z-index: 20;
10041
}
10042
/* line 149, ../sass/_overlays.scss */
10043
.overlay-wrapper .overlay-area-custom .overlay-div {
10044
  display: none;
10045
  z-index: 50;
10046
  position: relative;
10047
  background: #fff;
10048
  top: 20%;
10049
  left: 25%;
10050
  width: 50%;
10051
  padding: 25px;
10052
}
10053
/* line 159, ../sass/_overlays.scss */
10054
.overlay-wrapper .overlay-area-custom .overlay-div .buttons a {
10055
  margin-right: 20px;
10056
}
10057
/* line 163, ../sass/_overlays.scss */
10058
.overlay-wrapper .overlay-area-custom .overlay-div .close {
10059
  float: right;
10060
  font-size: 30px;
10061
}
10062
/* line 167, ../sass/_overlays.scss */
10063
.overlay-wrapper .overlay-area-custom .overlay-div.upload-widget {
10064
  background: transparent;
10065
  padding: 45px 0;
10066
  width: 80%;
10067
  left: 10%;
10068
  border: 1px solid white;
10069
}
10070

    
10071
/* line 179, ../sass/_overlays.scss */
10072
.communication-error {
10073
  background-color: #ff5c58;
10074
  color: white;
10075
  position: fixed;
10076
  bottom: -151px;
10077
  left: 0px;
10078
  width: 100%;
10079
  padding-top: 30px;
10080
  padding-bottom: 15px;
10081
  z-index: 10;
10082
}
10083
/* line 190, ../sass/_overlays.scss */
10084
.communication-error p {
10085
  text-align: center;
10086
  line-height: 2em;
10087
  margin: 0 auto;
10088
  max-width: 800px;
10089
}
10090
/* line 195, ../sass/_overlays.scss */
10091
.communication-error p.buttons {
10092
  margin-top: 10px;
10093
}
10094
/* line 197, ../sass/_overlays.scss */
10095
.communication-error p.buttons a:not(:first-child) {
10096
  margin-left: 15px;
10097
}
10098

    
10099
/* Responive ------------------------------------------------ */
10100
@media only screen and (max-width: 768px) {
10101
  /* line 210, ../sass/_overlays.scss */
10102
  .wizard .top {
10103
    position: static;
10104
  }
10105
  /* line 213, ../sass/_overlays.scss */
10106
  .wizard .middle {
10107
    padding-top: 0;
10108
  }
10109

    
10110
  /* line 218, ../sass/_overlays.scss */
10111
  .overlay-wrapper .overlay-area {
10112
    top: 0;
10113
  }
10114
}
10115
/* line 3, ../sass/_sshkeys-wizard.scss */
10116
body .overlay-wrapper .overlay-area-reveal .secondary-wizard {
10117
  padding-left: 60px;
10118
  padding-right: 60px;
10119
}
10120
/* line 6, ../sass/_sshkeys-wizard.scss */
10121
body .overlay-wrapper .overlay-area-reveal .secondary-wizard h2 {
10122
  font-size: 1.5em;
10123
}
10124
/* line 10, ../sass/_sshkeys-wizard.scss */
10125
body .overlay-wrapper .overlay-area-reveal .secondary-wizard p {
10126
  font-size: 14px;
10127
  color: black;
10128
  text-align: left;
10129
}
10130
/* line 14, ../sass/_sshkeys-wizard.scss */
10131
body .overlay-wrapper .overlay-area-reveal .secondary-wizard p.buttons {
10132
  text-align: center;
10133
}
10134
/* line 16, ../sass/_sshkeys-wizard.scss */
10135
body .overlay-wrapper .overlay-area-reveal .secondary-wizard p.buttons a {
10136
  background-color: white;
10137
  text-decoration: none;
10138
  color: #30c79e;
10139
  border-color: #30c79e;
10140
}
10141
/* line 21, ../sass/_sshkeys-wizard.scss */
10142
body .overlay-wrapper .overlay-area-reveal .secondary-wizard p.buttons a:first-child {
10143
  margin-right: 20px;
10144
}
10145
/* line 30, ../sass/_sshkeys-wizard.scss */
10146
body .overlay-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.current {
10147
  color: white;
10148
  background-color: #30c79e;
10149
  border-color: white;
10150
}
10151
/* line 35, ../sass/_sshkeys-wizard.scss */
10152
body .overlay-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.close-reveal-modal {
10153
  position: initial;
10154
}
10155
/* line 41, ../sass/_sshkeys-wizard.scss */
10156
body .overlay-wrapper .overlay-area-reveal .secondary-wizard h4 {
10157
  display: inline-block;
10158
  margin-right: 15px;
10159
  font-size: 14px;
10160
  font-weight: normal;
10161
  color: #4d4d4d;
10162
}
10163
/* line 48, ../sass/_sshkeys-wizard.scss */
10164
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .generate-key-area {
10165
  display: none;
10166
  height: 225px;
10167
  border: 1px solid transparent;
10168
  padding: 10px;
10169
  background-color: rgba(145, 145, 148, 0.31);
10170
  width: 450px;
10171
  margin: 0 auto;
10172
}
10173
/* line 58, ../sass/_sshkeys-wizard.scss */
10174
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area {
10175
  display: none;
10176
  height: 485px;
10177
  border: 1px solid transparent;
10178
  padding: 10px;
10179
  background-color: rgba(145, 145, 148, 0.31);
10180
  width: 450px;
10181
  margin: 0 auto;
10182
}
10183
/* line 66, ../sass/_sshkeys-wizard.scss */
10184
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area h4 {
10185
  float: left;
10186
  min-width: 80px;
10187
}
10188
/* line 71, ../sass/_sshkeys-wizard.scss */
10189
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-webkit-input-placeholder {
10190
  text-align: center;
10191
}
10192
/* line 75, ../sass/_sshkeys-wizard.scss */
10193
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-moz-placeholder {
10194
  /* Firefox 18- */
10195
  text-align: center;
10196
}
10197
/* line 79, ../sass/_sshkeys-wizard.scss */
10198
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-moz-placeholder {
10199
  /* Firefox 19+ */
10200
  text-align: center;
10201
}
10202
/* line 83, ../sass/_sshkeys-wizard.scss */
10203
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-ms-input-placeholder {
10204
  text-align: center;
10205
}
10206
/* line 86, ../sass/_sshkeys-wizard.scss */
10207
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name h4 {
10208
  position: relative;
10209
  bottom: -5px;
10210
}
10211
/* line 90, ../sass/_sshkeys-wizard.scss */
10212
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name .key-name-input {
10213
  color: #485057;
10214
}
10215
/* line 94, ../sass/_sshkeys-wizard.scss */
10216
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content {
10217
  margin-top: 25px;
10218
}
10219
/* line 96, ../sass/_sshkeys-wizard.scss */
10220
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content textarea {
10221
  min-height: 250px;
10222
  width: 328px;
10223
}
10224
/* line 102, ../sass/_sshkeys-wizard.scss */
10225
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal {
10226
  color: black;
10227
}
10228
/* line 104, ../sass/_sshkeys-wizard.scss */
10229
body .overlay-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal:hover {
10230
  color: #30c79e;
10231
}
10232
/* line 108, ../sass/_sshkeys-wizard.scss */
10233
body .overlay-wrapper .overlay-area-reveal .secondary-wizard ul {
10234
  list-style-type: none;
10235
}
10236
/* line 110, ../sass/_sshkeys-wizard.scss */
10237
body .overlay-wrapper .overlay-area-reveal .secondary-wizard ul li {
10238
  clear: left;
10239
  padding: 4px 10px;
10240
  border: 1px solid transparent;
10241
  text-align: left;
10242
  font-weight: normal;
10243
  height: 32px;
10244
}
10245
/* line 118, ../sass/_sshkeys-wizard.scss */
10246
body .overlay-wrapper .overlay-area-reveal .secondary-wizard ul li .name-col {
10247
  float: left;
10248
  width: 42%;
10249
}
10250
/* line 122, ../sass/_sshkeys-wizard.scss */
10251
body .overlay-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col {
10252
  float: left;
10253
  width: 56%;
10254
  visibility: visible;
10255
}
10256
/* line 127, ../sass/_sshkeys-wizard.scss */
10257
body .overlay-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col a:not(:last-child) {
10258
  margin-right: 10px;
10259
}
10260
/* line 131, ../sass/_sshkeys-wizard.scss */
10261
body .overlay-wrapper .overlay-area-reveal .secondary-wizard ul li:hover {
10262
  border-color: #30c79e;
10263
}
10264

    
10265
/* line 1, ../sass/_volumes.scss */
10266
.items-list .img-wrap .icon {
10267
  font-size: 60px;
10268
}
10269

    
10270
/* line 4, ../sass/_volumes.scss */
10271
.list-view .items-list .img-wrap .icon {
10272
  font-size: 34px;
10273
  color: #30c79e;
10274
}
10275

    
10276
/* line 9, ../sass/_volumes.scss */
10277
.step-2 > ul > li {
10278
  margin-bottom: 0.5em;
10279
}
10280

    
10281
/* line 13, ../sass/_volumes.scss */
10282
.wizard .vms-list {
10283
  margin-top: 1em;
10284
}
10285
/* line 15, ../sass/_volumes.scss */
10286
.wizard .vms-list > li {
10287
  margin-bottom: 0.5em;
10288
}
10289
/* line 17, ../sass/_volumes.scss */
10290
.wizard .vms-list > li > div, .wizard .vms-list > li > a {
10291
  display: inline-block;
10292
  margin-right: 15px;
10293
}
10294
/* line 21, ../sass/_volumes.scss */
10295
.wizard .vms-list > li .img-wrap {
10296
  position: relative;
10297
  width: 30px;
10298
}
10299
/* line 24, ../sass/_volumes.scss */
10300
.wizard .vms-list > li .img-wrap .icon {
10301
  font-size: 30px;
10302
}
10303
/* line 27, ../sass/_volumes.scss */
10304
.wizard .vms-list > li .img-wrap .os {
10305
  background-size: 14px;
10306
  top: -2px;
10307
}
10308

    
10309
/*
10310
* Used for connected elements in details page.
10311
* Each icon is unique and therefore, customization
10312
* is needed for different entities.
10313
*/
10314
/* line 16, ../sass/_connected.scss */
10315
.connected {
10316
  position: relative;
10317
  border-left: 2px solid #30c79e;
10318
  left: 145px;
10319
  top: -80px;
10320
  padding-top: 80px;
10321
}
10322
/* line 20, ../sass/_connected.scss */
10323
.connected .item {
10324
  padding-top: 40px;
10325
  position: relative;
10326
}
10327
/* line 23, ../sass/_connected.scss */
10328
.connected .item .what {
10329
  padding: 10px 0 20px;
10330
}
10331
/* line 26, ../sass/_connected.scss */
10332
.connected .item .what .img-wrap {
10333
  width: 165px;
10334
  text-align: center;
10335
  float: left;
10336
  position: relative;
10337
}
10338
/* line 32, ../sass/_connected.scss */
10339
.connected .item .what h4 {
10340
  overflow: hidden;
10341
  font-size: 1em;
10342
}
10343
/* line 35, ../sass/_connected.scss */
10344
.connected .item .what h4 .status {
10345
  font-weight: normal;
10346
  display: block;
10347
  font-size: 0.875em;
10348
}
10349
/* line 42, ../sass/_connected.scss */
10350
.connected .item .clearfix, .connected .item .list-view .items-list > li, .list-view .connected .item .items-list > li, .connected .item .details .top, .details .connected .item .top, .connected .item .storage .files li, .storage .files .connected .item li, .connected .item .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os .connected .item li, .connected .item .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details .connected .item dl, .connected .item .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title, .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .connected .item .title, .connected .item .overlay-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar, .overlay-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 {
10351
  position: relative;
10352
}
10353
/* line 45, ../sass/_connected.scss */
10354
.connected .item .connections {
10355
  list-style: none outside none;
10356
  margin: 0;
10357
  padding: 0;
10358
  float: left;
10359
}
10360
/* line 50, ../sass/_connected.scss */
10361
.connected .item .connections > li {
10362
  list-style: none outside none;
10363
  margin: 0;
10364
  padding: 0;
10365
  position: relative;
10366
  margin-bottom: 10px;
10367
}
10368
/* line 57, ../sass/_connected.scss */
10369
.connected .item .connections > li .icon {
10370
  width: 165px;
10371
  text-align: center;
10372
  border-top: 2px solid #30c79e;
10373
  float: left;
10374
}
10375
/* line 62, ../sass/_connected.scss */
10376
.connected .item .connections > li .icon span {
10377
  position: relative;
10378
  top: -10px;
10379
  background-color: #ebebec;
10380
  padding: 5px 10px;
10381
}
10382
/* line 69, ../sass/_connected.scss */
10383
.connected .item .connections > li .act {
10384
  position: absolute;
10385
  left: 0;
10386
  top: -9px;
10387
  display: block;
10388
  height: 20px;
10389
  width: 65px;
10390
  background: url(../images/connected.png) no-repeat 25px center;
10391
  z-index: 2;
10392
  -moz-transition: none;
10393
  -webkit-transition: none;
10394
  transition: none;
10395
}
10396
/* line 81, ../sass/_connected.scss */
10397
.connected .item .connections > li .act.open {
10398
  background: url(../images/disconnected.png) no-repeat 0 0 white;
10399
  -moz-transition: none;
10400
  -webkit-transition: none;
10401
  transition: none;
10402
}
10403
/* line 88, ../sass/_connected.scss */
10404
.connected .item .connections > li .data {
10405
  float: left;
10406
  position: relative;
10407
  top: -15px;
10408
  width: 350px;
10409
}
10410
/* line 93, ../sass/_connected.scss */
10411
.connected .item .connections > li .data ul {
10412
  padding: 5px 0 0;
10413
  margin: 0;
10414
  background-color: #ebebec;
10415
}
10416
/* line 97, ../sass/_connected.scss */
10417
.connected .item .connections > li .data ul li {
10418
  font-size: 0.75em;
10419
  list-style: none outside none;
10420
  padding: 0 10px 10px 10px;
10421
}
10422
/* line 101, ../sass/_connected.scss */
10423
.connected .item .connections > li .data ul li h5 {
10424
  width: 10%;
10425
  float: left;
10426
  margin: 0;
10427
  line-height: 1.3em;
10428
}
10429
/* line 107, ../sass/_connected.scss */
10430
.connected .item .connections > li .data ul li p {
10431
  overflow: hidden;
10432
  padding-left: 10px;
10433
  margin: 0;
10434
  line-height: 1.3em;
10435
}
10436

    
10437
/* line 121, ../sass/_connected.scss */
10438
.connect-new {
10439
  position: absolute;
10440
  bottom: -150px;
10441
  left: 0;
10442
  width: 165px;
10443
  text-align: center;
10444
  padding-top: 100px;
10445
  background: url(../images/dashed_atom.png) repeat-y left center;
10446
  margin-bottom: 50px;
10447
}
10448
/* line 130, ../sass/_connected.scss */
10449
.connect-new .img-wrap {
10450
  position: relative;
10451
  display: block;
10452
  width: 82.5px;
10453
  height: 2px;
10454
  background: url(../images/dashed_atom-x.png) repeat-x left top;
10455
}
10456
/* line 136, ../sass/_connected.scss */
10457
.connect-new .img-wrap > a {
10458
  display: block;
10459
  position: absolute;
10460
  left: 0;
10461
  top: 0;
10462
  width: 165px;
10463
  text-align: center;
10464
  margin: -20px 0 0;
10465
}
10466
/* line 145, ../sass/_connected.scss */
10467
.connect-new .img-wrap > a .snf-network_full,
10468
.connect-new .img-wrap > a .snf-PC_fill {
10469
  color: #485057;
10470
}
10471
/* line 148, ../sass/_connected.scss */
10472
.connect-new .img-wrap > a .snf-network_full {
10473
  position: relative;
10474
  top: -9px;
10475
}
10476
/* line 153, ../sass/_connected.scss */
10477
.connect-new .img-wrap > a:hover span {
10478
  color: #30c79e;
10479
}
10480
/* line 159, ../sass/_connected.scss */
10481
.connect-new p {
10482
  position: absolute;
10483
  left: 165px;
10484
  width: 350px;
10485
  text-align: left;
10486
  font-size: 0.875em;
10487
  top: 90px;
10488
}
10489

    
10490
/* line 169, ../sass/_connected.scss */
10491
.network .connected {
10492
  left: 143px;
10493
  top: -80px;
10494
  padding-top: 80px;
10495
}
10496

    
10497
/* line 175, ../sass/_connected.scss */
10498
.firewall {
10499
  float: left;
10500
  margin-left: 20px;
10501
  border: 1px solid #919194;
10502
  padding: 10px 20px;
10503
  position: absolute;
10504
  left: 515px;
10505
  top: -15px;
10506
  font-size: 0.75em;
10507
  z-index: 2;
10508
}
10509
/* line 185, ../sass/_connected.scss */
10510
.firewall p {
10511
  margin: 0;
10512
}
10513
/* line 187, ../sass/_connected.scss */
10514
.firewall p em {
10515
  color: #30c79e;
10516
}
10517
/* line 191, ../sass/_connected.scss */
10518
.firewall .more {
10519
  margin-top: 20px;
10520
  display: none;
10521
}
10522
/* line 195, ../sass/_connected.scss */
10523
.firewall .more p span {
10524
  float: right;
10525
  font-size: 0.875em;
10526
  height: 14px;
10527
  line-height: 22px;
10528
}
10529
/* line 201, ../sass/_connected.scss */
10530
.firewall .more p em {
10531
  float: right;
10532
  margin: 0 5px 0 20px;
10533
  width: 15px;
10534
  display: inline-block;
10535
}
10536
/* line 210, ../sass/_connected.scss */
10537
.firewall.unprotected > p em,
10538
.firewall .unprotected a em {
10539
  color: #ff5c58;
10540
}
10541

    
10542
/* line 215, ../sass/_connected.scss */
10543
.details .placeholder {
10544
  height: 100px;
10545
}