Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / stylesheets / app.css @ 775d43ea

History | View | Annotate | Download (413.8 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: #222222;
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: 1200px;
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: #6f6f6f;
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: #222222;
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: #6f6f6f;
1639
  line-height: 0;
1640
}
1641

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

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

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

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

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

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

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

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

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

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

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

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

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

    
1726
/* Unordered Lists */
1727
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1728
ul li ul,
1729
ul li ol {
1730
  margin-left: 1.25em;
1731
  margin-bottom: 0;
1732
  font-size: 1em;
1733
  /* Override nested font-size change */
1734
}
1735
/* line 267, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
1736
ul.square li ul, ul.circle li ul, ul.tag-demo li ul, .advanced-conf-step 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, ul.tag-demo, .advanced-conf-step 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: #222222;
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: #555555;
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: #555555;
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: #6f6f6f;
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], .items-list li .container:hover [data-section=''] > section.check > [data-section-content], [data-section=''] > section.active > .content, .items-list li .container:hover [data-section=''] > section.check > .content, [data-section=''] > .section.active > [data-section-content], .items-list li .container:hover [data-section=''] > .section.check > [data-section-content], [data-section=''] > .section.active > .content, .items-list li .container:hover [data-section=''] > .section.check > .content, [data-section=''] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section=''] > [data-section-region].check > [data-section-content], [data-section=''] > [data-section-region].active > .content, .items-list li .container:hover [data-section=''] > [data-section-region].check > .content, [data-section='auto'] > section.active > [data-section-content], .items-list li .container:hover [data-section='auto'] > section.check > [data-section-content], [data-section='auto'] > section.active > .content, .items-list li .container:hover [data-section='auto'] > section.check > .content, [data-section='auto'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='auto'] > .section.check > [data-section-content], [data-section='auto'] > .section.active > .content, .items-list li .container:hover [data-section='auto'] > .section.check > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='auto'] > [data-section-region].check > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='auto'] > [data-section-region].check > .content, .section-container.auto > section.active > [data-section-content], .items-list li .container:hover .section-container.auto > section.check > [data-section-content], .section-container.auto > section.active > .content, .items-list li .container:hover .section-container.auto > section.check > .content, .section-container.auto > .section.active > [data-section-content], .items-list li .container:hover .section-container.auto > .section.check > [data-section-content], .section-container.auto > .section.active > .content, .items-list li .container:hover .section-container.auto > .section.check > .content, .section-container.auto > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.auto > [data-section-region].check > [data-section-content], .section-container.auto > [data-section-region].active > .content, .items-list li .container:hover .section-container.auto > [data-section-region].check > .content,
3235
[data-section='vertical-tabs'] > section.active > [data-section-content],
3236
.items-list li .container:hover [data-section='vertical-tabs'] > section.check > [data-section-content],
3237
[data-section='vertical-tabs'] > section.active > .content,
3238
.items-list li .container:hover [data-section='vertical-tabs'] > section.check > .content,
3239
[data-section='vertical-tabs'] > .section.active > [data-section-content],
3240
.items-list li .container:hover [data-section='vertical-tabs'] > .section.check > [data-section-content],
3241
[data-section='vertical-tabs'] > .section.active > .content,
3242
.items-list li .container:hover [data-section='vertical-tabs'] > .section.check > .content,
3243
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
3244
.items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > [data-section-content],
3245
[data-section='vertical-tabs'] > [data-section-region].active > .content,
3246
.items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > .content, .section-container.vertical-tabs > section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > section.check > [data-section-content], .section-container.vertical-tabs > section.active > .content, .items-list li .container:hover .section-container.vertical-tabs > section.check > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > .section.check > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content, .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > .content,
3247
[data-section='vertical-nav'] > section.active > [data-section-content],
3248
.items-list li .container:hover [data-section='vertical-nav'] > section.check > [data-section-content],
3249
[data-section='vertical-nav'] > section.active > .content,
3250
.items-list li .container:hover [data-section='vertical-nav'] > section.check > .content,
3251
[data-section='vertical-nav'] > .section.active > [data-section-content],
3252
.items-list li .container:hover [data-section='vertical-nav'] > .section.check > [data-section-content],
3253
[data-section='vertical-nav'] > .section.active > .content,
3254
.items-list li .container:hover [data-section='vertical-nav'] > .section.check > .content,
3255
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
3256
.items-list li .container:hover [data-section='vertical-nav'] > [data-section-region].check > [data-section-content],
3257
[data-section='vertical-nav'] > [data-section-region].active > .content,
3258
.items-list li .container:hover [data-section='vertical-nav'] > [data-section-region].check > .content, .section-container.vertical-nav > section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > section.check > [data-section-content], .section-container.vertical-nav > section.active > .content, .items-list li .container:hover .section-container.vertical-nav > section.check > .content, .section-container.vertical-nav > .section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > .section.check > [data-section-content], .section-container.vertical-nav > .section.active > .content, .items-list li .container:hover .section-container.vertical-nav > .section.check > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > [data-section-region].check > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content, .items-list li .container:hover .section-container.vertical-nav > [data-section-region].check > .content,
3259
[data-section='horizontal-nav'] > section.active > [data-section-content],
3260
.items-list li .container:hover [data-section='horizontal-nav'] > section.check > [data-section-content],
3261
[data-section='horizontal-nav'] > section.active > .content,
3262
.items-list li .container:hover [data-section='horizontal-nav'] > section.check > .content,
3263
[data-section='horizontal-nav'] > .section.active > [data-section-content],
3264
.items-list li .container:hover [data-section='horizontal-nav'] > .section.check > [data-section-content],
3265
[data-section='horizontal-nav'] > .section.active > .content,
3266
.items-list li .container:hover [data-section='horizontal-nav'] > .section.check > .content,
3267
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
3268
.items-list li .container:hover [data-section='horizontal-nav'] > [data-section-region].check > [data-section-content],
3269
[data-section='horizontal-nav'] > [data-section-region].active > .content,
3270
.items-list li .container:hover [data-section='horizontal-nav'] > [data-section-region].check > .content, .section-container.horizontal-nav > section.active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > section.check > [data-section-content], .section-container.horizontal-nav > section.active > .content, .items-list li .container:hover .section-container.horizontal-nav > section.check > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > .section.check > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .items-list li .container:hover .section-container.horizontal-nav > .section.check > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > [data-section-region].check > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content, .items-list li .container:hover .section-container.horizontal-nav > [data-section-region].check > .content,
3271
[data-section='accordion'] > section.active > [data-section-content],
3272
.items-list li .container:hover [data-section='accordion'] > section.check > [data-section-content],
3273
[data-section='accordion'] > section.active > .content,
3274
.items-list li .container:hover [data-section='accordion'] > section.check > .content,
3275
[data-section='accordion'] > .section.active > [data-section-content],
3276
.items-list li .container:hover [data-section='accordion'] > .section.check > [data-section-content],
3277
[data-section='accordion'] > .section.active > .content,
3278
.items-list li .container:hover [data-section='accordion'] > .section.check > .content,
3279
[data-section='accordion'] > [data-section-region].active > [data-section-content],
3280
.items-list li .container:hover [data-section='accordion'] > [data-section-region].check > [data-section-content],
3281
[data-section='accordion'] > [data-section-region].active > .content,
3282
.items-list li .container:hover [data-section='accordion'] > [data-section-region].check > .content, .section-container.accordion > section.active > [data-section-content], .items-list li .container:hover .section-container.accordion > section.check > [data-section-content], .section-container.accordion > section.active > .content, .items-list li .container:hover .section-container.accordion > section.check > .content, .section-container.accordion > .section.active > [data-section-content], .items-list li .container:hover .section-container.accordion > .section.check > [data-section-content], .section-container.accordion > .section.active > .content, .items-list li .container:hover .section-container.accordion > .section.check > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.accordion > [data-section-region].check > [data-section-content], .section-container.accordion > [data-section-region].active > .content, .items-list li .container:hover .section-container.accordion > [data-section-region].check > .content {
3283
  display: block;
3284
}
3285
/* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3286
[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),
3287
[data-section='vertical-tabs'] > section:not(.active),
3288
[data-section='vertical-tabs'] > .section:not(.active),
3289
[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),
3290
[data-section='vertical-nav'] > section:not(.active),
3291
[data-section='vertical-nav'] > .section:not(.active),
3292
[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),
3293
[data-section='horizontal-nav'] > section:not(.active),
3294
[data-section='horizontal-nav'] > .section:not(.active),
3295
[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),
3296
[data-section='accordion'] > section:not(.active),
3297
[data-section='accordion'] > .section:not(.active),
3298
[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) {
3299
  padding: 0 !important;
3300
}
3301
/* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3302
[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,
3303
[data-section='vertical-tabs'] > section > [data-section-title],
3304
[data-section='vertical-tabs'] > section > .title,
3305
[data-section='vertical-tabs'] > .section > [data-section-title],
3306
[data-section='vertical-tabs'] > .section > .title,
3307
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
3308
[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,
3309
[data-section='vertical-nav'] > section > [data-section-title],
3310
[data-section='vertical-nav'] > section > .title,
3311
[data-section='vertical-nav'] > .section > [data-section-title],
3312
[data-section='vertical-nav'] > .section > .title,
3313
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
3314
[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,
3315
[data-section='horizontal-nav'] > section > [data-section-title],
3316
[data-section='horizontal-nav'] > section > .title,
3317
[data-section='horizontal-nav'] > .section > [data-section-title],
3318
[data-section='horizontal-nav'] > .section > .title,
3319
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
3320
[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,
3321
[data-section='accordion'] > section > [data-section-title],
3322
[data-section='accordion'] > section > .title,
3323
[data-section='accordion'] > .section > [data-section-title],
3324
[data-section='accordion'] > .section > .title,
3325
[data-section='accordion'] > [data-section-region] > [data-section-title],
3326
[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 {
3327
  width: 100%;
3328
}
3329

    
3330
/* line 296, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3331
.section-container.auto,
3332
.section-container.vertical-tabs,
3333
.section-container.vertical-nav,
3334
.section-container.horizontal-nav,
3335
.section-container.accordion {
3336
  border-top: 1px solid #cccccc;
3337
}
3338
/* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3339
.section-container.auto > section > .title, .section-container.auto > .section > .title,
3340
.section-container.vertical-tabs > section > .title,
3341
.section-container.vertical-tabs > .section > .title,
3342
.section-container.vertical-nav > section > .title,
3343
.section-container.vertical-nav > .section > .title,
3344
.section-container.horizontal-nav > section > .title,
3345
.section-container.horizontal-nav > .section > .title,
3346
.section-container.accordion > section > .title,
3347
.section-container.accordion > .section > .title {
3348
  background-color: #efefef;
3349
  cursor: pointer;
3350
  border: solid 1px #cccccc;
3351
}
3352
/* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3353
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
3354
.section-container.vertical-tabs > section > .title a,
3355
.section-container.vertical-tabs > .section > .title a,
3356
.section-container.vertical-nav > section > .title a,
3357
.section-container.vertical-nav > .section > .title a,
3358
.section-container.horizontal-nav > section > .title a,
3359
.section-container.horizontal-nav > .section > .title a,
3360
.section-container.accordion > section > .title a,
3361
.section-container.accordion > .section > .title a {
3362
  padding: 0.9375em;
3363
  color: #333333;
3364
  font-size: 0.875em;
3365
  background: none;
3366
}
3367
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3368
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
3369
.section-container.vertical-tabs > section > .title:hover,
3370
.section-container.vertical-tabs > .section > .title:hover,
3371
.section-container.vertical-nav > section > .title:hover,
3372
.section-container.vertical-nav > .section > .title:hover,
3373
.section-container.horizontal-nav > section > .title:hover,
3374
.section-container.horizontal-nav > .section > .title:hover,
3375
.section-container.accordion > section > .title:hover,
3376
.section-container.accordion > .section > .title:hover {
3377
  background-color: #e2e2e2;
3378
}
3379
/* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3380
.section-container.auto > section > .content, .section-container.auto > .section > .content,
3381
.section-container.vertical-tabs > section > .content,
3382
.section-container.vertical-tabs > .section > .content,
3383
.section-container.vertical-nav > section > .content,
3384
.section-container.vertical-nav > .section > .content,
3385
.section-container.horizontal-nav > section > .content,
3386
.section-container.horizontal-nav > .section > .content,
3387
.section-container.accordion > section > .content,
3388
.section-container.accordion > .section > .content {
3389
  padding: 0.9375em;
3390
  background-color: white;
3391
  border: solid 1px #cccccc;
3392
}
3393
/* line 225, ../../../../../../../../.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, .section-container.auto > .section > .content > *:last-child,
3395
.section-container.vertical-tabs > section > .content > *:last-child,
3396
.section-container.vertical-tabs > .section > .content > *:last-child,
3397
.section-container.vertical-nav > section > .content > *:last-child,
3398
.section-container.vertical-nav > .section > .content > *:last-child,
3399
.section-container.horizontal-nav > section > .content > *:last-child,
3400
.section-container.horizontal-nav > .section > .content > *:last-child,
3401
.section-container.accordion > section > .content > *:last-child,
3402
.section-container.accordion > .section > .content > *:last-child {
3403
  margin-bottom: 0;
3404
}
3405
/* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3406
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
3407
.section-container.vertical-tabs > section > .content > *:first-child,
3408
.section-container.vertical-tabs > .section > .content > *:first-child,
3409
.section-container.vertical-nav > section > .content > *:first-child,
3410
.section-container.vertical-nav > .section > .content > *:first-child,
3411
.section-container.horizontal-nav > section > .content > *:first-child,
3412
.section-container.horizontal-nav > .section > .content > *:first-child,
3413
.section-container.accordion > section > .content > *:first-child,
3414
.section-container.accordion > .section > .content > *:first-child {
3415
  padding-top: 0;
3416
}
3417
/* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3418
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
3419
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
3420
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
3421
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
3422
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
3423
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
3424
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
3425
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
3426
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
3427
  padding-bottom: 0;
3428
}
3429
/* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3430
.section-container.auto > section.active > .title, .items-list li .container:hover .section-container.auto > section.check > .title, .section-container.auto > .section.active > .title, .items-list li .container:hover .section-container.auto > .section.check > .title,
3431
.section-container.vertical-tabs > section.active > .title,
3432
.items-list li .container:hover .section-container.vertical-tabs > section.check > .title,
3433
.section-container.vertical-tabs > .section.active > .title,
3434
.items-list li .container:hover .section-container.vertical-tabs > .section.check > .title,
3435
.section-container.vertical-nav > section.active > .title,
3436
.items-list li .container:hover .section-container.vertical-nav > section.check > .title,
3437
.section-container.vertical-nav > .section.active > .title,
3438
.items-list li .container:hover .section-container.vertical-nav > .section.check > .title,
3439
.section-container.horizontal-nav > section.active > .title,
3440
.items-list li .container:hover .section-container.horizontal-nav > section.check > .title,
3441
.section-container.horizontal-nav > .section.active > .title,
3442
.items-list li .container:hover .section-container.horizontal-nav > .section.check > .title,
3443
.section-container.accordion > section.active > .title,
3444
.items-list li .container:hover .section-container.accordion > section.check > .title,
3445
.section-container.accordion > .section.active > .title,
3446
.items-list li .container:hover .section-container.accordion > .section.check > .title {
3447
  background: #d5d5d5;
3448
}
3449
/* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3450
.section-container.auto > section.active > .title a, .items-list li .container:hover .section-container.auto > section.check > .title a, .section-container.auto > .section.active > .title a, .items-list li .container:hover .section-container.auto > .section.check > .title a,
3451
.section-container.vertical-tabs > section.active > .title a,
3452
.items-list li .container:hover .section-container.vertical-tabs > section.check > .title a,
3453
.section-container.vertical-tabs > .section.active > .title a,
3454
.items-list li .container:hover .section-container.vertical-tabs > .section.check > .title a,
3455
.section-container.vertical-nav > section.active > .title a,
3456
.items-list li .container:hover .section-container.vertical-nav > section.check > .title a,
3457
.section-container.vertical-nav > .section.active > .title a,
3458
.items-list li .container:hover .section-container.vertical-nav > .section.check > .title a,
3459
.section-container.horizontal-nav > section.active > .title a,
3460
.items-list li .container:hover .section-container.horizontal-nav > section.check > .title a,
3461
.section-container.horizontal-nav > .section.active > .title a,
3462
.items-list li .container:hover .section-container.horizontal-nav > .section.check > .title a,
3463
.section-container.accordion > section.active > .title a,
3464
.items-list li .container:hover .section-container.accordion > section.check > .title a,
3465
.section-container.accordion > .section.active > .title a,
3466
.items-list li .container:hover .section-container.accordion > .section.check > .title a {
3467
  color: #333333;
3468
}
3469
/* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3470
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
3471
.section-container.vertical-tabs > section:not(.active),
3472
.section-container.vertical-tabs > .section:not(.active),
3473
.section-container.vertical-nav > section:not(.active),
3474
.section-container.vertical-nav > .section:not(.active),
3475
.section-container.horizontal-nav > section:not(.active),
3476
.section-container.horizontal-nav > .section:not(.active),
3477
.section-container.accordion > section:not(.active),
3478
.section-container.accordion > .section:not(.active) {
3479
  padding: 0 !important;
3480
}
3481
/* line 243, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3482
.section-container.auto > section > .title, .section-container.auto > .section > .title,
3483
.section-container.vertical-tabs > section > .title,
3484
.section-container.vertical-tabs > .section > .title,
3485
.section-container.vertical-nav > section > .title,
3486
.section-container.vertical-nav > .section > .title,
3487
.section-container.horizontal-nav > section > .title,
3488
.section-container.horizontal-nav > .section > .title,
3489
.section-container.accordion > section > .title,
3490
.section-container.accordion > .section > .title {
3491
  border-top: none;
3492
}
3493

    
3494
/* line 303, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3495
[data-section='tabs'], .section-container.tabs {
3496
  width: 100%;
3497
  position: relative;
3498
  display: block;
3499
  margin-bottom: 1.25em;
3500
}
3501
/* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3502
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
3503
  visibility: hidden;
3504
}
3505
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3506
[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 {
3507
  margin-bottom: 0;
3508
}
3509
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3510
[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 {
3511
  width: 100%;
3512
  display: inline-block;
3513
  white-space: nowrap;
3514
}
3515
/* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3516
[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 {
3517
  display: none;
3518
}
3519
/* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3520
[data-section='tabs'] > section.active > [data-section-content], .items-list li .container:hover [data-section='tabs'] > section.check > [data-section-content], [data-section='tabs'] > section.active > .content, .items-list li .container:hover [data-section='tabs'] > section.check > .content, [data-section='tabs'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='tabs'] > .section.check > [data-section-content], [data-section='tabs'] > .section.active > .content, .items-list li .container:hover [data-section='tabs'] > .section.check > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='tabs'] > [data-section-region].check > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='tabs'] > [data-section-region].check > .content, .section-container.tabs > section.active > [data-section-content], .items-list li .container:hover .section-container.tabs > section.check > [data-section-content], .section-container.tabs > section.active > .content, .items-list li .container:hover .section-container.tabs > section.check > .content, .section-container.tabs > .section.active > [data-section-content], .items-list li .container:hover .section-container.tabs > .section.check > [data-section-content], .section-container.tabs > .section.active > .content, .items-list li .container:hover .section-container.tabs > .section.check > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.tabs > [data-section-region].check > [data-section-content], .section-container.tabs > [data-section-region].active > .content, .items-list li .container:hover .section-container.tabs > [data-section-region].check > .content {
3521
  display: block;
3522
}
3523
/* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3524
[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) {
3525
  padding: 0 !important;
3526
}
3527
/* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3528
[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 {
3529
  width: auto;
3530
  position: absolute;
3531
  top: 0;
3532
  left: 0;
3533
}
3534

    
3535
/* line 310, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3536
.section-container.tabs {
3537
  border: none;
3538
}
3539
/* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3540
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
3541
  background-color: #efefef;
3542
  cursor: pointer;
3543
  border: solid 1px #cccccc;
3544
}
3545
/* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3546
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
3547
  padding: 0.9375em;
3548
  color: #333333;
3549
  font-size: 0.875em;
3550
  background: none;
3551
}
3552
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3553
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
3554
  background-color: #e2e2e2;
3555
}
3556
/* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3557
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
3558
  padding: 0.9375em;
3559
  background-color: white;
3560
  border: solid 1px #cccccc;
3561
}
3562
/* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3563
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
3564
  margin-bottom: 0;
3565
}
3566
/* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3567
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
3568
  padding-top: 0;
3569
}
3570
/* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3571
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
3572
  padding-bottom: 0;
3573
}
3574
/* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3575
.section-container.tabs > section.active > .title, .items-list li .container:hover .section-container.tabs > section.check > .title, .section-container.tabs > .section.active > .title, .items-list li .container:hover .section-container.tabs > .section.check > .title {
3576
  background: white;
3577
}
3578
/* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3579
.section-container.tabs > section.active > .title a, .items-list li .container:hover .section-container.tabs > section.check > .title a, .section-container.tabs > .section.active > .title a, .items-list li .container:hover .section-container.tabs > .section.check > .title a {
3580
  color: #333333;
3581
}
3582
/* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3583
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
3584
  padding: 0 !important;
3585
}
3586
/* line 249, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3587
.section-container.tabs > section.active > .title, .items-list li .container:hover .section-container.tabs > section.check > .title, .section-container.tabs > .section.active > .title, .items-list li .container:hover .section-container.tabs > .section.check > .title {
3588
  border-bottom: 0;
3589
}
3590

    
3591
@media only screen and (min-width: 768px) {
3592
  /* line 319, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3593
  [data-section=''], [data-section='auto'], .section-container.auto {
3594
    width: 100%;
3595
    position: relative;
3596
    display: block;
3597
    margin-bottom: 1.25em;
3598
  }
3599
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3600
  [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]) {
3601
    visibility: hidden;
3602
  }
3603
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3604
  [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 {
3605
    margin-bottom: 0;
3606
  }
3607
  /* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3608
  [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 {
3609
    width: 100%;
3610
    display: inline-block;
3611
    white-space: nowrap;
3612
  }
3613
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3614
  [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 {
3615
    display: none;
3616
  }
3617
  /* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3618
  [data-section=''] > section.active > [data-section-content], .items-list li .container:hover [data-section=''] > section.check > [data-section-content], [data-section=''] > section.active > .content, .items-list li .container:hover [data-section=''] > section.check > .content, [data-section=''] > .section.active > [data-section-content], .items-list li .container:hover [data-section=''] > .section.check > [data-section-content], [data-section=''] > .section.active > .content, .items-list li .container:hover [data-section=''] > .section.check > .content, [data-section=''] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section=''] > [data-section-region].check > [data-section-content], [data-section=''] > [data-section-region].active > .content, .items-list li .container:hover [data-section=''] > [data-section-region].check > .content, [data-section='auto'] > section.active > [data-section-content], .items-list li .container:hover [data-section='auto'] > section.check > [data-section-content], [data-section='auto'] > section.active > .content, .items-list li .container:hover [data-section='auto'] > section.check > .content, [data-section='auto'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='auto'] > .section.check > [data-section-content], [data-section='auto'] > .section.active > .content, .items-list li .container:hover [data-section='auto'] > .section.check > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='auto'] > [data-section-region].check > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='auto'] > [data-section-region].check > .content, .section-container.auto > section.active > [data-section-content], .items-list li .container:hover .section-container.auto > section.check > [data-section-content], .section-container.auto > section.active > .content, .items-list li .container:hover .section-container.auto > section.check > .content, .section-container.auto > .section.active > [data-section-content], .items-list li .container:hover .section-container.auto > .section.check > [data-section-content], .section-container.auto > .section.active > .content, .items-list li .container:hover .section-container.auto > .section.check > .content, .section-container.auto > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.auto > [data-section-region].check > [data-section-content], .section-container.auto > [data-section-region].active > .content, .items-list li .container:hover .section-container.auto > [data-section-region].check > .content {
3619
    display: block;
3620
  }
3621
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3622
  [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) {
3623
    padding: 0 !important;
3624
  }
3625
  /* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3626
  [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 {
3627
    width: auto;
3628
    position: absolute;
3629
    top: 0;
3630
    left: 0;
3631
  }
3632

    
3633
  /* line 326, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3634
  .section-container.auto {
3635
    border: none;
3636
  }
3637
  /* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3638
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
3639
    background-color: #efefef;
3640
    cursor: pointer;
3641
    border: solid 1px #cccccc;
3642
  }
3643
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3644
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
3645
    padding: 0.9375em;
3646
    color: #333333;
3647
    font-size: 0.875em;
3648
    background: none;
3649
  }
3650
  /* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3651
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
3652
    background-color: #e2e2e2;
3653
  }
3654
  /* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3655
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
3656
    padding: 0.9375em;
3657
    background-color: white;
3658
    border: solid 1px #cccccc;
3659
  }
3660
  /* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3661
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
3662
    margin-bottom: 0;
3663
  }
3664
  /* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3665
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
3666
    padding-top: 0;
3667
  }
3668
  /* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3669
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
3670
    padding-bottom: 0;
3671
  }
3672
  /* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3673
  .section-container.auto > section.active > .title, .items-list li .container:hover .section-container.auto > section.check > .title, .section-container.auto > .section.active > .title, .items-list li .container:hover .section-container.auto > .section.check > .title {
3674
    background: white;
3675
  }
3676
  /* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3677
  .section-container.auto > section.active > .title a, .items-list li .container:hover .section-container.auto > section.check > .title a, .section-container.auto > .section.active > .title a, .items-list li .container:hover .section-container.auto > .section.check > .title a {
3678
    color: #333333;
3679
  }
3680
  /* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3681
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
3682
    padding: 0 !important;
3683
  }
3684
  /* line 249, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3685
  .section-container.auto > section.active > .title, .items-list li .container:hover .section-container.auto > section.check > .title, .section-container.auto > .section.active > .title, .items-list li .container:hover .section-container.auto > .section.check > .title {
3686
    border-bottom: 0;
3687
  }
3688

    
3689
  /* line 333, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3690
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
3691
    width: 100%;
3692
    position: relative;
3693
    display: block;
3694
    margin-bottom: 1.25em;
3695
  }
3696
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3697
  [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]) {
3698
    visibility: hidden;
3699
  }
3700
  /* line 55, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3701
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
3702
    width: 100% !important;
3703
  }
3704
  /* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3705
  [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 {
3706
    padding: 0 !important;
3707
    margin: 0 !important;
3708
  }
3709
  /* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3710
  [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 {
3711
    width: 100% !important;
3712
  }
3713
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3714
  [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 {
3715
    margin-bottom: 0;
3716
  }
3717
  /* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3718
  [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 {
3719
    width: 100%;
3720
    display: inline-block;
3721
    white-space: nowrap;
3722
  }
3723
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3724
  [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 {
3725
    display: none;
3726
  }
3727
  /* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3728
  [data-section='vertical-tabs'] > section.active > [data-section-content], .items-list li .container:hover [data-section='vertical-tabs'] > section.check > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, .items-list li .container:hover [data-section='vertical-tabs'] > section.check > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='vertical-tabs'] > .section.check > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, .items-list li .container:hover [data-section='vertical-tabs'] > .section.check > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > .content, .section-container.vertical-tabs > section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > section.check > [data-section-content], .section-container.vertical-tabs > section.active > .content, .items-list li .container:hover .section-container.vertical-tabs > section.check > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > .section.check > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content, .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > .content {
3729
    display: block;
3730
  }
3731
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3732
  [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) {
3733
    padding: 0 !important;
3734
  }
3735
  /* line 143, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3736
  [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 {
3737
    position: absolute;
3738
    top: 0;
3739
    left: 0;
3740
    width: 12.5em;
3741
  }
3742
  /* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3743
  [data-section='vertical-tabs'] > section.active, .items-list li .container:hover [data-section='vertical-tabs'] > section.check, [data-section='vertical-tabs'] > .section.active, .items-list li .container:hover [data-section='vertical-tabs'] > .section.check, [data-section='vertical-tabs'] > [data-section-region].active, .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check, .section-container.vertical-tabs > section.active, .items-list li .container:hover .section-container.vertical-tabs > section.check, .section-container.vertical-tabs > .section.active, .items-list li .container:hover .section-container.vertical-tabs > .section.check, .section-container.vertical-tabs > [data-section-region].active, .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check {
3744
    padding-left: 12.5em;
3745
  }
3746
  /* line 153, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3747
  [data-section='vertical-tabs'] > section.active > [data-section-title], .items-list li .container:hover [data-section='vertical-tabs'] > section.check > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, .items-list li .container:hover [data-section='vertical-tabs'] > section.check > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], .items-list li .container:hover [data-section='vertical-tabs'] > .section.check > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, .items-list li .container:hover [data-section='vertical-tabs'] > .section.check > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > .title, .section-container.vertical-tabs > section.active > [data-section-title], .items-list li .container:hover .section-container.vertical-tabs > section.check > [data-section-title], .section-container.vertical-tabs > section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > section.check > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .items-list li .container:hover .section-container.vertical-tabs > .section.check > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title, .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > .title {
3748
    width: 12.5em;
3749
  }
3750

    
3751
  /* line 340, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3752
  .section-container.vertical-tabs {
3753
    border: none;
3754
  }
3755
  /* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3756
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
3757
    background-color: #efefef;
3758
    cursor: pointer;
3759
    border: solid 1px #cccccc;
3760
  }
3761
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3762
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
3763
    padding: 0.9375em;
3764
    color: #333333;
3765
    font-size: 0.875em;
3766
    background: none;
3767
  }
3768
  /* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3769
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
3770
    background-color: #e2e2e2;
3771
  }
3772
  /* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3773
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
3774
    padding: 0.9375em;
3775
    background-color: white;
3776
    border: solid 1px #cccccc;
3777
  }
3778
  /* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3779
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
3780
    margin-bottom: 0;
3781
  }
3782
  /* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3783
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
3784
    padding-top: 0;
3785
  }
3786
  /* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3787
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
3788
    padding-bottom: 0;
3789
  }
3790
  /* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3791
  .section-container.vertical-tabs > section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > section.check > .title, .section-container.vertical-tabs > .section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .title {
3792
    background: #d5d5d5;
3793
  }
3794
  /* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3795
  .section-container.vertical-tabs > section.active > .title a, .items-list li .container:hover .section-container.vertical-tabs > section.check > .title a, .section-container.vertical-tabs > .section.active > .title a, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .title a {
3796
    color: #333333;
3797
  }
3798
  /* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3799
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
3800
    padding: 0 !important;
3801
  }
3802
  /* line 257, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3803
  .section-container.vertical-tabs > section.active, .items-list li .container:hover .section-container.vertical-tabs > section.check, .section-container.vertical-tabs > .section.active, .items-list li .container:hover .section-container.vertical-tabs > .section.check {
3804
    padding-left: 12.4375em;
3805
  }
3806
  /* line 260, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3807
  .section-container.vertical-tabs > section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > section.check > .title, .section-container.vertical-tabs > .section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .title {
3808
    background-color: #d5d5d5;
3809
  }
3810

    
3811
  /* line 347, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3812
  [data-section='vertical-nav'], .section-container.vertical-nav {
3813
    width: 100%;
3814
    position: relative;
3815
    display: block;
3816
    margin-bottom: 1.25em;
3817
  }
3818
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3819
  [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]) {
3820
    visibility: hidden;
3821
  }
3822
  /* line 55, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3823
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
3824
    width: 100% !important;
3825
  }
3826
  /* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3827
  [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 {
3828
    padding: 0 !important;
3829
    margin: 0 !important;
3830
  }
3831
  /* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3832
  [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 {
3833
    width: 100% !important;
3834
  }
3835
  /* line 349, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3836
  [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] {
3837
    position: relative;
3838
    display: inline-block;
3839
  }
3840
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3841
  [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 {
3842
    margin-bottom: 0;
3843
  }
3844
  /* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3845
  [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 {
3846
    width: 100%;
3847
    display: inline-block;
3848
    white-space: nowrap;
3849
  }
3850
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3851
  [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 {
3852
    display: none;
3853
  }
3854
  /* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3855
  [data-section='vertical-nav'] > section.active > [data-section-content], .items-list li .container:hover [data-section='vertical-nav'] > section.check > [data-section-content], [data-section='vertical-nav'] > section.active > .content, .items-list li .container:hover [data-section='vertical-nav'] > section.check > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='vertical-nav'] > .section.check > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, .items-list li .container:hover [data-section='vertical-nav'] > .section.check > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='vertical-nav'] > [data-section-region].check > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='vertical-nav'] > [data-section-region].check > .content, .section-container.vertical-nav > section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > section.check > [data-section-content], .section-container.vertical-nav > section.active > .content, .items-list li .container:hover .section-container.vertical-nav > section.check > .content, .section-container.vertical-nav > .section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > .section.check > [data-section-content], .section-container.vertical-nav > .section.active > .content, .items-list li .container:hover .section-container.vertical-nav > .section.check > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > [data-section-region].check > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content, .items-list li .container:hover .section-container.vertical-nav > [data-section-region].check > .content {
3856
    display: block;
3857
  }
3858
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3859
  [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) {
3860
    padding: 0 !important;
3861
  }
3862
  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3863
  [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 {
3864
    position: static;
3865
    width: auto;
3866
  }
3867
  /* line 168, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3868
  [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 {
3869
    display: block;
3870
  }
3871
  /* line 171, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3872
  [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 {
3873
    position: absolute;
3874
    top: 0;
3875
    left: 0;
3876
    z-index: 999;
3877
    min-width: 12.5em;
3878
  }
3879

    
3880
  /* line 354, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3881
  .section-container.vertical-nav {
3882
    border: none;
3883
  }
3884
  /* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3885
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
3886
    background-color: #efefef;
3887
    cursor: pointer;
3888
    border: solid 1px #cccccc;
3889
  }
3890
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3891
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
3892
    padding: 0.9375em;
3893
    color: #333333;
3894
    font-size: 0.875em;
3895
    background: none;
3896
  }
3897
  /* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3898
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
3899
    background-color: #e2e2e2;
3900
  }
3901
  /* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3902
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
3903
    padding: 0.9375em;
3904
    background-color: white;
3905
    border: solid 1px #cccccc;
3906
  }
3907
  /* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3908
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
3909
    margin-bottom: 0;
3910
  }
3911
  /* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3912
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
3913
    padding-top: 0;
3914
  }
3915
  /* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3916
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
3917
    padding-bottom: 0;
3918
  }
3919
  /* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3920
  .section-container.vertical-nav > section.active > .title, .items-list li .container:hover .section-container.vertical-nav > section.check > .title, .section-container.vertical-nav > .section.active > .title, .items-list li .container:hover .section-container.vertical-nav > .section.check > .title {
3921
    background: #d5d5d5;
3922
  }
3923
  /* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3924
  .section-container.vertical-nav > section.active > .title a, .items-list li .container:hover .section-container.vertical-nav > section.check > .title a, .section-container.vertical-nav > .section.active > .title a, .items-list li .container:hover .section-container.vertical-nav > .section.check > .title a {
3925
    color: #333333;
3926
  }
3927
  /* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3928
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
3929
    padding: 0 !important;
3930
  }
3931

    
3932
  /* line 361, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3933
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
3934
    width: 100%;
3935
    position: relative;
3936
    display: block;
3937
    margin-bottom: 1.25em;
3938
  }
3939
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3940
  [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]) {
3941
    visibility: hidden;
3942
  }
3943
  /* line 55, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3944
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
3945
    width: 100% !important;
3946
  }
3947
  /* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3948
  [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 {
3949
    padding: 0 !important;
3950
    margin: 0 !important;
3951
  }
3952
  /* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3953
  [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 {
3954
    width: 100% !important;
3955
  }
3956
  /* line 363, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3957
  [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] {
3958
    position: relative;
3959
    float: left;
3960
  }
3961
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3962
  [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 {
3963
    margin-bottom: 0;
3964
  }
3965
  /* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3966
  [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 {
3967
    width: 100%;
3968
    display: inline-block;
3969
    white-space: nowrap;
3970
  }
3971
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3972
  [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 {
3973
    display: none;
3974
  }
3975
  /* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3976
  [data-section='horizontal-nav'] > section.active > [data-section-content], .items-list li .container:hover [data-section='horizontal-nav'] > section.check > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, .items-list li .container:hover [data-section='horizontal-nav'] > section.check > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='horizontal-nav'] > .section.check > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, .items-list li .container:hover [data-section='horizontal-nav'] > .section.check > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='horizontal-nav'] > [data-section-region].check > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='horizontal-nav'] > [data-section-region].check > .content, .section-container.horizontal-nav > section.active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > section.check > [data-section-content], .section-container.horizontal-nav > section.active > .content, .items-list li .container:hover .section-container.horizontal-nav > section.check > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > .section.check > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .items-list li .container:hover .section-container.horizontal-nav > .section.check > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > [data-section-region].check > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content, .items-list li .container:hover .section-container.horizontal-nav > [data-section-region].check > .content {
3977
    display: block;
3978
  }
3979
  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3980
  [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) {
3981
    padding: 0 !important;
3982
  }
3983
  /* line 186, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3984
  [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 {
3985
    position: static;
3986
    width: auto;
3987
  }
3988
  /* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3989
  [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 {
3990
    display: block;
3991
  }
3992
  /* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
3993
  [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 {
3994
    width: auto;
3995
    position: absolute;
3996
    top: 0;
3997
    left: 0;
3998
    z-index: 999;
3999
    min-width: 12.5em;
4000
  }
4001

    
4002
  /* line 368, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4003
  .section-container.horizontal-nav {
4004
    background: #efefef;
4005
    border: 1px solid #cccccc;
4006
  }
4007
  /* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4008
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
4009
    background-color: #efefef;
4010
    cursor: pointer;
4011
    border: solid 1px #cccccc;
4012
  }
4013
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4014
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
4015
    padding: 0.9375em;
4016
    color: #333333;
4017
    font-size: 0.875em;
4018
    background: none;
4019
  }
4020
  /* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4021
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
4022
    background-color: #e2e2e2;
4023
  }
4024
  /* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4025
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
4026
    padding: 0.9375em;
4027
    background-color: white;
4028
    border: solid 1px #cccccc;
4029
  }
4030
  /* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4031
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
4032
    margin-bottom: 0;
4033
  }
4034
  /* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4035
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
4036
    padding-top: 0;
4037
  }
4038
  /* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4039
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
4040
    padding-bottom: 0;
4041
  }
4042
  /* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4043
  .section-container.horizontal-nav > section.active > .title, .items-list li .container:hover .section-container.horizontal-nav > section.check > .title, .section-container.horizontal-nav > .section.active > .title, .items-list li .container:hover .section-container.horizontal-nav > .section.check > .title {
4044
    background: #d5d5d5;
4045
  }
4046
  /* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4047
  .section-container.horizontal-nav > section.active > .title a, .items-list li .container:hover .section-container.horizontal-nav > section.check > .title a, .section-container.horizontal-nav > .section.active > .title a, .items-list li .container:hover .section-container.horizontal-nav > .section.check > .title a {
4048
    color: #333333;
4049
  }
4050
  /* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4051
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
4052
    padding: 0 !important;
4053
  }
4054
}
4055
/* line 378, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4056
.no-js [data-section], .no-js .section-container {
4057
  width: 100%;
4058
  position: relative;
4059
  display: block;
4060
  margin-bottom: 1.25em;
4061
}
4062
/* line 55, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4063
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
4064
  width: 100% !important;
4065
}
4066
/* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4067
.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 {
4068
  padding: 0 !important;
4069
  margin: 0 !important;
4070
}
4071
/* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4072
.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 {
4073
  width: 100% !important;
4074
}
4075
/* line 380, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4076
.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] {
4077
  margin: 0;
4078
}
4079
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4080
.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 {
4081
  margin-bottom: 0;
4082
}
4083
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4084
.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 {
4085
  width: 100%;
4086
  display: inline-block;
4087
  white-space: nowrap;
4088
}
4089
/* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4090
.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 {
4091
  display: none;
4092
}
4093
/* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4094
.no-js [data-section] > section.active > [data-section-content], .no-js .items-list li .container:hover [data-section] > section.check > [data-section-content], .items-list li .container:hover .no-js [data-section] > section.check > [data-section-content], .no-js [data-section] > section.active > .content, .no-js .items-list li .container:hover [data-section] > section.check > .content, .items-list li .container:hover .no-js [data-section] > section.check > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js .items-list li .container:hover [data-section] > .section.check > [data-section-content], .items-list li .container:hover .no-js [data-section] > .section.check > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js .items-list li .container:hover [data-section] > .section.check > .content, .items-list li .container:hover .no-js [data-section] > .section.check > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js .items-list li .container:hover [data-section] > [data-section-region].check > [data-section-content], .items-list li .container:hover .no-js [data-section] > [data-section-region].check > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .items-list li .container:hover [data-section] > [data-section-region].check > .content, .items-list li .container:hover .no-js [data-section] > [data-section-region].check > .content, .no-js .section-container > section.active > [data-section-content], .no-js .items-list li .container:hover .section-container > section.check > [data-section-content], .items-list li .container:hover .no-js .section-container > section.check > [data-section-content], .no-js .section-container > section.active > .content, .no-js .items-list li .container:hover .section-container > section.check > .content, .items-list li .container:hover .no-js .section-container > section.check > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .items-list li .container:hover .section-container > .section.check > [data-section-content], .items-list li .container:hover .no-js .section-container > .section.check > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .items-list li .container:hover .section-container > .section.check > .content, .items-list li .container:hover .no-js .section-container > .section.check > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .items-list li .container:hover .section-container > [data-section-region].check > [data-section-content], .items-list li .container:hover .no-js .section-container > [data-section-region].check > [data-section-content], .no-js .section-container > [data-section-region].active > .content, .no-js .items-list li .container:hover .section-container > [data-section-region].check > .content, .items-list li .container:hover .no-js .section-container > [data-section-region].check > .content {
4095
  display: block;
4096
}
4097
/* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4098
.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) {
4099
  padding: 0 !important;
4100
}
4101
/* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4102
.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 {
4103
  width: 100%;
4104
}
4105
/* line 384, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4106
.no-js .section-container {
4107
  border-top: 1px solid #cccccc;
4108
}
4109
/* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4110
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
4111
  background-color: #efefef;
4112
  cursor: pointer;
4113
  border: solid 1px #cccccc;
4114
}
4115
/* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4116
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
4117
  padding: 0.9375em;
4118
  color: #333333;
4119
  font-size: 0.875em;
4120
  background: none;
4121
}
4122
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4123
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
4124
  background-color: #e2e2e2;
4125
}
4126
/* line 220, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4127
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
4128
  padding: 0.9375em;
4129
  background-color: white;
4130
  border: solid 1px #cccccc;
4131
}
4132
/* line 225, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4133
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
4134
  margin-bottom: 0;
4135
}
4136
/* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4137
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
4138
  padding-top: 0;
4139
}
4140
/* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4141
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
4142
  padding-bottom: 0;
4143
}
4144
/* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4145
.no-js .section-container > section.active > .title, .no-js .items-list li .container:hover .section-container > section.check > .title, .items-list li .container:hover .no-js .section-container > section.check > .title, .no-js .section-container > .section.active > .title, .no-js .items-list li .container:hover .section-container > .section.check > .title, .items-list li .container:hover .no-js .section-container > .section.check > .title {
4146
  background: #d5d5d5;
4147
}
4148
/* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4149
.no-js .section-container > section.active > .title a, .no-js .items-list li .container:hover .section-container > section.check > .title a, .items-list li .container:hover .no-js .section-container > section.check > .title a, .no-js .section-container > .section.active > .title a, .no-js .items-list li .container:hover .section-container > .section.check > .title a, .items-list li .container:hover .no-js .section-container > .section.check > .title a {
4150
  color: #333333;
4151
}
4152
/* line 237, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4153
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
4154
  padding: 0 !important;
4155
}
4156
/* line 243, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_section.scss */
4157
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
4158
  border-top: none;
4159
}
4160

    
4161
/* Wrapped around .top-bar to contain to grid width */
4162
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4163
.contain-to-grid {
4164
  width: 100%;
4165
  background: #111111;
4166
}
4167
/* line 71, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4168
.contain-to-grid .top-bar {
4169
  margin-bottom: 1.875em;
4170
}
4171

    
4172
/* line 75, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4173
.fixed {
4174
  width: 100%;
4175
  left: 0;
4176
  position: fixed;
4177
  top: 0;
4178
  z-index: 99;
4179
}
4180

    
4181
/* line 83, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4182
.top-bar {
4183
  overflow: hidden;
4184
  height: 45px;
4185
  line-height: 45px;
4186
  position: relative;
4187
  background: #111111;
4188
  margin-bottom: 1.875em;
4189
}
4190
/* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4191
.top-bar ul {
4192
  margin-bottom: 0;
4193
  list-style: none;
4194
}
4195
/* line 97, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4196
.top-bar .row {
4197
  max-width: none;
4198
}
4199
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4200
.top-bar form,
4201
.top-bar input {
4202
  margin-bottom: 0;
4203
}
4204
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4205
.top-bar input {
4206
  height: 2.45em;
4207
}
4208
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4209
.top-bar .button {
4210
  padding-top: .5em;
4211
  padding-bottom: .5em;
4212
  margin-bottom: 0;
4213
}
4214
/* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4215
.top-bar .title-area {
4216
  position: relative;
4217
  margin: 0;
4218
}
4219
/* line 112, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4220
.top-bar .name {
4221
  height: 45px;
4222
  margin: 0;
4223
  font-size: 16;
4224
}
4225
/* line 117, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4226
.top-bar .name h1 {
4227
  line-height: 45px;
4228
  font-size: 1.0625em;
4229
  margin: 0;
4230
}
4231
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4232
.top-bar .name h1 a {
4233
  font-weight: bold;
4234
  color: white;
4235
  width: 50%;
4236
  display: block;
4237
  padding: 0 15px;
4238
}
4239
/* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4240
.top-bar .toggle-topbar {
4241
  position: absolute;
4242
  right: 0;
4243
  top: 0;
4244
}
4245
/* line 137, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4246
.top-bar .toggle-topbar a {
4247
  color: white;
4248
  text-transform: uppercase;
4249
  font-size: 0.8125em;
4250
  font-weight: bold;
4251
  position: relative;
4252
  display: block;
4253
  padding: 0 15px;
4254
  height: 45px;
4255
  line-height: 45px;
4256
}
4257
/* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4258
.top-bar .toggle-topbar.menu-icon {
4259
  right: 15px;
4260
  top: 50%;
4261
  margin-top: -16px;
4262
  padding-left: 40px;
4263
}
4264
/* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4265
.top-bar .toggle-topbar.menu-icon a {
4266
  text-indent: -48px;
4267
  width: 34px;
4268
  height: 34px;
4269
  line-height: 33px;
4270
  padding: 0;
4271
  color: white;
4272
}
4273
/* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4274
.top-bar .toggle-topbar.menu-icon a span {
4275
  position: absolute;
4276
  right: 0;
4277
  display: block;
4278
  width: 16px;
4279
  height: 0;
4280
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
4281
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
4282
}
4283
/* line 185, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4284
.top-bar.expanded {
4285
  height: auto;
4286
  background: transparent;
4287
}
4288
/* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4289
.top-bar.expanded .title-area {
4290
  background: #111111;
4291
}
4292
/* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4293
.top-bar.expanded .toggle-topbar a {
4294
  color: #888888;
4295
}
4296
/* line 193, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4297
.top-bar.expanded .toggle-topbar a span {
4298
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
4299
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
4300
}
4301

    
4302
/* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4303
.top-bar-section {
4304
  left: 0;
4305
  position: relative;
4306
  width: auto;
4307
  -webkit-transition: left 300ms ease-out;
4308
  -moz-transition: left 300ms ease-out;
4309
  transition: left 300ms ease-out;
4310
}
4311
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4312
.top-bar-section ul {
4313
  width: 100%;
4314
  height: auto;
4315
  display: block;
4316
  background: #222222;
4317
  font-size: 16;
4318
  margin: 0;
4319
}
4320
/* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4321
.top-bar-section .divider,
4322
.top-bar-section [role="separator"] {
4323
  border-bottom: solid 1px #2b2b2b;
4324
  border-top: solid 1px black;
4325
  clear: both;
4326
  height: 1px;
4327
  width: 100%;
4328
}
4329
/* line 236, ../../../../../../../../.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 {
4331
  display: block;
4332
  width: 100%;
4333
  color: white;
4334
  padding: 12px 0 12px 0;
4335
  padding-left: 15px;
4336
  font-size: 0.8125em;
4337
  font-weight: bold;
4338
  background: #222222;
4339
}
4340
/* line 246, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4341
.top-bar-section ul li > a.button {
4342
  background: #919194;
4343
  font-size: 0.8125em;
4344
}
4345
/* line 249, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4346
.top-bar-section ul li > a.button.hover {
4347
  background: #77777b;
4348
}
4349
/* line 253, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4350
.top-bar-section ul li > a.button.secondary {
4351
  background: #30c79e;
4352
}
4353
/* line 255, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4354
.top-bar-section ul li > a.button.secondary.hover {
4355
  background: #269e7d;
4356
}
4357
/* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4358
.top-bar-section ul li > a.button.success {
4359
  background: #00a551;
4360
}
4361
/* line 261, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4362
.top-bar-section ul li > a.button.success.hover {
4363
  background: #007238;
4364
}
4365
/* line 265, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4366
.top-bar-section ul li > a.button.alert {
4367
  background: #30c79e;
4368
}
4369
/* line 267, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4370
.top-bar-section ul li > a.button.alert.hover {
4371
  background: #269e7d;
4372
}
4373
/* line 275, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4374
.top-bar-section ul li.hover > a {
4375
  background: #090909;
4376
  color: white;
4377
}
4378
/* line 281, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4379
.top-bar-section ul li.active > a, .top-bar-section ul .items-list li .container:hover li.check > a, .items-list li .container:hover .top-bar-section ul li.check > a {
4380
  background: #090909;
4381
  color: white;
4382
}
4383
/* line 288, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4384
.top-bar-section .has-form {
4385
  padding: 15px;
4386
}
4387
/* line 291, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4388
.top-bar-section .has-dropdown {
4389
  position: relative;
4390
}
4391
/* line 295, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4392
.top-bar-section .has-dropdown > a:after {
4393
  content: "";
4394
  display: block;
4395
  width: 0;
4396
  height: 0;
4397
  border: inset 5px;
4398
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
4399
  border-left-style: solid;
4400
  margin-right: 15px;
4401
  margin-top: -4.5px;
4402
  position: absolute;
4403
  top: 50%;
4404
  right: 0;
4405
}
4406
/* line 305, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4407
.top-bar-section .has-dropdown.moved {
4408
  position: static;
4409
}
4410
/* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4411
.top-bar-section .has-dropdown.moved > .dropdown {
4412
  visibility: visible;
4413
}
4414
/* line 313, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4415
.top-bar-section .dropdown {
4416
  position: absolute;
4417
  left: 100%;
4418
  top: 0;
4419
  visibility: hidden;
4420
  z-index: 99;
4421
}
4422
/* line 320, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4423
.top-bar-section .dropdown li {
4424
  width: 100%;
4425
  height: auto;
4426
}
4427
/* line 324, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4428
.top-bar-section .dropdown li a {
4429
  font-weight: normal;
4430
  padding: 8px 15px;
4431
}
4432
/* line 327, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4433
.top-bar-section .dropdown li a.parent-link {
4434
  font-weight: bold;
4435
}
4436
/* line 332, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4437
.top-bar-section .dropdown li.title h5 {
4438
  margin-bottom: 0;
4439
}
4440
/* line 333, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4441
.top-bar-section .dropdown li.title h5 a {
4442
  color: white;
4443
  line-height: 22.5px;
4444
  display: block;
4445
}
4446
/* line 341, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4447
.top-bar-section .dropdown label {
4448
  padding: 8px 15px 2px;
4449
  margin-bottom: 0;
4450
  text-transform: uppercase;
4451
  color: #555555;
4452
  font-weight: bold;
4453
  font-size: 0.625em;
4454
}
4455

    
4456
/* line 353, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4457
.top-bar-js-breakpoint {
4458
  width: 58.75em !important;
4459
  visibility: hidden;
4460
}
4461

    
4462
/* line 357, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4463
.js-generated {
4464
  display: block;
4465
}
4466

    
4467
@media only screen and (min-width: 58.75em) {
4468
  /* line 362, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4469
  .top-bar {
4470
    background: #111111;
4471
    *zoom: 1;
4472
    overflow: visible;
4473
  }
4474
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
4475
  .top-bar:before, .top-bar:after {
4476
    content: " ";
4477
    display: table;
4478
  }
4479
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
4480
  .top-bar:after {
4481
    clear: both;
4482
  }
4483
  /* line 367, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4484
  .top-bar .toggle-topbar {
4485
    display: none;
4486
  }
4487
  /* line 369, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4488
  .top-bar .title-area {
4489
    float: left;
4490
  }
4491
  /* line 370, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4492
  .top-bar .name h1 a {
4493
    width: auto;
4494
  }
4495
  /* line 373, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4496
  .top-bar input,
4497
  .top-bar .button {
4498
    line-height: 2em;
4499
    font-size: 0.875em;
4500
    height: 2em;
4501
    padding: 0 10px;
4502
    position: relative;
4503
    top: 8px;
4504
  }
4505
  /* line 382, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4506
  .top-bar.expanded {
4507
    background: #111111;
4508
  }
4509

    
4510
  /* line 385, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4511
  .contain-to-grid .top-bar {
4512
    max-width: 1200px;
4513
    margin: 0 auto;
4514
    margin-bottom: 1.875em;
4515
  }
4516

    
4517
  /* line 391, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4518
  .top-bar-section {
4519
    -webkit-transition: none 0 0;
4520
    -moz-transition: none 0 0;
4521
    transition: none 0 0;
4522
    left: 0 !important;
4523
  }
4524
  /* line 395, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4525
  .top-bar-section ul {
4526
    width: auto;
4527
    height: auto !important;
4528
    display: inline;
4529
  }
4530
  /* line 400, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4531
  .top-bar-section ul li {
4532
    float: left;
4533
  }
4534
  /* line 402, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4535
  .top-bar-section ul li .js-generated {
4536
    display: none;
4537
  }
4538
  /* line 407, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4539
  .top-bar-section li a:not(.button) {
4540
    padding: 0 15px;
4541
    line-height: 45px;
4542
    background: #111111;
4543
  }
4544
  /* line 411, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4545
  .top-bar-section li a:not(.button).hover {
4546
    background: black;
4547
  }
4548
  /* line 416, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4549
  .top-bar-section .has-dropdown > a {
4550
    padding-right: 35px !important;
4551
  }
4552
  /* line 419, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4553
  .top-bar-section .has-dropdown > a:after {
4554
    content: "";
4555
    display: block;
4556
    width: 0;
4557
    height: 0;
4558
    border: inset 5px;
4559
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
4560
    border-top-style: solid;
4561
    margin-top: -2.5px;
4562
    top: 22.5px;
4563
  }
4564
  /* line 426, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4565
  .top-bar-section .has-dropdown.moved {
4566
    position: relative;
4567
  }
4568
  /* line 427, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4569
  .top-bar-section .has-dropdown.moved > .dropdown {
4570
    visibility: hidden;
4571
  }
4572
  /* line 431, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4573
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
4574
    visibility: visible;
4575
  }
4576
  /* line 438, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4577
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
4578
    border: none;
4579
    content: "\00bb";
4580
    margin-top: -16px;
4581
    right: 5px;
4582
  }
4583
  /* line 449, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4584
  .top-bar-section .dropdown {
4585
    left: 0;
4586
    top: auto;
4587
    background: transparent;
4588
    min-width: 100%;
4589
  }
4590
  /* line 456, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4591
  .top-bar-section .dropdown li a {
4592
    color: white;
4593
    line-height: 1;
4594
    white-space: nowrap;
4595
    padding: 7px 15px;
4596
    background: #1e1e1e;
4597
  }
4598
  /* line 464, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4599
  .top-bar-section .dropdown li label {
4600
    white-space: nowrap;
4601
    background: #1e1e1e;
4602
  }
4603
  /* line 470, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4604
  .top-bar-section .dropdown li .dropdown {
4605
    left: 100%;
4606
    top: 0;
4607
  }
4608
  /* line 478, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4609
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
4610
    border-bottom: none;
4611
    border-top: none;
4612
    border-right: solid 1px #2b2b2b;
4613
    border-left: solid 1px black;
4614
    clear: none;
4615
    height: 45px;
4616
    width: 0px;
4617
  }
4618
  /* line 488, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4619
  .top-bar-section .has-form {
4620
    background: #111111;
4621
    padding: 0 15px;
4622
    height: 45px;
4623
  }
4624
  /* line 496, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4625
  .top-bar-section ul.right li .dropdown {
4626
    left: auto;
4627
    right: 0;
4628
  }
4629
  /* line 500, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4630
  .top-bar-section ul.right li .dropdown li .dropdown {
4631
    right: 100%;
4632
  }
4633

    
4634
  /* line 510, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4635
  .no-js .top-bar-section ul li:hover > a {
4636
    background: #090909;
4637
    color: white;
4638
  }
4639
  /* line 516, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4640
  .no-js .top-bar-section ul li:active > a {
4641
    background: #090909;
4642
    color: white;
4643
  }
4644
  /* line 524, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
4645
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
4646
    visibility: visible;
4647
  }
4648
}
4649
@-webkit-keyframes rotate {
4650
  /* line 38, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4651
  from {
4652
    -webkit-transform: rotate(0deg);
4653
  }
4654

    
4655
  /* line 39, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4656
  to {
4657
    -webkit-transform: rotate(360deg);
4658
  }
4659
}
4660

    
4661
@-moz-keyframes rotate {
4662
  /* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4663
  from {
4664
    -webkit-transform: rotate(0deg);
4665
  }
4666

    
4667
  /* line 43, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4668
  to {
4669
    -webkit-transform: rotate(360deg);
4670
  }
4671
}
4672

    
4673
@-o-keyframes rotate {
4674
  /* line 46, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4675
  from {
4676
    -webkit-transform: rotate(0deg);
4677
  }
4678

    
4679
  /* line 47, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4680
  to {
4681
    -webkit-transform: rotate(360deg);
4682
  }
4683
}
4684

    
4685
@keyframes rotate {
4686
  /* line 51, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4687
  from {
4688
    -webkit-transform: rotate(0deg);
4689
  }
4690

    
4691
  /* line 52, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4692
  to {
4693
    -webkit-transform: rotate(360deg);
4694
  }
4695
}
4696

    
4697
/* Orbit Graceful Loading */
4698
/* line 56, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4699
.slideshow-wrapper {
4700
  position: relative;
4701
}
4702
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4703
.slideshow-wrapper ul {
4704
  list-style-type: none;
4705
  margin: 0;
4706
}
4707
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4708
.slideshow-wrapper ul li,
4709
.slideshow-wrapper ul li .orbit-caption {
4710
  display: none;
4711
}
4712
/* line 69, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4713
.slideshow-wrapper ul li:first-child {
4714
  display: block;
4715
}
4716
/* line 72, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4717
.slideshow-wrapper .orbit-container {
4718
  background-color: transparent;
4719
}
4720
/* line 75, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4721
.slideshow-wrapper .orbit-container li {
4722
  display: block;
4723
}
4724
/* line 77, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4725
.slideshow-wrapper .orbit-container li .orbit-caption {
4726
  display: block;
4727
}
4728

    
4729
/* line 83, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4730
.preloader {
4731
  display: block;
4732
  width: 40px;
4733
  height: 40px;
4734
  position: absolute;
4735
  top: 50%;
4736
  left: 50%;
4737
  margin-top: -20px;
4738
  margin-left: -20px;
4739
  border: solid 3px;
4740
  border-color: #555 #fff;
4741
  -webkit-border-radius: 1000px;
4742
  border-radius: 1000px;
4743
  -webkit-animation-name: rotate;
4744
  -webkit-animation-duration: 1.5s;
4745
  -webkit-animation-iteration-count: infinite;
4746
  -webkit-animation-timing-function: linear;
4747
  -moz-animation-name: rotate;
4748
  -moz-animation-duration: 1.5s;
4749
  -moz-animation-iteration-count: infinite;
4750
  -moz-animation-timing-function: linear;
4751
  -o-animation-name: rotate;
4752
  -o-animation-duration: 1.5s;
4753
  -o-animation-iteration-count: infinite;
4754
  -o-animation-timing-function: linear;
4755
  animation-name: rotate;
4756
  animation-duration: 1.5s;
4757
  animation-iteration-count: infinite;
4758
  animation-timing-function: linear;
4759
}
4760

    
4761
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4762
.orbit-container {
4763
  overflow: hidden;
4764
  width: 100%;
4765
  position: relative;
4766
  background: whitesmoke;
4767
}
4768
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4769
.orbit-container .orbit-slides-container {
4770
  list-style: none;
4771
  margin: 0;
4772
  padding: 0;
4773
  position: relative;
4774
}
4775
/* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4776
.orbit-container .orbit-slides-container img {
4777
  display: block;
4778
  max-width: 100%;
4779
}
4780
/* line 129, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4781
.orbit-container .orbit-slides-container > * {
4782
  position: absolute;
4783
  top: 0;
4784
  width: 100%;
4785
  margin-left: 100%;
4786
}
4787
/* line 140, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4788
.orbit-container .orbit-slides-container > *:first-child {
4789
  margin-left: 0%;
4790
}
4791
/* line 149, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4792
.orbit-container .orbit-slides-container > * .orbit-caption {
4793
  position: absolute;
4794
  bottom: 0;
4795
  background-color: black;
4796
  background-color: rgba(0, 0, 0, 0.6);
4797
  color: white;
4798
  width: 100%;
4799
  padding: 10px 14px;
4800
  font-size: 0.875em;
4801
}
4802
/* line 162, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4803
.orbit-container .orbit-slide-number {
4804
  position: absolute;
4805
  top: 10px;
4806
  left: 10px;
4807
  font-size: 12px;
4808
  color: white;
4809
  background: rgba(0, 0, 0, 0);
4810
  z-index: 10;
4811
}
4812
/* line 167, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4813
.orbit-container .orbit-slide-number span {
4814
  font-weight: 700;
4815
  padding: 0.3125em;
4816
}
4817
/* line 173, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4818
.orbit-container .orbit-timer {
4819
  position: absolute;
4820
  top: 10px;
4821
  right: 10px;
4822
  height: 6px;
4823
  width: 100px;
4824
  z-index: 10;
4825
}
4826
/* line 180, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4827
.orbit-container .orbit-timer .orbit-progress {
4828
  height: 100%;
4829
  background-color: black;
4830
  background-color: rgba(0, 0, 0, 0.6);
4831
  display: block;
4832
  width: 0%;
4833
}
4834
/* line 188, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4835
.orbit-container .orbit-timer > span {
4836
  display: none;
4837
  position: absolute;
4838
  top: 10px;
4839
  right: 0px;
4840
  width: 11px;
4841
  height: 14px;
4842
  border: solid 4px #000;
4843
  border-top: none;
4844
  border-bottom: none;
4845
}
4846
/* line 201, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4847
.orbit-container .orbit-timer.paused > span {
4848
  right: -6px;
4849
  top: 9px;
4850
  width: 11px;
4851
  height: 14px;
4852
  border: inset 8px;
4853
  border-right-style: solid;
4854
  border-color: transparent transparent transparent #000;
4855
}
4856
/* line 213, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4857
.orbit-container:hover .orbit-timer > span {
4858
  display: block;
4859
}
4860
/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4861
.orbit-container .orbit-prev,
4862
.orbit-container .orbit-next {
4863
  position: absolute;
4864
  top: 50%;
4865
  margin-top: -25px;
4866
  background-color: black;
4867
  background-color: rgba(0, 0, 0, 0.6);
4868
  width: 50px;
4869
  height: 60px;
4870
  line-height: 50px;
4871
  color: white;
4872
  text-indent: -9999px !important;
4873
  z-index: 10;
4874
}
4875
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4876
.orbit-container .orbit-prev > span,
4877
.orbit-container .orbit-next > span {
4878
  position: absolute;
4879
  top: 50%;
4880
  margin-top: -16px;
4881
  display: block;
4882
  width: 0;
4883
  height: 0;
4884
  border: inset 16px;
4885
}
4886
/* line 240, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4887
.orbit-container .orbit-prev {
4888
  left: 0;
4889
}
4890
/* line 241, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4891
.orbit-container .orbit-prev > span {
4892
  border-right-style: solid;
4893
  border-color: transparent;
4894
  border-right-color: #fff;
4895
}
4896
/* line 246, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4897
.orbit-container .orbit-prev:hover > span {
4898
  border-right-color: #ccc;
4899
}
4900
/* line 250, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4901
.orbit-container .orbit-next {
4902
  right: 0;
4903
}
4904
/* line 251, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4905
.orbit-container .orbit-next > span {
4906
  border-color: transparent;
4907
  border-left-style: solid;
4908
  border-left-color: #fff;
4909
  left: 50%;
4910
  margin-left: -8px;
4911
}
4912
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4913
.orbit-container .orbit-next:hover > span {
4914
  border-left-color: #ccc;
4915
}
4916

    
4917
/* line 264, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4918
.orbit-bullets {
4919
  margin: 0 auto 30px auto;
4920
  overflow: hidden;
4921
  position: relative;
4922
  top: 10px;
4923
}
4924
/* line 270, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4925
.orbit-bullets li {
4926
  display: block;
4927
  width: 10px;
4928
  height: 10px;
4929
  background: #999999;
4930
  float: left;
4931
  margin-right: 6px;
4932
  border: solid 1px #555555;
4933
  -webkit-border-radius: 1000px;
4934
  border-radius: 1000px;
4935
}
4936
/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4937
.orbit-bullets li.active, .orbit-bullets .items-list li .container:hover li.check, .items-list li .container:hover .orbit-bullets li.check {
4938
  background: #555555;
4939
}
4940
/* line 284, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4941
.orbit-bullets li:last-child {
4942
  margin-right: 0;
4943
}
4944

    
4945
/* line 291, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4946
.touch .orbit-container .orbit-prev,
4947
.touch .orbit-container .orbit-next {
4948
  display: none;
4949
}
4950
/* line 294, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4951
.touch .orbit-bullets {
4952
  display: none;
4953
}
4954

    
4955
@media only screen and (min-width: 768px) {
4956
  /* line 303, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4957
  .touch .orbit-container .orbit-prev,
4958
  .touch .orbit-container .orbit-next {
4959
    display: inherit;
4960
  }
4961
  /* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4962
  .touch .orbit-bullets {
4963
    display: block;
4964
  }
4965
}
4966
@media only screen and (max-width: 768px) {
4967
  /* line 316, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4968
  .orbit-stack-on-small .orbit-slides-container {
4969
    height: auto !important;
4970
  }
4971
  /* line 317, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4972
  .orbit-stack-on-small .orbit-slides-container > * {
4973
    position: relative;
4974
    margin-left: 0% !important;
4975
  }
4976
  /* line 324, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
4977
  .orbit-stack-on-small .orbit-timer,
4978
  .orbit-stack-on-small .orbit-next,
4979
  .orbit-stack-on-small .orbit-prev,
4980
  .orbit-stack-on-small .orbit-bullets {
4981
    display: none;
4982
  }
4983
}
4984
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
4985
.reveal-modal-bg {
4986
  position: fixed;
4987
  height: 100%;
4988
  width: 100%;
4989
  background: black;
4990
  background: rgba(0, 0, 0, 0.8);
4991
  z-index: 98;
4992
  display: none;
4993
  top: 0;
4994
  left: 0;
4995
}
4996

    
4997
/* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
4998
.reveal-modal {
4999
  visibility: hidden;
5000
  display: none;
5001
  position: absolute;
5002
  left: 50%;
5003
  z-index: 99;
5004
  height: auto;
5005
  margin-left: -40%;
5006
  width: 80%;
5007
  background-color: white;
5008
  padding: 1.25em;
5009
  border: solid 1px #666666;
5010
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
5011
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
5012
  top: 50px;
5013
}
5014
/* line 62, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5015
.reveal-modal .column,
5016
.reveal-modal .columns {
5017
  min-width: 0;
5018
}
5019
/* line 65, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5020
.reveal-modal > :first-child {
5021
  margin-top: 0;
5022
}
5023
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5024
.reveal-modal > :last-child {
5025
  margin-bottom: 0;
5026
}
5027
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5028
.reveal-modal .close-reveal-modal {
5029
  font-size: 1.375em;
5030
  line-height: 1;
5031
  position: absolute;
5032
  top: 0.5em;
5033
  right: 0.6875em;
5034
  color: #aaaaaa;
5035
  font-weight: bold;
5036
  cursor: pointer;
5037
}
5038

    
5039
@media only screen and (min-width: 768px) {
5040
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5041
  .reveal-modal {
5042
    padding: 1.875em;
5043
    top: 6.25em;
5044
  }
5045
  /* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5046
  .reveal-modal.tiny {
5047
    margin-left: -15%;
5048
    width: 30%;
5049
  }
5050
  /* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5051
  .reveal-modal.small {
5052
    margin-left: -20%;
5053
    width: 40%;
5054
  }
5055
  /* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5056
  .reveal-modal.medium {
5057
    margin-left: -30%;
5058
    width: 60%;
5059
  }
5060
  /* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5061
  .reveal-modal.large {
5062
    margin-left: -35%;
5063
    width: 70%;
5064
  }
5065
  /* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5066
  .reveal-modal.xlarge {
5067
    margin-left: -47.5%;
5068
    width: 95%;
5069
  }
5070
}
5071
@media print {
5072
  /* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
5073
  .reveal-modal {
5074
    background: #fff !important;
5075
  }
5076
}
5077
/* Foundation Joyride */
5078
/* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5079
.joyride-list {
5080
  display: none;
5081
}
5082

    
5083
/* Default styles for the container */
5084
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5085
.joyride-tip-guide {
5086
  display: none;
5087
  position: absolute;
5088
  background: black;
5089
  color: white;
5090
  z-index: 101;
5091
  top: 0;
5092
  left: 2.5%;
5093
  font-family: inherit;
5094
  font-weight: normal;
5095
  width: 95%;
5096
}
5097

    
5098
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5099
.lt-ie9 .joyride-tip-guide {
5100
  max-width: 800px;
5101
  left: 50%;
5102
  margin-left: -400px;
5103
}
5104

    
5105
/* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5106
.joyride-content-wrapper {
5107
  width: 100%;
5108
  padding: 1.125em 1.25em 1.5em;
5109
}
5110
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5111
.joyride-content-wrapper .button {
5112
  margin-bottom: 0 !important;
5113
}
5114

    
5115
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
5116
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5117
.joyride-tip-guide .joyride-nub {
5118
  display: block;
5119
  position: absolute;
5120
  left: 22px;
5121
  width: 0;
5122
  height: 0;
5123
  border: inset 14px;
5124
}
5125
/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5126
.joyride-tip-guide .joyride-nub.top {
5127
  border-top-style: solid;
5128
  border-color: black;
5129
  border-top-color: transparent !important;
5130
  border-left-color: transparent !important;
5131
  border-right-color: transparent !important;
5132
  top: -28px;
5133
}
5134
/* line 89, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5135
.joyride-tip-guide .joyride-nub.bottom {
5136
  border-bottom-style: solid;
5137
  border-color: black !important;
5138
  border-bottom-color: transparent !important;
5139
  border-left-color: transparent !important;
5140
  border-right-color: transparent !important;
5141
  bottom: -28px;
5142
}
5143
/* line 98, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5144
.joyride-tip-guide .joyride-nub.right {
5145
  right: -28px;
5146
}
5147
/* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5148
.joyride-tip-guide .joyride-nub.left {
5149
  left: -28px;
5150
}
5151

    
5152
/* Typography */
5153
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5154
.joyride-tip-guide h1,
5155
.joyride-tip-guide h2,
5156
.joyride-tip-guide h3,
5157
.joyride-tip-guide h4,
5158
.joyride-tip-guide h5,
5159
.joyride-tip-guide h6 {
5160
  line-height: 1.25;
5161
  margin: 0;
5162
  font-weight: bold;
5163
  color: white;
5164
}
5165

    
5166
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5167
.joyride-tip-guide p {
5168
  margin: 0 0 1.125em 0;
5169
  font-size: 0.875em;
5170
  line-height: 1.3;
5171
}
5172

    
5173
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5174
.joyride-timer-indicator-wrap {
5175
  width: 50px;
5176
  height: 3px;
5177
  border: solid 1px #555555;
5178
  position: absolute;
5179
  right: 1.0625em;
5180
  bottom: 1em;
5181
}
5182

    
5183
/* line 129, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5184
.joyride-timer-indicator {
5185
  display: block;
5186
  width: 0;
5187
  height: inherit;
5188
  background: #666666;
5189
}
5190

    
5191
/* line 136, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5192
.joyride-close-tip {
5193
  position: absolute;
5194
  right: 12px;
5195
  top: 10px;
5196
  color: #777777 !important;
5197
  text-decoration: none;
5198
  font-size: 30px;
5199
  font-weight: normal;
5200
  line-height: .5 !important;
5201
}
5202
/* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5203
.joyride-close-tip:hover, .joyride-close-tip:focus {
5204
  color: #eee !important;
5205
}
5206

    
5207
/* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5208
.joyride-modal-bg {
5209
  position: fixed;
5210
  height: 100%;
5211
  width: 100%;
5212
  background: transparent;
5213
  background: rgba(0, 0, 0, 0.5);
5214
  z-index: 100;
5215
  display: none;
5216
  top: 0;
5217
  left: 0;
5218
  cursor: pointer;
5219
}
5220

    
5221
/* line 163, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5222
.joyride-expose-wrapper {
5223
  background-color: #ffffff;
5224
  position: absolute;
5225
  border-radius: 3px;
5226
  z-index: 102;
5227
  -moz-box-shadow: 0px 0px 30px #ffffff;
5228
  -webkit-box-shadow: 0px 0px 15px #ffffff;
5229
  box-shadow: 0px 0px 15px #ffffff;
5230
}
5231

    
5232
/* line 175, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5233
.joyride-expose-cover {
5234
  background: transparent;
5235
  border-radius: 3px;
5236
  position: absolute;
5237
  z-index: 9999;
5238
  top: 0px;
5239
  left: 0px;
5240
}
5241

    
5242
/* Styles for screens that are atleast 768px; */
5243
@media only screen and (min-width: 768px) {
5244
  /* line 187, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5245
  .joyride-tip-guide {
5246
    width: 300px;
5247
    left: inherit;
5248
  }
5249
  /* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5250
  .joyride-tip-guide .joyride-nub.bottom {
5251
    border-color: black !important;
5252
    border-bottom-color: transparent !important;
5253
    border-left-color: transparent !important;
5254
    border-right-color: transparent !important;
5255
    bottom: -28px;
5256
  }
5257
  /* line 196, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5258
  .joyride-tip-guide .joyride-nub.right {
5259
    border-color: black !important;
5260
    border-top-color: transparent !important;
5261
    border-right-color: transparent !important;
5262
    border-bottom-color: transparent !important;
5263
    top: 22px;
5264
    left: auto;
5265
    right: -28px;
5266
  }
5267
  /* line 204, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_joyride.scss */
5268
  .joyride-tip-guide .joyride-nub.left {
5269
    border-color: black !important;
5270
    border-top-color: transparent !important;
5271
    border-left-color: transparent !important;
5272
    border-bottom-color: transparent !important;
5273
    top: 22px;
5274
    left: -28px;
5275
    right: auto;
5276
  }
5277
}
5278
/* Clearing Styles */
5279
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5280
[data-clearing] {
5281
  *zoom: 1;
5282
  margin-bottom: 0;
5283
  margin-left: 0;
5284
  list-style: none;
5285
}
5286
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
5287
[data-clearing]:before, [data-clearing]:after {
5288
  content: " ";
5289
  display: table;
5290
}
5291
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
5292
[data-clearing]:after {
5293
  clear: both;
5294
}
5295
/* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5296
[data-clearing] li {
5297
  float: left;
5298
  margin-right: 10px;
5299
}
5300

    
5301
/* line 48, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5302
.clearing-blackout {
5303
  background: #111111;
5304
  position: fixed;
5305
  width: 100%;
5306
  height: 100%;
5307
  top: 0;
5308
  left: 0;
5309
  z-index: 998;
5310
}
5311
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5312
.clearing-blackout .clearing-close {
5313
  display: block;
5314
}
5315

    
5316
/* line 60, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5317
.clearing-container {
5318
  position: relative;
5319
  z-index: 998;
5320
  height: 100%;
5321
  overflow: hidden;
5322
  margin: 0;
5323
}
5324

    
5325
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5326
.visible-img {
5327
  height: 95%;
5328
  position: relative;
5329
}
5330
/* line 72, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5331
.visible-img img {
5332
  position: absolute;
5333
  left: 50%;
5334
  top: 50%;
5335
  margin-left: -50%;
5336
  max-height: 100%;
5337
  max-width: 100%;
5338
}
5339

    
5340
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5341
.clearing-caption {
5342
  color: white;
5343
  line-height: 1.3;
5344
  margin-bottom: 0;
5345
  text-align: center;
5346
  bottom: 0;
5347
  background: #111111;
5348
  width: 100%;
5349
  padding: 10px 30px;
5350
  position: absolute;
5351
  left: 0;
5352
}
5353

    
5354
/* line 95, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5355
.clearing-close {
5356
  z-index: 999;
5357
  padding-left: 20px;
5358
  padding-top: 10px;
5359
  font-size: 40px;
5360
  line-height: 1;
5361
  color: white;
5362
  display: none;
5363
}
5364
/* line 105, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5365
.clearing-close:hover, .clearing-close:focus {
5366
  color: #ccc;
5367
}
5368

    
5369
/* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5370
.clearing-assembled .clearing-container {
5371
  height: 100%;
5372
}
5373
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5374
.clearing-assembled .clearing-container .carousel > ul {
5375
  display: none;
5376
}
5377

    
5378
/* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5379
.clearing-feature li {
5380
  display: none;
5381
}
5382
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5383
.clearing-feature li.clearing-featured-img {
5384
  display: block;
5385
}
5386

    
5387
@media only screen and (min-width: 768px) {
5388
  /* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5389
  .clearing-main-prev,
5390
  .clearing-main-next {
5391
    position: absolute;
5392
    height: 100%;
5393
    width: 40px;
5394
    top: 0;
5395
  }
5396
  /* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5397
  .clearing-main-prev > span,
5398
  .clearing-main-next > span {
5399
    position: absolute;
5400
    top: 50%;
5401
    display: block;
5402
    width: 0;
5403
    height: 0;
5404
    border: solid 16px;
5405
  }
5406

    
5407
  /* line 137, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5408
  .clearing-main-prev {
5409
    left: 0;
5410
  }
5411
  /* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5412
  .clearing-main-prev > span {
5413
    left: 5px;
5414
    border-color: transparent;
5415
    border-right-color: white;
5416
  }
5417

    
5418
  /* line 145, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5419
  .clearing-main-next {
5420
    right: 0;
5421
  }
5422
  /* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5423
  .clearing-main-next > span {
5424
    border-color: transparent;
5425
    border-left-color: white;
5426
  }
5427

    
5428
  /* line 154, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5429
  .clearing-main-prev.disabled,
5430
  .clearing-main-next.disabled {
5431
    opacity: 0.5;
5432
  }
5433

    
5434
  /* line 158, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5435
  .clearing-assembled .clearing-container .carousel {
5436
    background: #111111;
5437
    height: 150px;
5438
    margin-top: 5px;
5439
  }
5440
  /* line 163, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5441
  .clearing-assembled .clearing-container .carousel > ul {
5442
    display: block;
5443
    z-index: 999;
5444
    width: 200%;
5445
    height: 100%;
5446
    margin-left: 0;
5447
    position: relative;
5448
    left: 0;
5449
  }
5450
  /* line 172, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5451
  .clearing-assembled .clearing-container .carousel > ul li {
5452
    display: block;
5453
    width: 175px;
5454
    height: inherit;
5455
    padding: 0;
5456
    float: left;
5457
    overflow: hidden;
5458
    margin-right: 1px;
5459
    position: relative;
5460
    cursor: pointer;
5461
    opacity: 0.4;
5462
  }
5463
  /* line 185, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5464
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
5465
    min-height: 100%;
5466
    height: 100%;
5467
    max-width: none;
5468
  }
5469
  /* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5470
  .clearing-assembled .clearing-container .carousel > ul li a.th {
5471
    border: none;
5472
    -webkit-box-shadow: none;
5473
    box-shadow: none;
5474
    display: block;
5475
  }
5476
  /* line 201, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5477
  .clearing-assembled .clearing-container .carousel > ul li img {
5478
    cursor: pointer !important;
5479
    min-width: 100% !important;
5480
  }
5481
  /* line 206, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5482
  .clearing-assembled .clearing-container .carousel > ul li.visible {
5483
    opacity: 1;
5484
  }
5485
  /* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5486
  .clearing-assembled .clearing-container .visible-img {
5487
    background: #111111;
5488
    overflow: hidden;
5489
    height: 75%;
5490
  }
5491

    
5492
  /* line 218, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_clearing.scss */
5493
  .clearing-close {
5494
    position: absolute;
5495
    top: 10px;
5496
    right: 20px;
5497
    padding-left: 0;
5498
    padding-top: 0;
5499
  }
5500
}
5501
/* Foundation Alerts */
5502
/* line 94, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5503
.alert-box {
5504
  border-style: solid;
5505
  border-width: 1px;
5506
  display: block;
5507
  font-weight: bold;
5508
  margin-bottom: 1.25em;
5509
  position: relative;
5510
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
5511
  font-size: 0.875em;
5512
  background-color: #919194;
5513
  border-color: #77777b;
5514
  color: white;
5515
}
5516
/* line 97, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5517
.alert-box .close {
5518
  font-size: 1.375em;
5519
  padding: 5px 4px 4px;
5520
  line-height: 0;
5521
  position: absolute;
5522
  top: 0.4375em;
5523
  right: 0.3125em;
5524
  color: #333333;
5525
  opacity: 0.3;
5526
}
5527
/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5528
.alert-box .close:hover, .alert-box .close:focus {
5529
  opacity: 0.5;
5530
}
5531
/* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5532
.alert-box.radius {
5533
  -webkit-border-radius: 1px;
5534
  border-radius: 1px;
5535
}
5536
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5537
.alert-box.round {
5538
  -webkit-border-radius: 1000px;
5539
  border-radius: 1000px;
5540
}
5541
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5542
.alert-box.success {
5543
  background-color: #00a551;
5544
  border-color: #007238;
5545
  color: white;
5546
}
5547
/* line 103, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5548
.alert-box.alert {
5549
  background-color: #30c79e;
5550
  border-color: #269e7d;
5551
  color: white;
5552
}
5553
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_alert-boxes.scss */
5554
.alert-box.secondary {
5555
  background-color: #30c79e;
5556
  border-color: #269e7d;
5557
  color: white;
5558
}
5559

    
5560
/* Breadcrumbs */
5561
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5562
.breadcrumbs {
5563
  display: block;
5564
  padding: 0 0.875em 0.5625em;
5565
  overflow: hidden;
5566
  margin-left: 0;
5567
  list-style: none;
5568
  border-style: solid;
5569
  border-width: 1px;
5570
  background-color: transparent;
5571
  border-color: transparent;
5572
  -webkit-border-radius: 1px;
5573
  border-radius: 1px;
5574
}
5575
/* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5576
.breadcrumbs > * {
5577
  margin: 0;
5578
  float: left;
5579
  font-size: inherit;
5580
  text-transform: none;
5581
}
5582
/* line 60, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5583
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
5584
  text-decoration: none;
5585
}
5586
/* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5587
.breadcrumbs > * a,
5588
.breadcrumbs > * span {
5589
  text-transform: none;
5590
  color: #919194;
5591
}
5592
/* line 69, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5593
.breadcrumbs > *.current {
5594
  cursor: default;
5595
  color: #333333;
5596
}
5597
/* line 72, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5598
.breadcrumbs > *.current a {
5599
  cursor: default;
5600
  color: #333333;
5601
}
5602
/* line 78, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5603
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
5604
  text-decoration: none;
5605
}
5606
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5607
.breadcrumbs > *.unavailable {
5608
  color: #999999;
5609
}
5610
/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5611
.breadcrumbs > *.unavailable a {
5612
  color: #999999;
5613
}
5614
/* line 89, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5615
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
5616
.breadcrumbs > *.unavailable a:focus {
5617
  text-decoration: none;
5618
  color: #999999;
5619
  cursor: default;
5620
}
5621
/* line 96, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5622
.breadcrumbs > *:before {
5623
  content: ">";
5624
  color: #aaaaaa;
5625
  margin: 0 0.75em;
5626
  position: relative;
5627
  top: 1px;
5628
}
5629
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_breadcrumbs.scss */
5630
.breadcrumbs > *:first-child:before {
5631
  content: " ";
5632
  margin: 0;
5633
}
5634

    
5635
/* Custom Checkbox and Radio Inputs */
5636
/* line 62, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5637
form.custom .hidden-field {
5638
  margin-left: -99999px;
5639
  position: absolute;
5640
  visibility: hidden;
5641
}
5642
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5643
form.custom .custom {
5644
  display: inline-block;
5645
  width: 16px;
5646
  height: 16px;
5647
  position: relative;
5648
  top: -1px;
5649
  /* fix centering issue */
5650
  vertical-align: middle;
5651
  border: solid 1px #cccccc;
5652
  background: white;
5653
}
5654
/* line 78, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5655
form.custom .custom.checkbox {
5656
  -webkit-border-radius: 0px;
5657
  border-radius: 0px;
5658
  padding: -1px;
5659
}
5660
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5661
form.custom .custom.radio {
5662
  -webkit-border-radius: 1000px;
5663
  border-radius: 1000px;
5664
  padding: 3px;
5665
}
5666
/* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5667
form.custom .custom.checkbox:before {
5668
  content: "";
5669
  display: block;
5670
  font-size: 16px;
5671
  color: white;
5672
}
5673
/* line 96, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5674
form.custom .custom.radio.checked:before {
5675
  content: "";
5676
  display: block;
5677
  width: 8px;
5678
  height: 8px;
5679
  -webkit-border-radius: 1000px;
5680
  border-radius: 1000px;
5681
  background: #222222;
5682
  position: relative;
5683
}
5684
/* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_custom-forms.scss */
5685
form.custom .custom.checkbox.checked:before {
5686
  content: "\00d7";
5687
  color: #222222;
5688
  position: absolute;
5689
  top: -50%;
5690
  left: 50%;
5691
  margin-top: 4px;
5692
  margin-left: -5px;
5693
}
5694

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

    
5903
/* Keystroke Characters */
5904
/* line 52, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_keystrokes.scss */
5905
.keystroke,
5906
kbd {
5907
  background-color: #ededed;
5908
  border-color: #dbdbdb;
5909
  color: #222222;
5910
  border-style: solid;
5911
  border-width: 1px;
5912
  margin: 0;
5913
  font-family: "Consolas", "Menlo", "Courier", monospace;
5914
  font-size: 0.875em;
5915
  padding: 0.125em 0.25em 0;
5916
  -webkit-border-radius: 1px;
5917
  border-radius: 1px;
5918
}
5919

    
5920
/* Labels */
5921
/* line 71, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5922
.label {
5923
  font-weight: bold;
5924
  text-align: center;
5925
  text-decoration: none;
5926
  line-height: 1;
5927
  white-space: nowrap;
5928
  display: inline-block;
5929
  position: relative;
5930
  padding: 0.1875em 0.625em 0.25em;
5931
  font-size: 0.875em;
5932
  background-color: #919194;
5933
  color: white;
5934
}
5935
/* line 77, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5936
.label.radius {
5937
  -webkit-border-radius: 1px;
5938
  border-radius: 1px;
5939
}
5940
/* line 78, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5941
.label.round {
5942
  -webkit-border-radius: 1000px;
5943
  border-radius: 1000px;
5944
}
5945
/* line 80, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5946
.label.alert {
5947
  background-color: #30c79e;
5948
  color: white;
5949
}
5950
/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5951
.label.success {
5952
  background-color: #00a551;
5953
  color: white;
5954
}
5955
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_labels.scss */
5956
.label.secondary {
5957
  background-color: #30c79e;
5958
  color: white;
5959
}
5960

    
5961
/* Inline Lists */
5962
/* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
5963
.inline-list {
5964
  margin: 0 auto 1.0625em auto;
5965
  margin-left: -1.375em;
5966
  margin-right: 0;
5967
  padding: 0;
5968
  list-style: none;
5969
  overflow: hidden;
5970
}
5971
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
5972
.inline-list > li {
5973
  list-style: none;
5974
  float: left;
5975
  margin-left: 1.375em;
5976
  display: block;
5977
}
5978
/* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
5979
.inline-list > li > * {
5980
  display: block;
5981
}
5982

    
5983
/* Default Pagination */
5984
/* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5985
ul.pagination {
5986
  display: block;
5987
  height: 1.5em;
5988
  margin-left: -0.3125em;
5989
}
5990
/* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5991
ul.pagination li {
5992
  height: 1.5em;
5993
  color: #222222;
5994
  font-size: 0.875em;
5995
  margin-left: 0.3125em;
5996
}
5997
/* line 93, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
5998
ul.pagination li a {
5999
  display: block;
6000
  padding: 0.0625em 0.4375em 0.0625em;
6001
  color: #999999;
6002
}
6003
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6004
ul.pagination li:hover a,
6005
ul.pagination li a:focus {
6006
  background: #e6e6e6;
6007
}
6008
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6009
ul.pagination li.unavailable a {
6010
  cursor: default;
6011
  color: #999999;
6012
}
6013
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6014
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
6015
  background: transparent;
6016
}
6017
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6018
ul.pagination li.current a {
6019
  background: #919194;
6020
  color: white;
6021
  font-weight: bold;
6022
  cursor: default;
6023
}
6024
/* line 64, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6025
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
6026
  background: #919194;
6027
}
6028
/* line 110, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6029
ul.pagination li {
6030
  float: left;
6031
  display: block;
6032
}
6033

    
6034
/* Pagination centred wrapper */
6035
/* line 133, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6036
.pagination-centered {
6037
  text-align: center;
6038
}
6039
/* line 110, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
6040
.pagination-centered ul.pagination li {
6041
  float: none;
6042
  display: inline-block;
6043
}
6044

    
6045
/* Panels */
6046
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6047
.panel {
6048
  border-style: solid;
6049
  border-width: 1px;
6050
  border-color: #d9d9d9;
6051
  margin-bottom: 1.25em;
6052
  padding: 1.25em;
6053
  background: #f2f2f2;
6054
}
6055
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6056
.panel > :first-child {
6057
  margin-top: 0;
6058
}
6059
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6060
.panel > :last-child {
6061
  margin-bottom: 0;
6062
}
6063
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6064
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
6065
  color: #333333;
6066
}
6067
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6068
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
6069
  line-height: 1;
6070
  margin-bottom: 0.625em;
6071
}
6072
/* line 56, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6073
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
6074
  line-height: 1.4;
6075
}
6076
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6077
.panel.callout {
6078
  border-style: solid;
6079
  border-width: 1px;
6080
  border-color: #77777b;
6081
  margin-bottom: 1.25em;
6082
  padding: 1.25em;
6083
  background: #919194;
6084
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6085
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6086
}
6087
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6088
.panel.callout > :first-child {
6089
  margin-top: 0;
6090
}
6091
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6092
.panel.callout > :last-child {
6093
  margin-bottom: 0;
6094
}
6095
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6096
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
6097
  color: #333333;
6098
}
6099
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6100
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
6101
  line-height: 1;
6102
  margin-bottom: 0.625em;
6103
}
6104
/* line 56, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6105
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
6106
  line-height: 1.4;
6107
}
6108
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_panels.scss */
6109
.panel.radius {
6110
  -webkit-border-radius: 1px;
6111
  border-radius: 1px;
6112
}
6113

    
6114
/* Pricing Tables */
6115
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6116
.pricing-table {
6117
  border: solid 1px #dddddd;
6118
  margin-left: 0;
6119
  margin-bottom: 1.25em;
6120
}
6121
/* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6122
.pricing-table * {
6123
  list-style: none;
6124
  line-height: 1;
6125
}
6126
/* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6127
.pricing-table .title {
6128
  background-color: #dddddd;
6129
  padding: 0.9375em 1.25em;
6130
  text-align: center;
6131
  color: #333333;
6132
  font-weight: bold;
6133
  font-size: 1em;
6134
}
6135
/* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6136
.pricing-table .price {
6137
  background-color: #eeeeee;
6138
  padding: 0.9375em 1.25em;
6139
  text-align: center;
6140
  color: #333333;
6141
  font-weight: normal;
6142
  font-size: 1.25em;
6143
}
6144
/* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6145
.pricing-table .description {
6146
  background-color: white;
6147
  padding: 0.9375em;
6148
  text-align: center;
6149
  color: #777777;
6150
  font-size: 0.75em;
6151
  font-weight: normal;
6152
  line-height: 1.4;
6153
  border-bottom: dotted 1px #dddddd;
6154
}
6155
/* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6156
.pricing-table .bullet-item {
6157
  background-color: white;
6158
  padding: 0.9375em;
6159
  text-align: center;
6160
  color: #333333;
6161
  font-size: 0.875em;
6162
  font-weight: normal;
6163
  border-bottom: dotted 1px #dddddd;
6164
}
6165
/* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_pricing-tables.scss */
6166
.pricing-table .cta-button {
6167
  background-color: whitesmoke;
6168
  text-align: center;
6169
  padding: 1.25em 1.25em 0;
6170
}
6171

    
6172
/* Progress Bar */
6173
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6174
.progress {
6175
  background-color: transparent;
6176
  height: 0.9375em;
6177
  border: 1px solid #cccccc;
6178
  padding: 0.125em;
6179
  margin-bottom: 0.625em;
6180
}
6181
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6182
.progress .meter {
6183
  background: #919194;
6184
  height: 100%;
6185
  display: block;
6186
}
6187
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6188
.progress.secondary .meter {
6189
  background: #30c79e;
6190
  height: 100%;
6191
  display: block;
6192
}
6193
/* line 58, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6194
.progress.success .meter {
6195
  background: #00a551;
6196
  height: 100%;
6197
  display: block;
6198
}
6199
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6200
.progress.alert .meter {
6201
  background: #30c79e;
6202
  height: 100%;
6203
  display: block;
6204
}
6205
/* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6206
.progress.radius {
6207
  -webkit-border-radius: 1px;
6208
  border-radius: 1px;
6209
}
6210
/* line 62, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6211
.progress.radius .meter {
6212
  -webkit-border-radius: 0px;
6213
  border-radius: 0px;
6214
}
6215
/* line 65, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6216
.progress.round {
6217
  -webkit-border-radius: 1000px;
6218
  border-radius: 1000px;
6219
}
6220
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_progress-bars.scss */
6221
.progress.round .meter {
6222
  -webkit-border-radius: 999px;
6223
  border-radius: 999px;
6224
}
6225

    
6226
/* Side Nav */
6227
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6228
.side-nav {
6229
  display: block;
6230
  margin: 0;
6231
  padding: 0.875em 0;
6232
  list-style-type: none;
6233
  list-style-position: inside;
6234
}
6235
/* line 39, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6236
.side-nav li {
6237
  margin: 0 0 0.4375em 0;
6238
  font-size: 0.875em;
6239
}
6240
/* line 43, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6241
.side-nav li a {
6242
  display: block;
6243
  color: #919194;
6244
}
6245
/* line 48, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6246
.side-nav li.active > a:first-child, .side-nav .items-list li .container:hover li.check > a:first-child, .items-list li .container:hover .side-nav li.check > a:first-child {
6247
  color: #4d4d4d;
6248
  font-weight: bold;
6249
}
6250
/* line 53, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_side-nav.scss */
6251
.side-nav li.divider {
6252
  border-top: 1px solid;
6253
  height: 0;
6254
  padding: 0;
6255
  list-style: none;
6256
  border-top-color: #e6e6e6;
6257
}
6258

    
6259
/* Side Nav */
6260
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
6261
.sub-nav {
6262
  display: block;
6263
  width: auto;
6264
  overflow: hidden;
6265
  margin: -0.25em 0 1.125em;
6266
  padding-top: 0.25em;
6267
  margin-right: 0;
6268
  margin-left: -0.5625em;
6269
}
6270
/* line 38, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
6271
.sub-nav dt,
6272
.sub-nav dd {
6273
  float: left;
6274
  display: inline;
6275
  margin-left: 0.5625em;
6276
  margin-bottom: 0.625em;
6277
  font-weight: normal;
6278
  font-size: 0.875em;
6279
}
6280
/* line 46, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
6281
.sub-nav dt a,
6282
.sub-nav dd a {
6283
  color: #999999;
6284
  text-decoration: none;
6285
}
6286
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_sub-nav.scss */
6287
.sub-nav dt.active a, .sub-nav .items-list li .container:hover dt.check a, .items-list li .container:hover .sub-nav dt.check a,
6288
.sub-nav dd.active a,
6289
.sub-nav .items-list li .container:hover dd.check a,
6290
.items-list li .container:hover .sub-nav dd.check a {
6291
  -webkit-border-radius: 1000px;
6292
  border-radius: 1000px;
6293
  font-weight: bold;
6294
  background: #919194;
6295
  padding: 0.1875em 0.5625em;
6296
  cursor: default;
6297
  color: white;
6298
}
6299

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

    
6527
  @-webkit-keyframes webkitSiblingBugfix {
6528
    /* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
6529
    from {
6530
      position: relative;
6531
    }
6532

    
6533
    /* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_switch.scss */
6534
    to {
6535
      position: relative;
6536
    }
6537
}
6538
}
6539
/* line 11, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
6540
[data-magellan-expedition] {
6541
  background: white;
6542
  z-index: 50;
6543
  min-width: 100%;
6544
  padding: 10px;
6545
}
6546
/* line 17, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
6547
[data-magellan-expedition] .sub-nav {
6548
  margin-bottom: 0;
6549
}
6550
/* line 19, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_magellan.scss */
6551
[data-magellan-expedition] .sub-nav dd {
6552
  margin-bottom: 0;
6553
}
6554

    
6555
/* Tables */
6556
/* line 80, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6557
table {
6558
  background: white;
6559
  margin-bottom: 1.25em;
6560
  border: solid 1px #dddddd;
6561
}
6562
/* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6563
table thead,
6564
table tfoot {
6565
  background: whitesmoke;
6566
  font-weight: bold;
6567
}
6568
/* line 48, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6569
table thead tr th,
6570
table thead tr td,
6571
table tfoot tr th,
6572
table tfoot tr td {
6573
  padding: 0.5em 0.625em 0.625em;
6574
  font-size: 0.875em;
6575
  color: #222222;
6576
  text-align: left;
6577
}
6578
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6579
table tr th,
6580
table tr td {
6581
  padding: 0.5625em 0.625em;
6582
  font-size: 0.875em;
6583
  color: #222222;
6584
}
6585
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6586
table tr.even, table tr.alt, table tr:nth-of-type(even) {
6587
  background: #f9f9f9;
6588
}
6589
/* line 74, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tables.scss */
6590
table thead tr th,
6591
table tfoot tr th,
6592
table tbody tr td,
6593
table tr td,
6594
table tfoot tr td {
6595
  display: table-cell;
6596
  line-height: 1.125em;
6597
}
6598

    
6599
/* Image Thumbnails */
6600
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
6601
.th {
6602
  line-height: 0;
6603
  display: inline-block;
6604
  border: solid 4px white;
6605
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6606
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6607
  -webkit-transition: all 200ms ease-out;
6608
  -moz-transition: all 200ms ease-out;
6609
  transition: all 200ms ease-out;
6610
}
6611
/* line 32, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
6612
.th:hover, .th:focus {
6613
  -webkit-box-shadow: 0 0 6px 1px rgba(145, 145, 148, 0.5);
6614
  box-shadow: 0 0 6px 1px rgba(145, 145, 148, 0.5);
6615
}
6616
/* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
6617
.th.radius {
6618
  -webkit-border-radius: 1px;
6619
  border-radius: 1px;
6620
}
6621

    
6622
/* line 51, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_thumbs.scss */
6623
a.th {
6624
  display: inline-block;
6625
}
6626

    
6627
/* Tooltips */
6628
/* line 29, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6629
.has-tip {
6630
  border-bottom: 0 none;
6631
  cursor: inherit;
6632
  font-weight: bold;
6633
  color: #333333;
6634
}
6635
/* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6636
.has-tip:hover, .has-tip:focus {
6637
  border-bottom: none;
6638
  color: #919194;
6639
}
6640
/* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6641
.has-tip.tip-left, .has-tip.tip-right {
6642
  float: none !important;
6643
}
6644

    
6645
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6646
.tooltip {
6647
  display: none;
6648
  position: absolute;
6649
  z-index: 999;
6650
  font-weight: normal;
6651
  font-size: 0.9375em;
6652
  line-height: 1.3;
6653
  padding: 0.25em 0.625em;
6654
  max-width: 85%;
6655
  left: 50%;
6656
  width: 100%;
6657
  color: white;
6658
  background: #1a1a1a;
6659
  -webkit-border-radius: 1px;
6660
  border-radius: 1px;
6661
}
6662
/* line 60, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6663
.tooltip > .nub {
6664
  display: block;
6665
  left: 5px;
6666
  position: absolute;
6667
  width: 0;
6668
  height: 0;
6669
  border: solid 5px;
6670
  border-color: transparent transparent #1a1a1a transparent;
6671
  top: -10px;
6672
}
6673
/* line 71, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6674
.tooltip.opened {
6675
  color: #919194 !important;
6676
  border-bottom: none !important;
6677
}
6678

    
6679
/* line 77, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6680
.tap-to-close {
6681
  display: block;
6682
  font-size: 0.625em;
6683
  color: #888888;
6684
  font-weight: normal;
6685
}
6686

    
6687
@media only screen and (min-width: 768px) {
6688
  /* line 86, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6689
  .tooltip > .nub {
6690
    border-color: transparent transparent #1a1a1a transparent;
6691
    top: -10px;
6692
  }
6693
  /* line 90, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6694
  .tooltip.tip-top > .nub {
6695
    border-color: #1a1a1a transparent transparent transparent;
6696
    top: auto;
6697
    bottom: -10px;
6698
  }
6699
  /* line 97, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6700
  .tooltip.tip-left, .tooltip.tip-right {
6701
    float: none !important;
6702
  }
6703
  /* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6704
  .tooltip.tip-left > .nub {
6705
    border-color: transparent transparent transparent #1a1a1a;
6706
    right: -10px;
6707
    left: auto;
6708
    top: 50%;
6709
    margin-top: -5px;
6710
  }
6711
  /* line 106, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_tooltips.scss */
6712
  .tooltip.tip-right > .nub {
6713
    border-color: transparent #1a1a1a transparent transparent;
6714
    right: auto;
6715
    left: -10px;
6716
    top: 50%;
6717
    margin-top: -5px;
6718
  }
6719
}
6720
@media only screen and (max-width: 767px) {
6721
  /* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6722
  .f-dropdown {
6723
    max-width: 100%;
6724
    left: 0;
6725
  }
6726
}
6727
/* Foundation Dropdowns */
6728
/* line 135, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6729
.f-dropdown {
6730
  position: absolute;
6731
  top: -9999px;
6732
  list-style: none;
6733
  margin-left: 0;
6734
  width: 100%;
6735
  max-height: none;
6736
  height: auto;
6737
  background: white;
6738
  border: solid 1px #cccccc;
6739
  font-size: 16;
6740
  z-index: 99;
6741
  margin-top: 2px;
6742
  max-width: 200px;
6743
}
6744
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6745
.f-dropdown > *:first-child {
6746
  margin-top: 0;
6747
}
6748
/* line 51, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6749
.f-dropdown > *:last-child {
6750
  margin-bottom: 0;
6751
}
6752
/* line 76, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6753
.f-dropdown:before {
6754
  content: "";
6755
  display: block;
6756
  width: 0;
6757
  height: 0;
6758
  border: inset 6px;
6759
  border-color: transparent transparent white transparent;
6760
  border-bottom-style: solid;
6761
  position: absolute;
6762
  top: -12px;
6763
  left: 10px;
6764
  z-index: 99;
6765
}
6766
/* line 83, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6767
.f-dropdown:after {
6768
  content: "";
6769
  display: block;
6770
  width: 0;
6771
  height: 0;
6772
  border: inset 7px;
6773
  border-color: transparent transparent #cccccc transparent;
6774
  border-bottom-style: solid;
6775
  position: absolute;
6776
  top: -14px;
6777
  left: 9px;
6778
  z-index: 98;
6779
}
6780
/* line 91, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6781
.f-dropdown.right:before {
6782
  left: auto;
6783
  right: 10px;
6784
}
6785
/* line 95, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6786
.f-dropdown.right:after {
6787
  left: auto;
6788
  right: 9px;
6789
}
6790
/* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6791
.f-dropdown li {
6792
  font-size: 0.875em;
6793
  cursor: pointer;
6794
  line-height: 1.125em;
6795
  margin: 0;
6796
}
6797
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6798
.f-dropdown li:hover, .f-dropdown li:focus {
6799
  background: #eeeeee;
6800
}
6801
/* line 117, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6802
.f-dropdown li a {
6803
  display: block;
6804
  padding: 0.3125em 0.625em;
6805
  color: #555555;
6806
}
6807
/* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6808
.f-dropdown.content {
6809
  position: absolute;
6810
  top: -9999px;
6811
  list-style: none;
6812
  margin-left: 0;
6813
  padding: 1.25em;
6814
  width: 100%;
6815
  height: auto;
6816
  max-height: none;
6817
  background: white;
6818
  border: solid 1px #cccccc;
6819
  font-size: 16;
6820
  z-index: 99;
6821
  max-width: 200px;
6822
}
6823
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6824
.f-dropdown.content > *:first-child {
6825
  margin-top: 0;
6826
}
6827
/* line 51, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6828
.f-dropdown.content > *:last-child {
6829
  margin-bottom: 0;
6830
}
6831
/* line 145, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6832
.f-dropdown.tiny {
6833
  max-width: 200px;
6834
}
6835
/* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6836
.f-dropdown.small {
6837
  max-width: 300px;
6838
}
6839
/* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6840
.f-dropdown.medium {
6841
  max-width: 500px;
6842
}
6843
/* line 148, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
6844
.f-dropdown.large {
6845
  max-width: 800px;
6846
}
6847

    
6848
/* Table of Contents
6849

6850
  - Clearfix
6851
  - Mixins
6852
  - Buttons and Links
6853
  - Layout 
6854
  - Header
6855
  - Actions Bar
6856
  - Icon Navigation
6857
  - Top Info
6858
  - Progress Bar
6859
  - Responsive
6860

6861
 */
6862
/* Clearfix -------------------------------------------- */
6863
/* line 18, ../sass/_common.scss */
6864
.clearfix, .storage .files li, .wizard .middle .step .os li, .wizard .middle .step .os li .details dl, .wizard .middle .step .flavor li .title, .wizard .middle .step .flavor li .options-bar {
6865
  zoom: 1;
6866
}
6867
/* line 20, ../sass/_common.scss */
6868
.clearfix:before, .storage .files li:before, .wizard .middle .step .os li:before, .wizard .middle .step .os li .details dl:before, .wizard .middle .step .flavor li .title:before, .wizard .middle .step .flavor li .options-bar:before, .clearfix:after, .storage .files li:after, .wizard .middle .step .os li:after, .wizard .middle .step .os li .details dl:after, .wizard .middle .step .flavor li .title:after, .wizard .middle .step .flavor li .options-bar:after {
6869
  content: "\0020";
6870
  display: block;
6871
  height: 0;
6872
  overflow: hidden;
6873
}
6874
/* line 26, ../sass/_common.scss */
6875
.clearfix:after, .storage .files li:after, .wizard .middle .step .os li:after, .wizard .middle .step .os li .details dl:after, .wizard .middle .step .flavor li .title:after, .wizard .middle .step .flavor li .options-bar:after {
6876
  clear: both;
6877
}
6878

    
6879
/* Mixins ----------------------------------------------- */
6880
/* Circle and Tags ----------------------------------------------- */
6881
/* line 82, ../sass/_common.scss */
6882
.circle, .tags a, .tag-demo, .advanced-conf-step #color {
6883
  display: inline-block;
6884
  -webkit-border-radius: 999px;
6885
  -moz-border-radius: 999px;
6886
  border-radius: 999px;
6887
  behavior: url(PIE.htc);
6888
}
6889

    
6890
/* line 90, ../sass/_common.scss */
6891
.tags {
6892
  text-align: center;
6893
}
6894
/* line 92, ../sass/_common.scss */
6895
.tags a {
6896
  width: 12px;
6897
  height: 12px;
6898
  margin: 0 3px;
6899
}
6900
/* line 97, ../sass/_common.scss */
6901
.tags a.tag1 {
6902
  background-color: #30c79e;
6903
}
6904
/* line 98, ../sass/_common.scss */
6905
.tags a.tag2 {
6906
  background-color: #30c79e;
6907
}
6908
/* line 99, ../sass/_common.scss */
6909
.tags a.tag3 {
6910
  background-color: #00a551;
6911
}
6912

    
6913
/* line 103, ../sass/_common.scss */
6914
.tag-demo, .advanced-conf-step #color {
6915
  width: 18px;
6916
  height: 18px;
6917
  position: relative;
6918
  bottom: -5px;
6919
  margin-right: 20px;
6920
}
6921
/* line 110, ../sass/_common.scss */
6922
.tag-demo.tag4, .advanced-conf-step .tag4#color {
6923
  background-color: #ff5e4d;
6924
}
6925
/* line 111, ../sass/_common.scss */
6926
.tag-demo.tag5, .advanced-conf-step .tag5#color {
6927
  background-color: #25bfda;
6928
}
6929
/* line 112, ../sass/_common.scss */
6930
.tag-demo.tag6, .advanced-conf-step .tag6#color {
6931
  background-color: #fbf7c5;
6932
}
6933
/* line 113, ../sass/_common.scss */
6934
.tag-demo.tag7, .advanced-conf-step .tag7#color {
6935
  background-color: #83a697;
6936
}
6937

    
6938
/* Buttons and Links ----------------------------------------------- */
6939
/* line 121, ../sass/_common.scss */
6940
a {
6941
  color: #919194;
6942
}
6943
/* line 123, ../sass/_common.scss */
6944
a:hover {
6945
  color: #30c79e;
6946
  -webkit-transition: background 300ms ease-out;
6947
  -moz-transition: background 300ms ease-out;
6948
  -ms-transition: background 300ms ease-out;
6949
  -o-transition: background 300ms ease-out;
6950
  transition: background 300ms ease-out;
6951
}
6952

    
6953
/* line 131, ../sass/_common.scss */
6954
.more a .snf-checkbox-checked, .more a .snf-checkbox-unchecked {
6955
  color: #ff948c;
6956
}
6957

    
6958
/* line 135, ../sass/_common.scss */
6959
.btn1, .btn2, .btn3, .upload-widget .btns a, .btn4, .btn-img, .new-btn a, .details .top .actions ul li a {
6960
  border: 1px solid #919194;
6961
  color: #919194;
6962
  display: inline-block;
6963
  padding: 10px 20px;
6964
  line-height: 1em;
6965
  text-align: center;
6966
}
6967
/* line 144, ../sass/_common.scss */
6968
.btn1:hover, .btn2:hover, .btn3:hover, .upload-widget .btns a:hover, .btn4:hover, .btn-img:hover, .new-btn a:hover, .details .top .actions ul li a:hover, .btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current, .btn1:focus, .btn2:focus, .btn3:focus, .upload-widget .btns a:focus, .btn4:focus, .btn-img:focus, .new-btn a:focus, .details .top .actions ul li a:focus {
6969
  border-color: #30c79e;
6970
  background: #30c79e;
6971
  color: #fff;
6972
}
6973
/* line 149, ../sass/_common.scss */
6974
.btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current {
6975
  cursor: default;
6976
}
6977

    
6978
/* line 154, ../sass/_common.scss */
6979
.btn2 {
6980
  color: #30c79e;
6981
  background: #fff;
6982
  border-color: #30c79e;
6983
}
6984
/* line 161, ../sass/_common.scss */
6985
.btn2:hover, .btn2.current, .btn2:focus {
6986
  background: transparent;
6987
  border-color: #fff;
6988
}
6989

    
6990
/* line 167, ../sass/_common.scss */
6991
.btn3, .upload-widget .btns a {
6992
  color: #fff;
6993
  border-color: #fff;
6994
}
6995
/* line 173, ../sass/_common.scss */
6996
.btn3:hover, .upload-widget .btns a:hover, .btn3.current, .upload-widget .btns a.current, .btn3:focus, .upload-widget .btns a:focus {
6997
  color: #30c79e;
6998
  background: #fff;
6999
  border-color: #fff;
7000
}
7001

    
7002
/* line 180, ../sass/_common.scss */
7003
.btn4 {
7004
  color: #fff;
7005
  border-color: #fff;
7006
  background: #30c79e;
7007
}
7008
/* line 187, ../sass/_common.scss */
7009
.btn4:hover, .btn4.current, .btn4:focus {
7010
  color: #30c79e;
7011
  border-color: #30c79e;
7012
  background: #fff;
7013
}
7014

    
7015
/* line 194, ../sass/_common.scss */
7016
.btn5, .wizard .middle .step .os li .btn-col a, .wizard .middle .step .flavor li .options-bar .options li a {
7017
  border: 1px solid white;
7018
  color: white;
7019
  display: inline-block;
7020
  padding: 0 20px;
7021
  line-height: 28px;
7022
  height: 30px;
7023
  text-align: center;
7024
  font-size: 0.75em;
7025
}
7026
/* line 204, ../sass/_common.scss */
7027
.btn5:hover, .wizard .middle .step .os li .btn-col a:hover, .wizard .middle .step .flavor li .options-bar .options li a:hover, .btn5:focus, .wizard .middle .step .os li .btn-col a:focus, .wizard .middle .step .flavor li .options-bar .options li a:focus {
7028
  border-width: 2px;
7029
  line-height: 26px;
7030
  padding: 0 19px;
7031
  color: white;
7032
}
7033
/* line 210, ../sass/_common.scss */
7034
.btn5.current, .wizard .middle .step .os li .btn-col a.current, .wizard .middle .step .flavor li .options-bar .options li a.current {
7035
  background: white;
7036
  color: #30c79e;
7037
}
7038

    
7039
/* line 216, ../sass/_common.scss */
7040
.btn-img {
7041
  border-color: #30c79e;
7042
}
7043
/* line 220, ../sass/_common.scss */
7044
.btn-img:hover, .btn-img:focus {
7045
  background: transparent;
7046
}
7047
/* line 224, ../sass/_common.scss */
7048
.btn-img a img, .btn-img a span {
7049
  margin-left: 5px;
7050
}
7051

    
7052
/* Layout ----------------------------------------------- */
7053
/* line 232, ../sass/_common.scss */
7054
html, body {
7055
  height: 100%;
7056
}
7057

    
7058
/* line 236, ../sass/_common.scss */
7059
body {
7060
  padding-top: 96px;
7061
}
7062

    
7063
/* line 240, ../sass/_common.scss */
7064
.overlay-wrapper {
7065
  min-height: 100%;
7066
}
7067

    
7068
/* line 244, ../sass/_common.scss */
7069
.lt-sidebar {
7070
  width: 250px;
7071
  float: left;
7072
}
7073
/* line 247, ../sass/_common.scss */
7074
.lt-sidebar.nav {
7075
  margin-top: 0;
7076
  font-size: 1em;
7077
  overflow: auto;
7078
}
7079
/* line 252, ../sass/_common.scss */
7080
.lt-sidebar + .main {
7081
  overflow: hidden;
7082
}
7083

    
7084
/* line 257, ../sass/_common.scss */
7085
.main {
7086
  padding: 0 40px;
7087
  overflow: hidden;
7088
}
7089

    
7090
/* line 263, ../sass/_common.scss */
7091
.row {
7092
  padding: 0 70px;
7093
}
7094

    
7095
/* Header ----------------------------------------------- */
7096
/* line 269, ../sass/_common.scss */
7097
.header {
7098
  position: fixed;
7099
  top: 0;
7100
  left: 0;
7101
  right: 0;
7102
  width: 100%;
7103
  height: 60px;
7104
  line-height: 60px;
7105
  padding: 0 15px;
7106
  background: white;
7107
  z-index: 100;
7108
}
7109
/* line 280, ../sass/_common.scss */
7110
.header .icons-nav {
7111
  position: absolute;
7112
  left: 10px;
7113
  height: 60px;
7114
  line-height: 60px;
7115
  top: 0;
7116
}
7117
/* line 286, ../sass/_common.scss */
7118
.header .icons-nav li {
7119
  line-height: 60px;
7120
}
7121
/* line 290, ../sass/_common.scss */
7122
.header .logo {
7123
  text-align: center;
7124
}
7125
/* line 292, ../sass/_common.scss */
7126
.header .logo a {
7127
  position: relative;
7128
  top: -5px;
7129
}
7130
/* line 295, ../sass/_common.scss */
7131
.header .logo a:focus {
7132
  border: 1px solid #30c79e;
7133
  padding: 10px;
7134
}
7135
/* line 300, ../sass/_common.scss */
7136
.header .logo img {
7137
  max-height: 30px;
7138
}
7139
/* line 303, ../sass/_common.scss */
7140
.header .logo h2 {
7141
  display: none;
7142
  margin: 0;
7143
  font-size: 1em;
7144
  color: #919194;
7145
  font-weight: normal;
7146
}
7147
/* line 311, ../sass/_common.scss */
7148
.header .login {
7149
  position: absolute;
7150
  top: 0;
7151
  right: 15px;
7152
  height: 60px;
7153
  line-height: 60px;
7154
  font-size: 1.625em;
7155
}
7156

    
7157
/* Actions Bar ----------------------------------------------- */
7158
/* line 324, ../sass/_common.scss */
7159
.actions-bar {
7160
  border-bottom: 1px solid #919194;
7161
  padding-bottom: 44px;
7162
  position: fixed;
7163
  left: 0;
7164
  top: 60px;
7165
  width: 100%;
7166
  z-index: 15;
7167
  text-align: center;
7168
  height: 36px;
7169
  line-height: 36px;
7170
  background: white;
7171
}
7172
/* line 327, ../sass/_common.scss */
7173
.actions-bar h2 {
7174
  position: absolute;
7175
  left: 15px;
7176
  top: 11px;
7177
  color: #919194;
7178
  font-size: 0.9em;
7179
  font-weight: normal;
7180
  line-height: 2em;
7181
}
7182
/* line 336, ../sass/_common.scss */
7183
.actions-bar .filter-menu {
7184
  position: absolute;
7185
  right: 29px;
7186
  font-size: 0.9em;
7187
  width: 120px;
7188
}
7189
/* line 341, ../sass/_common.scss */
7190
.actions-bar .filter-menu .filter {
7191
  padding: 0 9px 4px;
7192
  line-height: 34px;
7193
}
7194
/* line 345, ../sass/_common.scss */
7195
.actions-bar .filter-menu .options {
7196
  display: none;
7197
  position: absolute;
7198
  left: -33px;
7199
  top: 37px;
7200
  width: 120px;
7201
  list-style-type: none;
7202
  padding: 3px 15px;
7203
  text-align: left;
7204
  margin: 0;
7205
}
7206
/* line 357, ../sass/_common.scss */
7207
.actions-bar .filter-menu.current .filter {
7208
  border: 1px solid #ababad;
7209
  display: inline-block;
7210
  line-height: 32px;
7211
}
7212
/* line 362, ../sass/_common.scss */
7213
.actions-bar .filter-menu.current .options {
7214
  background-color: #ababad;
7215
  display: inline-block;
7216
}
7217
/* line 365, ../sass/_common.scss */
7218
.actions-bar .filter-menu.current .options a {
7219
  color: white;
7220
}
7221
/* line 383, ../sass/_common.scss */
7222
.actions-bar .row {
7223
  position: relative;
7224
  height: 36px;
7225
}
7226
/* line 388, ../sass/_common.scss */
7227
.actions-bar #sb-search {
7228
  height: 50px;
7229
  position: absolute;
7230
  right: 105px;
7231
  top: -10px;
7232
}
7233
/* line 393, ../sass/_common.scss */
7234
.actions-bar #sb-search .sb-icon-search {
7235
  background-color: white;
7236
  color: #919194;
7237
  top: -4px;
7238
  font-size: 0.8em;
7239
  width: 40px;
7240
}
7241
/* line 399, ../sass/_common.scss */
7242
.actions-bar #sb-search .sb-icon-search:hover {
7243
  color: #30c79e;
7244
}
7245
/* line 403, ../sass/_common.scss */
7246
.actions-bar #sb-search .sb-search-input {
7247
  background: transparent;
7248
  border: 0 none;
7249
  width: 300px;
7250
  margin-right: 51px;
7251
  margin: 0;
7252
  height: 52px;
7253
}
7254
/* line 410, ../sass/_common.scss */
7255
.actions-bar #sb-search .sb-search-input:focus {
7256
  outline: 0 none;
7257
  border: 0 none;
7258
  -moz-box-shadow: none;
7259
  -webkit-box-shadow: none;
7260
  box-shadow: none;
7261
}
7262
/* line 74, ../sass/_common.scss */
7263
.actions-bar #sb-search .sb-search-input.placeholder {
7264
  color: #30c79e;
7265
}
7266
/* line 75, ../sass/_common.scss */
7267
.actions-bar #sb-search .sb-search-input:-moz-placeholder {
7268
  color: #30c79e;
7269
}
7270
/* line 76, ../sass/_common.scss */
7271
.actions-bar #sb-search .sb-search-input::-moz-placeholder {
7272
  color: #30c79e;
7273
}
7274
/* line 77, ../sass/_common.scss */
7275
.actions-bar #sb-search .sb-search-input::-webkit-input-placeholder {
7276
  color: #30c79e;
7277
}
7278
/* line 419, ../sass/_common.scss */
7279
.actions-bar #sb-search .sb-search-submit {
7280
  width: 40px;
7281
}
7282
/* line 424, ../sass/_common.scss */
7283
.actions-bar #search-utility {
7284
  position: absolute;
7285
  display: inline-block;
7286
  width: 220px;
7287
  height: 2em;
7288
  right: 118px;
7289
  background-color: #ebebec;
7290
  padding-bottom: 35px;
7291
}
7292
/* line 432, ../sass/_common.scss */
7293
.actions-bar #search-utility .snf-search {
7294
  position: relative;
7295
  right: -10px;
7296
  color: #919194;
7297
}
7298
/* line 437, ../sass/_common.scss */
7299
.actions-bar #search-utility form {
7300
  display: inline-block;
7301
  width: 200px;
7302
}
7303
/* line 440, ../sass/_common.scss */
7304
.actions-bar #search-utility form input {
7305
  display: inline-block;
7306
  border: transparent;
7307
  background-color: transparent;
7308
  color: #919194;
7309
  height: 1.8em;
7310
  padding-top: 0.3em;
7311
  padding-bottom: 0.3em;
7312
  width: 184px;
7313
  font-size: 0.9em;
7314
  box-shadow: none;
7315
  margin-bottom: 0;
7316
}
7317
/* line 457, ../sass/_common.scss */
7318
.actions-bar .view-type {
7319
  display: inline-block;
7320
  position: absolute;
7321
  right: 15px;
7322
  top: 0px;
7323
}
7324
/* line 462, ../sass/_common.scss */
7325
.actions-bar .view-type .current {
7326
  color: #30c79e;
7327
}
7328
/* line 465, ../sass/_common.scss */
7329
.actions-bar .view-type .snf-list {
7330
  margin-right: 6px;
7331
  font-size: 1em;
7332
  vertical-align: bottom;
7333
}
7334
/* line 471, ../sass/_common.scss */
7335
.actions-bar .view-type .snf-layout {
7336
  font-size: 1.1em;
7337
  vertical-align: bottom;
7338
}
7339

    
7340
/* line 479, ../sass/_common.scss */
7341
.new-btn {
7342
  position: absolute;
7343
  left: 15px;
7344
  bottom: 0;
7345
  height: 36px;
7346
}
7347
/* line 486, ../sass/_common.scss */
7348
.new-btn a span {
7349
  font-size: 1.25em;
7350
}
7351

    
7352
/* Icons Navigation ----------------------------------------------- */
7353
/* line 494, ../sass/_common.scss */
7354
.icons-nav {
7355
  margin: 0;
7356
  padding: 0;
7357
}
7358
/* line 496, ../sass/_common.scss */
7359
.icons-nav li {
7360
  display: inline-block;
7361
  margin: 0 5px;
7362
  font-size: 1.625em;
7363
  line-height: 1em;
7364
  padding-bottom: 5px;
7365
  width: 30px;
7366
  text-align: center;
7367
  overflow: hidden;
7368
}
7369
/* line 505, ../sass/_common.scss */
7370
.icons-nav li a {
7371
  color: #1a1a1a;
7372
}
7373
/* line 507, ../sass/_common.scss */
7374
.icons-nav li a:hover, .icons-nav li a.current {
7375
  color: #30c79e;
7376
}
7377

    
7378
/* Top info  ----------------------------------------------- */
7379
/* line 520, ../sass/_common.scss */
7380
.top-info {
7381
  padding: 50px 100px;
7382
  position: relative;
7383
  z-index: 10;
7384
  display: none;
7385
}
7386
/* line 525, ../sass/_common.scss */
7387
.top-info .close {
7388
  position: absolute;
7389
  right: 15px;
7390
  top: 50px;
7391
  background: url("../images/info-close.png") no-repeat center center;
7392
  width: 31px;
7393
  height: 30px;
7394
  display: inline-block;
7395
  text-indent: -2000px;
7396
  overflow: hidden;
7397
}
7398

    
7399
/* line 534, ../sass/_common.scss */
7400
.info.error {
7401
  background: #ff5c58;
7402
  color: #fff;
7403
}
7404

    
7405
/* line 540, ../sass/_common.scss */
7406
.info.alert {
7407
  background: #30c79e;
7408
  color: #fff;
7409
}
7410

    
7411
/* line 545, ../sass/_common.scss */
7412
.info.warning {
7413
  background: #919194;
7414
  color: #fff;
7415
}
7416

    
7417
/* line 550, ../sass/_common.scss */
7418
.info.success {
7419
  background: #00a551;
7420
  color: #fff;
7421
}
7422

    
7423
/* line 555, ../sass/_common.scss */
7424
.border-bottom-style1 {
7425
  padding-bottom: 20px;
7426
  margin-bottom: 20px;
7427
  border-bottom: 1px dashed #919194;
7428
}
7429

    
7430
/* Progress Bar ----------------------------------------------- */
7431
/* line 564, ../sass/_common.scss */
7432
.progress-bar {
7433
  position: fixed;
7434
  bottom: 0;
7435
  left: 0;
7436
  border-top: 1px solid #30c79e;
7437
  width: 100%;
7438
  background: #fff;
7439
  padding: 20px 0 20px 310px;
7440
  color: #919194;
7441
}
7442
/* line 573, ../sass/_common.scss */
7443
.progress-bar span.counter {
7444
  display: inline-block;
7445
  margin-right: 20px;
7446
  float: left;
7447
}
7448
/* line 578, ../sass/_common.scss */
7449
.progress-bar div.progress-wrap {
7450
  display: inline-block;
7451
  float: left;
7452
  width: 40%;
7453
  margin-right: 60px;
7454
}
7455
/* line 583, ../sass/_common.scss */
7456
.progress-bar div.progress-wrap .progress {
7457
  position: relative;
7458
  top: 2px;
7459
}
7460
/* line 588, ../sass/_common.scss */
7461
.progress-bar span.more {
7462
  display: inline-block;
7463
}
7464

    
7465
/* Responive ------------------------------------------------ */
7466
@media only screen and (max-width: 768px) {
7467
  /* line 599, ../sass/_common.scss */
7468
  body {
7469
    padding-top: 0;
7470
  }
7471

    
7472
  /* line 602, ../sass/_common.scss */
7473
  .header, .actions-bar {
7474
    position: static;
7475
    z-index: auto;
7476
  }
7477

    
7478
  /* line 606, ../sass/_common.scss */
7479
  .actions-bar {
7480
    top: 120px;
7481
  }
7482

    
7483
  /* line 609, ../sass/_common.scss */
7484
  .header {
7485
    height: 120px;
7486
    line-height: 50px;
7487
  }
7488
  /* line 612, ../sass/_common.scss */
7489
  .header .icons-nav {
7490
    position: static;
7491
  }
7492
}
7493
/* List view for VMs, networks  */
7494
/* line 3, ../sass/_items-list.scss */
7495
.entities {
7496
  padding-top: 25px;
7497
}
7498

    
7499
/* line 9, ../sass/_items-list.scss */
7500
.items-list li {
7501
  text-align: center;
7502
  padding: 20px;
7503
  list-style: none;
7504
}
7505
/* line 14, ../sass/_items-list.scss */
7506
.items-list li .add-new a {
7507
  margin: 0 20px;
7508
  display: block;
7509
  font-weight: bold;
7510
  height: 190px;
7511
  padding: 65px 30px 15px;
7512
  border: 1px dashed #919194;
7513
}
7514
/* line 21, ../sass/_items-list.scss */
7515
.items-list li .add-new a:hover {
7516
  border-color: #30c79e;
7517
}
7518
/* line 26, ../sass/_items-list.scss */
7519
.items-list li .img-wrap {
7520
  height: 78px;
7521
}
7522
/* line 29, ../sass/_items-list.scss */
7523
.items-list li .img {
7524
  margin-bottom: 20px;
7525
  position: relative;
7526
  height: 58px;
7527
  display: inline-block;
7528
}
7529
/* line 35, ../sass/_items-list.scss */
7530
.items-list li .container {
7531
  border: 1px solid transparent;
7532
  margin: 0 20px;
7533
  padding: 25px 0;
7534
  position: relative;
7535
}
7536
/* line 36, ../sass/_items-list.scss */
7537
.items-list li .container.set-bg {
7538
  background: #f3f3f4;
7539
}
7540
/* line 37, ../sass/_items-list.scss */
7541
.items-list li .container.set-border, .items-list li .container:hover {
7542
  border-color: #30c79e;
7543
}
7544
/* line 49, ../sass/_items-list.scss */
7545
.items-list li .check {
7546
  position: absolute;
7547
  right: 10px;
7548
  top: 5px;
7549
  color: #ebebec;
7550
  font-weight: bold;
7551
  font-size: 1.6875em;
7552
  cursor: pointer;
7553
  z-index: 10;
7554
}
7555
/* line 59, ../sass/_items-list.scss */
7556
.items-list li .check span {
7557
  position: relative;
7558
  z-index: 10;
7559
}
7560
/* line 60, ../sass/_items-list.scss */
7561
.items-list li .check.active, .items-list li .container:hover .check {
7562
  color: #30c79e;
7563
}
7564
/* line 64, ../sass/_items-list.scss */
7565
.items-list li .visible-info {
7566
  margin: 0 25px;
7567
  position: relative;
7568
  color: #919194;
7569
  overflow: hidden;
7570
}
7571
/* line 69, ../sass/_items-list.scss */
7572
.items-list li .visible-info span {
7573
  display: block;
7574
  position: relative;
7575
}
7576
/* line 70, ../sass/_items-list.scss */
7577
.items-list li .visible-info span.title {
7578
  white-space: nowrap;
7579
}
7580
/* line 75, ../sass/_items-list.scss */
7581
.items-list li .visible-info span em {
7582
  font-style: normal;
7583
  position: relative;
7584
}
7585
/* line 83, ../sass/_items-list.scss */
7586
.items-list.list-view li {
7587
  width: 100%;
7588
}
7589

    
7590
@media only screen and (min-width: 68.75em) {
7591
  /* line 91, ../sass/_items-list.scss */
7592
  .entities .items-list {
7593
    display: block;
7594
    padding: 0;
7595
    margin: 0 -10px;
7596
    *zoom: 1;
7597
  }
7598
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7599
  .entities .items-list:before, .entities .items-list:after {
7600
    content: " ";
7601
    display: table;
7602
  }
7603
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
7604
  .entities .items-list:after {
7605
    clear: both;
7606
  }
7607
  /* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7608
  .entities .items-list > li {
7609
    display: inline;
7610
    height: auto;
7611
    float: left;
7612
    padding: 0 10px 20px;
7613
  }
7614
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7615
  .entities .items-list > li {
7616
    width: 25%;
7617
    padding: 0 10px 20px;
7618
  }
7619
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7620
  .entities .items-list > li:nth-of-type(n) {
7621
    clear: none;
7622
  }
7623
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.2-p320/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
7624
  .entities .items-list > li:nth-of-type(4n+1) {
7625
    clear: both;
7626
  }
7627
  /* line 94, ../sass/_items-list.scss */
7628
  .entities .items-list.list-view li {
7629
    width: 100%;
7630
  }
7631
}
7632
/* Detailed view for VMs, networks  */
7633
/* line 3, ../sass/_details.scss */
7634
.details {
7635
  position: relative;
7636
}
7637
/* line 5, ../sass/_details.scss */
7638
.details .top {
7639
  padding: 70px 15px;
7640
  text-align: center;
7641
}
7642
/* line 8, ../sass/_details.scss */
7643
.details .top .img {
7644
  margin-bottom: 20px;
7645
  position: relative;
7646
}
7647
/* line 13, ../sass/_details.scss */
7648
.details .top .actions ul {
7649
  padding: 1em 1em 0;
7650
  margin: 0;
7651
  text-align: center;
7652
}
7653
/* line 17, ../sass/_details.scss */
7654
.details .top .actions ul li {
7655
  list-style: none outside none;
7656
  display: inline-block;
7657
  margin: 0 30px;
7658
  min-width: 112px;
7659
}
7660
/* line 30, ../sass/_details.scss */
7661
.details .info {
7662
  position: relative;
7663
}
7664
/* line 32, ../sass/_details.scss */
7665
.details .info .section_header {
7666
  float: left;
7667
  width: 22%;
7668
  margin-right: 2%;
7669
  font-weight: bold;
7670
}
7671
/* line 38, ../sass/_details.scss */
7672
.details .info .right_side {
7673
  overflow: hidden;
7674
  width: 76%;
7675
}
7676
/* line 41, ../sass/_details.scss */
7677
.details .info .right_side .middle_side {
7678
  float: left;
7679
  min-width: 70%;
7680
}
7681
/* line 44, ../sass/_details.scss */
7682
.details .info .right_side .middle_side .action_links {
7683
  display: inline-block;
7684
}
7685
/* line 46, ../sass/_details.scss */
7686
.details .info .right_side .middle_side .action_links a {
7687
  margin-right: 5px;
7688
}
7689
/* line 50, ../sass/_details.scss */
7690
.details .info .right_side .middle_side p {
7691
  margin-bottom: 0;
7692
}
7693
/* line 53, ../sass/_details.scss */
7694
.details .info .right_side .middle_side .info_simple {
7695
  display: inline-block;
7696
  margin-right: 10px;
7697
  width: 40%;
7698
}
7699
/* line 59, ../sass/_details.scss */
7700
.details .info .right_side .btn-img {
7701
  float: right;
7702
  min-width: 180px;
7703
  text-align: center;
7704
}
7705
/* line 64, ../sass/_details.scss */
7706
.details .info .right_side .set {
7707
  margin-bottom: 1em;
7708
}
7709
/* line 70, ../sass/_details.scss */
7710
.details .info .btn-img {
7711
  float: right;
7712
}
7713
/* line 75, ../sass/_details.scss */
7714
.details .info dl {
7715
  margin: 0;
7716
}
7717
/* line 77, ../sass/_details.scss */
7718
.details .info dl dt {
7719
  display: inline-block;
7720
  width: 25%;
7721
}
7722
/* line 82, ../sass/_details.scss */
7723
.details .info dl dd {
7724
  width: 74%;
7725
  display: inline-block;
7726
}
7727
/* line 85, ../sass/_details.scss */
7728
.details .info dl dd .os {
7729
  height: 16px;
7730
  vertical-align: baseline;
7731
}
7732
/* line 92, ../sass/_details.scss */
7733
.details .close {
7734
  position: absolute;
7735
  right: 15px;
7736
  top: 58px;
7737
}
7738
/* line 96, ../sass/_details.scss */
7739
.details .close span {
7740
  font-size: 32px;
7741
}
7742
/* line 100, ../sass/_details.scss */
7743
.details .close:hover span {
7744
  color: #77777b;
7745
}
7746
/* line 105, ../sass/_details.scss */
7747
.details .graph_container {
7748
  padding-bottom: 2em;
7749
}
7750

    
7751
/* line 112, ../sass/_details.scss */
7752
.details dl .editable {
7753
  position: relative;
7754
}
7755
/* line 114, ../sass/_details.scss */
7756
.details dl .editable .input-txt {
7757
  display: inline-block;
7758
  margin-right: 6px;
7759
}
7760
/* line 118, ../sass/_details.scss */
7761
.details dl .editable .editbuttons {
7762
  display: inline-block;
7763
}
7764
/* line 121, ../sass/_details.scss */
7765
.details dl .editable input[type="text"] {
7766
  position: relative;
7767
  height: 25px;
7768
  width: 298px;
7769
  padding: 0 10px;
7770
  font-size: inherit;
7771
  margin: 0;
7772
  left: -11px;
7773
  top: -1px;
7774
}
7775

    
7776
/* Table of Contents
7777

7778
  - lt-sidebar general styles
7779
  - lt-sidebar list view
7780
  - custom scrollbar styles (jscrollpane)
7781

7782
*/
7783
/* lt-sidebar general styles ----------------------------------------------- */
7784
/* line 11, ../sass/_lt-sidebar.scss */
7785
.lt-sidebar {
7786
  overflow: scroll;
7787
  height: 300px;
7788
  font-size: 0.75em;
7789
  /* lt-sidebar list view ----------------------------------------------- */
7790
  /* custom scrollbar styles (jscrollpane) ----------------------------------------------- */
7791
}
7792
/* line 18, ../sass/_lt-sidebar.scss */
7793
.lt-sidebar .items-list {
7794
  padding: 0;
7795
}
7796
/* line 20, ../sass/_lt-sidebar.scss */
7797
.lt-sidebar .items-list li .img .snf-PC_fill {
7798
  font-size: 54px;
7799
}
7800
/* line 26, ../sass/_lt-sidebar.scss */
7801
.lt-sidebar .items-list li .img,
7802
.lt-sidebar .items-list li .os {
7803
  background-size: 80%;
7804
}
7805
/* line 29, ../sass/_lt-sidebar.scss */
7806
.lt-sidebar .items-list li .img .os {
7807
  top: 6px;
7808
}
7809
/* line 32, ../sass/_lt-sidebar.scss */
7810
.lt-sidebar li:hover {
7811
  background: #ebebec;
7812
}
7813
/* line 35, ../sass/_lt-sidebar.scss */
7814
.lt-sidebar li.current {
7815
  background: #dfdfdf;
7816
  cursor: pointer;
7817
}
7818
/* line 43, ../sass/_lt-sidebar.scss */
7819
.lt-sidebar .jspDrag {
7820
  background-color: #919194;
7821
}
7822
/* line 46, ../sass/_lt-sidebar.scss */
7823
.lt-sidebar .jspVerticalBar {
7824
  width: 10px;
7825
  right: 4px;
7826
}
7827
/* line 50, ../sass/_lt-sidebar.scss */
7828
.lt-sidebar .jspTrack {
7829
  background: #fff;
7830
  border: 1px solid #919194;
7831
  border-top: 1px solid #c5c5c6;
7832
}
7833

    
7834
/* Table of Contents
7835

7836
- editable
7837
- universal form styles
7838
- vm wizard styles
7839
*/
7840
/* editable (used for changing info asychronously) ------------------ */
7841
/* line 14, ../sass/_forms.scss */
7842
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
7843
  display: none;
7844
}
7845
/* line 16, ../sass/_forms.scss */
7846
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
7847
  font-size: 18px;
7848
}
7849
/* line 25, ../sass/_forms.scss */
7850
.editable input[type="text"] {
7851
  display: none;
7852
}
7853

    
7854
/* universal form styles ------------------ */
7855
/* line 33, ../sass/_forms.scss */
7856
.input {
7857
  display: inline-block;
7858
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
7859
  padding-left: 6px;
7860
}
7861
/* line 37, ../sass/_forms.scss */
7862
.input input[type="text"] {
7863
  width: 142px;
7864
  padding: 0 12px 0 6px;
7865
  border: 0 none;
7866
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
7867
  background-color: transparent;
7868
  outline: 0;
7869
  margin: 0;
7870
  color: white;
7871
  -moz-box-shadow: none;
7872
  -webkit-box-shadow: none;
7873
  box-shadow: none;
7874
}
7875
/* line 74, ../sass/_common.scss */
7876
.input input[type="text"].placeholder {
7877
  color: #1a1a1a;
7878
}
7879
/* line 75, ../sass/_common.scss */
7880
.input input[type="text"]:-moz-placeholder {
7881
  color: #1a1a1a;
7882
}
7883
/* line 76, ../sass/_common.scss */
7884
.input input[type="text"]::-moz-placeholder {
7885
  color: #1a1a1a;
7886
}
7887
/* line 77, ../sass/_common.scss */
7888
.input input[type="text"]::-webkit-input-placeholder {
7889
  color: #1a1a1a;
7890
}
7891

    
7892
/* vm wizard styles ------------------ */
7893
/* line 56, ../sass/_forms.scss */
7894
.advanced-conf-step #color {
7895
  margin: 0 15px 0 10px;
7896
  position: static;
7897
  vertical-align: text-bottom;
7898
  border-color: transparent;
7899
  color: transparent;
7900
}
7901
/* line 74, ../sass/_common.scss */
7902
.advanced-conf-step.placeholder {
7903
  color: white;
7904
}
7905
/* line 75, ../sass/_common.scss */
7906
.advanced-conf-step:-moz-placeholder {
7907
  color: white;
7908
}
7909
/* line 76, ../sass/_common.scss */
7910
.advanced-conf-step::-moz-placeholder {
7911
  color: white;
7912
}
7913
/* line 77, ../sass/_common.scss */
7914
.advanced-conf-step::-webkit-input-placeholder {
7915
  color: white;
7916
}
7917
/* line 67, ../sass/_forms.scss */
7918
.advanced-conf-step .snf-color-picker > form {
7919
  height: 237px;
7920
  width: 100%;
7921
}
7922

    
7923
/* line 73, ../sass/_forms.scss */
7924
.wizard form.custom .custom.dropdown.medium {
7925
  background: #485057;
7926
  color: white;
7927
}
7928
/* line 77, ../sass/_forms.scss */
7929
.wizard form.custom .custom.dropdown .current {
7930
  color: white;
7931
}
7932
/* line 80, ../sass/_forms.scss */
7933
.wizard form.custom .custom.dropdown .selector {
7934
  border-left: 1px solid white;
7935
  height: 30px;
7936
}
7937
/* line 84, ../sass/_forms.scss */
7938
.wizard form.custom .custom.dropdown.open ul {
7939
  background: #485057;
7940
  color: white;
7941
}
7942
/* line 88, ../sass/_forms.scss */
7943
.wizard form.custom .custom.dropdown ul li {
7944
  color: white;
7945
}
7946
/* line 91, ../sass/_forms.scss */
7947
.wizard form.custom .custom.dropdown ul li.selected {
7948
  color: white;
7949
  background: #5f6a73;
7950
}
7951
/* line 95, ../sass/_forms.scss */
7952
.wizard form.custom .custom.dropdown ul li:hover {
7953
  background: #77838e;
7954
  color: white;
7955
}
7956

    
7957
/* Machines (VMs)  related styles  */
7958
/* line 4, ../sass/_machines.scss */
7959
.vms .items-list .img {
7960
  width: 60px;
7961
}
7962
/* line 7, ../sass/_machines.scss */
7963
.vms .items-list .img span:hover {
7964
  cursor: pointer;
7965
}
7966
/* line 12, ../sass/_machines.scss */
7967
.vms .items-list .img:hover .snf-PC_fill {
7968
  color: #269e7d;
7969
}
7970
/* line 16, ../sass/_machines.scss */
7971
.vms .items-list .img .snf-PC_fill {
7972
  font-size: 60px;
7973
  color: #30c79e;
7974
}
7975
/* line 21, ../sass/_machines.scss */
7976
.vms .items-list .img.stopped .snf-PC_fill {
7977
  color: #ff3366;
7978
}
7979
/* line 26, ../sass/_machines.scss */
7980
.vms .items-list .img.stopped:hover span {
7981
  cursor: default;
7982
}
7983
/* line 30, ../sass/_machines.scss */
7984
.vms .items-list .img .os {
7985
  background: url("../images/os-unknown.png") no-repeat center center;
7986
  width: 22px;
7987
  height: 22px;
7988
  display: inline-block;
7989
  text-indent: -2000px;
7990
  overflow: hidden;
7991
  position: absolute;
7992
  top: 8px;
7993
  left: 19px;
7994
}
7995
/* line 35, ../sass/_machines.scss */
7996
.vms .items-list .img .os.windows {
7997
  background-image: url("../images/os-windows.png");
7998
}
7999
/* line 36, ../sass/_machines.scss */
8000
.vms .items-list .img .os.kubuntu {
8001
  background-image: url("../images/os-kubuntu.png");
8002
}
8003
/* line 37, ../sass/_machines.scss */
8004
.vms .items-list .img .os.fedora {
8005
  background-image: url("../images/os-fedora.png");
8006
}
8007

    
8008
/* line 44, ../sass/_machines.scss */
8009
.vm .top .img {
8010
  display: inline-block;
8011
  height: 112px;
8012
}
8013
/* line 48, ../sass/_machines.scss */
8014
.vm .top .img .snf-PC_fill {
8015
  font-size: 112px;
8016
  color: #30c79e;
8017
}
8018
/* line 53, ../sass/_machines.scss */
8019
.vm .top .img.stopped .snf-PC_fill {
8020
  color: #ff3366;
8021
}
8022
/* line 58, ../sass/_machines.scss */
8023
.vm .top .os {
8024
  background: url("../images/os-unknown.png") no-repeat center center;
8025
  width: 44px;
8026
  height: 44px;
8027
  display: inline-block;
8028
  text-indent: -2000px;
8029
  overflow: hidden;
8030
  position: absolute;
8031
  background-size: 100%;
8032
  left: 34px;
8033
  top: 11px;
8034
}
8035
/* line 65, ../sass/_machines.scss */
8036
.vm .top .os.windows {
8037
  background-image: url("../images/os-windows.png");
8038
}
8039
/* line 66, ../sass/_machines.scss */
8040
.vm .top .os.kubuntu {
8041
  background-image: url("../images/os-kubuntu.png");
8042
}
8043
/* line 67, ../sass/_machines.scss */
8044
.vm .top .os.fedora {
8045
  background-image: url("../images/os-fedora.png");
8046
}
8047

    
8048
/* line 74, ../sass/_machines.scss */
8049
#vm-connect .info {
8050
  font-style: italic;
8051
  font-size: 0.8125em;
8052
  color: #9e9ea1;
8053
}
8054
/* line 79, ../sass/_machines.scss */
8055
#vm-connect .ssh {
8056
  text-align: center;
8057
}
8058
/* line 81, ../sass/_machines.scss */
8059
#vm-connect .ssh span {
8060
  padding: 10px 30px;
8061
  background: #30c79e;
8062
  color: #fff;
8063
}
8064

    
8065
/* Networks related styles  */
8066
/* line 4, ../sass/_networks.scss */
8067
.networks .items-list .img {
8068
  background: url("../images/network-green102x116.png") no-repeat center center;
8069
  width: 51px;
8070
  height: 58px;
8071
  display: inline-block;
8072
  text-indent: -2000px;
8073
  overflow: hidden;
8074
  background-size: 100%;
8075
}
8076

    
8077
/* line 12, ../sass/_networks.scss */
8078
.network .top .img {
8079
  background: url("../images/network-green102x116.png") no-repeat center center;
8080
  width: 102px;
8081
  height: 116px;
8082
  display: inline-block;
8083
  text-indent: -2000px;
8084
  overflow: hidden;
8085
}
8086

    
8087
/* line 23, ../sass/_networks.scss */
8088
#network-wizard a.nav:focus {
8089
  border: none;
8090
}
8091
/* line 26, ../sass/_networks.scss */
8092
#network-wizard a.radio_btn:focus, #network-wizard a.check:focus {
8093
  border: 1px solid #aee7cc;
8094
  padding: 2px;
8095
}
8096
/* line 32, ../sass/_networks.scss */
8097
#network-wizard li {
8098
  list-style: none outside none;
8099
  position: relative;
8100
}
8101
/* line 37, ../sass/_networks.scss */
8102
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
8103
  font-size: 1.3em;
8104
}
8105
/* line 40, ../sass/_networks.scss */
8106
#network-wizard .subnet_options {
8107
  margin: 0;
8108
}
8109
/* line 42, ../sass/_networks.scss */
8110
#network-wizard .subnet_options li {
8111
  margin-top: 20px;
8112
}
8113
/* line 47, ../sass/_networks.scss */
8114
#network-wizard .step a {
8115
  color: white;
8116
}
8117
/* line 48, ../sass/_networks.scss */
8118
#network-wizard .step .network_options {
8119
  position: relative;
8120
  padding-bottom: 20px;
8121
}
8122
/* line 52, ../sass/_networks.scss */
8123
#network-wizard .step .network_options .dhcp_option p {
8124
  font-size: 0.75em;
8125
  margin-top: 20px;
8126
  margin-bottom: 60px;
8127
}
8128
/* line 58, ../sass/_networks.scss */
8129
#network-wizard .step .network_options .check, #network-wizard .step .network_options .radio_btn {
8130
  position: absolute;
8131
  right: 0;
8132
}
8133
/* line 61, ../sass/_networks.scss */
8134
#network-wizard .step .network_options .check:focus, #network-wizard .step .network_options .radio_btn:focus {
8135
  right: -3px;
8136
  top: -3px;
8137
}
8138
/* line 66, ../sass/_networks.scss */
8139
#network-wizard .step .network_options .network-name {
8140
  margin-bottom: 50px;
8141
}
8142
/* line 68, ../sass/_networks.scss */
8143
#network-wizard .step .network_options .network-name h2 {
8144
  color: white;
8145
  font-size: 1em;
8146
}
8147
/* line 75, ../sass/_networks.scss */
8148
#network-wizard .step .network_options li {
8149
  display: block;
8150
  width: 360px;
8151
}
8152
/* line 78, ../sass/_networks.scss */
8153
#network-wizard .step .network_options li.manual {
8154
  position: relative;
8155
}
8156
/* line 80, ../sass/_networks.scss */
8157
#network-wizard .step .network_options li.manual .input {
8158
  position: absolute;
8159
  right: -170px;
8160
  width: 150px;
8161
  bottom: 5px;
8162
  display: none;
8163
}
8164

    
8165
/* Storage (pithos) related styles  */
8166
/* line 3, ../sass/_storage.scss */
8167
.storage {
8168
  padding: 45px 0;
8169
  position: relative;
8170
}
8171
/* line 6, ../sass/_storage.scss */
8172
.storage .lt-sidebar {
8173
  font-size: 1em;
8174
  padding: 0 20px 40px 40px;
8175
}
8176
/* line 9, ../sass/_storage.scss */
8177
.storage .lt-sidebar .sidenav {
8178
  font-size: inherit;
8179
}
8180
/* line 12, ../sass/_storage.scss */
8181
.storage .lt-sidebar ul {
8182
  list-style: none outside none;
8183
}
8184
/* line 14, ../sass/_storage.scss */
8185
.storage .lt-sidebar ul li {
8186
  padding: 5px 0;
8187
}
8188
/* line 16, ../sass/_storage.scss */
8189
.storage .lt-sidebar ul li:hover {
8190
  background: transparent;
8191
}
8192
/* line 18, ../sass/_storage.scss */
8193
.storage .lt-sidebar ul li:hover > a {
8194
  color: #30c79e;
8195
}
8196
/* line 20, ../sass/_storage.scss */
8197
.storage .lt-sidebar ul li:hover > a + span {
8198
  display: inline;
8199
}
8200
/* line 25, ../sass/_storage.scss */
8201
.storage .lt-sidebar ul li span {
8202
  float: right;
8203
  color: #30c79e;
8204
  display: none;
8205
}
8206
/* line 34, ../sass/_storage.scss */
8207
.storage .files {
8208
  margin: 1em 0;
8209
  padding: 0;
8210
  list-style: none outside none;
8211
}
8212
/* line 38, ../sass/_storage.scss */
8213
.storage .files li {
8214
  list-style: none outside none;
8215
  clear: left;
8216
  padding: 10px 20px;
8217
  border: 1px solid transparent;
8218
  text-align: left;
8219
  font-weight: normal;
8220
}
8221
/* line 46, ../sass/_storage.scss */
8222
.storage .files li .name-col {
8223
  float: left;
8224
  width: 35%;
8225
  padding-left: 50px;
8226
  font-weight: normal;
8227
}
8228
/* line 50, ../sass/_storage.scss */
8229
.storage .files li .name-col.folder {
8230
  background: url(../images/icon-folder.png) no-repeat left center;
8231
}
8232
/* line 51, ../sass/_storage.scss */
8233
.storage .files li .name-col.txt {
8234
  background: url(../images/icon-txt.png) no-repeat left center;
8235
}
8236
/* line 52, ../sass/_storage.scss */
8237
.storage .files li .name-col.pdf {
8238
  background: url(../images/icon-pdf.png) no-repeat left center;
8239
}
8240
/* line 53, ../sass/_storage.scss */
8241
.storage .files li .name-col.image {
8242
  background: url(../images/icon-image.png) no-repeat left center;
8243
}
8244
/* line 56, ../sass/_storage.scss */
8245
.storage .files li .size-col {
8246
  float: left;
8247
  width: 10%;
8248
}
8249
/* line 60, ../sass/_storage.scss */
8250
.storage .files li .date-col {
8251
  float: left;
8252
  width: 20%;
8253
}
8254
/* line 64, ../sass/_storage.scss */
8255
.storage .files li .actions-col {
8256
  float: left;
8257
  width: 30%;
8258
  visibility: hidden;
8259
}
8260
/* line 69, ../sass/_storage.scss */
8261
.storage .files li .actions-col a {
8262
  margin-right: 10px;
8263
}
8264
/* line 73, ../sass/_storage.scss */
8265
.storage .files li:hover {
8266
  border-color: #30c79e;
8267
}
8268
/* line 75, ../sass/_storage.scss */
8269
.storage .files li:hover .actions-col {
8270
  visibility: visible;
8271
}
8272
/* line 77, ../sass/_storage.scss */
8273
.storage .files li.titles {
8274
  color: #919194;
8275
}
8276
/* line 79, ../sass/_storage.scss */
8277
.storage .files li.titles .name-col {
8278
  padding-left: 0;
8279
}
8280
/* line 80, ../sass/_storage.scss */
8281
.storage .files li.titles:hover {
8282
  border-color: transparent;
8283
}
8284
/* line 87, ../sass/_storage.scss */
8285
.storage .breadcrumbs li:first-child {
8286
  font-weight: bold;
8287
}
8288
/* line 89, ../sass/_storage.scss */
8289
.storage .breadcrumbs li:first-child a {
8290
  color: #1a1a1a;
8291
}
8292
/* line 91, ../sass/_storage.scss */
8293
.storage .breadcrumbs li:first-child a:hover {
8294
  color: #30c79e;
8295
}
8296
/* line 96, ../sass/_storage.scss */
8297
.storage .breadcrumbs a:hover {
8298
  color: #30c79e;
8299
}
8300

    
8301
/* line 106, ../sass/_storage.scss */
8302
.upload-widget {
8303
  text-align: center;
8304
}
8305
/* line 109, ../sass/_storage.scss */
8306
.upload-widget h2, .upload-widget a {
8307
  color: #fff;
8308
}
8309
/* line 113, ../sass/_storage.scss */
8310
.upload-widget .btns a {
8311
  margin: 0 10px;
8312
}
8313
/* line 118, ../sass/_storage.scss */
8314
.upload-widget .breadcrumbs {
8315
  display: inline-block;
8316
}
8317
/* line 119, ../sass/_storage.scss */
8318
.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 {
8319
  color: #fff;
8320
}
8321
/* line 122, ../sass/_storage.scss */
8322
.upload-widget .breadcrumbs a:hover {
8323
  text-decoration: underline;
8324
}
8325
/* line 128, ../sass/_storage.scss */
8326
.upload-widget .files {
8327
  color: #fff;
8328
}
8329
/* line 131, ../sass/_storage.scss */
8330
.upload-widget .files li {
8331
  padding: 10px 120px;
8332
  border: none;
8333
  position: relative;
8334
}
8335
/* line 135, ../sass/_storage.scss */
8336
.upload-widget .files li .dz-success-mark {
8337
  margin-left: 10px;
8338
}
8339
/* line 138, ../sass/_storage.scss */
8340
.upload-widget .files li .dz-error-mark {
8341
  display: none;
8342
}
8343
/* line 141, ../sass/_storage.scss */
8344
.upload-widget .files li .cancel-col {
8345
  width: 100px;
8346
  position: absolute;
8347
  right: 50px;
8348
  top: 9px;
8349
}
8350
/* line 147, ../sass/_storage.scss */
8351
.upload-widget .files li .cancel-col .cancel span {
8352
  display: block;
8353
  text-align: right;
8354
}
8355
/* line 153, ../sass/_storage.scss */
8356
.upload-widget .files div {
8357
  display: inline-block;
8358
}
8359
/* line 156, ../sass/_storage.scss */
8360
.upload-widget .files .progress-bar {
8361
  position: static;
8362
  padding: 0;
8363
  width: 25%;
8364
  border: none;
8365
  background-color: transparent;
8366
}
8367
/* line 163, ../sass/_storage.scss */
8368
.upload-widget .files .progress-bar .progress-wrap {
8369
  width: 100%;
8370
  margin: 0;
8371
}
8372
/* line 167, ../sass/_storage.scss */
8373
.upload-widget .files .progress-bar .progress-wrap .progress {
8374
  display: block;
8375
  margin: 0;
8376
  border: 2px solid white;
8377
  padding: 0;
8378
  background-color: #30c79e;
8379
}
8380
/* line 174, ../sass/_storage.scss */
8381
.upload-widget .files .progress-bar .progress-wrap .progress .meter {
8382
  background-color: white;
8383
}
8384

    
8385
/* line 183, ../sass/_storage.scss */
8386
.dz-success-mark, .dz-error-mark, .dz-error-message {
8387
  display: none;
8388
}
8389

    
8390
/*
8391

8392
Overlays (Todo: clean up)
8393

8394
*/
8395
/* line 6, ../sass/_overlays.scss */
8396
body.with-overlay {
8397
  background: #485057;
8398
}
8399

    
8400
/* line 11, ../sass/_overlays.scss */
8401
.reveal-modal h3 {
8402
  font-size: 1em;
8403
}
8404
/* line 14, ../sass/_overlays.scss */
8405
.reveal-modal a {
8406
  color: #30c79e;
8407
}
8408
/* line 16, ../sass/_overlays.scss */
8409
.reveal-modal a:hover {
8410
  text-decoration: underline;
8411
}
8412
/* line 19, ../sass/_overlays.scss */
8413
.reveal-modal a.close-reveal-modal:hover {
8414
  text-decoration: none;
8415
  color: #30c79e;
8416
}
8417

    
8418
/* line 28, ../sass/_overlays.scss */
8419
.reveal-custom {
8420
  position: absolute;
8421
  top: 100px;
8422
  left: 25%;
8423
  z-index: 99;
8424
  background: yellow;
8425
  width: 50%;
8426
  display: none;
8427
}
8428

    
8429
/* line 39, ../sass/_overlays.scss */
8430
.overlay-wrapper {
8431
  position: relative;
8432
  left: 0;
8433
  top: 0;
8434
}
8435
/* line 43, ../sass/_overlays.scss */
8436
.overlay-wrapper .overlay-area {
8437
  display: none;
8438
  position: absolute;
8439
  left: 0;
8440
  right: 0;
8441
  top: -36px;
8442
  width: 100%;
8443
  height: 100%;
8444
  background: #485057;
8445
  z-index: 20;
8446
}
8447
/* line 54, ../sass/_overlays.scss */
8448
.overlay-wrapper .close {
8449
  position: absolute;
8450
  right: 15px;
8451
  top: 50px;
8452
  font-size: 30px;
8453
  color: #919194;
8454
}
8455
/* line 60, ../sass/_overlays.scss */
8456
.overlay-wrapper .close:hover, .overlay-wrapper .close:focus {
8457
  color: white;
8458
}
8459
/* line 65, ../sass/_overlays.scss */
8460
.overlay-wrapper .row .close {
8461
  position: static;
8462
  float: right;
8463
}
8464
/* line 70, ../sass/_overlays.scss */
8465
.overlay-wrapper .overlay-div {
8466
  display: none;
8467
  z-index: 100;
8468
  position: relative;
8469
  background: #fff;
8470
  top: 20%;
8471
  left: 25%;
8472
  width: 50%;
8473
  padding: 25px;
8474
}
8475
/* line 80, ../sass/_overlays.scss */
8476
.overlay-wrapper .overlay-div .buttons a {
8477
  margin-right: 20px;
8478
}
8479
/* line 84, ../sass/_overlays.scss */
8480
.overlay-wrapper .overlay-div.upload-widget {
8481
  background: transparent;
8482
  padding: 45px 0;
8483
  width: 80%;
8484
  left: 10%;
8485
  border: 1px solid white;
8486
}
8487
/* line 91, ../sass/_overlays.scss */
8488
.overlay-wrapper .overlay-div.wizard {
8489
  background: #485057;
8490
  padding: 0;
8491
  width: 100%;
8492
  top: 0;
8493
  left: 0;
8494
}
8495

    
8496
/* line 102, ../sass/_overlays.scss */
8497
.overlay {
8498
  background: #30c79e;
8499
  position: relative;
8500
}
8501
/* line 106, ../sass/_overlays.scss */
8502
.overlay .lt-sidebar {
8503
  border-right: 1px solid #fff;
8504
  color: #fff;
8505
}
8506
/* line 110, ../sass/_overlays.scss */
8507
.overlay .lt-sidebar ul li {
8508
  list-style: none outside none;
8509
}
8510
/* line 113, ../sass/_overlays.scss */
8511
.overlay .lt-sidebar ul li a {
8512
  display: block;
8513
  color: #fff;
8514
}
8515
/* line 116, ../sass/_overlays.scss */
8516
.overlay .lt-sidebar ul li a span {
8517
  float: right;
8518
  display: none;
8519
}
8520
/* line 118, ../sass/_overlays.scss */
8521
.overlay .lt-sidebar ul li a:hover, .overlay .lt-sidebar ul li a.current {
8522
  text-decoration: none;
8523
}
8524
/* line 120, ../sass/_overlays.scss */
8525
.overlay .lt-sidebar ul li a:hover span, .overlay .lt-sidebar ul li a.current span {
8526
  display: inline;
8527
}
8528
/* line 131, ../sass/_overlays.scss */
8529
.overlay .lt-sidebar,
8530
.overlay .main {
8531
  padding: 100px 15px;
8532
  position: relative;
8533
}
8534
/* line 136, ../sass/_overlays.scss */
8535
.overlay .navigation .rt {
8536
  float: right;
8537
}
8538
/* line 140, ../sass/_overlays.scss */
8539
.overlay .close {
8540
  position: absolute;
8541
  right: 15px;
8542
  top: 50px;
8543
  background: url("../images/info-close.png") no-repeat center center;
8544
  width: 31px;
8545
  height: 30px;
8546
  display: inline-block;
8547
  text-indent: -2000px;
8548
  overflow: hidden;
8549
}
8550
/* line 146, ../sass/_overlays.scss */
8551
.overlay .close_char {
8552
  background: none;
8553
  text-indent: 0;
8554
  font-size: 1.8em;
8555
  /* for the the character e (for d we can put 2em) */
8556
  color: white;
8557
}
8558

    
8559
/* line 154, ../sass/_overlays.scss */
8560
.wizard {
8561
  position: relative;
8562
  top: 0;
8563
  color: white;
8564
}
8565
/* line 158, ../sass/_overlays.scss */
8566
.wizard .top {
8567
  background: #636a70;
8568
  height: 90px;
8569
  position: fixed;
8570
  left: 0;
8571
  right: 0;
8572
  bottom: auto;
8573
  top: 60px;
8574
  width: 100%;
8575
  z-index: 40;
8576
}
8577
/* line 168, ../sass/_overlays.scss */
8578
.wizard .top .numbers {
8579
  height: 50px;
8580
  line-height: 50px;
8581
  background: #33383d;
8582
}
8583
/* line 169, ../sass/_overlays.scss */
8584
.wizard .top .numbers .row {
8585
  max-width: 100%;
8586
  padding: 0 15px;
8587
}
8588
/* line 178, ../sass/_overlays.scss */
8589
.wizard .top .menus {
8590
  height: 50px;
8591
}
8592
/* line 180, ../sass/_overlays.scss */
8593
.wizard .top .menus .sub-menu {
8594
  display: none;
8595
}
8596
/* line 182, ../sass/_overlays.scss */
8597
.wizard .top .menus .sub-menu[data-step="1"] {
8598
  display: block;
8599
}
8600
/* line 185, ../sass/_overlays.scss */
8601
.wizard .top .menus .sub-menu ul {
8602
  margin: 0;
8603
  padding: 0;
8604
  list-style: none outside none;
8605
  font-size: 0.75em;
8606
}
8607
/* line 190, ../sass/_overlays.scss */
8608
.wizard .top .menus .sub-menu ul li {
8609
  display: inline;
8610
  margin-right: 10px;
8611
  line-height: 40px;
8612
  list-style: none outside none;
8613
}
8614
/* line 195, ../sass/_overlays.scss */
8615
.wizard .top .menus .sub-menu ul li a {
8616
  color: #1a1a1a;
8617
}
8618
/* line 197, ../sass/_overlays.scss */
8619
.wizard .top .menus .sub-menu ul li a:hover, .wizard .top .menus .sub-menu ul li a:focus, .wizard .top .menus .sub-menu ul li a.current {
8620
  color: white;
8621
}
8622
/* line 200, ../sass/_overlays.scss */
8623
.wizard .top .menus .sub-menu ul li a.current {
8624
  text-decoration: underline;
8625
}
8626
/* line 203, ../sass/_overlays.scss */
8627
.wizard .top .menus .sub-menu ul li a.disabled {
8628
  color: #495561;
8629
  cursor: default;
8630
}
8631
/* line 213, ../sass/_overlays.scss */
8632
.wizard .top .nums {
8633
  text-align: right;
8634
  list-style: none outside none;
8635
  margin: 0;
8636
  height: 50px;
8637
  line-height: 50px;
8638
  font-size: 0.5625em;
8639
  padding-right: 120px;
8640
  color: #30c79e;
8641
}
8642
/* line 222, ../sass/_overlays.scss */
8643
.wizard .top .nums li {
8644
  list-style: none outside none;
8645
  display: inline;
8646
}
8647
/* line 225, ../sass/_overlays.scss */
8648
.wizard .top .nums li p {
8649
  display: none;
8650
  position: relative;
8651
  top: 1px;
8652
  font-size: 12px;
8653
  margin-left: 12px;
8654
}
8655
/* line 231, ../sass/_overlays.scss */
8656
.wizard .top .nums li p strong {
8657
  margin-right: 5px;
8658
}
8659
/* line 235, ../sass/_overlays.scss */
8660
.wizard .top .nums li em {
8661
  display: inline-block;
8662
  border-radius: 50%;
8663
  border: 1px solid #30c79e;
8664
  width: 20px;
8665
  height: 20px;
8666
  line-height: 18px;
8667
  margin: 0 3px;
8668
  text-align: center;
8669
  font-style: normal;
8670
}
8671
/* line 246, ../sass/_overlays.scss */
8672
.wizard .top .nums li a {
8673
  color: #30c79e;
8674
  display: block;
8675
}
8676
/* line 249, ../sass/_overlays.scss */
8677
.wizard .top .nums li a:hover {
8678
  cursor: default;
8679
}
8680
/* line 253, ../sass/_overlays.scss */
8681
.wizard .top .nums li.current {
8682
  float: left;
8683
}
8684
/* line 255, ../sass/_overlays.scss */
8685
.wizard .top .nums li.current p {
8686
  display: inline-block;
8687
}
8688
/* line 258, ../sass/_overlays.scss */
8689
.wizard .top .nums li.current em {
8690
  font-size: 12px;
8691
  width: 30px;
8692
  height: 30px;
8693
  line-height: 27px;
8694
  border-color: #30c79e;
8695
}
8696
/* line 264, ../sass/_overlays.scss */
8697
.wizard .top .nums li.current em * {
8698
  color: #30c79e;
8699
}
8700
/* line 272, ../sass/_overlays.scss */
8701
.wizard .middle {
8702
  padding-top: 76px;
8703
}
8704
/* line 274, ../sass/_overlays.scss */
8705
.wizard .middle .steps {
8706
  position: relative;
8707
  width: 100%;
8708
}
8709
/* line 278, ../sass/_overlays.scss */
8710
.wizard .middle .step {
8711
  position: absolute;
8712
  top: 0;
8713
  width: 100%;
8714
  display: none;
8715
  padding: 50px 0 50px;
8716
}
8717
/* line 283, ../sass/_overlays.scss */
8718
.wizard .middle .step.current {
8719
  display: block;
8720
}
8721
/* line 287, ../sass/_overlays.scss */
8722
.wizard .middle .step.step-2 {
8723
  padding-top: 30px;
8724
}
8725
/* line 289, ../sass/_overlays.scss */
8726
.wizard .middle .step.step-2 .dropdown {
8727
  margin-bottom: 40px;
8728
}
8729
/* line 293, ../sass/_overlays.scss */
8730
.wizard .middle .step.step-3 {
8731
  padding-top: 45px;
8732
}
8733
/* line 297, ../sass/_overlays.scss */
8734
.wizard .middle .step .os li {
8735
  display: none;
8736
  list-style: none outside none;
8737
  font-size: 0.75em;
8738
  padding: 15px 0;
8739
}
8740
/* line 304, ../sass/_overlays.scss */
8741
.wizard .middle .step .os li:hover, .wizard .middle .step .os li.hover {
8742
  background: #33383d;
8743
}
8744
/* line 307, ../sass/_overlays.scss */
8745
.wizard .middle .step .os li.current {
8746
  background: white;
8747
  color: #485057;
8748
}
8749
/* line 310, ../sass/_overlays.scss */
8750
.wizard .middle .step .os li.current .name-col {
8751
  color: #485057;
8752
}
8753
/* line 314, ../sass/_overlays.scss */
8754
.wizard .middle .step .os li.current .btn-col a {
8755
  border-color: #485057;
8756
  color: #485057;
8757
}
8758
/* line 317, ../sass/_overlays.scss */
8759
.wizard .middle .step .os li.current .btn-col a.current {
8760
  color: white;
8761
  background: #485057;
8762
}
8763
/* line 324, ../sass/_overlays.scss */
8764
.wizard .middle .step .os li.system-images {
8765
  display: list-item;
8766
}
8767
/* line 327, ../sass/_overlays.scss */
8768
.wizard .middle .step .os li .img-col {
8769
  float: left;
8770
  width: 50px;
8771
  line-height: 30px;
8772
}
8773
/* line 332, ../sass/_overlays.scss */
8774
.wizard .middle .step .os li .name-col {
8775
  float: left;
8776
  color: white;
8777
  width: 71%;
8778
  padding-right: 10px;
8779
  line-height: 30px;
8780
}
8781
/* line 339, ../sass/_overlays.scss */
8782
.wizard .middle .step .os li .size-col {
8783
  float: left;
8784
  width: 10%;
8785
  line-height: 30px;
8786
}
8787
/* line 344, ../sass/_overlays.scss */
8788
.wizard .middle .step .os li .btn-col {
8789
  float: right;
8790
  width: 10%;
8791
  margin-left: 10px;
8792
}
8793
/* line 348, ../sass/_overlays.scss */
8794
.wizard .middle .step .os li .btn-col a {
8795
  font-size: 1em;
8796
}
8797
/* line 352, ../sass/_overlays.scss */
8798
.wizard .middle .step .os li .btn-col a.current {
8799
  color: #485057;
8800
}
8801
/* line 357, ../sass/_overlays.scss */
8802
.wizard .middle .step .os li .details {
8803
  display: none;
8804
  background: #e6e6e6;
8805
  padding: 22px 0;
8806
  margin: 20px 6px -9px;
8807
  color: #222222;
8808
}
8809
/* line 363, ../sass/_overlays.scss */
8810
.wizard .middle .step .os li .details h3 {
8811
  font-size: 1em;
8812
  font-weight: normal;
8813
  margin-bottom: 1em;
8814
  padding-left: 50px;
8815
}
8816
/* line 369, ../sass/_overlays.scss */
8817
.wizard .middle .step .os li .details dl {
8818
  margin: 0;
8819
  padding-left: 50px;
8820
}
8821
/* line 373, ../sass/_overlays.scss */
8822
.wizard .middle .step .os li .details dl dt {
8823
  width: 20%;
8824
  float: left;
8825
  color: #1a1a1a;
8826
  font-weight: normal;
8827
}
8828
/* line 379, ../sass/_overlays.scss */
8829
.wizard .middle .step .os li .details dl dd {
8830
  color: #485057;
8831
  margin: 0 0 5px;
8832
}
8833
/* line 387, ../sass/_overlays.scss */
8834
.wizard .middle .step .flavor {
8835
  list-style: none outside none;
8836
}
8837
/* line 389, ../sass/_overlays.scss */
8838
.wizard .middle .step .flavor li {
8839
  list-style: none outside none;
8840
  margin-bottom: 30px;
8841
}
8842
/* line 392, ../sass/_overlays.scss */
8843
.wizard .middle .step .flavor li .title {
8844
  height: 40px;
8845
  overflow: hidden;
8846
  margin-bottom: 0.5em;
8847
  color: white;
8848
  vertical-align: top;
8849
}
8850
/* line 399, ../sass/_overlays.scss */
8851
.wizard .middle .step .flavor li .title .icon {
8852
  display: block;
8853
  width: 60px;
8854
  font-size: 2.5em;
8855
  float: left;
8856
}
8857
/* line 405, ../sass/_overlays.scss */
8858
.wizard .middle .step .flavor li .title h2 {
8859
  font-size: 0.875em;
8860
  float: left;
8861
  width: 140px;
8862
  color: white;
8863
  margin-right: 60px;
8864
  padding-left: 0.625em;
8865
}
8866
/* line 407, ../sass/_overlays.scss */
8867
.wizard .middle .step .flavor li .title h2 span {
8868
  font-weight: normal;
8869
}
8870
/* line 416, ../sass/_overlays.scss */
8871
.wizard .middle .step .flavor li .title h2:hover em {
8872
  opacity: 1;
8873
}
8874
/* line 420, ../sass/_overlays.scss */
8875
.wizard .middle .step .flavor li .title h2 em {
8876
  display: block;
8877
  margin-top: 4px;
8878
  font-size: 11px;
8879
  color: #1a1a1a;
8880
  font-style: normal;
8881
  font-weight: normal;
8882
  opacity: 0.6;
8883
  white-space: nowrap;
8884
}
8885
/* line 431, ../sass/_overlays.scss */
8886
.wizard .middle .step .flavor li .title p {
8887
  visibility: hidden;
8888
  overflow: hidden;
8889
  min-height: 40px;
8890
  color: #1a1a1a;
8891
  font-size: 11px;
8892
}
8893
/* line 441, ../sass/_overlays.scss */
8894
.wizard .middle .step .flavor li .options-bar .bar {
8895
  width: 200px;
8896
  float: left;
8897
  margin-right: 60px;
8898
  height: 20px;
8899
  position: relative;
8900
  top: 10px;
8901
}
8902
/* line 448, ../sass/_overlays.scss */
8903
.wizard .middle .step .flavor li .options-bar .bar .wrap {
8904
  border: 1px solid white;
8905
  padding: 1px;
8906
  height: 100%;
8907
}
8908
/* line 452, ../sass/_overlays.scss */
8909
.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
8910
  border-color: #3a4046;
8911
}
8912
/* line 455, ../sass/_overlays.scss */
8913
.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
8914
  background-color: #3a4046;
8915
}
8916
/* line 460, ../sass/_overlays.scss */
8917
.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
8918
  height: 100%;
8919
}
8920
/* line 462, ../sass/_overlays.scss */
8921
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
8922
  background: #919194;
8923
  height: 100%;
8924
  float: left;
8925
  position: relative;
8926
}
8927
/* line 467, ../sass/_overlays.scss */
8928
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
8929
  background: white;
8930
  height: 100%;
8931
  float: left;
8932
}
8933
/* line 472, ../sass/_overlays.scss */
8934
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
8935
  position: absolute;
8936
  right: 10px;
8937
  color: #1a1a1a;
8938
  font-size: 0.5625em;
8939
  top: 2px;
8940
}
8941
/* line 480, ../sass/_overlays.scss */
8942
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
8943
  right: -30px;
8944
  color: white;
8945
}
8946
/* line 490, ../sass/_overlays.scss */
8947
.wizard .middle .step .flavor li .options-bar .options {
8948
  overflow: hidden;
8949
  list-style: none outside none;
8950
}
8951
/* line 493, ../sass/_overlays.scss */
8952
.wizard .middle .step .flavor li .options-bar .options li {
8953
  list-style: none outside none;
8954
  display: inline-block;
8955
  margin-right: 10px;
8956
  margin-bottom: 0;
8957
}
8958
/* line 498, ../sass/_overlays.scss */
8959
.wizard .middle .step .flavor li .options-bar .options li a {
8960
  min-width: 60px;
8961
}
8962
/* line 501, ../sass/_overlays.scss */
8963
.wizard .middle .step .flavor li .options-bar .options li a.current {
8964
  color: #485057;
8965
}
8966
/* line 504, ../sass/_overlays.scss */
8967
.wizard .middle .step .flavor li .options-bar .options li a.disabled {
8968
  border-color: #3a4046;
8969
  color: #3a4046;
8970
}
8971
/* line 507, ../sass/_overlays.scss */
8972
.wizard .middle .step .flavor li .options-bar .options li a.disabled:hover, .wizard .middle .step .flavor li .options-bar .options li a.disabled:active {
8973
  cursor: default;
8974
  border-width: 1px;
8975
  line-height: 28px;
8976
}
8977
/* line 520, ../sass/_overlays.scss */
8978
.wizard .middle .step .summary {
8979
  padding-bottom: 40px;
8980
}
8981
/* line 523, ../sass/_overlays.scss */
8982
.wizard .middle .step .summary .row .wrap {
8983
  max-width: 36.25em;
8984
  border-top: 1px solid white;
8985
  padding-top: 2em;
8986
  margin-top: 1em;
8987
}
8988
/* line 530, ../sass/_overlays.scss */
8989
.wizard .middle .step .summary .row:first-child .wrap {
8990
  border-top: 0 none;
8991
  margin-top: 0;
8992
}
8993
/* line 535, ../sass/_overlays.scss */
8994
.wizard .middle .step .summary .row:first-child dl dt {
8995
  font-weight: bold;
8996
}
8997
/* line 541, ../sass/_overlays.scss */
8998
.wizard .middle .step .summary h2 {
8999
  font-size: 1em;
9000
  color: white;
9001
  margin-bottom: 1em;
9002
}
9003
/* line 546, ../sass/_overlays.scss */
9004
.wizard .middle .step .summary dl {
9005
  margin-bottom: 0;
9006
}
9007
/* line 548, ../sass/_overlays.scss */
9008
.wizard .middle .step .summary dl span {
9009
  width: 40px;
9010
  display: inline-block;
9011
  font-size: 20px;
9012
}
9013
/* line 553, ../sass/_overlays.scss */
9014
.wizard .middle .step .summary dl dt {
9015
  display: inline-block;
9016
  width: 42%;
9017
  vertical-align: top;
9018
  font-weight: 600;
9019
}
9020
/* line 559, ../sass/_overlays.scss */
9021
.wizard .middle .step .summary dl dd {
9022
  display: inline-block;
9023
  width: 45%;
9024
  margin-bottom: 1em;
9025
}
9026
/* line 566, ../sass/_overlays.scss */
9027
.wizard .middle .step .advanced-conf-step {
9028
  color: white;
9029
}
9030
/* line 568, ../sass/_overlays.scss */
9031
.wizard .middle .step .advanced-conf-step h2 {
9032
  color: white;
9033
  font-size: 1em;
9034
  margin-bottom: 10px;
9035
}
9036
/* line 573, ../sass/_overlays.scss */
9037
.wizard .middle .step .advanced-conf-step p {
9038
  font-size: 10px;
9039
}
9040
/* line 576, ../sass/_overlays.scss */
9041
.wizard .middle .step .advanced-conf-step .snf-checkbox-checked, .wizard .middle .step .advanced-conf-step .snf-checkbox-unchecked {
9042
  color: white;
9043
}
9044
/* line 579, ../sass/_overlays.scss */
9045
.wizard .middle .step .advanced-conf-step .expand-btn {
9046
  margin: 50px 0 2.5em;
9047
}
9048
/* line 581, ../sass/_overlays.scss */
9049
.wizard .middle .step .advanced-conf-step .expand-btn a {
9050
  color: white;
9051
}
9052
/* line 583, ../sass/_overlays.scss */
9053
.wizard .middle .step .advanced-conf-step .expand-btn a span {
9054
  padding-left: 24px;
9055
}
9056
/* line 594, ../sass/_overlays.scss */
9057
.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9058
  color: white;
9059
  font-size: 1em;
9060
  margin-bottom: 0.5em;
9061
}
9062
/* line 603, ../sass/_overlays.scss */
9063
.wizard .middle .step .advanced-conf-step .btn5:hover, .wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover {
9064
  color: white;
9065
}
9066
/* line 606, ../sass/_overlays.scss */
9067
.wizard .middle .step .advanced-conf-step .btn5.current, .wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .wizard .middle .step .advanced-conf-step .btn5.current:hover, .wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover {
9068
  color: #485057;
9069
}
9070
/* line 610, ../sass/_overlays.scss */
9071
.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9072
  display: none;
9073
}
9074
/* line 612, ../sass/_overlays.scss */
9075
.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9076
  font-size: 20px;
9077
}
9078
/* line 615, ../sass/_overlays.scss */
9079
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9080
  padding: 2.5em 0;
9081
}
9082
/* line 618, ../sass/_overlays.scss */
9083
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9084
  max-width: 340px;
9085
  margin-bottom: 20px;
9086
}
9087
/* line 624, ../sass/_overlays.scss */
9088
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9089
  position: relative;
9090
  list-style: none outside none;
9091
  margin-bottom: 7px;
9092
}
9093
/* line 629, ../sass/_overlays.scss */
9094
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9095
  cursor: pointer;
9096
}
9097
/* line 633, ../sass/_overlays.scss */
9098
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9099
  width: 18.75em;
9100
  color: white;
9101
  font-size: 1em;
9102
  font-weight: normal;
9103
  margin: 0 28px 0 0;
9104
  display: inline-block;
9105
}
9106
/* line 645, ../sass/_overlays.scss */
9107
.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9108
  background-color: #ff7049;
9109
}
9110
/* line 647, ../sass/_overlays.scss */
9111
.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .os li .btn-col a, .wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .flavor li .options-bar .options li a, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a {
9112
  margin-top: 3px;
9113
}
9114
/* line 652, ../sass/_overlays.scss */
9115
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9116
  background-color: #ff948c;
9117
}
9118
/* line 654, ../sass/_overlays.scss */
9119
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9120
  position: relative;
9121
  margin-bottom: 0;
9122
}
9123
/* line 659, ../sass/_overlays.scss */
9124
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9125
  padding-right: 30px;
9126
  display: inline-block;
9127
  width: 145px;
9128
  text-align: right;
9129
  font-size: 30px;
9130
  margin-bottom: 0;
9131
  position: relative;
9132
}
9133
/* line 667, ../sass/_overlays.scss */
9134
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9135
  position: relative;
9136
}
9137
/* line 669, ../sass/_overlays.scss */
9138
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-modem {
9139
  top: -1px;
9140
}
9141
/* line 672, ../sass/_overlays.scss */
9142
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9143
  top: 6px;
9144
}
9145
/* line 675, ../sass/_overlays.scss */
9146
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-network_full {
9147
  top: 5px;
9148
}
9149
/* line 678, ../sass/_overlays.scss */
9150
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9151
  position: absolute;
9152
  height: 1px;
9153
  width: 13px;
9154
  background: white;
9155
  bottom: 15px;
9156
}
9157
/* line 684, ../sass/_overlays.scss */
9158
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line1 {
9159
  right: 56px;
9160
}
9161
/* line 685, ../sass/_overlays.scss */
9162
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line2 {
9163
  right: 97px;
9164
  width: 10px;
9165
}
9166
/* line 692, ../sass/_overlays.scss */
9167
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
9168
  background: #fff4f3;
9169
  margin: 2.5em 0;
9170
  padding: 2.5em 0;
9171
  color: #ff948c;
9172
}
9173
/* line 697, ../sass/_overlays.scss */
9174
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
9175
  color: #ff948c;
9176
  padding-left: 145px;
9177
}
9178
/* line 700, ../sass/_overlays.scss */
9179
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
9180
  cursor: pointer;
9181
}
9182
/* line 704, ../sass/_overlays.scss */
9183
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .flavor li.more .options-bar .options li a, .wizard .middle .step .flavor .advanced-conf-step .advanced-conf-options .networks-area li.more .options-bar .options li a {
9184
  margin-top: 20px;
9185
  border-color: #ff948c;
9186
  color: #ff948c;
9187
  margin-left: 145px;
9188
}
9189
/* line 712, ../sass/_overlays.scss */
9190
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .with-checkbox a span {
9191
  color: #ff948c;
9192
}
9193
/* line 721, ../sass/_overlays.scss */
9194
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
9195
  background-color: #4c71ff;
9196
}
9197
/* line 723, ../sass/_overlays.scss */
9198
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
9199
  display: none;
9200
}
9201
/* line 726, ../sass/_overlays.scss */
9202
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
9203
  position: relative;
9204
  width: 207px;
9205
  margin: 30px 5px;
9206
  display: inline-block;
9207
}
9208
/* line 732, ../sass/_overlays.scss */
9209
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
9210
  margin-top: 77px;
9211
  margin-bottom: 30px;
9212
}
9213
/* line 736, ../sass/_overlays.scss */
9214
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a {
9215
  margin-right: 20px;
9216
}
9217
/* line 739, ../sass/_overlays.scss */
9218
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #color {
9219
  left: 10px;
9220
}
9221
/* line 742, ../sass/_overlays.scss */
9222
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
9223
  width: 18.75em;
9224
  color: white;
9225
  font-size: 1em;
9226
  font-weight: normal;
9227
  margin: 0 28px 0 0;
9228
  display: inline-block;
9229
}
9230
/* line 751, ../sass/_overlays.scss */
9231
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
9232
  position: relative;
9233
  left: -14px;
9234
}
9235
/* line 754, ../sass/_overlays.scss */
9236
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
9237
  margin-right: 35px;
9238
}
9239
/* line 765, ../sass/_overlays.scss */
9240
.wizard .bottom {
9241
  position: fixed;
9242
  left: 0;
9243
  right: 0;
9244
  bottom: 0;
9245
  border-top: 1px solid #636a70;
9246
  background: #485057;
9247
}
9248
/* line 772, ../sass/_overlays.scss */
9249
.wizard .bottom .row {
9250
  height: 36px;
9251
  line-height: 36px;
9252
}
9253
/* line 776, ../sass/_overlays.scss */
9254
.wizard .bottom .nav {
9255
  height: 36px;
9256
  line-height: 36px;
9257
  color: white;
9258
  display: inline-block;
9259
  position: relative;
9260
  font-size: 0.75em;
9261
  top: 3px;
9262
  width: 100px;
9263
}
9264
/* line 786, ../sass/_overlays.scss */
9265
.wizard .bottom .nav:hover, .wizard .bottom .nav:focus {
9266
  -webkit-transition: background 0ms ease-out;
9267
  -moz-transition: background 0ms ease-out;
9268
  -ms-transition: background 0ms ease-out;
9269
  -o-transition: background 0ms ease-out;
9270
  transition: background 0ms ease-out;
9271
}
9272
/* line 789, ../sass/_overlays.scss */
9273
.wizard .bottom .nav span {
9274
  display: inline-block;
9275
  height: 30px;
9276
  line-height: 30px;
9277
  float: left;
9278
}
9279
/* line 795, ../sass/_overlays.scss */
9280
.wizard .bottom .nav span:hover, .wizard .bottom .nav span:focus {
9281
  -webkit-transition: background 0ms linear;
9282
  -moz-transition: background 0ms linear;
9283
  -ms-transition: background 0ms linear;
9284
  -o-transition: background 0ms linear;
9285
  transition: background 0ms linear;
9286
}
9287
/* line 800, ../sass/_overlays.scss */
9288
.wizard .bottom .prev {
9289
  float: left;
9290
  height: 30px;
9291
  padding-left: 18px;
9292
  background: url("../images/nav-edge-lt.png") no-repeat left top;
9293
}
9294
/* line 805, ../sass/_overlays.scss */
9295
.wizard .bottom .prev span {
9296
  padding-right: 10px;
9297
  background: url("../images/nav-lt.png") no-repeat right top;
9298
}
9299
/* line 811, ../sass/_overlays.scss */
9300
.wizard .bottom .prev:hover, .wizard .bottom .prev.active, .wizard .bottom .items-list li .container:hover .prev.check, .items-list li .container:hover .wizard .bottom .prev.check, .wizard .bottom .prev:focus {
9301
  background-position: left bottom;
9302
}
9303
/* line 813, ../sass/_overlays.scss */
9304
.wizard .bottom .prev:hover span, .wizard .bottom .prev.active span, .wizard .bottom .items-list li .container:hover .prev.check span, .items-list li .container:hover .wizard .bottom .prev.check span, .wizard .bottom .prev:focus span {
9305
  background-position: right bottom;
9306
}
9307
/* line 818, ../sass/_overlays.scss */
9308
.wizard .bottom .next {
9309
  float: right;
9310
  height: 30px;
9311
  padding-right: 18px;
9312
  background: url("../images/nav-edge-rt.png") no-repeat right top;
9313
}
9314
/* line 823, ../sass/_overlays.scss */
9315
.wizard .bottom .next span {
9316
  padding-left: 10px;
9317
  background: url("../images/nav-rt.png") no-repeat left top;
9318
  float: right;
9319
}
9320
/* line 830, ../sass/_overlays.scss */
9321
.wizard .bottom .next:hover, .wizard .bottom .next.active, .wizard .bottom .items-list li .container:hover .next.check, .items-list li .container:hover .wizard .bottom .next.check, .wizard .bottom .next:focus {
9322
  background-position: right bottom;
9323
}
9324
/* line 832, ../sass/_overlays.scss */
9325
.wizard .bottom .next:hover span, .wizard .bottom .next.active span, .wizard .bottom .items-list li .container:hover .next.check span, .items-list li .container:hover .wizard .bottom .next.check span, .wizard .bottom .next:focus span {
9326
  background-position: left bottom;
9327
  float: right;
9328
}
9329

    
9330
/* Responive ------------------------------------------------ */
9331
@media only screen and (max-width: 768px) {
9332
  /* line 847, ../sass/_overlays.scss */
9333
  .wizard .top {
9334
    position: static;
9335
  }
9336
  /* line 850, ../sass/_overlays.scss */
9337
  .wizard .middle {
9338
    padding-top: 0;
9339
  }
9340

    
9341
  /* line 855, ../sass/_overlays.scss */
9342
  .overlay-wrapper .overlay-area {
9343
    top: 0;
9344
  }
9345
}