@import url(http://fonts.googleapis.com/css?family=Cantarell);
@font-face {
  font-family: 'Brownstone';
  src: url("../fonts/brownstonelight.eot");
  src: url("../fonts/brownstonelight.eot?#iefix") format("embedded-opentype"), url("../fonts/brownstonelight.woff") format("woff"), url("../fonts/brownstonelight.ttf") format("truetype"), url("../fonts/brownstonelight.svg#brownstone_sanslight") format("svg");
  font-style: normal;
  font-weight: normal;
}

/*
@import "compass";
@include font-face('Brownstone', font-files('brownstonelight.otf'));
*/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 80, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 101, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 114, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 132, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 170, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 204, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 211, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 270, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 284, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 296, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 308, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 323, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 333, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 343, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 354, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 367, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 376, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 386, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 269, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 272, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 285, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 288, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 293, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 296, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 297, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 303, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 308, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 309, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 310, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 311, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 312, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 313, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 314, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 320, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 323, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 333, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 336, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
/* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 124, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 125, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 130, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 135, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 138, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 145, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 146, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 149, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 165, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 169, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 172, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 179, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 11, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 17, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 23, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 27, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 38, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
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 {
  display: table;
}

/* line 48, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
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 {
  display: table-header-group !important;
}

/* line 58, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
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 {
  display: table-row-group !important;
}

/* line 68, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
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 {
  display: table-row !important;
}

/* line 79, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
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,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 85, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 92, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 98, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 103, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 108, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 113, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 119, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 126, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 129, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 132, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 135, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 148, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 154, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 160, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 167, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 176, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 179, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 187, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 192, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 197, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 202, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 208, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 215, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 217, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 222, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 226, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 230, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 234, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 239, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 244, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 246, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 251, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 255, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 259, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 263, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 268, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 274, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 276, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 281, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 285, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 289, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 293, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 298, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 110, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.03125em;
  line-height: 1.6;
}

/* line 115, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 144, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 151, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
a {
  color: #c2292e;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #ad2529;
}
/* line 159, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 163, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.8125em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 173, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 181, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Brownstone", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
/* line 191, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 198, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125em;
}

/* line 199, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875em;
}

/* line 200, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375em;
}

/* line 201, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125em;
}

/* line 202, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 203, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 207, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 228, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 233, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
/* line 242, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: inside;
  font-family: inherit;
}

/* line 250, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}

/* Unordered Lists */
/* line 258, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 267, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 270, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 271, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 272, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 273, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 280, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 289, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 293, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 298, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 305, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 310, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd;
}
/* line 315, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
/* line 319, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 324, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 330, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 336, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em;
}
/* line 342, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 346, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 353, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 355, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
  /* line 366, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 367, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em;
  }

  /* line 368, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125em;
  }

  /* line 369, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 370, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 381, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 383, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 391, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 392, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 394, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 402, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 407, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 410, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 412, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 418, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 424, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 426, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 427, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 428, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 429, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Flex Video */
/* line 44, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
/* line 26, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 27, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 32, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 67, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #111111;
}
/* line 71, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 1.875em;
}

/* line 75, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 83, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111111;
  margin-bottom: 1.875em;
}
/* line 92, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 97, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 100, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 102, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 104, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 107, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 112, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16;
}
/* line 117, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}
/* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}
/* line 132, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 137, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 150, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 156, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: white;
}
/* line 164, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 185, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 189, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #111111;
}
/* line 192, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 193, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 211, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 217, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222222;
  font-size: 16;
  margin: 0;
}
/* line 227, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 236, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #222222;
}
/* line 246, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #c2292e;
  font-size: 0.8125em;
}
/* line 249, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.hover {
  background: #982024;
}
/* line 253, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #005760;
}
/* line 255, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary.hover {
  background: #00292d;
}
/* line 259, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #5da423;
}
/* line 261, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success.hover {
  background: #457a1a;
}
/* line 265, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}
/* line 267, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert.hover {
  background: #970b0e;
}
/* line 275, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.hover > a {
  background: #090909;
  color: white;
}
/* line 281, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #090909;
  color: white;
}
/* line 288, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 291, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 295, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 305, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 306, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
/* line 313, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
/* line 320, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 324, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 327, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
/* line 332, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 333, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}
/* line 341, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 353, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden;
}

/* line 357, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}
.full-width { width: 100%; }

@media only screen and (min-width: 58.75em) {
  /* line 362, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 367, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 369, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 370, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 373, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 382, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #111111;
  }

  /* line 385, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 1.875em;
  }

  /* line 391, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 395, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 400, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 402, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 407, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111111;
  }
  /* line 411, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button).hover {
    background: black;
  }
  /* line 416, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 419, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 426, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 427, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  /* line 431, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    visibility: visible;
  }
  /* line 438, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    margin-top: -16px;
    right: 5px;
  }
  /* line 449, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 456, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }
  /* line 464, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 470, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 478, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0px;
  }
  /* line 488, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px;
  }
  /* line 496, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 500, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 510, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #090909;
    color: white;
  }
  /* line 516, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: white;
  }
  /* line 524, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    visibility: visible;
  }
}
@-webkit-keyframes rotate {
  /* line 38, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 39, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 42, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 43, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  /* line 46, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 47, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 51, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 52, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 56, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 59, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 66, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 69, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 72, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 75, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 77, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 83, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 115, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}
/* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 127, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 129, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 140, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 149, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
/* line 162, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
/* line 167, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
/* line 173, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 180, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 188, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 201, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
/* line 213, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 217, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 230, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
/* line 240, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 241, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 246, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
/* line 250, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 251, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
/* line 258, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 264, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 270, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 10px;
  height: 10px;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 280, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #555555;
}
/* line 284, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 291, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 294, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 303, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 306, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 316, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 317, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 324, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 109, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 111, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
/* line 62, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 65, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 66, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 115, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 121, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  /* line 124, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 134, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
/* Inline Lists */
/* line 49, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 36, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
/* line 41, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
/* line 128, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
/* line 87, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
/* line 93, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999999;
}
/* line 100, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 45, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
/* line 50, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 57, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #c2292e;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 64, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #c2292e;
}
/* line 110, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 133, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 110, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  /* line 128, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
/* line 135, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
/* line 50, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 51, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 76, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
/* line 83, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
/* line 91, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 95, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 139, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
/* line 115, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 117, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.3125em 0.625em;
  color: #555555;
}
/* line 142, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16;
  z-index: 99;
  max-width: 200px;
}
/* line 50, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 51, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 145, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 146, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 147, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 148, ../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zurb-foundation-4.3.1/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 4, ../sass/_orbit.scss */
.orbit-container {
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
}

/* line 10, ../sass/_orbit.scss */
.orbit-bullets {
  margin: 0;
  position: absolute;
  overflow: hidden;
  bottom: 5px;
  height: 25px;
  right: 10px;
  z-index: 9;
}

/* line 20, ../sass/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 6px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  border: none;
  background: url("../img/bullet-btn.png") 0 0 no-repeat;
  height: 24px;
  width: 24px;
  z-index: 10;
}

/* line 35, ../sass/_orbit.scss */
.orbit-bullets li.active {
  background: #FFFFFF;
}

/* line 2, ../sass/_base.scss */
p {
  font-size: 16px;
}

/* line 5, ../sass/_base.scss */
.row .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 9, ../sass/_base.scss */
.smalltext {
  font-size: 14px;
}

/* line 12, ../sass/_base.scss */
.nospace {
  margin-top: -20px;
}

/* line 17, ../sass/_base.scss */
header {
  overflow: hidden;
}
/* line 19, ../sass/_base.scss */
header.run {
  height: 210px;
}
/* line 22, ../sass/_base.scss */
header .header {
  /*height: 458px;*/
  position: relative;
}
/* line 28, ../sass/_base.scss */
header .header-img .snowcontainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 32, ../sass/_base.scss */
header .header-img .snowcontainer .snowflake {
  display: none\9;
}
/* line 38, ../sass/_base.scss */
header .header-text {
  position: absolute;
  text-align: center;
  margin: auto;
  top: 10%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* line 44, ../sass/_base.scss */
header .header-text h1, header .header-text h2, header .header-text h3 {
  margin: 0;
}
/* line 47, ../sass/_base.scss */
header .header-text h1 {
  color: #c2292e;
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
/* line 54, ../sass/_base.scss */
header .header-text h2 {
  color: #3da4ae;
  font-size: 40px;
}
/* line 58, ../sass/_base.scss */
header .header-text h3 {
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #3da4ae;
  letter-spacing: 5px;
  text-transform: uppercase;
}
/* line 66, ../sass/_base.scss */
header .addmemory-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* line 72, ../sass/_base.scss */
header #memoryModal {
  z-index: 100;
}
/* line 74, ../sass/_base.scss */
header #memoryModal h2, header #memoryModal p {
  color: #005760;
}
/* line 78, ../sass/_base.scss */
header .social {
  position: absolute;
  top: -225px;
  right: 50px;
}
/* line 81, ../sass/_base.scss */
header .mobile-logo {
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/* line 94, ../sass/_base.scss */
.nav-bar {
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  background: #c2292e;
  height: 55px;
  z-index: 10;
}
/* line 101, ../sass/_base.scss */
.nav-bar .scplogo-a {
  display: block;
  position: absolute;
  top: -60px;
  left: 43%;
  z-index: 10;
}
/* line 110, ../sass/_base.scss */
.nav-bar .snowleft {
  position: absolute;
  top: -19px;
  left: -6px;
  z-index: 6;
}
/* line 116, ../sass/_base.scss */
.nav-bar .snowright {
  position: absolute;
  top: -19px;
  right: -6px;
  z-index: 6;
}
/* line 122, ../sass/_base.scss */
.nav-bar .ribbonleft {
  position: absolute;
  top: 55px;
  left: -20px;
  z-index: 4;
}
/* line 128, ../sass/_base.scss */
.nav-bar .ribbonright {
  position: absolute;
  top: 55px;
  right: -20px;
  z-index: 4;
}
/* line 134, ../sass/_base.scss */
.nav-bar ul {
  list-style: none;
  margin: 0;
  padding: 17px;
  z-index: 5;
}
/* line 140, ../sass/_base.scss */
.nav-bar .leftlinks {
  float: left;
  margin-left: 25px;
}
/* line 143, ../sass/_base.scss */
.nav-bar .leftlinks li {
  margin-right: 40px;
}
/* line 147, ../sass/_base.scss */
.nav-bar .rightlinks {
  float: right;
  margin-right: 25px;
}
/* line 150, ../sass/_base.scss */
.nav-bar .rightlinks li {
  margin-left: 60px;
}
/* line 154, ../sass/_base.scss */
.nav-bar li {
  display: inline;
}
/* line 156, ../sass/_base.scss */
.nav-bar li a {
  color: #fff;
}
/* line 158, ../sass/_base.scss */
.nav-bar li a:hover, .nav-bar li a:focus, .nav-bar li a:active {
  color: #fff;
  background: url("../img/link-hover.png") bottom no-repeat;
  display: inline-block;
}
/* line 165, ../sass/_base.scss */
.nav-bar .active-link {
  background: url("../img/link-hover.png") bottom no-repeat;
  display: inline-block;
}

/* line 170, ../sass/_base.scss */
.nav-mobile {
  position: fixed;
  top: 0;
  text-transform: uppercase;
  z-index: 999;
}
/* line 175, ../sass/_base.scss */
.nav-mobile .top-bar {
  background: #c2292e;
}
/* line 177, ../sass/_base.scss */
.nav-mobile .top-bar a {
  font-size: 14px;
}
/* line 180, ../sass/_base.scss */
.nav-mobile .top-bar h5 {
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
}
/* line 184, ../sass/_base.scss */
.nav-mobile .top-bar .toggle-topbar.menu-icon a span {
  font-size: 12px;
}
/* line 187, ../sass/_base.scss */
.nav-mobile .top-bar.expanded .title-area {
  background: #c2292e;
}
/* line 190, ../sass/_base.scss */
.nav-mobile .top-bar-section li {
  border-top: 1px solid #b6e1e1;
}
/* line 193, ../sass/_base.scss */
.nav-mobile .top-bar-section ul, .nav-mobile .top-bar-section ul li > a {
  background: none;
}

/* line 198, ../sass/_base.scss */
.f-dropdown {
  -webkit-box-shadow: 3px 3px 0px 0px #9dc2c2;
  -moz-box-shadow: 3px 3px 0px 0px #9dc2c2;
  box-shadow: 3px 3px 0px 0px #9dc2c2;
  border: none;
}
/* line 203, ../sass/_base.scss */
.f-dropdown:before, .f-dropdown:after {
  content: none;
}
/* line 206, ../sass/_base.scss */
.f-dropdown li {
  font-size: 16px;
  border-bottom: 1px solid #b6e1e1;
  text-transform: uppercase;
  padding: 10px;
}
/* line 211, ../sass/_base.scss */
.f-dropdown li:hover {
  color: #fff;
  background: url("../img/link-hover.png") bottom no-repeat;
  display: block;
}
/* line 216, ../sass/_base.scss */
.f-dropdown li a {
  color: #c2292e;
}

/* line 223, ../sass/_base.scss */
.container {
  background: #b6e1e1;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 60px 35px;
  z-index: 1;
}
/* line 230, ../sass/_base.scss */
.container .dropshadow-nav {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 235, ../sass/_base.scss */
.container .snowbank {
  position: absolute;
  bottom: -18px;
  left: -30px;
  height: 16px;
  width: 970px;
  /*background: url("../images/snowbank-footer.png") no-repeat;*/
}
/* line 243, ../sass/_base.scss */
.container h2 {
  color: #c2292e;
  font-size: 50px;
  font-weight: normal;
  margin-top: 10px;
}
/* line 249, ../sass/_base.scss */
.container h3 {
  color: #3da4ae;
  font-size: 40px;
  font-weight: normal;
}
/* line 254, ../sass/_base.scss */
.container h4 {
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
}
/* line 257, ../sass/_base.scss */
.container h5 {
  color: #005760;
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* line 263, ../sass/_base.scss */
.container .subnav {
  margin-bottom: 85px;
}
/* line 266, ../sass/_base.scss */
.container a {
  color: #0a0a0a;
  text-decoration: underline;
}

/* line 271, ../sass/_base.scss */
#noseanimals {
  position: relative;
  height: 139px;
}
/* line 274, ../sass/_base.scss */
#noseanimals .noseanimals {
  position: absolute;
  bottom: -20px;
  left: 20%;
  z-index: 1;
}

/* line 283, ../sass/_base.scss */
.container.home p {
  color: #005760;
  margin: 10px;
}
/* line 287, ../sass/_base.scss */
.container.home .parade-frame {
  border-style: solid;
  border-width: 31px 43px;
  -moz-border-image: url("../img/paradeframe-border2.png") 31 43 repeat;
  -webkit-border-image: url("../img/paradeframe-border2.png") 31 43 repeat;
  -o-border-image: url("../img/paradeframe-border2.png") 31 43 repeat;
  border-image: url("../img/paradeframe-border2.png") 31 43 fill repeat;
  border-width: 0\9;
  margin: 45px 50px 20px 45px;
}
/* line 291, ../sass/_base.scss */
.container.home .parade-frame h2 {
  color: #b6e1e1;
  color: #3da4ae \9;
  margin: 0;
}
/* line 297, ../sass/_base.scss */
.container.home .row.full-orbit {
  margin: 20px -50px;
}
/* line 300, ../sass/_base.scss */
.container.home .moment-frame {
  border-style: solid;
  border-width: 12px 27px;
  -moz-border-image: url("../img/frame-border.png") 12 27 repeat;
  -webkit-border-image: url("../img/frame-border.png") 12 27 repeat;
  -o-border-image: url("../img/frame-border.png") 12 27 repeat;
  border-image: url("../img/frame-border.png") 12 27 fill repeat;
  border-width: 0\9;
  position: relative;
}
/* line 304, ../sass/_base.scss */
.container.home .moment-frame .snowflake-top {
  position: absolute;
  top: -60px;
  right: -40px;
}
/* line 309, ../sass/_base.scss */
.container.home .moment-frame .snowflake-bot {
  position: absolute;
  bottom: -60px;
  left: -40px;
}
/* line 315, ../sass/_base.scss */
.container.home .moment {
  margin: 30px 0;
}
/* line 318, ../sass/_base.scss */
.container.home .vid-frame {
  border-style: solid;
  border-width: 27px 27px 15px;
  -moz-border-image: url("../img/vidframe-border.png") 27 27 15 repeat;
  -webkit-border-image: url("../img/vidframe-border.png") 27 27 15 repeat;
  -o-border-image: url("../img/vidframe-border.png") 27 27 15 repeat;
  border-image: url("../img/vidframe-border.png") 27 27 15 fill repeat;
  margin-bottom: 15px;
  border-width: 0\9;
}

/* line 330, ../sass/_base.scss */
.container.about {
  text-align: left;
}
/* line 332, ../sass/_base.scss */
.container.about a {
  color: #2444b9;
  text-decoration: none;
}
/* line 335, ../sass/_base.scss */
.container.about a:hover {
  color: #666666;
}
/* line 339, ../sass/_base.scss */
.container.about h2 {
  text-align: center;
  margin-top: 30px;
}
/* line 343, ../sass/_base.scss */
.container.about #volunteer p {
  margin-left: -12px;
}
/* line 346, ../sass/_base.scss */
.container.about .donate-frame {
  border-style: solid;
  border-width: 12px 27px;
  -moz-border-image: url("../img/frame-border.png") 12 27 repeat;
  -webkit-border-image: url("../img/frame-border.png") 12 27 repeat;
  -o-border-image: url("../img/frame-border.png") 12 27 repeat;
  border-image: url("../img/frame-border.png") 12 27 fill repeat;
  border-width: 0\9;
  margin: 50px 0;
  text-align: center;
}
/* line 352, ../sass/_base.scss */
.container.about .donate-frame .donate-btn {
  margin: 15px 0;
}
/* line 355, ../sass/_base.scss */
.container.about .donate-frame .snowflakes-left {
  position: absolute;
  top: 10px;
  left: 0;
}
/* line 360, ../sass/_base.scss */
.container.about .donate-frame .snowflakes-right {
  position: absolute;
  top: 10px;
  right: 0;
}
/* line 366, ../sass/_base.scss */
.container.about .history {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
/* line 370, ../sass/_base.scss */
.container.about .history h3 {
  text-align: left;
}
/* line 373, ../sass/_base.scss */
.container.about .history h5 {
  color: #fff;
  margin-top: 15px;
}
/* line 377, ../sass/_base.scss */
.container.about .history p {
  color: #fff;
  margin: 15px;
}
/* line 381, ../sass/_base.scss */
.container.about .history .row {
  padding: 0 85px;
}
/* line 384, ../sass/_base.scss */
.container.about .history .frame {
  background: #3da4ae;
  border: 3px solid #2e868e;
  position: relative;
  margin-top: 25px;
}
/* line 389, ../sass/_base.scss */
.container.about .history .frame .tl, .container.about .history .frame .tr, .container.about .history .frame .bl, .container.about .history .frame .br {
  position: absolute;
  z-index: 100;
  width: 27px;
  height: 27px;
}
/* line 395, ../sass/_base.scss */
.container.about .history .frame .tl, .container.about .history .frame .tr {
  top: -3px;
}
/* line 398, ../sass/_base.scss */
.container.about .history .frame .bl, .container.about .history .frame .br {
  bottom: -3px;
}
/* line 401, ../sass/_base.scss */
.container.about .history .frame .tl, .container.about .history .frame .bl {
  left: -3px;
}
/* line 404, ../sass/_base.scss */
.container.about .history .frame .tr, .container.about .history .frame .br {
  right: -3px;
}
/* line 407, ../sass/_base.scss */
.container.about .history .frame .tl {
  /*background: url(../images/frame_tl.png) no-repeat;*/
}
/* line 410, ../sass/_base.scss */
.container.about .history .frame .tr {
  /*background: url(../images/frame_tr.png) no-repeat;*/
}
/* line 413, ../sass/_base.scss */
.container.about .history .frame .bl {
  /*background: url(../images/frame_bl.png) no-repeat;*/
}
/* line 416, ../sass/_base.scss */
.container.about .history .frame .br {
  /*background: url(../images/frame_br.png) no-repeat;*/
}
/* line 422, ../sass/_base.scss */
.container.about .pole {
  height: 5700px;
  position: absolute;
  top: 0;
  left: 42%;
  z-index: 0;
}
/* line 428, ../sass/_base.scss */
.container.about #bunny-placeholder {
  margin-top: 150px;
}
/* line 431, ../sass/_base.scss */
.container.about .sponsors {
  text-align: left;
}
/* line 434, ../sass/_base.scss */
.container.about .sponsors p {
  margin-left: -10px;
  margin-bottom: 30px;
}
/* line 438, ../sass/_base.scss */
.container.about .sponsors .center-img {
  padding: 50px 0;
}
/* line 441, ../sass/_base.scss */
.container.about .sponsors .center-img2 {
  padding-top: 100px;
}
/* line 444, ../sass/_base.scss */
.container.about .sponsors .secondary {
  width: 100px;
}
/* line 447, ../sass/_base.scss */
.container.about .sponsors img {
  width: 150px;
  vertical-align: middle;
}
/* line 451, ../sass/_base.scss */
.container.about .sponsors li {
  margin-bottom: 50px;
}
/* line 464, ../sass/_base.scss */
.container.about .contact h4, .container.about .contact ul {
  margin-left: -12px;
}
/* line 467, ../sass/_base.scss */
.container.about .contact h4 {
  font-size: 16px;
  color: #3da4ae;
  text-transform: uppercase;
}
/* line 472, ../sass/_base.scss */
.container.about .contact li {
  list-style: none;
  font-size: 14px;
  color: #16393c;
}

/* line 480, ../sass/_base.scss */
.setheight {
  min-height: 475px;
}
/* line 482, ../sass/_base.scss */
.setheight .micro-frame {
  bottom: 10px;
  position: absolute !important;
  max-width: 393px;
  width: 100%;
}

/* line 490, ../sass/_base.scss */
.container.plan {
  position: relative;
  text-align: left;
}
/* line 493, ../sass/_base.scss */
.container.plan h2 {
  text-align: center;
  margin-top: 30px;
}
/* line 497, ../sass/_base.scss */
.container.plan h4 {
  color: #0a0a0a;
}
/* line 500, ../sass/_base.scss */
.container.plan p {
  color: #0a0a0a;
}
/* line 503, ../sass/_base.scss */
.container.plan .directions {
  margin-bottom: 50px;
}
/* line 505, ../sass/_base.scss */
.container.plan .directions img {
  display: block;
  margin: 0 auto;
}
/* line 509, ../sass/_base.scss */
.container.plan .directions .row {
  margin-bottom: 50px;
}
/* line 512, ../sass/_base.scss */
.container.plan .directions .drivingin {
  font-size: 15px;
  list-style: none;
  margin-bottom: 30px;
}
/* line 518, ../sass/_base.scss */
.container.plan .tips {
  margin-bottom: 100px;
}
/* line 520, ../sass/_base.scss */
.container.plan .tips img {
  display: block;
  margin: 0 auto;
}
/* line 524, ../sass/_base.scss */
.container.plan .tips .row {
  margin-bottom: 75px;
}
/* line 529, ../sass/_base.scss */
.container.plan .rednose .row {
  margin-bottom: 50px;
}
/* line 532, ../sass/_base.scss */
.container.plan .rednose h5 {
  color: #0a0a0a;
  font-size: 16px;
}
/* line 536, ../sass/_base.scss */
.container.plan .rednose h5:nth-child(4) {
  margin-top: -20px;
}
/* line 539, ../sass/_base.scss */
.container.plan .rednose li {
  margin-left: 20px;
  text-align: left;
  font-size: 14px;
}
/* line 545, ../sass/_base.scss */
.container.plan #noseanimals .noseanimals {
  left: 30%;
}

/* line 549, ../sass/_base.scss */
.plane-img {
  margin-top: 20px;
}

/* line 553, ../sass/_base.scss */
.container.volunteer {
  text-align: left;
}
/* line 555, ../sass/_base.scss */
.container.volunteer .subnav {
  margin-bottom: 0;
  padding-bottom: 85px;
}
/* line 559, ../sass/_base.scss */
.container.volunteer h2 {
  text-align: center;
  margin-top: 30px;
}
/* line 563, ../sass/_base.scss */
.container.volunteer h5 {
  text-transform: uppercase;
  font-size: 18px;
}
/* line 567, ../sass/_base.scss */
.container.volunteer p {
  color: #16393c;
}
/* line 570, ../sass/_base.scss */
.container.volunteer .volunteers {
  margin-bottom: 50px;
}
/* line 574, ../sass/_base.scss */
.container.volunteer .clowns h2 {
  text-align: center;
}
/* line 577, ../sass/_base.scss */
.container.volunteer .clowns .row {
  margin-bottom: 30px;
}
/* line 581, ../sass/_base.scss */
.container.volunteer .clowns .row:nth-child(4) p {
  font-size: 14px;
}
/* line 585, ../sass/_base.scss */
.container.volunteer .clowns .meet-frame {
  border-style: solid;
  border-width: 12px 27px;
  -moz-border-image: url("../img/frame-border.png") 12 27 repeat;
  -webkit-border-image: url("../img/frame-border.png") 12 27 repeat;
  -o-border-image: url("../img/frame-border.png") 12 27 repeat;
  border-image: url("../img/frame-border.png") 12 27 fill repeat;
  border-width: 0\9;
}
/* line 588, ../sass/_base.scss */
.container.volunteer .clowns .meet-frame h3 {
  text-align: center;
}
/* line 592, ../sass/_base.scss */
.container.volunteer .clowns .clownbios {
  margin-bottom: 50px;
}
/* line 594, ../sass/_base.scss */
.container.volunteer .clowns .clownbios ul {
  margin: 0;
}
/* line 598, ../sass/_base.scss */
.container.volunteer .clowns .clownbios ul > li h6 {
  color: #c2292e;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
}
/* line 604, ../sass/_base.scss */
.container.volunteer .clowns .clownbios ul > li p {
  color: #005760;
  font-size: 14px;
  margin-bottom: 0;
}
/* line 612, ../sass/_base.scss */
.container.volunteer .scenes {
  margin-bottom: 50px;
}

/* line 616, ../sass/_base.scss */
#bioModal {
  background: none;
  padding: 0;
  width: 80%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-width: 27px;
  -moz-border-image: url("../img/jackbox-border.png") 27 repeat;
  -webkit-border-image: url("../img/jackbox-border.png") 27 repeat;
  -o-border-image: url("../img/jackbox-border.png") 27 repeat;
  border-image: url("../img/jackbox-border.png") 27 fill repeat;
  border-width: 0\9;
  background: white \9;
}
/* line 630, ../sass/_base.scss */
#bioModal .close-reveal-modal {
  top: -15px;
  right: 0;
}
/* line 634, ../sass/_base.scss */
#bioModal .row {
  margin-top: 20px;
}

/* line 640, ../sass/_base.scss */
.container.donate #joy-banner {
  margin: 0 -35px 50px -35px;
}
/* line 643, ../sass/_base.scss */
.container.donate p {
  text-align: left;
}
/* line 647, ../sass/_base.scss */
.container.donate #donatenow p {
  margin-top: -10px;
}
/* line 651, ../sass/_base.scss */
.container.donate .donateformat {
  margin-bottom: 75px;
}
/* line 653, ../sass/_base.scss */
.container.donate .donateformat h3 {
  text-align: left;
}
/* line 656, ../sass/_base.scss */
.container.donate .donateformat h5 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
}
/* line 661, ../sass/_base.scss */
.container.donate .donateformat h6 {
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  text-align: left;
}
/* line 665, ../sass/_base.scss */
.container.donate .donateformat h6:nth-child(4) {
  margin-top: -20px;
}
/* line 668, ../sass/_base.scss */
.container.donate .donateformat p {
  color: #16393c;
}
/* line 671, ../sass/_base.scss */
.container.donate .donateformat .row {
  margin-bottom: 50px;
}
/* line 674, ../sass/_base.scss */
.container.donate .donateformat #jobbenefits p {
  font-size: 14px;
}
/* line 677, ../sass/_base.scss */
.container.donate .donateformat li {
  margin-left: 20px;
  text-align: left;
  font-size: 14px;
}

/* line 685, ../sass/_base.scss */
.container.funstuff {
  text-align: left;
}
/* line 687, ../sass/_base.scss */
.container.funstuff h2 {
  text-align: center;
  margin-top: 30px;
}
/* line 691, ../sass/_base.scss */
.container.funstuff h5 {
  text-transform: uppercase;
  font-size: 18px;
}
/* line 695, ../sass/_base.scss */
.container.funstuff p {
  color: #16393c;
}
/* line 698, ../sass/_base.scss */
.container.funstuff .santacam {
  margin-bottom: 50px;
}
/* line 700, ../sass/_base.scss */
.container.funstuff .santacam .cam-container {
  background: #fff;
  float: left;
  width: 100%;
  padding: 10px;
}
/* line 705, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .getstarted {
  background: #b6e1e1;
}
/* line 707, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .getstarted p {
  margin-bottom: 20px;
}
/* line 711, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .getstarted-btn {
  padding: 30px;
}
/* line 714, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .started-img {
  margin-top: 40px;
}
/* line 717, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery {
  /*background: url("../img/cam-gallery/gallery-bg.png") repeat;*/
  padding: 15px;
}
/* line 720, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .frame {
  border-style: solid;
  border-width: 27px;
  -moz-border-image: url("../img/jackbox-border.png") 27 repeat;
  -webkit-border-image: url("../img/jackbox-border.png") 27 repeat;
  -o-border-image: url("../img/jackbox-border.png") 27 repeat;
  border-image: url("../img/jackbox-border.png") 27 fill repeat;
  border-width: 0\9;
  background: white \9;
  position: relative;
}
/* line 731, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .holder {
  position: relative;
}
/* line 733, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .holder a {
  display: inline-block;
  cursor: pointer;
  /*background: url("../img/cam-gallery/bullet-img.png") no-repeat;*/
  height: 14px;
  width: 14px;
  margin: 0 2px;
}
/* line 740, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .holder a:hover {
  /*background: url("../images/cam-gallery/bulletactive-img.png") no-repeat;*/
  height: 14px;
  width: 14px;
}
/* line 745, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .holder a.jp-previous {
  /*background: url("../images/cam-gallery/prev-btn.png") no-repeat;*/
  height: 28px;
  width: 119px;
}
/* line 750, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .holder a.jp-next {
  /*background: url("../images/cam-gallery/next-btn.png") no-repeat;*/
  height: 28px;
  width: 99px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 758, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .holder a.jp-current, .container.funstuff .santacam .cam-container .image-gallery .holder a .jp-current:hover {
  /*background: url("../images/cam-gallery/bulletactive-img.png") no-repeat;*/
  height: 14px;
  width: 14px;
}
/* line 763, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .holder a.jp-current, .container.funstuff .santacam .cam-container .image-gallery .holder a .jp-current:hover, .container.funstuff .santacam .cam-container .image-gallery .holder a .jp-disabled, .container.funstuff .santacam .cam-container .image-gallery .holder a .jp-disabled:hover {
  cursor: default;
}
/* line 767, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery .holder .bullets {
  position: absolute;
  top: -10px;
  width: 100%;
  text-align: center;
}
/* line 775, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery #item-container ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
/* line 780, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery #item-container li {
  display: inline-block;
  margin: 5px;
  zoom: 1;
  *display: inline;
}
/* line 786, ../sass/_base.scss */
.container.funstuff .santacam .cam-container .image-gallery #item-container li img {
  vertical-align: bottom;
  height: 109px;
  width: 165px;
}
/* line 797, ../sass/_base.scss */
.container.funstuff .track {
  margin-bottom: 50px;
}
/* line 799, ../sass/_base.scss */
.container.funstuff .track article:nth-child(2) {
  margin-top: 50px;
}
/* line 803, ../sass/_base.scss */
.container.funstuff .ar {
  margin-bottom: 50px;
}
/* line 805, ../sass/_base.scss */
.container.funstuff .ar h5 {
  font-size: 14px;
}
/* line 808, ../sass/_base.scss */
.container.funstuff .ar p {
  font-size: 14px;
}
/* line 813, ../sass/_base.scss */
.container.funstuff .ar .row .large-6:nth-child(1) img {
  margin-left: -50px;
}
/* line 820, ../sass/_base.scss */
.container.funstuff .fun article {
  margin-bottom: 50px;
}

/* line 827, ../sass/_base.scss */
.container.microlanding h2 {
  font-size: 49px;
  margin-top: 40px;
}
/* line 831, ../sass/_base.scss */
.container.microlanding .parade-frame {
  border-style: solid;
  border-width: 31px 43px;
  -moz-border-image: url("../img/paradeframe-border2.png") 31 43 repeat;
  -webkit-border-image: url("../img/paradeframe-border2.png") 31 43 repeat;
  -o-border-image: url("../img/paradeframe-border2.png") 31 43 repeat;
  border-image: url("../img/paradeframe-border2.png") 31 43 fill repeat;
  border-width: 0\9;
  margin: 50px 45px 20px 45px;
}
/* line 835, ../sass/_base.scss */
.container.microlanding .parade-frame h2 {
  color: #b6e1e1;
  color: #3da4ae \9;
  margin: 0;
}
/* line 840, ../sass/_base.scss */
.container.microlanding .snowflakes-left {
  position: absolute;
  top: 0;
  left: -35px;
}
/* line 845, ../sass/_base.scss */
.container.microlanding .snowflakes-right {
  position: absolute;
  top: 0;
  right: -35px;
}
/* line 851, ../sass/_base.scss */
.container.microlanding .row:nth-child(3) p {
  margin-top: 20px;
}
/* line 864, ../sass/_base.scss */
.container.microlanding .row:nth-child(4) p {
  text-align: left;
}
/* line 870, ../sass/_base.scss */
.container.microlanding .row:nth-child(5) p {
  margin: 30px 0;
}

/* line 875, ../sass/_base.scss */
.row.pad-btm {
  padding-bottom: 50px;
}

/* line 878, ../sass/_base.scss */
.micro-frame {
  position: relative;
  border-style: solid;
  border-width: 12px 27px;
  -moz-border-image: url("../img/frame-border.png") 12 27 repeat;
  -webkit-border-image: url("../img/frame-border.png") 12 27 repeat;
  -o-border-image: url("../img/frame-border.png") 12 27 repeat;
  border-image: url("../img/frame-border.png") 12 27 fill repeat;
  border-width: 0\9;
}
/* line 882, ../sass/_base.scss */
.micro-frame .micro-btn {
  margin: 15px 0;
}

/* line 888, ../sass/_base.scss */
.nav-bar-hollyjolly {
  background: #b6e1e1;
  position: relative;
  text-transform: uppercase;
  margin: 0 27px;
  z-index: 10;
}
/* line 895, ../sass/_base.scss */
.nav-bar-hollyjolly .hollyjollylogo-a {
  display: block;
  position: absolute;
  top: -210px;
  left: 27%;
  z-index: 10;
}

/* line 906, ../sass/_base.scss */
.container.hollyjolly #main-info h2:nth-child(1) {
  margin-top: 20px;
}
/* line 909, ../sass/_base.scss */
.container.hollyjolly #main-info h2 {
  font-size: 32px;
  margin: 0;
  text-transform: uppercase;
}
/* line 914, ../sass/_base.scss */
.container.hollyjolly #main-info h3 {
  font-family: "Cantarell", Helvetica, Arial, sans-serif;
  color: #c2292e;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 921, ../sass/_base.scss */
.container.hollyjolly #event-info {
  margin-top: 50px;
  text-align: left;
}
/* line 924, ../sass/_base.scss */
.container.hollyjolly #event-info h3 {
  text-align: left;
  font-size: 30px;
  margin-top: 15px;
}
/* line 929, ../sass/_base.scss */
.container.hollyjolly #event-info .large-12 {
  margin-bottom: 25px;
}
/* line 933, ../sass/_base.scss */
.container.hollyjolly #reg-info {
  margin-top: 50px;
}
/* line 935, ../sass/_base.scss */
.container.hollyjolly #reg-info h3 {
  text-align: left;
  font-size: 30px;
}
/* line 939, ../sass/_base.scss */
.container.hollyjolly #reg-info p {
  text-align: left;
}
/* line 942, ../sass/_base.scss */
.container.hollyjolly #reg-info p:nth-child(n+4) {
  font-size: 12px;
  margin-bottom: 0;
}
/* line 946, ../sass/_base.scss */
.container.hollyjolly #reg-info .register-frame {
  border-style: solid;
  border-width: 12px 27px;
  color: white;
  -moz-border-image: url("../img/vidframe-border.png") 12 27 repeat;
  -webkit-border-image: url("../img/vidframe-border.png") 12 27 repeat;
  -o-border-image: url("../img/vidframe-border.png") 12 27 repeat;
  border-image: url("../img/vidframe-border.png") 12 27 fill repeat;
  border-width: 0\9;
}
/* line 949, ../sass/_base.scss */
.container.hollyjolly #reg-info .register-frame p {
  text-align: center;
  margin: 10px 0;
}
/* line 953, ../sass/_base.scss */
.container.hollyjolly #reg-info .register-frame img {
  margin: 10px 0;
}
/* line 958, ../sass/_base.scss */
.container.hollyjolly #btm-pics, .container.hollyjolly #btm-btns {
  margin-top: 40px;
  position: relative;
}
/* line 961, ../sass/_base.scss */
.container.hollyjolly #btm-pics p, .container.hollyjolly #btm-btns p {
  text-align: left;
  margin-top: 20px;
}
/* line 965, ../sass/_base.scss */
.container.hollyjolly #btm-pics h2, .container.hollyjolly #btm-btns h2 {
  font-size: 28px;
}
/* line 968, ../sass/_base.scss */
.container.hollyjolly #btm-pics .snowflake-left, .container.hollyjolly #btm-btns .snowflake-left {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 973, ../sass/_base.scss */
.container.hollyjolly #btm-pics .snowflake-right, .container.hollyjolly #btm-btns .snowflake-right {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 979, ../sass/_base.scss */
.container.hollyjolly .subnav-btn {
  margin: 20px 0;
}

/* line 985, ../sass/_base.scss */
.row.full-width {
  width: 100%;
  max-width: 100%;
}

/* line 987, ../sass/_base.scss */
footer {
  color: #92b5b5;
}
/* line 989, ../sass/_base.scss */
footer a {
  color: #92b5b5;
}
/* line 991, ../sass/_base.scss */
footer a:hover {
  color: #005760;
}
/* line 992, ../sass/_base.scss */
footer a.db {
  top: -2px;
  display: inline-block;
  clear: right;
  position: relative;
  margin-left: 10px;
}
/* line 1000, ../sass/_base.scss */
footer hr {
  border: 1px solid #b6e1e1;
  margin-top: 0;
}
/* line 1004, ../sass/_base.scss */
footer .inline-list {
  float: right;
}
/* line 1006, ../sass/_base.scss */
footer .inline-list li {
  font-size: 14px;
  margin-left: 40px;
}

@media only screen and (max-width: 1024px) {
  /* line 1017, ../sass/_base.scss */
  .container .snowbank {
    left: -150px;
  }

  header .social {
    top: -8em;
  }

  /* line 1022, ../sass/_base.scss */
  .nav-bar ul {
    padding: 17px 0;
    text-align: center;
  }
  /* line 1026, ../sass/_base.scss */
  .nav-bar .leftlinks {
    margin-left: 4%;
  }
  /* line 1028, ../sass/_base.scss */
  .nav-bar .leftlinks li {
    margin-right: 4px;
  }
  /* line 1032, ../sass/_base.scss */
  .nav-bar .rightlinks {
    margin-right: 4%;
  }
  /* line 1034, ../sass/_base.scss */
  .nav-bar .rightlinks li {
    margin-left: 4px;
  }
}


@media only screen and (max-width: 768px) {
  .container { background-color: #d1ecf3; }
  /* line 1042, ../sass/_base.scss */
  header {
    height: auto;
    overflow: visible;
  }
  /* line 1045, ../sass/_base.scss */
  header .header {
    /*height: 150px;*/
  }
  /* line 1048, ../sass/_base.scss */
  header .addmemory-btn {
    display: none;
  }
  /* line 1051, ../sass/_base.scss */
  header .social {
        top: -50px;
  }
  /* line 1054, ../sass/_base.scss */
  header .mobile-logo {
    top: 175px;
  }

  /* line 1059, ../sass/_base.scss */
  .container {
    margin-top: 10px;
  }
  /* line 1061, ../sass/_base.scss */
  .container h2 {
    margin-top: 5px;
  }
  /* line 1064, ../sass/_base.scss */
  .container .snowbank {
    left: -175px;
  }
  /* line 1067, ../sass/_base.scss */
  .container .subnav {
    text-align: center;
  }
  /* line 1069, ../sass/_base.scss */
  .container .subnav a img {
    margin-bottom: 5px;
  }

  /* line 1075, ../sass/_base.scss */
  .container.home .parade-frame {
    margin: 50px 0 20px 0;
  }

  /* line 1081, ../sass/_base.scss */
  .container.about .donate-frame .snowflakes-left {
    position: absolute;
    top: 70px;
    left: 0;
  }
  /* line 1086, ../sass/_base.scss */
  .container.about .donate-frame .snowflakes-right {
    position: absolute;
    top: 70px;
    right: 0;
  }
  /* line 1093, ../sass/_base.scss */
  .container.about .history .row {
    padding: 0;
  }
  /* line 1097, ../sass/_base.scss */
  .container.about .pole {
    display: none;
  }
  /* line 1106, ../sass/_base.scss */
  .container.about .contact {
    margin-top: 50px;
  }

  /* line 1114, ../sass/_base.scss */
  .container.volunteer .volunteers .row .large-9 {
    margin-top: 20px;
  }
  /* line 1121, ../sass/_base.scss */
  .container.volunteer .clowns .row .large-9 {
    margin-top: 20px;
  }

  /* line 1128, ../sass/_base.scss */
  .nav-bar-hollyjolly .top-nav-image {
    display: none;
  }
  /* line 1131, ../sass/_base.scss */
  .nav-bar-hollyjolly .hollyjollylogo-a {
    top: -140px;
    left: 30%;
    height: auto;
    width: 40%;
  }

  /* line 1138, ../sass/_base.scss */
  .container.hollyjolly {
    margin-top: 0;
  }
  /* line 1141, ../sass/_base.scss */
  .container.hollyjolly .row:nth-child(2) .register-frame {
    margin-top: 50px;
  }
  /* line 1143, ../sass/_base.scss */
  .container.hollyjolly .row:nth-child(2) .register-frame img {
    margin: 10px 50px;
  }
  /* line 1149, ../sass/_base.scss */
  .container.hollyjolly .row:nth-child(3) .snowflake-left {
    left: -45px;
  }
  /* line 1152, ../sass/_base.scss */
  .container.hollyjolly .row:nth-child(3) .snowflake-right {
    right: -45px;
  }
  /* line 1158, ../sass/_base.scss */
  .container.hollyjolly .row:nth-child(4) .large-6:nth-child(2) img:nth-child(2) {
    margin-top: 0;
  }

  /* line 1166, ../sass/_base.scss */
  .container.microlanding .row:nth-child(3) .large-6:nth-child(1) .micro-frame {
    margin-top: 0;
  }
  /* line 1169, ../sass/_base.scss */
  .container.microlanding .row:nth-child(3) .large-6:nth-child(2) {
    margin-top: 50px;
  }

  /* line 1176, ../sass/_base.scss */
  .container.donate #donate-info .columns {
    margin-top: 50px;
  }
  /* line 1181, ../sass/_base.scss */
  .container.donate .clowns .large-9 {
    margin-top: 50px;
  }

  /* line 1188, ../sass/_base.scss */
  .container.funstuff .fun .row:nth-child(3) {
    margin-top: 50px;
  }

  /* line 1194, ../sass/_base.scss */
  .setheight .micro-frame {
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1201, ../sass/_base.scss */
  .container .snowbank {
    left: -300px;
  }

  /* line 1205, ../sass/_base.scss */
  .container.home .parade-frame h2 {
    font-size: 18px;
  }
  /* line 1208, ../sass/_base.scss */
  .container.home .moment-frame h3 {
    font-size: 18px;
  }

  /* line 1214, ../sass/_base.scss */
  .container.about .donate-frame .snowflakes-left {
    display: none;
  }
  /* line 1217, ../sass/_base.scss */
  .container.about .donate-frame .snowflakes-right {
    display: none;
  }

  /* line 1223, ../sass/_base.scss */
  .container.donate .snowflakes-left {
    display: none;
  }
  /* line 1226, ../sass/_base.scss */
  .container.donate .snowflakes-right {
    display: none;
  }

  /* line 1231, ../sass/_base.scss */
  .container.microlanding .parade-frame {
    margin: 0;
    margin-top: 50px;
  }
  /* line 1235, ../sass/_base.scss */
  .container.microlanding .snowflakes-left {
    display: none;
  }
  /* line 1238, ../sass/_base.scss */
  .container.microlanding .snowflakes-right {
    display: none;
  }

  /* line 1245, ../sass/_base.scss */
  .container.hollyjolly .row:nth-child(2) .register-frame img {
    margin: 10px 0;
  }

  /* line 1252, ../sass/_base.scss */
  .nav-bar-hollyjolly .hollyjollylogo-a {
    top: -90px;
  }

  /* line 1257, ../sass/_base.scss */
  .setheight .micro-frame {
    bottom: -20px;
  }
}
@-moz-document url-prefix() {
  /* line 1269, ../sass/_base.scss */
  header .mobile-logo {
    top: 50px;
  }
}

.faq p {
	margin-top:1.25em;
	margin-bottom: 0em;
}


@media (min-width: 1200px) {
.container {
    width: 970px;
}
}