@font-face {
  font-family: 'FontName';
  src: url("../fonts/FontName.eot");
  src: url("../fonts/FontName.eot?iefix") format("eot"), url("../fonts/FontName.woff") format("woff"), url("../fonts/FontName.ttf") format("truetype"), url("../fonts/FontName.svg#FontName") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 30, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 50, ../sass/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 73, ../sass/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 85, ../sass/partials/_normalize.scss */
a {
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 199, ../sass/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
/* line 217, ../sass/partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 225, ../sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 248, ../sass/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
/* line 262, ../sass/partials/_normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
/* line 273, ../sass/partials/_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 286, ../sass/partials/_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 298, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 330, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 342, ../sass/partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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 353, ../sass/partials/_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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 366, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 375, ../sass/partials/_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 386, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
/* line 395, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 404, ../sass/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 420, ../sass/partials/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, ../sass/partials/_foundation.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, ../sass/partials/_foundation.scss */
html,
body {
  font-size: 100%;
  height: 100%;
}

/* line 13, ../sass/partials/_foundation.scss */
a:hover {
  cursor: pointer;
}

/* line 16, ../sass/partials/_foundation.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 20, ../sass/partials/_foundation.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 23, ../sass/partials/_foundation.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 31, ../sass/partials/_foundation.scss */
.left {
  float: left !important;
}

/* line 34, ../sass/partials/_foundation.scss */
.right {
  float: right !important;
}

/* line 37, ../sass/partials/_foundation.scss */
.clearfix {
  *zoom: 1;
}

/* line 39, ../sass/partials/_foundation.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 42, ../sass/partials/_foundation.scss */
.clearfix:after {
  clear: both;
}

/* line 45, ../sass/partials/_foundation.scss */
.hide {
  display: none;
}

/* line 48, ../sass/partials/_foundation.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 52, ../sass/partials/_foundation.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 56, ../sass/partials/_foundation.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 60, ../sass/partials/_foundation.scss */
select {
  width: 100%;
}

/* line 63, ../sass/partials/_foundation.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  *zoom: 1;
}

/* line 70, ../sass/partials/_foundation.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 73, ../sass/partials/_foundation.scss */
.row:after {
  clear: both;
}

/* line 75, ../sass/partials/_foundation.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 79, ../sass/partials/_foundation.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 82, ../sass/partials/_foundation.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 90, ../sass/partials/_foundation.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 93, ../sass/partials/_foundation.scss */
.row .row:after {
  clear: both;
}

/* line 95, ../sass/partials/_foundation.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 100, ../sass/partials/_foundation.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 103, ../sass/partials/_foundation.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 106, ../sass/partials/_foundation.scss */
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 114, ../sass/partials/_foundation.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 119, ../sass/partials/_foundation.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 124, ../sass/partials/_foundation.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 129, ../sass/partials/_foundation.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 134, ../sass/partials/_foundation.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 139, ../sass/partials/_foundation.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 144, ../sass/partials/_foundation.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 149, ../sass/partials/_foundation.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 154, ../sass/partials/_foundation.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 159, ../sass/partials/_foundation.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 164, ../sass/partials/_foundation.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 169, ../sass/partials/_foundation.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 174, ../sass/partials/_foundation.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 179, ../sass/partials/_foundation.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 184, ../sass/partials/_foundation.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 189, ../sass/partials/_foundation.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 194, ../sass/partials/_foundation.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 199, ../sass/partials/_foundation.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 204, ../sass/partials/_foundation.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 209, ../sass/partials/_foundation.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 214, ../sass/partials/_foundation.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 219, ../sass/partials/_foundation.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 224, ../sass/partials/_foundation.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 229, ../sass/partials/_foundation.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 234, ../sass/partials/_foundation.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 241, ../sass/partials/_foundation.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 244, ../sass/partials/_foundation.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 247, ../sass/partials/_foundation.scss */
  .small-3 {
    width: 25%;
  }

  /* line 250, ../sass/partials/_foundation.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 253, ../sass/partials/_foundation.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 256, ../sass/partials/_foundation.scss */
  .small-6 {
    width: 50%;
  }

  /* line 259, ../sass/partials/_foundation.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 262, ../sass/partials/_foundation.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 265, ../sass/partials/_foundation.scss */
  .small-9 {
    width: 75%;
  }

  /* line 268, ../sass/partials/_foundation.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 271, ../sass/partials/_foundation.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 274, ../sass/partials/_foundation.scss */
  .small-12 {
    width: 100%;
  }

  /* line 277, ../sass/partials/_foundation.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 280, ../sass/partials/_foundation.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 283, ../sass/partials/_foundation.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 286, ../sass/partials/_foundation.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 289, ../sass/partials/_foundation.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 292, ../sass/partials/_foundation.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 295, ../sass/partials/_foundation.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 298, ../sass/partials/_foundation.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 301, ../sass/partials/_foundation.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 304, ../sass/partials/_foundation.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 307, ../sass/partials/_foundation.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 310, ../sass/partials/_foundation.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 313, ../sass/partials/_foundation.scss */
  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 321, ../sass/partials/_foundation.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 327, ../sass/partials/_foundation.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 333, ../sass/partials/_foundation.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 337, ../sass/partials/_foundation.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 342, ../sass/partials/_foundation.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 347, ../sass/partials/_foundation.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 352, ../sass/partials/_foundation.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 357, ../sass/partials/_foundation.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 362, ../sass/partials/_foundation.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 367, ../sass/partials/_foundation.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 372, ../sass/partials/_foundation.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 377, ../sass/partials/_foundation.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 382, ../sass/partials/_foundation.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 387, ../sass/partials/_foundation.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 392, ../sass/partials/_foundation.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 397, ../sass/partials/_foundation.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 402, ../sass/partials/_foundation.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 407, ../sass/partials/_foundation.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 412, ../sass/partials/_foundation.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 417, ../sass/partials/_foundation.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 422, ../sass/partials/_foundation.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 427, ../sass/partials/_foundation.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 432, ../sass/partials/_foundation.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 437, ../sass/partials/_foundation.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 442, ../sass/partials/_foundation.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 447, ../sass/partials/_foundation.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 452, ../sass/partials/_foundation.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 457, ../sass/partials/_foundation.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 464, ../sass/partials/_foundation.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 467, ../sass/partials/_foundation.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 470, ../sass/partials/_foundation.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 473, ../sass/partials/_foundation.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 476, ../sass/partials/_foundation.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 479, ../sass/partials/_foundation.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 482, ../sass/partials/_foundation.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 485, ../sass/partials/_foundation.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 488, ../sass/partials/_foundation.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 491, ../sass/partials/_foundation.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 494, ../sass/partials/_foundation.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 497, ../sass/partials/_foundation.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 500, ../sass/partials/_foundation.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 503, ../sass/partials/_foundation.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 506, ../sass/partials/_foundation.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 509, ../sass/partials/_foundation.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 512, ../sass/partials/_foundation.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 515, ../sass/partials/_foundation.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 518, ../sass/partials/_foundation.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 521, ../sass/partials/_foundation.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 524, ../sass/partials/_foundation.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 527, ../sass/partials/_foundation.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 530, ../sass/partials/_foundation.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 533, ../sass/partials/_foundation.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 536, ../sass/partials/_foundation.scss */
  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 544, ../sass/partials/_foundation.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 550, ../sass/partials/_foundation.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 556, ../sass/partials/_foundation.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 560, ../sass/partials/_foundation.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 565, ../sass/partials/_foundation.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 570, ../sass/partials/_foundation.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 575, ../sass/partials/_foundation.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 580, ../sass/partials/_foundation.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 585, ../sass/partials/_foundation.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 590, ../sass/partials/_foundation.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 595, ../sass/partials/_foundation.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 600, ../sass/partials/_foundation.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 605, ../sass/partials/_foundation.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 610, ../sass/partials/_foundation.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 615, ../sass/partials/_foundation.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 620, ../sass/partials/_foundation.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 625, ../sass/partials/_foundation.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 630, ../sass/partials/_foundation.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 635, ../sass/partials/_foundation.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 640, ../sass/partials/_foundation.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 645, ../sass/partials/_foundation.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 650, ../sass/partials/_foundation.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 655, ../sass/partials/_foundation.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 660, ../sass/partials/_foundation.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 665, ../sass/partials/_foundation.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 670, ../sass/partials/_foundation.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 675, ../sass/partials/_foundation.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 680, ../sass/partials/_foundation.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 685, ../sass/partials/_foundation.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 690, ../sass/partials/_foundation.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 695, ../sass/partials/_foundation.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 700, ../sass/partials/_foundation.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 705, ../sass/partials/_foundation.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 710, ../sass/partials/_foundation.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 715, ../sass/partials/_foundation.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 720, ../sass/partials/_foundation.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 725, ../sass/partials/_foundation.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 730, ../sass/partials/_foundation.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 735, ../sass/partials/_foundation.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 740, ../sass/partials/_foundation.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 745, ../sass/partials/_foundation.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 750, ../sass/partials/_foundation.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 755, ../sass/partials/_foundation.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 760, ../sass/partials/_foundation.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 765, ../sass/partials/_foundation.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 770, ../sass/partials/_foundation.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 775, ../sass/partials/_foundation.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 780, ../sass/partials/_foundation.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 785, ../sass/partials/_foundation.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 790, ../sass/partials/_foundation.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 795, ../sass/partials/_foundation.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 800, ../sass/partials/_foundation.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 807, ../sass/partials/_foundation.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 810, ../sass/partials/_foundation.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 813, ../sass/partials/_foundation.scss */
  .large-3 {
    width: 25%;
  }

  /* line 816, ../sass/partials/_foundation.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 819, ../sass/partials/_foundation.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 822, ../sass/partials/_foundation.scss */
  .large-6 {
    width: 50%;
  }

  /* line 825, ../sass/partials/_foundation.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 828, ../sass/partials/_foundation.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 831, ../sass/partials/_foundation.scss */
  .large-9 {
    width: 75%;
  }

  /* line 834, ../sass/partials/_foundation.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 837, ../sass/partials/_foundation.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 840, ../sass/partials/_foundation.scss */
  .large-12 {
    width: 100%;
  }

  /* line 843, ../sass/partials/_foundation.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 846, ../sass/partials/_foundation.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 849, ../sass/partials/_foundation.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 852, ../sass/partials/_foundation.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 855, ../sass/partials/_foundation.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 858, ../sass/partials/_foundation.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 861, ../sass/partials/_foundation.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 864, ../sass/partials/_foundation.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 867, ../sass/partials/_foundation.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 870, ../sass/partials/_foundation.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 873, ../sass/partials/_foundation.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 876, ../sass/partials/_foundation.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 879, ../sass/partials/_foundation.scss */
  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 887, ../sass/partials/_foundation.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 893, ../sass/partials/_foundation.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 899, ../sass/partials/_foundation.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 903, ../sass/partials/_foundation.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 908, ../sass/partials/_foundation.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 913, ../sass/partials/_foundation.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 918, ../sass/partials/_foundation.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 923, ../sass/partials/_foundation.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 928, ../sass/partials/_foundation.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 933, ../sass/partials/_foundation.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 938, ../sass/partials/_foundation.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 943, ../sass/partials/_foundation.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 948, ../sass/partials/_foundation.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 953, ../sass/partials/_foundation.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 958, ../sass/partials/_foundation.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 963, ../sass/partials/_foundation.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 968, ../sass/partials/_foundation.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 973, ../sass/partials/_foundation.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 978, ../sass/partials/_foundation.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 983, ../sass/partials/_foundation.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 988, ../sass/partials/_foundation.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 993, ../sass/partials/_foundation.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 998, ../sass/partials/_foundation.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 1003, ../sass/partials/_foundation.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 1008, ../sass/partials/_foundation.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 1013, ../sass/partials/_foundation.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 1018, ../sass/partials/_foundation.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 1022, ../sass/partials/_foundation.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}

/* line 1027, ../sass/partials/_foundation.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

/* line 1030, ../sass/partials/_foundation.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 1032, ../sass/partials/_foundation.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 1039, ../sass/partials/_foundation.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  /* line 1042, ../sass/partials/_foundation.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1044, ../sass/partials/_foundation.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1047, ../sass/partials/_foundation.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  /* line 1050, ../sass/partials/_foundation.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1052, ../sass/partials/_foundation.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1055, ../sass/partials/_foundation.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  /* line 1058, ../sass/partials/_foundation.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1060, ../sass/partials/_foundation.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1063, ../sass/partials/_foundation.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  /* line 1066, ../sass/partials/_foundation.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1068, ../sass/partials/_foundation.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1071, ../sass/partials/_foundation.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  /* line 1074, ../sass/partials/_foundation.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1076, ../sass/partials/_foundation.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1079, ../sass/partials/_foundation.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  /* line 1082, ../sass/partials/_foundation.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1084, ../sass/partials/_foundation.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1087, ../sass/partials/_foundation.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  /* line 1090, ../sass/partials/_foundation.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1092, ../sass/partials/_foundation.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1095, ../sass/partials/_foundation.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  /* line 1098, ../sass/partials/_foundation.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1100, ../sass/partials/_foundation.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1103, ../sass/partials/_foundation.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  /* line 1106, ../sass/partials/_foundation.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1108, ../sass/partials/_foundation.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1111, ../sass/partials/_foundation.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  /* line 1114, ../sass/partials/_foundation.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1116, ../sass/partials/_foundation.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1119, ../sass/partials/_foundation.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  /* line 1122, ../sass/partials/_foundation.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1124, ../sass/partials/_foundation.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1127, ../sass/partials/_foundation.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  /* line 1130, ../sass/partials/_foundation.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1132, ../sass/partials/_foundation.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 1135, ../sass/partials/_foundation.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  /* line 1138, ../sass/partials/_foundation.scss */
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1140, ../sass/partials/_foundation.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1143, ../sass/partials/_foundation.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  /* line 1146, ../sass/partials/_foundation.scss */
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1148, ../sass/partials/_foundation.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1151, ../sass/partials/_foundation.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  /* line 1154, ../sass/partials/_foundation.scss */
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1156, ../sass/partials/_foundation.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1159, ../sass/partials/_foundation.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  /* line 1162, ../sass/partials/_foundation.scss */
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1164, ../sass/partials/_foundation.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1167, ../sass/partials/_foundation.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  /* line 1170, ../sass/partials/_foundation.scss */
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1172, ../sass/partials/_foundation.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1175, ../sass/partials/_foundation.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  /* line 1178, ../sass/partials/_foundation.scss */
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1180, ../sass/partials/_foundation.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1183, ../sass/partials/_foundation.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  /* line 1186, ../sass/partials/_foundation.scss */
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1188, ../sass/partials/_foundation.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1191, ../sass/partials/_foundation.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  /* line 1194, ../sass/partials/_foundation.scss */
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1196, ../sass/partials/_foundation.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1199, ../sass/partials/_foundation.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  /* line 1202, ../sass/partials/_foundation.scss */
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1204, ../sass/partials/_foundation.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1207, ../sass/partials/_foundation.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  /* line 1210, ../sass/partials/_foundation.scss */
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1212, ../sass/partials/_foundation.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1215, ../sass/partials/_foundation.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  /* line 1218, ../sass/partials/_foundation.scss */
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1220, ../sass/partials/_foundation.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1223, ../sass/partials/_foundation.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  /* line 1226, ../sass/partials/_foundation.scss */
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1228, ../sass/partials/_foundation.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 1231, ../sass/partials/_foundation.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  /* line 1234, ../sass/partials/_foundation.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1236, ../sass/partials/_foundation.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1239, ../sass/partials/_foundation.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  /* line 1242, ../sass/partials/_foundation.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1244, ../sass/partials/_foundation.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1247, ../sass/partials/_foundation.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  /* line 1250, ../sass/partials/_foundation.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1252, ../sass/partials/_foundation.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1255, ../sass/partials/_foundation.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  /* line 1258, ../sass/partials/_foundation.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1260, ../sass/partials/_foundation.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1263, ../sass/partials/_foundation.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  /* line 1266, ../sass/partials/_foundation.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1268, ../sass/partials/_foundation.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1271, ../sass/partials/_foundation.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  /* line 1274, ../sass/partials/_foundation.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1276, ../sass/partials/_foundation.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1279, ../sass/partials/_foundation.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  /* line 1282, ../sass/partials/_foundation.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1284, ../sass/partials/_foundation.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1287, ../sass/partials/_foundation.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  /* line 1290, ../sass/partials/_foundation.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1292, ../sass/partials/_foundation.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1295, ../sass/partials/_foundation.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  /* line 1298, ../sass/partials/_foundation.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1300, ../sass/partials/_foundation.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1303, ../sass/partials/_foundation.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  /* line 1306, ../sass/partials/_foundation.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1308, ../sass/partials/_foundation.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1311, ../sass/partials/_foundation.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  /* line 1314, ../sass/partials/_foundation.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1316, ../sass/partials/_foundation.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1319, ../sass/partials/_foundation.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  /* line 1322, ../sass/partials/_foundation.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 1324, ../sass/partials/_foundation.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 8, ../sass/main.scss */
html, * {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 13, ../sass/main.scss */
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Helvetica', sans-serif;
  color: #fff;
  background: #000;
  font-size: 16px;
}

/* line 22, ../sass/main.scss */
.bg {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 27, ../sass/main.scss */
.bg img {
  width: 100%;
  max-width: 1100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 38, ../sass/main.scss */
.hidden {
  display: none;
}

/* line 42, ../sass/main.scss */
.container {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
/* line 46, ../sass/main.scss */
.container ul {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
/* line 57, ../sass/main.scss */
.container ul li {
  display: inline-block;
  margin-right: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  /* line 57, ../sass/main.scss */
  .container ul li {
    width: auto;
  }
}
/* line 66, ../sass/main.scss */
.container ul li a {
  color: #fff;
  text-decoration: none;
}
/* line 71, ../sass/main.scss */
.container ul li:last-child {
  margin-right: 0;
}
/* line 76, ../sass/main.scss */
.container ul .name, .container ul .sound {
  text-transform: uppercase;
}
/* line 80, ../sass/main.scss */
.container ul .sound .underline {
  border-bottom: 2px solid #fff;
}
