/*! normalize.css v2.1.0 | 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. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../../../../../../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../../../../../../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 108, ../../../../../../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 253, ../../../../../../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 264, ../../../../../../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 278, ../../../../../../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 290, ../../../../../../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 302, ../../../../../../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 317, ../../../../../../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 327, ../../../../../../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 337, ../../../../../../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 348, ../../../../../../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 361, ../../../../../../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 370, ../../../../../../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 380, ../../../../../../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* line 241, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 246, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 249, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 262, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 265, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 270, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 273, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 274, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 285, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 286, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 287, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 288, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 289, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 290, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 291, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 297, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 300, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 310, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 313, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80em;
  *zoom: 1;
}
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 130, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 138, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 145, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 146, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 149, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 160, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 165, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

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

  /* line 172, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

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

/* line 17, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 98, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 103, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 129, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 135, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 142, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 176, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 179, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 187, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 208, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 217, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 222, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 234, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 239, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 246, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 251, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 255, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 263, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 268, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 276, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 281, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 285, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 289, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 293, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 298, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

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

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

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

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

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

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

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

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

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

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

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

  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a {
  color: #177ce8;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #1570d1;
}
/* line 159, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

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

/* Default header styles */
/* line 181, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.1125em;
}
/* line 191, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.625em;
}

/* line 199, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.375em;
}

/* line 200, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.1875em;
}

/* line 201, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125em;
}

/* line 202, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 203, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 228, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #a2370f;
}

/* Lists */
/* line 242, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: inside;
  font-family: inherit;
}

/* line 250, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}

/* Unordered Lists */
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 270, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 271, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 272, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 273, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

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

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

/* line 305, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 310, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.25em;
  border-left: none;
}
/* line 315, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #6f6f6f;
}
/* line 319, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 324, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #6f6f6f;
}

/* line 330, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 336, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 346, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 353, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 355, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }

  /* line 367, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.25em;
  }

  /* line 368, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2em;
  }

  /* line 369, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.5em;
  }

  /* line 370, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 383, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 392, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 394, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 402, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 407, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 410, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 412, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 418, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 424, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 426, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 427, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 428, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 429, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 172, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #177ce8;
  border-color: #1263ba;
  color: white;
}
/* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #1263ba;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 177, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #17b0e9;
  border-color: #128dbb;
  color: white;
}
/* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #128dbb;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: white;
}
/* line 178, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #a8d62b;
  border-color: #87ad21;
  color: white;
}
/* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #87ad21;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 179, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #e84f16;
  border-color: #b93f12;
  color: white;
}
/* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #b93f12;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 181, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
/* line 182, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
/* line 183, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
/* line 184, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
/* line 186, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
/* line 187, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
/* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #177ce8;
  border-color: #1263ba;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1263ba;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
/* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #177ce8;
}
/* line 190, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #17b0e9;
  border-color: #128dbb;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #128dbb;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: white;
}
/* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #17b0e9;
}
/* line 191, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #a8d62b;
  border-color: #87ad21;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #87ad21;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
/* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #a8d62b;
}
/* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #e84f16;
  border-color: #b93f12;
  color: white;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #b93f12;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
/* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #e84f16;
}

/* line 197, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
/* line 199, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
/* line 200, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
/* line 201, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 215, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 216, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 224, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 258, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5em;
}
/* line 70, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 76, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 83, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 264, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}
/* line 265, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 266, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

/* Attach elements to the beginning or end of an input */
/* line 271, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 274, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 275, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 277, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 278, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 279, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span so buttons keep their own */
/* line 283, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
/* line 284, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 286, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
/* line 287, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 293, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 296, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 301, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 304, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 324, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Adjust margin for form elements below */
/* line 335, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 340, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 345, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
fieldset {
  border: none 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
/* line 215, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 353, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #e84f16;
  background-color: rgba(232, 79, 22, 0.1);
}
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 358, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.error label,
label.error {
  color: #e84f16;
}

/* line 361, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_forms.scss */
.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #e84f16;
  color: white;
}

/* Custom Checkbox and Radio Inputs */
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}
/* line 82, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: -1px;
}
/* line 86, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
/* line 91, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: white;
}
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222222;
  position: relative;
}
/* line 112, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}
/* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 152, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
/* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
/* line 172, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaaaaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}
/* line 185, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222222 transparent transparent transparent;
  border-top-style: solid;
}
/* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888888;
}
/* line 191, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888888;
}
/* line 194, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
/* line 198, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 205, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}
/* line 206, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
/* line 207, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}
/* line 208, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
/* line 210, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 211, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 212, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 215, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
}
/* line 232, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 246, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: black;
}
/* line 250, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: black;
}
/* line 254, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: black;
}
/* line 261, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}
/* line 265, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background: #dddddd;
}

/* Flex Video */
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 27, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 32, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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%;
}

/* Sections */
/* line 273, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #666666;
  border-top: none;
}
/* line 277, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
  position: relative;
}
/* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
  background-color: #bbbbbb;
  cursor: pointer;
  margin-bottom: 0;
}
/* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333333;
  font-size: 0.875em;
  white-space: nowrap;
}
/* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section > .title:hover, .section-container > .section > .title:hover, .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
  background-color: #aeaeae;
}
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: white;
}
/* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
  margin-bottom: 0;
}
/* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
  padding-top: 0;
}
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section .content > *:last-child:not(.flex-video), .section-container > .section .content > *:last-child:not(.flex-video), .section-container.auto > section .content > *:last-child:not(.flex-video), .section-container.auto > .section .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section.active > .content, .section-container > .section.active > .content, .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
  display: block;
}
/* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section.active > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
  background: #a2a2a2;
}
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
  color: #333333;
}
/* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
  top: 0;
  width: 100%;
  margin: 0;
  border-top: solid 1px #666666;
}
/* line 130, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
  width: 100%;
}

/* line 280, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: 0;
  position: relative;
}
/* line 284, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section, .section-container.tabs > .section {
  border: 0;
  position: static;
}
/* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #bbbbbb;
  cursor: pointer;
  margin-bottom: 0;
}
/* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333333;
  font-size: 0.875em;
  white-space: nowrap;
}
/* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #aeaeae;
}
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section .content, .section-container.tabs > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: white;
}
/* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
  margin-bottom: 0;
}
/* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section .content > *:first-child, .section-container.tabs > .section .content > *:first-child {
  padding-top: 0;
}
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section .content > *:last-child:not(.flex-video), .section-container.tabs > .section .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
  display: block;
}
/* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: white;
}
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333333;
}
/* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  width: auto;
  border: solid 1px #666666;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
/* line 148, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  width: 100%;
}
/* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title {
  border-right: solid 1px #666666;
}
/* line 152, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section .content, .section-container.tabs > .section .content {
  border: solid 1px #666666;
  position: absolute;
  z-index: 10;
  display: none;
  top: -1px;
}
/* line 161, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  z-index: 11;
  border-bottom: 0;
  background-color: white;
}
/* line 166, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 289, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: 0;
    position: relative;
  }
  /* line 293, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section, .section-container.auto > .section {
    border: 0;
    position: static;
  }
  /* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #bbbbbb;
    cursor: pointer;
    margin-bottom: 0;
  }
  /* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  /* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #aeaeae;
  }
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section .content, .section-container.auto > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  /* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
    padding-top: 0;
  }
  /* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section .content > *:last-child:not(.flex-video), .section-container.auto > .section .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
    display: block;
  }
  /* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: white;
  }
  /* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333333;
  }
  /* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    width: auto;
    border: solid 1px #666666;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  /* line 148, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    width: 100%;
  }
  /* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title {
    border-right: solid 1px #666666;
  }
  /* line 152, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section .content, .section-container.auto > .section .content {
    border: solid 1px #666666;
    position: absolute;
    z-index: 10;
    display: none;
    top: -1px;
  }
  /* line 161, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    z-index: 11;
    border-bottom: 0;
    background-color: white;
  }
  /* line 166, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
    position: relative;
  }

  /* line 295, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.accordion .section {
    padding-top: 0 !important;
  }

  /* line 299, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: 1px solid #666666;
    position: relative;
  }
  /* line 303, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section,
  .section-container.vertical-tabs .section {
    padding-top: 0 !important;
    border: 0;
    position: static;
  }
  /* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section > .title,
  .section-container.vertical-tabs .section > .title {
    background-color: #bbbbbb;
    cursor: pointer;
    margin-bottom: 0;
  }
  /* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section > .title a,
  .section-container.vertical-tabs .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  /* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section > .title:hover,
  .section-container.vertical-tabs .section > .title:hover {
    background-color: #aeaeae;
  }
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section .content,
  .section-container.vertical-tabs .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  /* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section .content > *:last-child,
  .section-container.vertical-tabs .section .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section .content > *:first-child,
  .section-container.vertical-tabs .section .content > *:first-child {
    padding-top: 0;
  }
  /* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section .content > *:last-child:not(.flex-video),
  .section-container.vertical-tabs .section .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section.active > .content,
  .section-container.vertical-tabs .section.active > .content {
    display: block;
  }
  /* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section.active > .title,
  .section-container.vertical-tabs .section.active > .title {
    background: #a2a2a2;
  }
  /* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section.active > .title a,
  .section-container.vertical-tabs .section.active > .title a {
    color: #333333;
  }
  /* line 176, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section > .title,
  .section-container.vertical-tabs .section > .title {
    position: absolute;
    border-top: solid 1px #666666;
    width: 12.5em;
  }
  /* line 181, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section:first-child .title,
  .section-container.vertical-tabs .section:first-child .title {
    border-top: 0;
  }
  /* line 183, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section .content,
  .section-container.vertical-tabs .section .content {
    display: block;
    position: relative;
    left: 12.5em;
    border-left: solid 1px #666666;
    z-index: 10;
  }
  /* line 194, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section.active > .title,
  .section-container.vertical-tabs .section.active > .title {
    background-color: #a2a2a2;
    width: 12.5625em;
    border-right: solid 0 transparent;
    z-index: 11;
  }
  /* line 200, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs section.active:last-child .title,
  .section-container.vertical-tabs .section.active:last-child .title {
    border-bottom: 0;
  }

  /* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: 0;
    position: relative;
  }
  /* line 310, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section, .section-container.vertical-nav > .section {
    padding-top: 0 !important;
    position: relative;
  }
  /* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #bbbbbb;
    cursor: pointer;
    margin-bottom: 0;
  }
  /* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  /* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #aeaeae;
  }
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  /* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section .content > *:first-child, .section-container.vertical-nav > .section .content > *:first-child {
    padding-top: 0;
  }
  /* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
    display: block;
  }
  /* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #a2a2a2;
  }
  /* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333333;
  }
  /* line 209, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    border-top: none;
    border: solid 1px #666666;
  }
  /* line 213, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    display: block;
    width: 100%;
  }
  /* line 218, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
    display: none;
  }
  /* line 219, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:first-child .title, .section-container.vertical-nav > .section:first-child .title {
    border-bottom: none;
  }
  /* line 222, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 999;
    min-width: 12.5em;
    border: solid 1px #666666;
  }

  /* line 313, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    position: relative;
    background: #bbbbbb;
    border: 1px solid #666666;
  }
  /* line 317, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
    padding-top: 0;
    border: 0;
    position: static;
  }
  /* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #bbbbbb;
    cursor: pointer;
    margin-bottom: 0;
  }
  /* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    display: inline-block;
    color: #333333;
    font-size: 0.875em;
    white-space: nowrap;
  }
  /* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #aeaeae;
  }
  /* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
    display: none;
    padding: 0.9375em;
    background-color: white;
  }
  /* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section .content > *:first-child, .section-container.horizontal-nav > .section .content > *:first-child {
    padding-top: 0;
  }
  /* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
    display: block;
  }
  /* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #a2a2a2;
  }
  /* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333333;
  }
  /* line 240, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    width: auto;
    border: solid 1px #666666;
    border-left: 0;
    top: -1px;
    position: absolute;
    z-index: 1;
  }
  /* line 248, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    width: 100%;
  }
  /* line 251, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
    display: none;
  }
  /* line 254, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
    display: block;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -2px;
    min-width: 12.5em;
    border: solid 1px #666666;
  }
}
/* line 328, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto, .no-js .section-container.accordion, .no-js .section-container.tabs, .no-js .section-container.vertical-tabs, .no-js .section-container.vertical-nav, .no-js .section-container.horizontal-nav {
  width: 100%;
  display: block;
  margin-bottom: 1.25em;
  border: 1px solid #666666;
  border-top: none;
}
/* line 332, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section, .no-js .section-container.auto > .section, .no-js .section-container.accordion > section, .no-js .section-container.accordion > .section, .no-js .section-container.tabs > section, .no-js .section-container.tabs > .section, .no-js .section-container.vertical-tabs > section, .no-js .section-container.vertical-tabs > .section, .no-js .section-container.vertical-nav > section, .no-js .section-container.vertical-nav > .section, .no-js .section-container.horizontal-nav > section, .no-js .section-container.horizontal-nav > .section {
  position: relative;
}
/* line 87, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
  background-color: #bbbbbb;
  cursor: pointer;
  margin-bottom: 0;
}
/* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
  padding: 0.9375em;
  display: inline-block;
  color: #333333;
  font-size: 0.875em;
  white-space: nowrap;
}
/* line 99, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section > .title:hover, .no-js .section-container.auto > .section > .title:hover, .no-js .section-container.accordion > section > .title:hover, .no-js .section-container.accordion > .section > .title:hover, .no-js .section-container.tabs > section > .title:hover, .no-js .section-container.tabs > .section > .title:hover, .no-js .section-container.vertical-tabs > section > .title:hover, .no-js .section-container.vertical-tabs > .section > .title:hover, .no-js .section-container.vertical-nav > section > .title:hover, .no-js .section-container.vertical-nav > .section > .title:hover, .no-js .section-container.horizontal-nav > section > .title:hover, .no-js .section-container.horizontal-nav > .section > .title:hover {
  background-color: #aeaeae;
}
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
  display: none;
  padding: 0.9375em;
  background-color: white;
}
/* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
  margin-bottom: 0;
}
/* line 108, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section .content > *:first-child, .no-js .section-container.auto > .section .content > *:first-child, .no-js .section-container.accordion > section .content > *:first-child, .no-js .section-container.accordion > .section .content > *:first-child, .no-js .section-container.tabs > section .content > *:first-child, .no-js .section-container.tabs > .section .content > *:first-child, .no-js .section-container.vertical-tabs > section .content > *:first-child, .no-js .section-container.vertical-tabs > .section .content > *:first-child, .no-js .section-container.vertical-nav > section .content > *:first-child, .no-js .section-container.vertical-nav > .section .content > *:first-child, .no-js .section-container.horizontal-nav > section .content > *:first-child, .no-js .section-container.horizontal-nav > .section .content > *:first-child {
  padding-top: 0;
}
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section .content > *:last-child:not(.flex-video), .no-js .section-container.auto > .section .content > *:last-child:not(.flex-video), .no-js .section-container.accordion > section .content > *:last-child:not(.flex-video), .no-js .section-container.accordion > .section .content > *:last-child:not(.flex-video), .no-js .section-container.tabs > section .content > *:last-child:not(.flex-video), .no-js .section-container.tabs > .section .content > *:last-child:not(.flex-video), .no-js .section-container.vertical-tabs > section .content > *:last-child:not(.flex-video), .no-js .section-container.vertical-tabs > .section .content > *:last-child:not(.flex-video), .no-js .section-container.vertical-nav > section .content > *:last-child:not(.flex-video), .no-js .section-container.vertical-nav > .section .content > *:last-child:not(.flex-video), .no-js .section-container.horizontal-nav > section .content > *:last-child:not(.flex-video), .no-js .section-container.horizontal-nav > .section .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 113, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section.active > .content, .no-js .section-container.auto > .section.active > .content, .no-js .section-container.accordion > section.active > .content, .no-js .section-container.accordion > .section.active > .content, .no-js .section-container.tabs > section.active > .content, .no-js .section-container.tabs > .section.active > .content, .no-js .section-container.vertical-tabs > section.active > .content, .no-js .section-container.vertical-tabs > .section.active > .content, .no-js .section-container.vertical-nav > section.active > .content, .no-js .section-container.vertical-nav > .section.active > .content, .no-js .section-container.horizontal-nav > section.active > .content, .no-js .section-container.horizontal-nav > .section.active > .content {
  display: block;
}
/* line 114, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section.active > .title, .no-js .section-container.auto > .section.active > .title, .no-js .section-container.accordion > section.active > .title, .no-js .section-container.accordion > .section.active > .title, .no-js .section-container.tabs > section.active > .title, .no-js .section-container.tabs > .section.active > .title, .no-js .section-container.vertical-tabs > section.active > .title, .no-js .section-container.vertical-tabs > .section.active > .title, .no-js .section-container.vertical-nav > section.active > .title, .no-js .section-container.vertical-nav > .section.active > .title, .no-js .section-container.horizontal-nav > section.active > .title, .no-js .section-container.horizontal-nav > .section.active > .title {
  background: #a2a2a2;
}
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section.active > .title a, .no-js .section-container.auto > .section.active > .title a, .no-js .section-container.accordion > section.active > .title a, .no-js .section-container.accordion > .section.active > .title a, .no-js .section-container.tabs > section.active > .title a, .no-js .section-container.tabs > .section.active > .title a, .no-js .section-container.vertical-tabs > section.active > .title a, .no-js .section-container.vertical-tabs > .section.active > .title a, .no-js .section-container.vertical-nav > section.active > .title a, .no-js .section-container.vertical-nav > .section.active > .title a, .no-js .section-container.horizontal-nav > section.active > .title a, .no-js .section-container.horizontal-nav > .section.active > .title a {
  color: #333333;
}
/* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
  top: 0;
  width: 100%;
  margin: 0;
  border-top: solid 1px #666666;
}
/* line 130, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
  width: 100%;
}
/* line 333, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section .title, .no-js .section-container.auto > .section .title, .no-js .section-container.accordion > section .title, .no-js .section-container.accordion > .section .title, .no-js .section-container.tabs > section .title, .no-js .section-container.tabs > .section .title, .no-js .section-container.vertical-tabs > section .title, .no-js .section-container.vertical-tabs > .section .title, .no-js .section-container.vertical-nav > section .title, .no-js .section-container.vertical-nav > .section .title, .no-js .section-container.horizontal-nav > section .title, .no-js .section-container.horizontal-nav > .section .title {
  position: static;
  width: 100%;
  border-left: 0;
  border-right: 0;
}
/* line 340, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_section.scss */
.no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
  position: static;
  display: block;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: white;
}
/* line 71, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 75, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 83, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  position: relative;
  background: white;
  margin-bottom: 0em;
}
/* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 97, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 100, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 102, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 104, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 112, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 32px;
  margin: 0;
  font-size: 16px;
}
/* line 117, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 32px;
  font-size: 1.0625em;
  margin: 0;
}
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #111111;
  width: 50%;
  display: block;
  padding: 0 10.66667px;
}
/* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 137, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #111111;
  text-transform: uppercase;
  font-size: 1.0625em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 10.66667px;
  height: 32px;
  line-height: 32px;
}
/* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 10.66667px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 156, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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: #111111;
}
/* line 164, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 #111111, 0 16px 0 1px #111111, 0 22px 0 1px #111111;
  box-shadow: 0 10px 0 1px #111111, 0 16px 0 1px #111111, 0 22px 0 1px #111111;
}
/* line 185, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 189, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: white;
}
/* line 192, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 193, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #555555;
  font-size: 16px;
  margin: 0;
}
/* line 227, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px white;
  border-top: solid 1px #e6e6e6;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 236, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #111111;
  padding: 12px 0 12px 0;
  padding-left: 10.66667px;
  font-size: 1.125em;
  font-weight: normal;
  background: #555555;
}
/* line 246, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.hover {
  background: #f7f7f7;
  color: white;
}
/* line 252, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #177ce8;
  font-size: 1.125em;
}
/* line 255, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.hover {
  background: #1263ba;
}
/* line 259, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #17b0e9;
}
/* line 261, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary.hover {
  background: #128dbb;
}
/* line 265, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #a8d62b;
}
/* line 267, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success.hover {
  background: #87ad21;
}
/* line 271, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #e84f16;
}
/* line 273, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert.hover {
  background: #b93f12;
}
/* line 281, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #f7f7f7;
  color: white;
}
/* line 288, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 10.66667px;
}
/* line 291, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 295, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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: 10.66667px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 305, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 306, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}
/* line 313, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}
/* line 320, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 324, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 10.66667px;
}
/* line 329, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 330, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #111111;
  line-height: 16px;
  display: block;
}
/* line 338, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 10.66667px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 350, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden;
}

/* line 354, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 58.75em) {
  /* line 359, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: white;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 364, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 366, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 367, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 370, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 379, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: white;
  }

  /* line 382, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 80em;
    margin: 0 auto;
  }

  /* line 387, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 391, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 396, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 398, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 403, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 10.66667px;
    line-height: 32px;
    background: white;
  }
  /* line 407, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button).hover {
    background: #555555;
  }
  /* line 412, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 30.66667px !important;
  }
  /* line 415, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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: 16px;
  }
  /* line 422, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 423, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  /* line 427, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown {
    visibility: visible;
  }
  /* line 434, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 445, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 452, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #111111;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 10.66667px;
    background: white;
  }
  /* line 460, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: white;
  }
  /* line 466, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 474, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 white;
    border-left: solid 1px #e6e6e6;
    clear: none;
    height: 32px;
    width: 0px;
  }
  /* line 484, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: white;
    padding: 0 10.66667px;
    height: 32px;
  }
  /* line 492, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 496, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}
@-webkit-keyframes rotate {
  /* line 36, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 37, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 40, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  /* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 57, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 64, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 70, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 75, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 81, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 113, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke;
}
/* line 119, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
}
/* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: relative;
  float: left;
  height: auto;
}
/* line 132, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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);
  color: white;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
/* line 145, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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);
}
/* line 150, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
/* line 155, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
}
/* line 161, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 0%;
}
/* line 169, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 182, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 194, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 198, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
}
/* line 210, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 220, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 221, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 226, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
/* line 230, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 231, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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 238, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 244, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 250, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 18px;
  height: 18px;
  background: #999999;
  float: left;
  margin-right: 6px;
  border: solid 2px #222222;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 260, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #222222;
}
/* line 264, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 271, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 274, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 283, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 286, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
/* line 109, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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: black;
  padding: 0;
  border: none 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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 65, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0.25em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  /* line 124, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 134, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
/* Inline Lists */
/* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/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, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
/* line 41, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Pagination */
/* line 98, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
/* line 46, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination li {
  display: block;
  float: left;
  height: 1.5em;
  color: #222222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999999;
}
/* line 61, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}
/* line 63, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}
/* line 70, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination li.current a {
  background: #177ce8;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 77, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination li.current a:hover, .pagination li.current a:focus {
  background: #177ce8;
}

/* line 83, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 84, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_pagination.scss */
.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 66, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 3px;
  border-color: #bebebe;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #d7d7d7;
}
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 56, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 68, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 3px;
  border-color: #1263ba;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #177ce8;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 44, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 50, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #333333;
}
/* line 54, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 56, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 73, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Foundation Switches */
@media only screen {
  /* line 229, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: white;
    border-color: #cccccc;
  }
  /* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 76, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  /* line 86, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  /* line 92, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch > span {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 107, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  /* line 110, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input:checked {
    display: none !important;
  }
  /* line 111, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 115, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  /* line 117, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  /* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 123, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  /* line 126, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch span.custom {
    display: none !important;
  }
  /* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  /* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.1875em;
  }
  /* line 153, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch > span {
    width: 2.25em;
    height: 2.25em;
  }
  /* line 167, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch > span {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px white, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px white, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
  }
  /* line 191, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch:hover > span, div.switch:focus > span {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  }
  /* line 201, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch:active {
    background: transparent;
  }
  /* line 233, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.large {
    height: 44px;
  }
  /* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.large label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  /* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.large input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -2.6875em;
  }
  /* line 153, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.large > span {
    width: 2.75em;
    height: 2.75em;
  }
  /* line 236, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.small {
    height: 28px;
  }
  /* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.small label {
    padding: 0 0.375em;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  /* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.small input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.6875em;
  }
  /* line 153, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.small > span {
    width: 1.75em;
    height: 1.75em;
  }
  /* line 239, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.tiny {
    height: 22px;
  }
  /* line 139, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.tiny label {
    padding: 0 0.375em;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  /* line 147, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.tiny input:first-of-type:checked ~ span {
    left: 100%;
    margin-left: -1.3125em;
  }
  /* line 153, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.tiny > span {
    width: 1.375em;
    height: 1.375em;
  }
  /* line 242, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 243, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.radius > span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 247, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 248, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.round > span {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 249, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
  div.switch.round label {
    padding: 0 0.5625em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    /* line 254, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
    from {
      position: relative;
    }

    /* line 254, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_switch.scss */
    to {
      position: relative;
    }
}
}
/* Tables */
/* line 80, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_tables.scss */
table {
  background: white;
  margin-bottom: 1.25em;
  border: none 1px #dddddd;
}
/* line 42, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: white;
  font-weight: bold;
}
/* line 48, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222222;
  text-align: left;
}
/* line 59, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222222;
}
/* line 67, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: white;
}
/* line 74, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
/* line 45, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 32, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(23, 124, 232, 0.5);
  box-shadow: 0 0 6px 1px rgba(23, 124, 232, 0.5);
}
/* line 49, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 51, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_thumbs.scss */
a.th {
  display: inline-block;
}

/* line 2, ../../../../../../sass/_custom.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 17, ../../../../../../sass/_custom.scss */
body {
  background-image: url(/images/uploads/bg.png);
}

/* line 20, ../../../../../../sass/_custom.scss */
#wrapper {
  position: relative;
  background-color: white;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}

/* line 28, ../../../../../../sass/_custom.scss */
#skipnav {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* line 32, ../../../../../../sass/_custom.scss */
#skipnav:focus {
  top: 1.875em;
  left: 40%;
}
@media only screen and (min-width: 48em) {
  /* line 32, ../../../../../../sass/_custom.scss */
  #skipnav:focus {
    top: 0.625em;
  }
}

/* line 40, ../../../../../../sass/_custom.scss */
blockquote {
  font-family: "Noto Serif", serif;
  font-style: italic;
}
/* line 43, ../../../../../../sass/_custom.scss */
blockquote cite {
  margin-top: .2rem;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: right;
}

/* line 50, ../../../../../../sass/_custom.scss */
h1.site-name {
  position: absolute;
  text-indent: -9999px;
}

/* line 54, ../../../../../../sass/_custom.scss */
.title-banner {
  margin-bottom: 0.9375em;
  background-color: #444;
  padding: 0.125em 0 0;
}
@media only screen and (min-width: 48em) {
  /* line 54, ../../../../../../sass/_custom.scss */
  .title-banner {
    margin-bottom: 2.1875em;
  }
}
/* line 61, ../../../../../../sass/_custom.scss */
.title-banner > * {
  color: white;
  margin: 0;
  padding: 0 1.25rem;
}
/* line 66, ../../../../../../sass/_custom.scss */
.title-banner h1 {
  line-height: 1.4;
  padding-bottom: .1em;
}
/* line 69, ../../../../../../sass/_custom.scss */
.title-banner h1 a {
  color: #fff;
}
/* line 72, ../../../../../../sass/_custom.scss */
.title-banner h1 .location {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: smaller;
}
/* line 77, ../../../../../../sass/_custom.scss */
.title-banner h2 {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #555;
  line-height: 1.4;
}

/* line 83, ../../../../../../sass/_custom.scss */
.section-banner {
  background-color: #555;
  padding: 0.3125em 1.25em 0.4375em;
  margin-bottom: 0.9375em;
}
/* line 84, ../../../../../../sass/_custom.scss */
.section-banner h2 {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* line 89, ../../../../../../sass/_custom.scss */
.section-banner > * {
  color: white;
  margin: 0;
}

/* line 95, ../../../../../../sass/_custom.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
  color: #222;
}
/* line 97, ../../../../../../sass/_custom.scss */
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active, h7 a:hover, h7 a:active {
  color: #177ce8;
}

/* line 102, ../../../../../../sass/_custom.scss */
.top-bar {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 104, ../../../../../../sass/_custom.scss */
.top-bar .name h1 {
  display: none;
}
/* line 107, ../../../../../../sass/_custom.scss */
.top-bar .small-menu {
  display: block;
}
/* line 110, ../../../../../../sass/_custom.scss */
.top-bar .large-menu {
  display: none;
}
@media only screen and (min-width: 58.75em) {
  /* line 114, ../../../../../../sass/_custom.scss */
  .top-bar .small-menu {
    display: none;
  }
  /* line 117, ../../../../../../sass/_custom.scss */
  .top-bar .large-menu {
    display: block;
  }
}

/* line 122, ../../../../../../sass/_custom.scss */
.top-bar .toggle-topbar.menu-icon {
  margin-top: -18px;
}
/* line 124, ../../../../../../sass/_custom.scss */
.top-bar .toggle-topbar.menu-icon a {
  padding: 0 0 0 1.875em;
  text-indent: -3.5em;
}

/* line 129, ../../../../../../sass/_custom.scss */
.contain-to-grid .top-bar {
  margin-top: 3em;
}

/* line 132, ../../../../../../sass/_custom.scss */
.phorus-logo {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

/* line 138, ../../../../../../sass/_custom.scss */
.social {
  position: absolute;
  top: 3em;
  right: 6.25em;
  z-index: 10;
}

/* line 144, ../../../../../../sass/_custom.scss */
.top-bar.expanded {
  background-color: #777;
}

/* line 147, ../../../../../../sass/_custom.scss */
.top-bar-section ul li > a {
  background-color: #777;
  color: #eee;
}

/* line 152, ../../../../../../sass/_custom.scss */
.top-bar-section .dropdown li.title h5 {
  margin-top: 0;
}
/* line 154, ../../../../../../sass/_custom.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 1.375em;
  z-index: 10;
  background-color: #777;
  padding-left: 0.75em !important;
}
/* line 160, ../../../../../../sass/_custom.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.title h5 a:active {
  background-color: #555;
}

@media only screen and (min-width: 58.75em) {
  /* line 169, ../../../../../../sass/_custom.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 10.66667px !important;
  }
  /* line 171, ../../../../../../sass/_custom.scss */
  .top-bar-section .has-dropdown > a:after {
    display: none;
  }

  /* line 175, ../../../../../../sass/_custom.scss */
  .title-banner {
    margin-top: .375rem;
  }

  /* line 178, ../../../../../../sass/_custom.scss */
  .top-bar-section ul li > a {
    color: #111;
  }
  /* line 180, ../../../../../../sass/_custom.scss */
  .top-bar-section ul li > a:hover, .top-bar-section ul li > a:active, .top-bar-section ul li > a.current {
    background-color: #fff !important;
    border-bottom: #177ce8 solid 0.375rem;
    color: #177ce8;
  }

  /* line 186, ../../../../../../sass/_custom.scss */
  .top-bar-section ul li a {
    border-bottom: white solid 0.375rem;
  }

  /* line 189, ../../../../../../sass/_custom.scss */
  .top-bar-section .dropdown li a {
    background-color: #666;
    color: white;
    border-bottom: none;
  }
  /* line 193, ../../../../../../sass/_custom.scss */
  .top-bar-section .dropdown li a:hover, .top-bar-section .dropdown li a:active, .top-bar-section .dropdown li a.current {
    color: white;
    border-bottom: none;
    background-color: #177ce8 !important;
  }

  /* line 199, ../../../../../../sass/_custom.scss */
  .contain-to-grid .top-bar {
    margin-top: 2.625em;
  }

  /* line 202, ../../../../../../sass/_custom.scss */
  .social {
    right: 15px;
    top: 2.625em;
  }

  /* line 206, ../../../../../../sass/_custom.scss */
  .top-bar-section ul.right {
    margin-right: 10em;
  }

  /* line 209, ../../../../../../sass/_custom.scss */
  .top-bar-section ul.left {
    margin-left: 6.5rem;
  }
}
@media only screen and (min-width: 64em) {
  /* line 214, ../../../../../../sass/_custom.scss */
  .phorus-logo {
    left: 1.25rem;
  }

  /* line 217, ../../../../../../sass/_custom.scss */
  .top-bar-section ul.left {
    margin-left: 8.1rem;
  }
}
/* line 221, ../../../../../../sass/_custom.scss */
#language {
  width: 12.5em;
  position: absolute;
  top: 0;
  right: 3.125em;
  z-index: 10;
  display: inline-block;
}
/* line 228, ../../../../../../sass/_custom.scss */
#language input {
  display: inline-block;
}

/* line 232, ../../../../../../sass/_custom.scss */
.cart-indicator {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
/* line 238, ../../../../../../sass/_custom.scss */
.cart-indicator a:hover p {
  background-color: #177ce8;
  color: white;
}
/* line 243, ../../../../../../sass/_custom.scss */
.cart-indicator p {
  padding: 0.3em 0.9375em 0.3em 0.5em;
  color: #666;
  font-size: 0.875em;
}

/* line 253, ../../../../../../sass/_custom.scss */
a.banner-button, a.banner-button-alt, .banner-callout, .more .nav-button, a.sale, #home a.more, .store-button, .comment {
  color: white;
  display: inline-block;
  padding: 0.625em 2.5em;
  font-size: 1em;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #33ccff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #33ccff), color-stop(100%, #007bf1));
  background-image: -webkit-linear-gradient(#33ccff, #007bf1);
  background-image: -moz-linear-gradient(#33ccff, #007bf1);
  background-image: -o-linear-gradient(#33ccff, #007bf1);
  background-image: linear-gradient(#33ccff, #007bf1);
}
/* line 261, ../../../../../../sass/_custom.scss */
a.banner-button:hover, a.banner-button:focus, a.banner-button-alt:hover, a.banner-button-alt:focus, .banner-callout:hover, .banner-callout:focus, .more .nav-button:hover, .more .nav-button:focus, a.sale:hover, a.sale:focus, #home a.more:hover, #home a.more:focus, .store-button:hover, .store-button:focus, .comment:hover, .comment:focus {
  color: white;
  background-color: #198eff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #198eff), color-stop(100%, #0057f1));
  background-image: -webkit-linear-gradient(#198eff, #0057f1);
  background-image: -moz-linear-gradient(#198eff, #0057f1);
  background-image: -o-linear-gradient(#198eff, #0057f1);
  background-image: linear-gradient(#198eff, #0057f1);
}
@media only screen and (min-width: 58.75em) {
  /* line 253, ../../../../../../sass/_custom.scss */
  a.banner-button, a.banner-button-alt, .banner-callout, .more .nav-button, a.sale, #home a.more, .store-button, .comment {
    font-size: 1.3125em;
  }
}

/* line 270, ../../../../../../sass/_custom.scss */
.banner-callout {
  padding: 0.4375em 0.625em;
}

/* line 274, ../../../../../../sass/_custom.scss */
#android-app .banner-text, #app .banner-text {
  max-width: 100%;
}
/* line 276, ../../../../../../sass/_custom.scss */
#android-app .banner-text h2, #app .banner-text h2 {
  font-size: 1.375em;
}
/* line 277, ../../../../../../sass/_custom.scss */
#android-app .banner-text h3, #app .banner-text h3 {
  margin-left: 0;
  font-size: 1em;
}
/* line 282, ../../../../../../sass/_custom.scss */
#android-app .banner-button, #android-app .banner-button-alt, #app .banner-button, #app .banner-button-alt {
  display: inline-block;
  padding: 0.3125em 0.625em;
  text-align: left;
}
/* line 286, ../../../../../../sass/_custom.scss */
#android-app .banner-button img, #android-app .banner-button-alt img, #app .banner-button img, #app .banner-button-alt img {
  height: 20px;
  width: 20px;
}
/* line 290, ../../../../../../sass/_custom.scss */
#android-app .banner-button .text, #android-app .banner-button-alt .text, #app .banner-button .text, #app .banner-button-alt .text {
  font-size: 0.75em;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
  line-height: 1.3;
  padding-left: 0.625em;
}
/* line 299, ../../../../../../sass/_custom.scss */
#android-app .banner-button-alt, #app .banner-button-alt {
  display: none;
}
/* line 302, ../../../../../../sass/_custom.scss */
#android-app section#play .content, #android-app section#control .content, #app section#play .content, #app section#control .content {
  text-align: center;
}
/* line 304, ../../../../../../sass/_custom.scss */
#android-app section#play .content h3, #android-app section#control .content h3, #app section#play .content h3, #app section#control .content h3 {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1.5em !important;
  max-width: 400px;
}
/* line 311, ../../../../../../sass/_custom.scss */
#android-app section#play .content p, #android-app section#control .content p, #app section#play .content p, #app section#control .content p {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-height: 0rem;
  margin-bottom: 0;
  max-width: 400px;
}
/* line 319, ../../../../../../sass/_custom.scss */
#android-app section#play .content img, #android-app section#control .content img, #app section#play .content img, #app section#control .content img {
  border-bottom: solid 1px #007bf1;
  margin: 0 auto 1.875em;
  float: none !important;
}
@media only screen and (orientation: portrait) {
  /* line 327, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h2, #android-app .banner-text h3, #app .banner-text h2, #app .banner-text h3 {
    max-width: 50%;
  }
  /* line 328, ../../../../../../sass/_custom.scss */
  #android-app .banner-text .banner-button, #app .banner-text .banner-button {
    display: none;
  }
  /* line 330, ../../../../../../sass/_custom.scss */
  #android-app .banner-button-alt, #app .banner-button-alt {
    display: block;
    width: 8.75em;
  }
  /* line 334, ../../../../../../sass/_custom.scss */
  #android-app .banner-button-alt:nth-of-type(2), #app .banner-button-alt:nth-of-type(2) {
    top: 4.375em;
  }
}
@media only screen and (min-width: 30em) and (orientation: portrait) {
  /* line 339, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h2, #app .banner-text h2 {
    font-size: 1.625em !important;
  }
  /* line 342, ../../../../../../sass/_custom.scss */
  #android-app .banner-button-alt, #app .banner-button-alt {
    width: 13.125em;
    top: 1.5em;
    right: 1.5em;
    padding: 0.625em 1.25em;
  }
  /* line 347, ../../../../../../sass/_custom.scss */
  #android-app .banner-button-alt img, #app .banner-button-alt img {
    height: 50px;
    width: 50px;
  }
  /* line 351, ../../../../../../sass/_custom.scss */
  #android-app .banner-button-alt .text, #app .banner-button-alt .text {
    font-size: 1em;
    line-height: 1.3;
    padding-left: 0.625em;
  }
  /* line 357, ../../../../../../sass/_custom.scss */
  #android-app .banner-button-alt:nth-of-type(2), #app .banner-button-alt:nth-of-type(2) {
    top: 6.5625em;
    right: 1.5em;
  }
}
@media only screen and (min-width: 40em) and (orientation: portrait) {
  /* line 364, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h2, #app .banner-text h2 {
    font-size: 2.5em !important;
    margin-bottom: .2rem;
  }
  /* line 368, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h3, #app .banner-text h3 {
    max-width: 65%;
    font-size: 1.5em !important;
    line-height: 1;
  }
}
@media only screen and (min-width: 48em) and (orientation: portrait) {
  /* line 377, ../../../../../../sass/_custom.scss */
  #android-app section#play .content p, #android-app section#control .content p, #app section#play .content p, #app section#control .content p {
    min-height: 11rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 30em) and (orientation: landscape) {
  /* line 384, ../../../../../../sass/_custom.scss */
  #android-app .banner-text, #app .banner-text {
    max-width: 60%;
  }
  /* line 386, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h2, #app .banner-text h2 {
    font-size: 2.25em !important;
  }
  /* line 389, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h3, #app .banner-text h3 {
    margin-left: 0;
    font-size: 1em;
  }
  /* line 393, ../../../../../../sass/_custom.scss */
  #android-app .banner-text .banner-button, #app .banner-text .banner-button {
    display: inline-block;
    max-width: 8.75em;
    margin-right: 0.3125em;
  }
}
@media only screen and (min-width: 48em) and (orientation: landscape) {
  /* line 402, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h2, #app .banner-text h2 {
    font-size: 2.625em !important;
    margin-bottom: .2rem;
  }
  /* line 406, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h3, #app .banner-text h3 {
    font-size: 1.5em !important;
    line-height: 1;
  }
  /* line 410, ../../../../../../sass/_custom.scss */
  #android-app .banner-text .banner-button, #app .banner-text .banner-button {
    display: block;
    max-width: 13.75em;
    margin-bottom: 0.9375em;
    padding: 0.625em 1.25em;
  }
  /* line 415, ../../../../../../sass/_custom.scss */
  #android-app .banner-text .banner-button img, #app .banner-text .banner-button img {
    height: 50px;
    width: 50px;
  }
  /* line 419, ../../../../../../sass/_custom.scss */
  #android-app .banner-text .banner-button .text, #app .banner-text .banner-button .text {
    font-size: 1em;
    line-height: 1.3;
    padding-left: 0.625em;
  }
  /* line 427, ../../../../../../sass/_custom.scss */
  #android-app section#play .content p, #android-app section#control .content p, #app section#play .content p, #app section#control .content p {
    min-height: 11rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) and (orientation: landscape) {
  /* line 435, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h2, #app .banner-text h2 {
    font-size: 3.75em !important;
    margin-bottom: .5rem;
  }
  /* line 439, ../../../../../../sass/_custom.scss */
  #android-app .banner-text h3, #app .banner-text h3 {
    font-size: 1.5em;
  }
  /* line 444, ../../../../../../sass/_custom.scss */
  #android-app section#play .content h3, #android-app section#control .content h3, #app section#play .content h3, #app section#control .content h3 {
    font-size: 1.5em !important;
  }
  /* line 447, ../../../../../../sass/_custom.scss */
  #android-app section#play .content p, #android-app section#control .content p, #app section#play .content p, #app section#control .content p {
    min-height: 8rem;
    margin-bottom: 0;
  }
  /* line 451, ../../../../../../sass/_custom.scss */
  #android-app section#play .content img, #android-app section#control .content img, #app section#play .content img, #app section#control .content img {
    border-bottom: solid 1px #007bf1;
    margin-bottom: 1.25em;
  }
}
/* line 457, ../../../../../../sass/_custom.scss */
#android-app .content, #app .content {
  padding-top: 2.5em;
}
/* line 462, ../../../../../../sass/_custom.scss */
#android-app section#stream .content .description .row, #app section#stream .content .description .row {
  margin-bottom: 0.625em;
}
/* line 465, ../../../../../../sass/_custom.scss */
#android-app section#stream .content .description h2, #app section#stream .content .description h2 {
  font-size: 1.5em !important;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 469, ../../../../../../sass/_custom.scss */
#android-app section#stream .content .description h3, #app section#stream .content .description h3 {
  margin-bottom: 0.1875em;
  margin-left: 6rem;
}
/* line 473, ../../../../../../sass/_custom.scss */
#android-app section#stream .content .description p, #app section#stream .content .description p {
  margin-left: 6rem;
}
/* line 476, ../../../../../../sass/_custom.scss */
#android-app section#stream .content .description img, #app section#stream .content .description img {
  float: left;
}
/* line 480, ../../../../../../sass/_custom.scss */
#android-app section#stream .content .phone, #app section#stream .content .phone {
  text-align: center;
}
/* line 482, ../../../../../../sass/_custom.scss */
#android-app section#stream .content .phone img, #app section#stream .content .phone img {
  margin: 0 auto;
}

/* line 486, ../../../../../../sass/_custom.scss */
a.banner-button-alt {
  display: none;
  padding: 0.625em 1.25em;
  text-align: center;
}

/* line 491, ../../../../../../sass/_custom.scss */
h3.full-width-banner {
  display: block;
  text-align: center;
  margin: 0;
}
/* line 495, ../../../../../../sass/_custom.scss */
h3.full-width-banner a {
  color: white;
  font-size: 0.875em;
}
@media only screen and (min-width: 23.75em) {
  /* line 491, ../../../../../../sass/_custom.scss */
  h3.full-width-banner {
    font-size: 1.125em;
  }
}
@media only screen and (min-width: 58.75em) {
  /* line 491, ../../../../../../sass/_custom.scss */
  h3.full-width-banner {
    font-size: 1.5em;
    line-height: 1;
  }
}

/* line 510, ../../../../../../sass/_custom.scss */
.orbit-prev, .orbit-next, .orbit-slide-number {
  display: none !important;
}

/* line 514, ../../../../../../sass/_custom.scss */
.orbit-caption, .banner-text {
  top: 0;
  left: 0.625em;
  max-width: 65%;
}
/* line 518, ../../../../../../sass/_custom.scss */
.orbit-caption *, .banner-text * {
  color: #eee !important;
}
/* line 519, ../../../../../../sass/_custom.scss */
.orbit-caption h2, .orbit-caption h2 .small, .orbit-caption h3, .orbit-caption p, .orbit-caption li, .banner-text h2, .banner-text h2 .small, .banner-text h3, .banner-text p, .banner-text li {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  color: #eee !important;
}
/* line 522, ../../../../../../sass/_custom.scss */
.orbit-caption li, .banner-text li {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 523, ../../../../../../sass/_custom.scss */
.orbit-caption a, .banner-text a {
  color: #eee !important;
}
/* line 524, ../../../../../../sass/_custom.scss */
.orbit-caption p a, .banner-text p a {
  font-weight: normal;
  color: #33ccff !important;
  text-decoration: underline;
}
/* line 529, ../../../../../../sass/_custom.scss */
.orbit-caption b, .banner-text b {
  color: #33ccff !important;
}
/* line 530, ../../../../../../sass/_custom.scss */
.orbit-caption br.tiny, .banner-text br.tiny {
  display: none;
}
/* line 531, ../../../../../../sass/_custom.scss */
.orbit-caption h2, .banner-text h2 {
  display: block;
  margin-bottom: 0.625em;
  font-size: 1.125em;
}
/* line 535, ../../../../../../sass/_custom.scss */
.orbit-caption h2 .smaller, .banner-text h2 .smaller {
  font-size: smaller;
}
/* line 537, ../../../../../../sass/_custom.scss */
.orbit-caption blockquote, .banner-text blockquote {
  padding-left: 0;
}
/* line 539, ../../../../../../sass/_custom.scss */
.orbit-caption blockquote cite, .banner-text blockquote cite {
  text-align: left;
}
/* line 543, ../../../../../../sass/_custom.scss */
.orbit-caption p, .banner-text p {
  display: none;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  margin-bottom: 0.625em;
  font-size: 1em;
}

/* line 551, ../../../../../../sass/_custom.scss */
.banner-text {
  position: absolute;
  padding: 0.625em 0.875em;
}
/* line 554, ../../../../../../sass/_custom.scss */
.banner-text h2 {
  font-size: 1.5em;
}
/* line 557, ../../../../../../sass/_custom.scss */
.banner-text .logos {
  display: none;
}
/* line 560, ../../../../../../sass/_custom.scss */
.banner-text ul {
  list-style-position: outside;
  padding-left: 1.25em;
  font-size: 0.875em;
}
/* line 564, ../../../../../../sass/_custom.scss */
.banner-text ul li {
  display: none;
}
/* line 566, ../../../../../../sass/_custom.scss */
.banner-text h3 {
  display: none;
}
/* line 569, ../../../../../../sass/_custom.scss */
.banner-text p {
  font-size: 1em !important;
}

/* line 573, ../../../../../../sass/_custom.scss */
a.banner-button {
  padding: 0.625em 1.25em;
}

/* line 574, ../../../../../../sass/_custom.scss */
a.banner-callout {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  display: none;
}

@media only screen and (orientation: portrait) {
  /* line 582, ../../../../../../sass/_custom.scss */
  .orbit-caption {
    top: 0;
  }
  /* line 584, ../../../../../../sass/_custom.scss */
  .orbit-caption h2 {
    margin-bottom: 0.3125em;
    font-size: 1.25em;
  }
  /* line 588, ../../../../../../sass/_custom.scss */
  .orbit-caption p {
    display: block;
  }

  /* line 592, ../../../../../../sass/_custom.scss */
  a.banner-button-alt {
    display: block;
    position: absolute;
    top: 0.9375em;
    right: 0;
  }

  /* line 598, ../../../../../../sass/_custom.scss */
  a.banner-button {
    display: none;
  }

  /* line 601, ../../../../../../sass/_custom.scss */
  .banner-text {
    top: 0;
  }
  /* line 603, ../../../../../../sass/_custom.scss */
  .banner-text h2 {
    margin-bottom: 0;
    font-size: 1.5em;
  }
  /* line 607, ../../../../../../sass/_custom.scss */
  .banner-text h3 {
    display: block;
  }
  /* line 610, ../../../../../../sass/_custom.scss */
  .banner-text ul {
    display: block;
  }
  /* line 612, ../../../../../../sass/_custom.scss */
  .banner-text ul li {
    display: list-item;
  }
}
@media only screen and (min-width: 480px) and (orientation: landscape) {
  /* line 619, ../../../../../../sass/_custom.scss */
  .orbit-caption, .banner-text {
    max-width: 50%;
  }
  /* line 621, ../../../../../../sass/_custom.scss */
  .orbit-caption h2, .banner-text h2 {
    line-height: 1.3;
    font-size: 1.875em;
  }
  /* line 625, ../../../../../../sass/_custom.scss */
  .orbit-caption ul, .banner-text ul {
    display: block;
    margin-bottom: 0.625em;
  }
  /* line 629, ../../../../../../sass/_custom.scss */
  .orbit-caption br.tiny, .banner-text br.tiny {
    display: inline;
  }

  /* line 634, ../../../../../../sass/_custom.scss */
  .banner-text h2 {
    margin-bottom: 0;
  }
  /* line 637, ../../../../../../sass/_custom.scss */
  .banner-text h3 {
    display: inline-block;
    margin-left: 1.25em;
  }

  /* line 641, ../../../../../../sass/_custom.scss */
  a.banner-button {
    padding: 0.625em 2.5em;
  }
}
@media only screen and (min-width: 480px) and (orientation: portrait) {
  /* line 645, ../../../../../../sass/_custom.scss */
  .orbit-caption h2 {
    font-size: 2.5em;
  }
  /* line 648, ../../../../../../sass/_custom.scss */
  .orbit-caption p {
    font-size: 1.25em;
  }
  /* line 651, ../../../../../../sass/_custom.scss */
  .orbit-caption br.tiny {
    display: inline;
  }

  /* line 656, ../../../../../../sass/_custom.scss */
  .banner-text h2 {
    font-size: 3em;
  }
  /* line 659, ../../../../../../sass/_custom.scss */
  .banner-text p {
    font-size: 1em;
    margin-top: 0.625em;
  }
  /* line 663, ../../../../../../sass/_custom.scss */
  .banner-text br.tiny {
    display: inline;
  }

  /* line 667, ../../../../../../sass/_custom.scss */
  a.banner-button-alt {
    display: block;
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    padding: 0.625em 1.875em;
  }
}
@media only screen and (min-width: 620px) and (orientation: landscape) {
  /* line 677, ../../../../../../sass/_custom.scss */
  .banner-text ul li {
    display: list-item;
  }
}
@media only screen and (min-width: 768px) {
  /* line 682, ../../../../../../sass/_custom.scss */
  .orbit-caption h2, .banner-text h2 {
    font-size: 2.875em;
    line-height: 1;
    margin-bottom: .4rem;
  }
  /* line 687, ../../../../../../sass/_custom.scss */
  .orbit-caption blockquote, .banner-text blockquote {
    font-size: 1em;
    padding-top: 0;
    margin-bottom: .5rem;
  }
  /* line 692, ../../../../../../sass/_custom.scss */
  .orbit-caption p, .banner-text p {
    display: block;
  }
  /* line 695, ../../../../../../sass/_custom.scss */
  .orbit-caption .small, .banner-text .small {
    font-size: larger;
  }
  /* line 696, ../../../../../../sass/_custom.scss */
  .orbit-caption ul, .banner-text ul {
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 0.625em;
  }
  /* line 700, ../../../../../../sass/_custom.scss */
  .orbit-caption ul li, .banner-text ul li {
    display: list-item;
  }

  /* line 705, ../../../../../../sass/_custom.scss */
  a.banner-callout {
    display: block;
  }

  /* line 709, ../../../../../../sass/_custom.scss */
  .orbit-caption p {
    font-size: 1.375em;
    margin-bottom: 0.375em;
  }

  /* line 714, ../../../../../../sass/_custom.scss */
  .banner-button {
    margin-top: .5em;
  }

  /* line 718, ../../../../../../sass/_custom.scss */
  .banner-text h2 {
    margin-bottom: 0;
  }
  /* line 721, ../../../../../../sass/_custom.scss */
  .banner-text p {
    font-size: 1.125em;
    margin-top: 0.625em;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  /* line 729, ../../../../../../sass/_custom.scss */
  .orbit-caption h2 {
    font-size: 3.375em;
  }
  /* line 732, ../../../../../../sass/_custom.scss */
  .orbit-caption p {
    display: block;
    font-size: 1.5em;
    margin-top: 0.625em;
    margin-bottom: 0.375em;
  }
  /* line 738, ../../../../../../sass/_custom.scss */
  .orbit-caption blockquote {
    font-size: 1.125em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 744, ../../../../../../sass/_custom.scss */
  .orbit-caption {
    top: 1.375em;
    left: 1.75em;
  }
  /* line 747, ../../../../../../sass/_custom.scss */
  .orbit-caption h2 {
    font-size: 3.75em;
    line-height: 1;
    margin: 0;
  }
  /* line 752, ../../../../../../sass/_custom.scss */
  .orbit-caption blockquote {
    font-size: 1.125em;
  }
  /* line 755, ../../../../../../sass/_custom.scss */
  .orbit-caption p {
    display: block;
    font-size: 1.75em;
    margin-bottom: .5rem;
  }

  /* line 761, ../../../../../../sass/_custom.scss */
  .banner-text {
    top: 1.5em;
    left: 1.875em;
  }
  /* line 764, ../../../../../../sass/_custom.scss */
  .banner-text h2 {
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: .2em;
  }
  /* line 769, ../../../../../../sass/_custom.scss */
  .banner-text p {
    display: block;
    margin-top: 0.625em;
  }
  /* line 773, ../../../../../../sass/_custom.scss */
  .banner-text .logos {
    display: block;
    margin-bottom: 0.9375em;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  /* line 780, ../../../../../../sass/_custom.scss */
  .banner-text {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 785, ../../../../../../sass/_custom.scss */
  .orbit-caption {
    top: 1.5em;
    left: 1.875em;
  }
  /* line 788, ../../../../../../sass/_custom.scss */
  .orbit-caption h2 {
    font-size: 4.5em;
    line-height: 1;
    margin: 0;
  }
  /* line 793, ../../../../../../sass/_custom.scss */
  .orbit-caption p {
    display: block;
    font-size: 2em;
  }

  /* line 798, ../../../../../../sass/_custom.scss */
  .banner-text {
    top: 1.5em;
    left: 1.875em;
  }
  /* line 801, ../../../../../../sass/_custom.scss */
  .banner-text h2 {
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: .2em;
  }
  /* line 806, ../../../../../../sass/_custom.scss */
  .banner-text p {
    display: block;
    margin-top: 0.625em;
  }
  /* line 810, ../../../../../../sass/_custom.scss */
  .banner-text .logos {
    display: block;
    margin-bottom: 0.9375em;
  }
}
/* line 815, ../../../../../../sass/_custom.scss */
.orbit-timer {
  z-index: -100;
}

/* line 816, ../../../../../../sass/_custom.scss */
.orbit-bullets {
  z-index: 10;
  float: right;
  margin-top: -2.5rem;
  margin-right: 1rem;
}
/* line 822, ../../../../../../sass/_custom.scss */
.orbit-bullets li {
  width: 10px;
  height: 10px;
  border: solid 1px black;
}
/* line 827, ../../../../../../sass/_custom.scss */
.orbit-bullets li.active {
  border: solid 1px;
  background: none repeat scroll 0% 0% #30b9ec;
}

/* line 833, ../../../../../../sass/_custom.scss */
.slider {
  margin-bottom: 20px;
}

/* line 836, ../../../../../../sass/_custom.scss */
.image-caption {
  position: absolute;
  top: 0.75em;
  left: 0.875em;
  color: #363636;
}
/* line 841, ../../../../../../sass/_custom.scss */
.image-caption h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}
/* line 845, ../../../../../../sass/_custom.scss */
.image-caption h4, .image-caption a {
  text-align: left;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
}
/* line 850, ../../../../../../sass/_custom.scss */
.image-caption a {
  line-height: 1.2;
}
@media only screen and (min-width: 480px) {
  /* line 836, ../../../../../../sass/_custom.scss */
  .image-caption {
    top: 0.625em;
    left: 1em;
  }
  /* line 856, ../../../../../../sass/_custom.scss */
  .image-caption h3 {
    font-size: 2.25em;
  }
  /* line 859, ../../../../../../sass/_custom.scss */
  .image-caption h4, .image-caption a {
    font-size: 1.625em;
  }
}
@media only screen and (min-width: 480px) {
  /* line 836, ../../../../../../sass/_custom.scss */
  .image-caption {
    top: 0.875em;
    left: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 836, ../../../../../../sass/_custom.scss */
  .image-caption {
    top: 0.625em;
    left: 1em;
  }
  /* line 870, ../../../../../../sass/_custom.scss */
  .image-caption h3 {
    font-size: 1.125em;
  }
  /* line 873, ../../../../../../sass/_custom.scss */
  .image-caption h4, .image-caption a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  /* line 877, ../../../../../../sass/_custom.scss */
  .image-caption h3 {
    font-size: 1.5em;
  }
  /* line 880, ../../../../../../sass/_custom.scss */
  .image-caption h4, .image-caption a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  /* line 885, ../../../../../../sass/_custom.scss */
  .image-caption h3 {
    font-size: 2em;
  }
  /* line 888, ../../../../../../sass/_custom.scss */
  .image-caption h4, .image-caption a {
    font-size: 1.25em;
  }
}

@media only screen and (orientation: landscape) and (min-width: 768px) {
  /* line 896, ../../../../../../sass/_custom.scss */
  .tri-panel section {
    padding: 0 0.9375em !important;
  }
  /* line 899, ../../../../../../sass/_custom.scss */
  .tri-panel section:first-of-type {
    padding-left: 1.25em !important;
    padding-right: 0.625em !important;
  }
  /* line 903, ../../../../../../sass/_custom.scss */
  .tri-panel section:last-of-type {
    padding-left: 0.625em !important;
    padding-right: 1.25em !important;
  }
}
/* line 909, ../../../../../../sass/_custom.scss */
.panel-image {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
/* line 911, ../../../../../../sass/_custom.scss */
.panel-image a .panel, .panel-image .panel {
  border-color: #d7d7d7;
  position: relative;
}
/* line 915, ../../../../../../sass/_custom.scss */
.panel-image .panel .image-caption a {
  text-align: left !important;
}

/* line 921, ../../../../../../sass/_custom.scss */
.panel-image a:hover .panel, .panel-image a:active .panel {
  border-color: #32caff;
}

/* line 924, ../../../../../../sass/_custom.scss */
.callout {
  text-align: center;
}

/* line 926, ../../../../../../sass/_custom.scss */
.banner img {
  position: relative;
}

/* line 929, ../../../../../../sass/_custom.scss */
.banner .columns, .slider .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 935, ../../../../../../sass/_custom.scss */
#home .review .button-area, #home .sale .button-area {
  text-align: center !important;
}
/* line 937, ../../../../../../sass/_custom.scss */
#home .review .button-area .more, #home .review .button-area .sale, #home .sale .button-area .more, #home .sale .button-area .sale {
  text-align: center;
  margin: 1.25em 1.25em 2.5em;
  min-width: 11.25em;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: white;
  display: inline-block;
}
@media only screen and (min-width: 48em) {
  /* line 937, ../../../../../../sass/_custom.scss */
  #home .review .button-area .more, #home .review .button-area .sale, #home .sale .button-area .more, #home .sale .button-area .sale {
    margin: 1.875em 0 0;
    padding: 0.625em 0;
  }
}
@media only screen and (min-width: 58.75em) {
  /* line 937, ../../../../../../sass/_custom.scss */
  #home .review .button-area .more, #home .review .button-area .sale, #home .sale .button-area .more, #home .sale .button-area .sale {
    margin: 2.5em 1.25em 0;
    font-size: 1.125em;
    padding: 0.625em 0;
  }
}
/* line 955, ../../../../../../sass/_custom.scss */
#home .review .button-area .more, #home .sale .button-area .more {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9da4ac), color-stop(100%, #65686d));
  background-image: -webkit-linear-gradient(#9da4ac, #65686d);
  background-image: -moz-linear-gradient(#9da4ac, #65686d);
  background-image: -o-linear-gradient(#9da4ac, #65686d);
  background-image: linear-gradient(#9da4ac, #65686d);
}
/* line 957, ../../../../../../sass/_custom.scss */
#home .review .button-area .more:hover, #home .review .button-area .more:focus, #home .sale .button-area .more:hover, #home .sale .button-area .more:focus {
  color: white;
  background-color: #9da4ac;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #198eff), color-stop(100%, #0057f1));
  background-image: -webkit-linear-gradient(#198eff, #0057f1);
  background-image: -moz-linear-gradient(#198eff, #0057f1);
  background-image: -o-linear-gradient(#198eff, #0057f1);
  background-image: linear-gradient(#198eff, #0057f1);
}
/* line 964, ../../../../../../sass/_custom.scss */
#home .review blockquote, #home .sale blockquote {
  margin-top: 0;
  padding: 0;
  color: white;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  /* line 964, ../../../../../../sass/_custom.scss */
  #home .review blockquote, #home .sale blockquote {
    font-size: 1.25em;
    padding: 0 1.25em;
  }
}
@media only screen and (min-width: 48em) {
  /* line 964, ../../../../../../sass/_custom.scss */
  #home .review blockquote, #home .sale blockquote {
    font-size: 0.875em;
    padding: 0.9375em 0 0;
  }
}
@media only screen and (min-width: 64em) {
  /* line 964, ../../../../../../sass/_custom.scss */
  #home .review blockquote, #home .sale blockquote {
    font-size: 1em;
    padding: 0.9375em 0 0;
  }
}
@media only screen and (min-width: 68.75em) {
  /* line 964, ../../../../../../sass/_custom.scss */
  #home .review blockquote, #home .sale blockquote {
    padding: 1.875em 0 0;
  }
}
/* line 986, ../../../../../../sass/_custom.scss */
#home .review blockquote cite, #home .sale blockquote cite {
  color: white;
}

/* line 992, ../../../../../../sass/_custom.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 993, ../../../../../../sass/_custom.scss */
.reveal-modal {
  padding: 0.9375em;
}

/* line 994, ../../../../../../sass/_custom.scss */
#home .sale {
  text-align: center;
  background-color: #a5a8ad;
}
/* line 997, ../../../../../../sass/_custom.scss */
#home .sale h3, #home .sale h4, #home .sale h5, #home .sale h6, #home .sale p {
  color: white;
}
/* line 1000, ../../../../../../sass/_custom.scss */
#home .sale h4 {
  font-size: 2.3125em;
  margin-top: 0.5em;
  margin-bottom: 0;
  line-height: 1;
}
/* line 1006, ../../../../../../sass/_custom.scss */
#home .sale h5 {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal !important;
}
@media only screen and (min-width: 48em) {
  /* line 994, ../../../../../../sass/_custom.scss */
  #home .sale {
    text-align: left;
  }
  /* line 1013, ../../../../../../sass/_custom.scss */
  #home .sale h5 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 64em) {
  /* line 1018, ../../../../../../sass/_custom.scss */
  #home .sale h4 {
    font-size: 3em;
  }
  /* line 1021, ../../../../../../sass/_custom.scss */
  #home .sale h5 {
    font-size: 1.75em;
  }
}

/* line 1026, ../../../../../../sass/_custom.scss */
.special .columns {
  padding: 0;
}

/* line 1029, ../../../../../../sass/_custom.scss */
#home .review {
  background-color: #6d7278;
}
/* line 1031, ../../../../../../sass/_custom.scss */
#home .review .logo {
  text-align: center;
}
/* line 1033, ../../../../../../sass/_custom.scss */
#home .review .logo img {
  padding: 0;
}
@media only screen and (min-width: 30em) {
  /* line 1033, ../../../../../../sass/_custom.scss */
  #home .review .logo img {
    padding: 0;
  }
}
@media only screen and (min-width: 40em) {
  /* line 1033, ../../../../../../sass/_custom.scss */
  #home .review .logo img {
    padding: 0;
  }
}
@media only screen and (min-width: 48em) {
  /* line 1033, ../../../../../../sass/_custom.scss */
  #home .review .logo img {
    padding: 0.9375em 0 0;
  }
}
@media only screen and (min-width: 53.125em) {
  /* line 1033, ../../../../../../sass/_custom.scss */
  #home .review .logo img {
    padding: 0;
  }
}
@media only screen and (min-width: 64em) {
  /* line 1033, ../../../../../../sass/_custom.scss */
  #home .review .logo img {
    padding: 0;
  }
}

/* line 1057, ../../../../../../sass/_custom.scss */
#features .content .row:nth-of-type(2n+2), #training .content .row:nth-of-type(2n+2) {
  background-color: #eee !important;
}

/* line 1060, ../../../../../../sass/_custom.scss */
#features .content, #training .content {
  padding-bottom: 0;
}

/* line 1064, ../../../../../../sass/_custom.scss */
#training .introduction h2 {
  text-align: center;
  margin: 1.25em 0 0.625em;
}
@media only screen and (min-width: 48em) {
  /* line 1064, ../../../../../../sass/_custom.scss */
  #training .introduction h2 {
    font-size: 2.25em !important;
  }
}
@media only screen and (min-width: 57.5em) {
  /* line 1064, ../../../../../../sass/_custom.scss */
  #training .introduction h2 {
    font-size: 3em !important;
  }
}
/* line 1074, ../../../../../../sass/_custom.scss */
#training .introduction .intro-body {
  position: relative;
}
@media only screen and (min-width: 39.0625em) {
  /* line 1074, ../../../../../../sass/_custom.scss */
  #training .introduction .intro-body {
    padding: 0 3.5rem;
  }
}
@media only screen and (min-width: 48em) {
  /* line 1074, ../../../../../../sass/_custom.scss */
  #training .introduction .intro-body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    -ms-column-gap: 2.5em;
    -o-column-gap: 2.5em;
    column-gap: 2.5em;
    padding: 0;
  }
}
@media only screen and (min-width: 57.5em) {
  /* line 1074, ../../../../../../sass/_custom.scss */
  #training .introduction .intro-body {
    -webkit-column-gap: 3.75em;
    -moz-column-gap: 3.75em;
    -ms-column-gap: 3.75em;
    -o-column-gap: 3.75em;
    column-gap: 3.75em;
  }
}
@media only screen and (min-width: 75em) {
  /* line 1074, ../../../../../../sass/_custom.scss */
  #training .introduction .intro-body {
    -webkit-column-gap: 7.5em;
    -moz-column-gap: 7.5em;
    -ms-column-gap: 7.5em;
    -o-column-gap: 7.5em;
    column-gap: 7.5em;
    padding: 0 3rem;
  }
}

/* line 1093, ../../../../../../sass/_custom.scss */
#training .text {
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 75em) {
  /* line 1093, ../../../../../../sass/_custom.scss */
  #training .text {
    margin-bottom: 2.25em;
  }
}

/* line 1099, ../../../../../../sass/_custom.scss */
#CB_Body {
  background-color: transparent;
}

/* line 1102, ../../../../../../sass/_custom.scss */
.section-container {
  background-color: #878787 !important;
  margin-bottom: 0;
}

/* line 1106, ../../../../../../sass/_custom.scss */
section {
  border-bottom: none !important;
}

/* line 1109, ../../../../../../sass/_custom.scss */
section .content {
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

/* line 1115, ../../../../../../sass/_custom.scss */
section .title a {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
/* line 1121, ../../../../../../sass/_custom.scss */
section.active .title a {
  color: #177CE8 !important;
}

/* line 1125, ../../../../../../sass/_custom.scss */
section p.title:nth-of-type(1) {
  border-left: none !important;
  border-right: 1px solid #666666 !important;
}

/* line 1130, ../../../../../../sass/_custom.scss */
#speaker .reveal-modal, #receiver .reveal-modal {
  background-color: white;
}

/* line 1134, ../../../../../../sass/_custom.scss */
#comparison {
  overflow: auto;
  margin-top: 1.25em;
}
@media only screen and (min-width: 30em) and (orientation: landscape) {
  /* line 1134, ../../../../../../sass/_custom.scss */
  #comparison {
    padding: 0 3.125em;
  }
}
/* line 1138, ../../../../../../sass/_custom.scss */
#comparison h3 {
  padding-bottom: 1em;
}
/* line 1143, ../../../../../../sass/_custom.scss */
#comparison table, #comparison table thead, #comparison table tfoot, #comparison table tr.even, #comparison table tr.alt, #comparison table tr:nth-of-type(even) {
  background: none;
}
/* line 1146, ../../../../../../sass/_custom.scss */
#comparison tr {
  border-bottom: 1px solid #cdcdcd;
}
/* line 1149, ../../../../../../sass/_custom.scss */
#comparison td {
  text-align: center;
  font-size: xx-large;
  line-height: .5;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1154, ../../../../../../sass/_custom.scss */
#comparison td.label {
  text-align: left;
  font-size: medium;
  line-height: 1;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 1163, ../../../../../../sass/_custom.scss */
#comparison th {
  text-align: center;
  vertical-align: text-top;
  font-weight: normal;
}
/* line 1168, ../../../../../../sass/_custom.scss */
#comparison .play-fi {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f5aa00;
}
/* line 1172, ../../../../../../sass/_custom.scss */
#comparison tr th img {
  min-width: 5em;
}
/* line 1175, ../../../../../../sass/_custom.scss */
#comparison tr.last {
  border: none;
}
/* line 1178, ../../../../../../sass/_custom.scss */
#comparison span {
  font-size: large;
  vertical-align: top;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1185, ../../../../../../sass/_custom.scss */
#features .review .logo, #training .review .logo {
  text-align: center;
}
/* line 1187, ../../../../../../sass/_custom.scss */
#features .review .logo img, #training .review .logo img {
  padding: 2.5em 20% 0em;
}
@media only screen and (min-width: 30em) {
  /* line 1187, ../../../../../../sass/_custom.scss */
  #features .review .logo img, #training .review .logo img {
    padding: 2.5em 25% 0;
  }
}
@media only screen and (min-width: 40em) {
  /* line 1187, ../../../../../../sass/_custom.scss */
  #features .review .logo img, #training .review .logo img {
    padding: 2.5em 30% 0;
  }
}
@media only screen and (min-width: 48em) {
  /* line 1187, ../../../../../../sass/_custom.scss */
  #features .review .logo img, #training .review .logo img {
    padding: 2.5em 0.9375em 0;
  }
}
@media only screen and (min-width: 48em) {
  /* line 1187, ../../../../../../sass/_custom.scss */
  #features .review .logo img, #training .review .logo img {
    padding: 4.375em 0 0;
  }
}
@media only screen and (min-width: 58.75em) {
  /* line 1187, ../../../../../../sass/_custom.scss */
  #features .review .logo img, #training .review .logo img {
    margin-left: 20px;
  }
}
/* line 1206, ../../../../../../sass/_custom.scss */
#features .review blockquote, #training .review blockquote {
  margin-top: 2.5em;
  text-align: center;
}
@media only screen and (min-width: 30em) {
  /* line 1206, ../../../../../../sass/_custom.scss */
  #features .review blockquote, #training .review blockquote {
    padding: 0.9375em 1.25em;
  }
  /* line 1211, ../../../../../../sass/_custom.scss */
  #features .review blockquote cite, #training .review blockquote cite {
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-align: right;
  }
}
@media only screen and (min-width: 40em) {
  /* line 1206, ../../../../../../sass/_custom.scss */
  #features .review blockquote, #training .review blockquote {
    padding: 0.9375em 1.25em;
  }
}
/* line 1221, ../../../../../../sass/_custom.scss */
#features .review .button-area, #training .review .button-area {
  text-align: center;
}
/* line 1223, ../../../../../../sass/_custom.scss */
#features .review .button-area .nav-button, #training .review .button-area .nav-button {
  margin: 1.25em 1.25em 2.5em;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: white;
  display: inline-block;
  background-color: #999;
  background-image: none;
  padding: 0.625em 1.25em;
}
@media only screen and (min-width: 48em) {
  /* line 1223, ../../../../../../sass/_custom.scss */
  #features .review .button-area .nav-button, #training .review .button-area .nav-button {
    margin: 4.375em 0;
  }
}
@media only screen and (min-width: 58.75em) {
  /* line 1223, ../../../../../../sass/_custom.scss */
  #features .review .button-area .nav-button, #training .review .button-area .nav-button {
    font-size: 1.125em;
    margin-right: 20px;
  }
}
/* line 1238, ../../../../../../sass/_custom.scss */
#features .review .button-area .nav-button:hover, #features .review .button-area .nav-button:focus, #training .review .button-area .nav-button:hover, #training .review .button-area .nav-button:focus {
  background-color: #777;
}

@media only screen and (min-width: 58.75em) {
  /* line 1246, ../../../../../../sass/_custom.scss */
  .spec-text {
    border-right: #bbb solid 1px;
  }
}
/* line 1251, ../../../../../../sass/_custom.scss */
#features .content h3, #training .content h3 {
  margin-bottom: .20em !important;
  color: #222 !important;
}
/* line 1255, ../../../../../../sass/_custom.scss */
#features .content .image, #training .content .image {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 1259, ../../../../../../sass/_custom.scss */
#features .content img.rest:hover, #training .content img.rest:hover {
  background-image: url(https://phorus.com/images/uploads/ps1-speaker-360-viewer-roll.jpg);
}
/* line 1262, ../../../../../../sass/_custom.scss */
#features .content .text, #training .content .text {
  margin-top: 1rem;
}
/* line 1266, ../../../../../../sass/_custom.scss */
#features .content .play-fi h3, #training .content .play-fi h3 {
  color: #f5aa00;
}
/* line 1267, ../../../../../../sass/_custom.scss */
#features .content .play-fi a, #training .content .play-fi a {
  background-color: #f5aa00;
  padding: 0.625em;
  color: white;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 1em;
  line-height: 1.3;
}
/* line 1279, ../../../../../../sass/_custom.scss */
#features .content .play-fi a:hover, #features .content .play-fi a:active, #training .content .play-fi a:hover, #training .content .play-fi a:active {
  background-color: #ffbd29;
}
/* line 1283, ../../../../../../sass/_custom.scss */
#features .content .play-fi .framed, #training .content .play-fi .framed {
  padding-top: 1rem;
}
/* line 1286, ../../../../../../sass/_custom.scss */
#features .content .asterisk p, #training .content .asterisk p {
  font-size: small;
  padding-top: 0.625em;
}
@media only screen and (min-width: 625px) {
  /* line 1291, ../../../../../../sass/_custom.scss */
  #features .content .image, #training .content .image {
    text-align: center;
  }
  /* line 1293, ../../../../../../sass/_custom.scss */
  #features .content .image .right, #features .content .image .left, #training .content .image .right, #training .content .image .left {
    margin: 0 auto;
    float: none !important;
  }
  /* line 1299, ../../../../../../sass/_custom.scss */
  #features .content .play-fi .framed, #training .content .play-fi .framed {
    padding-top: 4.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  /* line 1304, ../../../../../../sass/_custom.scss */
  #features .content .play-fi .text, #training .content .play-fi .text {
    padding-bottom: 4.5rem;
  }
  /* line 1308, ../../../../../../sass/_custom.scss */
  #features .content .text, #training .content .text {
    margin-top: 1rem;
  }
  /* line 1310, ../../../../../../sass/_custom.scss */
  #features .content .text > *, #training .content .text > * {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1317, ../../../../../../sass/_custom.scss */
  #features .content img.right, #training .content img.right {
    padding-left: 0.9375em;
  }
  /* line 1320, ../../../../../../sass/_custom.scss */
  #features .content img.left, #training .content img.left {
    padding-right: 0.9375em;
  }
  /* line 1324, ../../../../../../sass/_custom.scss */
  #features .content .play-fi .framed, #training .content .play-fi .framed {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 1329, ../../../../../../sass/_custom.scss */
  #features .content .play-fi .text, #training .content .play-fi .text {
    padding-bottom: 0;
  }
  /* line 1333, ../../../../../../sass/_custom.scss */
  #features .content .text, #training .content .text {
    margin-top: 1rem;
  }
  /* line 1335, ../../../../../../sass/_custom.scss */
  #features .content .text > *, #training .content .text > * {
    padding-left: .2rem;
    padding-right: 0;
  }
  /* line 1340, ../../../../../../sass/_custom.scss */
  #features .content h2, #training .content h2 {
    text-align: center;
    font-size: 1.375em;
    padding-top: .5em;
  }
  /* line 1345, ../../../../../../sass/_custom.scss */
  #features .content h3, #training .content h3 {
    font-size: 1.125em;
    margin-bottom: .1em !important;
  }
  /* line 1349, ../../../../../../sass/_custom.scss */
  #features .content p, #training .content p {
    font-size: 0.875em;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 920px) {
  /* line 1355, ../../../../../../sass/_custom.scss */
  #features .content .text > *, #training .content .text > * {
    padding-right: 2rem;
  }
  /* line 1358, ../../../../../../sass/_custom.scss */
  #features .content .framed, #training .content .framed {
    padding: 2rem 2rem 0;
  }
  /* line 1361, ../../../../../../sass/_custom.scss */
  #features .content .text, #training .content .text {
    margin-top: 1.1rem;
  }
  /* line 1363, ../../../../../../sass/_custom.scss */
  #features .content .text > *, #training .content .text > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 1368, ../../../../../../sass/_custom.scss */
  #features .content h2, #training .content h2 {
    font-size: 2em;
    padding-top: .4em;
  }
  /* line 1372, ../../../../../../sass/_custom.scss */
  #features .content h3, #training .content h3 {
    font-size: 1.5em;
    margin-bottom: .12em !important;
  }
  /* line 1376, ../../../../../../sass/_custom.scss */
  #features .content p, #training .content p {
    font-size: 1em;
    line-height: 1.5;
  }
  /* line 1380, ../../../../../../sass/_custom.scss */
  #features .content blockquote, #training .content blockquote {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1385, ../../../../../../sass/_custom.scss */
  #features .content .text, #training .content .text {
    margin-top: 3rem;
  }
  /* line 1387, ../../../../../../sass/_custom.scss */
  #features .content .text > *, #training .content .text > * {
    padding-left: 3rem;
    padding-right: 2rem;
  }
  /* line 1392, ../../../../../../sass/_custom.scss */
  #features .content .play-fi .framed, #training .content .play-fi .framed {
    padding-bottom: 1rem;
  }
  /* line 1394, ../../../../../../sass/_custom.scss */
  #features .content .play-fi .framed .text, #training .content .play-fi .framed .text {
    padding-bottom: 4.5rem;
  }
  /* line 1396, ../../../../../../sass/_custom.scss */
  #features .content .play-fi .framed .text > *, #training .content .play-fi .framed .text > * {
    padding-right: 5rem;
  }
  /* line 1400, ../../../../../../sass/_custom.scss */
  #features .content .play-fi .framed .flex-video, #training .content .play-fi .framed .flex-video {
    margin-bottom: 0;
  }
  /* line 1404, ../../../../../../sass/_custom.scss */
  #features .content h2, #training .content h2 {
    font-size: 2.3125em;
  }
  /* line 1407, ../../../../../../sass/_custom.scss */
  #features .content h3, #training .content h3 {
    font-size: 1.6875em;
  }
  /* line 1411, ../../../../../../sass/_custom.scss */
  #features .content p, #training .content p {
    font-size: 1.125em;
  }
}

/* line 1414, ../../../../../../sass/_custom.scss */
#training .content .play-fi a {
  margin-top: 0;
}

/* line 1418, ../../../../../../sass/_custom.scss */
#specs h3 {
  margin-bottom: .15rem;
}

@media only screen and (min-width: 768px) {
  /* line 1424, ../../../../../../sass/_custom.scss */
  .spec-images img {
    margin-top: 6.25em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1429, ../../../../../../sass/_custom.scss */
  .spec-images img:nth-of-type(1) {
    margin-top: 0em;
  }
  /* line 1432, ../../../../../../sass/_custom.scss */
  .spec-images img:nth-of-type(2) {
    margin-top: 11.25em;
  }
}

/* line 1440, ../../../../../../sass/_custom.scss */
#weblog {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80em;
  *zoom: 1;
}
/* line 121, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
#weblog:before, #weblog:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../.rvm/gems/ruby-1.9.3-p374/gems/zurb-foundation-4.2.2/scss/foundation/components/_global.scss */
#weblog:after {
  clear: both;
}
/* line 1442, ../../../../../../sass/_custom.scss */
#weblog h1, #weblog h2, #weblog h3, #weblog h4, #weblog h5, #weblog h6 {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1445, ../../../../../../sass/_custom.scss */
#weblog .banner {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  /* line 1445, ../../../../../../sass/_custom.scss */
  #weblog .banner {
    margin-bottom: 2.5em;
  }
}
/* line 1450, ../../../../../../sass/_custom.scss */
#weblog .banner .banner-text {
  max-width: 100%;
  padding-left: 0;
}
@media only screen and (min-width: 600px) {
  /* line 1450, ../../../../../../sass/_custom.scss */
  #weblog .banner .banner-text {
    padding-left: 0.625em;
  }
}
/* line 1456, ../../../../../../sass/_custom.scss */
#weblog .banner .banner-text h1 {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em !important;
  left: 0 !important;
  line-height: 1.8;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 400px) {
  /* line 1456, ../../../../../../sass/_custom.scss */
  #weblog .banner .banner-text h1 {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 480px) {
  /* line 1456, ../../../../../../sass/_custom.scss */
  #weblog .banner .banner-text h1 {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 600px) {
  /* line 1456, ../../../../../../sass/_custom.scss */
  #weblog .banner .banner-text h1 {
    font-size: 36px !important;
    line-height: 2.2;
  }
}
@media only screen and (min-width: 700px) {
  /* line 1456, ../../../../../../sass/_custom.scss */
  #weblog .banner .banner-text h1 {
    font-size: 42px !important;
  }
}
@media only screen and (min-width: 800px) {
  /* line 1456, ../../../../../../sass/_custom.scss */
  #weblog .banner .banner-text h1 {
    font-size: 50px !important;
  }
}
@media only screen and (min-width: 900px) {
  /* line 1456, ../../../../../../sass/_custom.scss */
  #weblog .banner .banner-text h1 {
    font-size: 62px !important;
    line-height: 2.3;
  }
}
/* line 1485, ../../../../../../sass/_custom.scss */
#weblog #feed {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
}
@media only screen and (min-width: 940px) {
  /* line 1485, ../../../../../../sass/_custom.scss */
  #weblog #feed {
    top: 0.9375em;
    right: 0.9375em;
  }
}
/* line 1494, ../../../../../../sass/_custom.scss */
#weblog .weblog-excerpt {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin-bottom: 1.25em;
}
/* line 1496, ../../../../../../sass/_custom.scss */
#weblog .weblog-excerpt > .row {
  padding-bottom: 1.25em;
}
/* line 1500, ../../../../../../sass/_custom.scss */
#weblog .weblog-excerpt a:hover h2, #weblog .weblog-excerpt a:active h2 {
  color: #177ce8;
}
/* line 1503, ../../../../../../sass/_custom.scss */
#weblog .weblog-excerpt a h3, #weblog .weblog-excerpt a h4, #weblog .weblog-excerpt a p, #weblog .weblog-excerpt a ul, #weblog .weblog-excerpt a li {
  color: #222;
}
/* line 1509, ../../../../../../sass/_custom.scss */
#weblog .post-content {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin-bottom: 0.625em;
}
/* line 1512, ../../../../../../sass/_custom.scss */
#weblog .post-content img {
  display: block;
  margin: 0 auto;
}
/* line 1517, ../../../../../../sass/_custom.scss */
#weblog .post-image {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: right;
  float: left;
  text-align: center;
  margin-bottom: 1.25em;
}
/* line 1522, ../../../../../../sass/_custom.scss */
#weblog .cat a {
  color: #222;
}
/* line 1524, ../../../../../../sass/_custom.scss */
#weblog .cat a:hover, #weblog .cat a:active {
  color: #177ce8;
}
/* line 1528, ../../../../../../sass/_custom.scss */
#weblog .pagination {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: right;
  float: left;
}
/* line 1531, ../../../../../../sass/_custom.scss */
#weblog #single-entry {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
/* line 1532, ../../../../../../sass/_custom.scss */
#weblog #single-entry h2 {
  margin-bottom: 0;
}
/* line 1536, ../../../../../../sass/_custom.scss */
#weblog #single-entry .main-image {
  margin-bottom: 1.25em;
}
/* line 1539, ../../../../../../sass/_custom.scss */
#weblog #single-entry p.subheader {
  font-weight: 100 !important;
  font-style: italic !important;
  font-size: larger;
}
/* line 1544, ../../../../../../sass/_custom.scss */
#weblog #single-entry .label {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
/* line 1548, ../../../../../../sass/_custom.scss */
#weblog #single-entry .meta {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 2.5em;
}
/* line 1552, ../../../../../../sass/_custom.scss */
#weblog #single-entry .meta ul, #weblog #single-entry .meta p {
  list-style: none;
  font-size: 0.875em;
  color: #777;
}
/* line 1556, ../../../../../../sass/_custom.scss */
#weblog #single-entry .meta ul li a, #weblog #single-entry .meta p li a {
  color: #777 !important;
}
/* line 1558, ../../../../../../sass/_custom.scss */
#weblog #single-entry .meta ul li a:hover, #weblog #single-entry .meta ul li a:active, #weblog #single-entry .meta p li a:hover, #weblog #single-entry .meta p li a:active {
  color: #177ce8 !important;
}
/* line 1563, ../../../../../../sass/_custom.scss */
#weblog #single-entry .meta .category, #weblog #single-entry .meta .date, #weblog #single-entry .meta .options {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 33.33333%;
  float: left;
}
/* line 1565, ../../../../../../sass/_custom.scss */
#weblog #single-entry .meta .category img, #weblog #single-entry .meta .date img, #weblog #single-entry .meta .options img {
  margin: 0.25em 0 1.25em;
}
/* line 1571, ../../../../../../sass/_custom.scss */
#weblog .comments {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  margin: 1.25em 0 2.5em;
}
/* line 1574, ../../../../../../sass/_custom.scss */
#weblog .comments ul li {
  list-style-type: none;
}
/* line 1577, ../../../../../../sass/_custom.scss */
#weblog .comments .author {
  font-weight: 700;
  color: #222;
}
/* line 1580, ../../../../../../sass/_custom.scss */
#weblog .comments .author:hover, #weblog .comments .author:active {
  color: #177ce8 !important;
}
/* line 1584, ../../../../../../sass/_custom.scss */
#weblog .comments .date {
  font-size: 0.875em;
  color: #777;
}
/* line 1589, ../../../../../../sass/_custom.scss */
#weblog .comments blockquote p:before {
  content: open-quote;
}
/* line 1592, ../../../../../../sass/_custom.scss */
#weblog .comments blockquote p:after {
  content: close-quote;
}
/* line 1596, ../../../../../../sass/_custom.scss */
#weblog .comments ul ul {
  padding-left: 1.25em;
}
/* line 1599, ../../../../../../sass/_custom.scss */
#weblog .comments .reply {
  color: #777;
  font-size: 0.875em;
  text-decoration: underline;
}
/* line 1603, ../../../../../../sass/_custom.scss */
#weblog .comments .reply:hover, #weblog .comments .reply:active {
  color: #177ce8 !important;
}
/* line 1607, ../../../../../../sass/_custom.scss */
#weblog .comments #comment_form {
  display: none;
}
/* line 1610, ../../../../../../sass/_custom.scss */
#weblog .comments input.comment {
  padding: 0.5em 0.75em;
  border: none;
}

@media only screen and (min-width: 650px) {
  /* line 1618, ../../../../../../sass/_custom.scss */
  #weblog .post-content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
  }
  /* line 1621, ../../../../../../sass/_custom.scss */
  #weblog .post-image {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 16.66667%;
    float: left;
    margin-top: 0.5625em;
  }
  /* line 1625, ../../../../../../sass/_custom.scss */
  #weblog .post-content.with-image {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    float: left;
  }
  /* line 1629, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .post-content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    left: 8.33333%;
    right: auto;
    float: left;
  }
  /* line 1631, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .post-content p {
    font-size: 1.25em !important;
  }
  /* line 1635, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .label {
    font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* line 1638, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .meta {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    left: 8.33333%;
    right: auto;
    float: left;
    text-align: left;
  }
  /* line 1641, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .meta .category, #weblog #single-entry .meta .date, #weblog #single-entry .meta .options {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 33.33333%;
    float: left;
  }
  /* line 1646, ../../../../../../sass/_custom.scss */
  #weblog .pagination, #weblog .comments {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    left: 8.33333%;
    right: auto;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1653, ../../../../../../sass/_custom.scss */
  #weblog .weblog-excerpt {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    left: 8.33333%;
    right: auto;
    float: left;
  }
  /* line 1656, ../../../../../../sass/_custom.scss */
  #weblog .post-content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
  }
  /* line 1659, ../../../../../../sass/_custom.scss */
  #weblog .post-image {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 16.66667%;
    float: right;
    float: left;
    margin-top: 0.9375em;
  }
  /* line 1663, ../../../../../../sass/_custom.scss */
  #weblog .post-content.with-image {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    float: left;
  }
  /* line 1667, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .label {
    font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* line 1670, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .meta {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    left: 8.33333%;
    right: auto;
    float: left;
    text-align: left;
  }
  /* line 1673, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .meta .category, #weblog #single-entry .meta .date, #weblog #single-entry .meta .options {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 33.33333%;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1682, ../../../../../../sass/_custom.scss */
  #weblog .weblog-excerpt {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    left: 16.66667%;
    right: auto;
    float: left;
  }
  /* line 1686, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .post-content {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    left: 16.66667%;
    right: auto;
    float: left;
  }
  /* line 1689, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .meta {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 16.66667%;
    right: 66.66667%;
    left: auto;
    float: left;
    text-align: right;
  }
  /* line 1692, ../../../../../../sass/_custom.scss */
  #weblog #single-entry .meta .category, #weblog #single-entry .meta .date, #weblog #single-entry .meta .options {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    padding-left: 1.875em;
  }
  /* line 1698, ../../../../../../sass/_custom.scss */
  #weblog .pagination, #weblog .comments {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    left: 16.66667%;
    right: auto;
    float: left;
  }
}
/* line 1707, ../../../../../../sass/_custom.scss */
#reviews .title-banner {
  margin-bottom: 2.5em;
}
/* line 1710, ../../../../../../sass/_custom.scss */
#reviews h4 {
  font-size: 1.5em;
}
/* line 1716, ../../../../../../sass/_custom.scss */
#reviews .press .review a :hover, #reviews .press .review a :active {
  color: #177CE8;
}
/* line 1720, ../../../../../../sass/_custom.scss */
#reviews .press .review img {
  max-width: 12.5em;
  max-height: 3.75em;
}
/* line 1724, ../../../../../../sass/_custom.scss */
#reviews .press .review blockquote {
  padding: 0.625em 1.25em 0 0;
  margin-bottom: 0.375em;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
}
@media only screen and (min-width: 480px) {
  /* line 1724, ../../../../../../sass/_custom.scss */
  #reviews .press .review blockquote {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1724, ../../../../../../sass/_custom.scss */
  #reviews .press .review blockquote {
    font-size: 1.375em;
  }
}
/* line 1736, ../../../../../../sass/_custom.scss */
#reviews .press .review p {
  margin-bottom: 3.125em;
  color: #6F6F6F;
}
@media only screen and (min-width: 1024px) {
  /* line 1714, ../../../../../../sass/_custom.scss */
  #reviews .press .review {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 1747, ../../../../../../sass/_custom.scss */
  #reviews .press h4 {
    padding-left: 5rem;
  }
}
/* line 1753, ../../../../../../sass/_custom.scss */
#reviews .customers h4 {
  font-size: 1.25em;
}
/* line 1756, ../../../../../../sass/_custom.scss */
#reviews .customers .review {
  padding-right: 2rem;
}
/* line 1758, ../../../../../../sass/_custom.scss */
#reviews .customers .review blockquote {
  padding: 0 !important;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  /* line 1765, ../../../../../../sass/_custom.scss */
  #reviews .customers .review {
    padding-right: 6rem;
    margin-bottom: 2em;
  }
  /* line 1768, ../../../../../../sass/_custom.scss */
  #reviews .customers .review h4 {
    padding-right: 6rem;
  }
}

/* line 1778, ../../../../../../sass/_custom.scss */
.release-summary {
  padding-bottom: 1.25em;
}
/* line 1780, ../../../../../../sass/_custom.scss */
.release-summary p {
  margin-bottom: 0.625em;
}

@media only screen and (min-width: 768px) {
  /* line 1783, ../../../../../../sass/_custom.scss */
  .press-releases {
    padding: 0 1.875em 1.25em;
  }
  /* line 1785, ../../../../../../sass/_custom.scss */
  .press-releases .release-summary:nth-of-type(1n+2) {
    float: left;
    clear: left;
  }
  /* line 1789, ../../../../../../sass/_custom.scss */
  .press-releases .release-summary:nth-of-type(2n+2) {
    clear: right;
  }
}
/* line 1794, ../../../../../../sass/_custom.scss */
.media-images .image {
  margin-bottom: 1em;
}

/* line 1797, ../../../../../../sass/_custom.scss */
.more {
  text-align: center;
  margin-bottom: 1.25em;
}

/* line 1801, ../../../../../../sass/_custom.scss */
ul.press-kit {
  list-style-type: none;
}

/* line 1804, ../../../../../../sass/_custom.scss */
#release article h1 {
  font-size: 1.1875em;
}
@media only screen and (min-width: 768px) {
  /* line 1804, ../../../../../../sass/_custom.scss */
  #release article h1 {
    font-size: 1.5em;
  }
}

/* line 1814, ../../../../../../sass/_custom.scss */
#store-home form {
  margin: 0 !important;
}
/* line 1817, ../../../../../../sass/_custom.scss */
#store-home .title-banner {
  margin-bottom: 0.625em;
}
/* line 1820, ../../../../../../sass/_custom.scss */
#store-home .section-banner {
  margin-bottom: 0.625em;
}
/* line 1822, ../../../../../../sass/_custom.scss */
#store-home .section-banner h2 {
  line-height: 1.2;
  font-size: 1.25em;
}
/* line 1827, ../../../../../../sass/_custom.scss */
#store-home .sidebar {
  padding: 0;
}
/* line 1828, ../../../../../../sass/_custom.scss */
#store-home .sidebar .info {
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 1em;
  padding: 0 0.9375em;
}
@media only screen and (min-width: 768px) {
  /* line 1828, ../../../../../../sass/_custom.scss */
  #store-home .sidebar .info {
    text-align: left;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1827, ../../../../../../sass/_custom.scss */
  #store-home .sidebar {
    padding: 0 0.9375em;
  }
}
/* line 1842, ../../../../../../sass/_custom.scss */
#store-home .sidebar blockquote {
  display: none;
}
@media only screen and (min-width: 940px) {
  /* line 1842, ../../../../../../sass/_custom.scss */
  #store-home .sidebar blockquote {
    display: inline-block;
  }
}
/* line 1849, ../../../../../../sass/_custom.scss */
#store-home .store-button {
  font-size: 1rem;
  border: none;
}
/* line 1853, ../../../../../../sass/_custom.scss */
#store-home .cart-sidebar {
  background-color: #e7f1fa;
  text-align: right;
  border-bottom: solid 5px #444 !important;
  margin-bottom: 0.9375em;
}
/* line 1858, ../../../../../../sass/_custom.scss */
#store-home .cart-sidebar dt {
  background-color: #444;
  text-align: center;
  color: white;
  line-height: 1.2;
  font-size: 1.25em;
  padding: 0.3125em 0;
  margin-bottom: 0.625em;
}
/* line 1867, ../../../../../../sass/_custom.scss */
#store-home .cart-sidebar dd {
  padding: 0 0.9375em;
  margin-bottom: 0;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1871, ../../../../../../sass/_custom.scss */
#store-home .cart-sidebar dd span.item {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1874, ../../../../../../sass/_custom.scss */
#store-home .cart-sidebar dd.total {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0.625em;
}
/* line 1878, ../../../../../../sass/_custom.scss */
#store-home .cart-sidebar dd.empty {
  text-align: center;
  line-height: 3;
}
/* line 1883, ../../../../../../sass/_custom.scss */
#store-home .cart-sidebar .number {
  text-align: left;
}
/* line 1886, ../../../../../../sass/_custom.scss */
#store-home .cart-sidebar .store-button {
  padding: 0.625em;
  margin: 0 0.9375em 0.9375em;
}

/* line 1892, ../../../../../../sass/_custom.scss */
.product {
  padding: 0;
}
/* line 1894, ../../../../../../sass/_custom.scss */
.product section {
  border-bottom: solid 5px #444 !important;
  position: relative;
  padding-bottom: 1.875em;
}
/* line 1899, ../../../../../../sass/_custom.scss */
.product .title {
  position: absolute;
  top: 0.3125em;
  left: 0.9375em;
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 1905, ../../../../../../sass/_custom.scss */
.product .price {
  position: absolute;
  bottom: 0;
  bottom: 0.3125em;
  left: 0.9375em;
}
/* line 1910, ../../../../../../sass/_custom.scss */
.product .price strike {
  color: #6f6f6f;
}
/* line 1913, ../../../../../../sass/_custom.scss */
.product .store-button {
  position: absolute;
  bottom: 0.625em;
  right: 0.625em;
  padding: 0.625em;
}
/* line 1919, ../../../../../../sass/_custom.scss */
.product .image {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 1892, ../../../../../../sass/_custom.scss */
  .product {
    padding: 0 0.9375em 0.9375em;
  }
  /* line 1924, ../../../../../../sass/_custom.scss */
  .product section {
    padding: 1.625em 1.875em 2.5em;
  }
  /* line 1927, ../../../../../../sass/_custom.scss */
  .product .title {
    left: 0;
    top: 0;
  }
  /* line 1931, ../../../../../../sass/_custom.scss */
  .product .price {
    left: 0;
    bottom: 0;
  }
  /* line 1935, ../../../../../../sass/_custom.scss */
  .product .store-button {
    right: 0;
  }
}

/* line 1941, ../../../../../../sass/_custom.scss */
#store-cart th, #store-cart td, #store-shipping th, #store-shipping td, #store-review th, #store-review td {
  text-align: right;
}
/* line 1943, ../../../../../../sass/_custom.scss */
#store-cart th.item, #store-cart td.item, #store-shipping th.item, #store-shipping td.item, #store-review th.item, #store-review td.item {
  text-align: left;
}
/* line 1946, ../../../../../../sass/_custom.scss */
#store-cart th img, #store-cart td img, #store-shipping th img, #store-shipping td img, #store-review th img, #store-review td img {
  width: 100%;
}
/* line 1948, ../../../../../../sass/_custom.scss */
#store-cart .store-button, #store-shipping .store-button, #store-review .store-button {
  border: none;
  padding: 0.625em 1.25em;
  margin: 0 0.625em 0.9375em;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
}
/* line 1955, ../../../../../../sass/_custom.scss */
#store-cart .store-button.update, #store-cart .store-button.back, #store-shipping .store-button.update, #store-shipping .store-button.back, #store-review .store-button.update, #store-review .store-button.back {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9da4ac), color-stop(100%, #65686d));
  background-image: -webkit-linear-gradient(#9da4ac, #65686d);
  background-image: -moz-linear-gradient(#9da4ac, #65686d);
  background-image: -o-linear-gradient(#9da4ac, #65686d);
  background-image: linear-gradient(#9da4ac, #65686d);
}
/* line 1957, ../../../../../../sass/_custom.scss */
#store-cart .store-button.update:hover, #store-cart .store-button.update:focus, #store-cart .store-button.back:hover, #store-cart .store-button.back:focus, #store-shipping .store-button.update:hover, #store-shipping .store-button.update:focus, #store-shipping .store-button.back:hover, #store-shipping .store-button.back:focus, #store-review .store-button.update:hover, #store-review .store-button.update:focus, #store-review .store-button.back:hover, #store-review .store-button.back:focus {
  color: white;
  background-color: #9da4ac;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #198eff), color-stop(100%, #0057f1));
  background-image: -webkit-linear-gradient(#198eff, #0057f1);
  background-image: -moz-linear-gradient(#198eff, #0057f1);
  background-image: -o-linear-gradient(#198eff, #0057f1);
  background-image: linear-gradient(#198eff, #0057f1);
}
/* line 1964, ../../../../../../sass/_custom.scss */
#store-cart .quantity, #store-shipping .quantity, #store-review .quantity {
  max-width: 1.875em;
}
/* line 1967, ../../../../../../sass/_custom.scss */
#store-cart .empty, #store-shipping .empty, #store-review .empty {
  text-align: center;
}
/* line 1970, ../../../../../../sass/_custom.scss */
#store-cart .form-actions, #store-shipping .form-actions, #store-review .form-actions {
  text-align: right;
}
/* line 1972, ../../../../../../sass/_custom.scss */
#store-cart .form-actions > *, #store-shipping .form-actions > *, #store-review .form-actions > * {
  margin: 0.15em 0 0.9375em 0.9375em;
}

/* line 1977, ../../../../../../sass/_custom.scss */
#store-cart .related {
  margin-bottom: 1.875em;
}
/* line 1979, ../../../../../../sass/_custom.scss */
#store-cart .related .columns:last-child {
  float: left;
}
/* line 1982, ../../../../../../sass/_custom.scss */
#store-cart .related h5 {
  margin-top: 0.625em;
}

/* line 1987, ../../../../../../sass/_custom.scss */
#store-review .label, #store-order .label {
  background-color: transparent;
  color: #111;
  font-weight: bold !important;
}
/* line 1992, ../../../../../../sass/_custom.scss */
#store-review hr, #store-order hr {
  margin: .5em 0 1em;
}
/* line 1995, ../../../../../../sass/_custom.scss */
#store-review legend, #store-order legend {
  font-weight: bold;
  margin-bottom: 0.9375em;
  font-size: large;
}
/* line 2000, ../../../../../../sass/_custom.scss */
#store-review .checkout img, #store-order .checkout img {
  max-height: 2.5em;
}
/* line 2003, ../../../../../../sass/_custom.scss */
#store-review .checkout .cards, #store-order .checkout .cards {
  display: inline-block;
  margin: 0.625em 0 0.625em 1.25em;
  font-size: 0.875em;
}
/* line 2007, ../../../../../../sass/_custom.scss */
#store-review .checkout .cards img, #store-order .checkout .cards img {
  padding: 0 0.125em;
  max-height: 1.875em;
}
/* line 2012, ../../../../../../sass/_custom.scss */
#store-review .paypal, #store-order .paypal {
  margin: 1.25em 0 0;
}
/* line 2014, ../../../../../../sass/_custom.scss */
#store-review .paypal img, #store-order .paypal img {
  max-height: 3.75em;
}

/* line 2020, ../../../../../../sass/_custom.scss */
#store-shipping fieldset, #store-review fieldset {
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* line 2038, ../../../../../../sass/_custom.scss */
#store-shipping input[type="text"],
#store-shipping input[type="password"],
#store-shipping input[type="date"],
#store-shipping input[type="datetime"],
#store-shipping input[type="datetime-local"],
#store-shipping input[type="month"],
#store-shipping input[type="week"],
#store-shipping input[type="email"],
#store-shipping input[type="number"],
#store-shipping input[type="search"],
#store-shipping input[type="tel"],
#store-shipping input[type="time"],
#store-shipping input[type="url"],
#store-shipping textarea, #store-review input[type="text"],
#store-review input[type="password"],
#store-review input[type="date"],
#store-review input[type="datetime"],
#store-review input[type="datetime-local"],
#store-review input[type="month"],
#store-review input[type="week"],
#store-review input[type="email"],
#store-review input[type="number"],
#store-review input[type="search"],
#store-review input[type="tel"],
#store-review input[type="time"],
#store-review input[type="url"],
#store-review textarea {
  margin: 0 0 .25rem 0;
}

/* line 2043, ../../../../../../sass/_custom.scss */
#store-cart dt, #store-cart thead, #store-cart tr.subtotal, #store-shipping dt, #store-shipping thead, #store-shipping tr.subtotal, #store-review dt, #store-review thead, #store-review tr.subtotal, #store-order dt, #store-order thead, #store-order tr.subtotal {
  border-bottom: solid 1px #999;
}
/* line 2046, ../../../../../../sass/_custom.scss */
#store-cart tr.total, #store-shipping tr.total, #store-review tr.total, #store-order tr.total {
  border-bottom: solid 5px #444;
}
/* line 2049, ../../../../../../sass/_custom.scss */
#store-cart dl dd, #store-shipping dl dd, #store-review dl dd, #store-order dl dd {
  margin-bottom: .5em;
}
/* line 2052, ../../../../../../sass/_custom.scss */
#store-cart .label, #store-shipping .label, #store-review .label, #store-order .label {
  margin-top: .5rem;
  padding: 0 !important;
}

/* line 2058, ../../../../../../sass/_custom.scss */
#store-review .reveal-modal {
  background-color: white;
}

/* line 2066, ../../../../../../sass/_custom.scss */
#store-locator .input {
  margin-top: 1.25em;
}
/* line 2069, ../../../../../../sass/_custom.scss */
#store-locator #map_canvas {
  height: 18.75em;
}
/* line 2072, ../../../../../../sass/_custom.scss */
#store-locator .bt {
  padding-left: 0 !important;
}
/* line 2075, ../../../../../../sass/_custom.scss */
#store-locator .store-button {
  float: right;
  clear: both;
  border: none;
  padding: 0.5em 1.25em;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  width: 100%;
}
/* line 2085, ../../../../../../sass/_custom.scss */
#store-locator .store-button.update, #store-locator .store-button.back {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9da4ac), color-stop(100%, #65686d));
  background-image: -webkit-linear-gradient(#9da4ac, #65686d);
  background-image: -moz-linear-gradient(#9da4ac, #65686d);
  background-image: -o-linear-gradient(#9da4ac, #65686d);
  background-image: linear-gradient(#9da4ac, #65686d);
}
/* line 2087, ../../../../../../sass/_custom.scss */
#store-locator .store-button.update:hover, #store-locator .store-button.update:focus, #store-locator .store-button.back:hover, #store-locator .store-button.back:focus {
  color: white;
  background-color: #9da4ac;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #198eff), color-stop(100%, #0057f1));
  background-image: -webkit-linear-gradient(#198eff, #0057f1);
  background-image: -moz-linear-gradient(#198eff, #0057f1);
  background-image: -o-linear-gradient(#198eff, #0057f1);
  background-image: linear-gradient(#198eff, #0057f1);
}
/* line 2094, ../../../../../../sass/_custom.scss */
#store-locator .all {
  float: left;
  margin-bottom: 1.25em;
}
/* line 2098, ../../../../../../sass/_custom.scss */
#store-locator a.details {
  display: inline-block;
  padding: 0.25em 0.625em;
  margin-top: 0.3125em;
  min-width: 12.5em !important;
  background-color: #878787;
  color: white;
}
/* line 2105, ../../../../../../sass/_custom.scss */
#store-locator a.details:hover {
  background-color: #0057f1;
}
/* line 2109, ../../../../../../sass/_custom.scss */
#store-locator .store {
  margin-top: 1.25em;
  min-height: 10em;
}
/* line 2113, ../../../../../../sass/_custom.scss */
#store-locator .retailer {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
  float: left !important;
}
/* line 2118, ../../../../../../sass/_custom.scss */
#store-locator .retailers {
  padding-bottom: 2.5em;
}
@media only screen and (min-width: 40em) {
  /* line 2122, ../../../../../../sass/_custom.scss */
  #store-locator .store {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 64em) {
  /* line 2128, ../../../../../../sass/_custom.scss */
  #store-locator .store {
    width: 33.333%;
  }
}
/* line 2132, ../../../../../../sass/_custom.scss */
#store-locator dl dd {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 2140, ../../../../../../sass/_custom.scss */
  #about .about-us {
    padding: 0 0 0 1.875em;
  }
}
/* line 2147, ../../../../../../sass/_custom.scss */
.nf-body {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 640px) {
  /* line 2147, ../../../../../../sass/_custom.scss */
  .nf-body {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    margin-left: 8.33333%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2147, ../../../../../../sass/_custom.scss */
  .nf-body {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    margin-left: 16.66667%;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2147, ../../../../../../sass/_custom.scss */
  .nf-body {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 41.66667%;
    margin-left: 8.33333%;
    float: left;
  }
}

/* line 2159, ../../../../../../sass/_custom.scss */
.nf-image {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  /* line 2159, ../../../../../../sass/_custom.scss */
  .nf-image {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 83.33333%;
    margin-left: 8.33333%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2159, ../../../../../../sass/_custom.scss */
  .nf-image {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 66.66667%;
    margin-left: 16.66667%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2159, ../../../../../../sass/_custom.scss */
  .nf-image {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 41.66667%;
    float: right;
    margin-left: 50%;
    left: 0%;
    right: auto;
    right: 0%;
    left: auto;
    float: left;
  }
}

/* line 2174, ../../../../../../sass/_custom.scss */
#toTop, #buyNow {
  z-index: 10;
  width: 5em;
  background: #177ce8;
  text-align: center;
  padding: 0.6875em 0.3125em;
  position: absolute;
  bottom: 0.625em;
  right: 0.625em;
  cursor: pointer;
  display: none;
  color: white;
  font-size: 14px;
  line-height: 1.2;
}

/* line 2189, ../../../../../../sass/_custom.scss */
#toTop {
  width: 3.75em;
  background: #878787;
}

/* line 2193, ../../../../../../sass/_custom.scss */
footer {
  font-family: "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #444;
}
/* line 2195, ../../../../../../sass/_custom.scss */
footer li {
  margin-top: 0.625em;
}
/* line 2198, ../../../../../../sass/_custom.scss */
footer a {
  color: #eee;
  font-size: 0.8125em;
}
/* line 2202, ../../../../../../sass/_custom.scss */
footer .copyright {
  color: #eee;
  font-size: 0.875em;
  margin-right: 5.3125em;
}
/* line 2207, ../../../../../../sass/_custom.scss */
footer a:hover, footer a:active, footer a.current {
  color: #06C3FD;
}
/* line 2209, ../../../../../../sass/_custom.scss */
footer #dev {
  text-align: center;
  margin: 0.4375em 0;
}
/* line 2211, ../../../../../../sass/_custom.scss */
footer #dev a {
  color: #666;
  line-height: 1;
}
/* line 2215, ../../../../../../sass/_custom.scss */
footer #dev a:hover, footer #dev a:active {
  color: #999;
}
/* line 2218, ../../../../../../sass/_custom.scss */
footer #dev p {
  margin-bottom: 0;
  color: #eee;
}
/* line 2223, ../../../../../../sass/_custom.scss */
footer ul {
  margin-bottom: 0.625em !important;
}
@media only screen and (min-width: 768px) {
  /* line 2227, ../../../../../../sass/_custom.scss */
  footer #dev {
    text-align: right;
    margin-top: 0;
  }
}
