@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 221, ../../../bower_components/foundation/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 231, ../../../bower_components/foundation/scss/_global.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 245, ../../../bower_components/foundation/scss/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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 266, ../../../bower_components/foundation/scss/_global.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 279, ../../../bower_components/foundation/scss/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 289, ../../../bower_components/foundation/scss/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 301, ../../../bower_components/foundation/scss/_global.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 310, ../../../bower_components/foundation/scss/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 322, ../../../bower_components/foundation/scss/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 330, ../../../bower_components/foundation/scss/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 339, ../../../bower_components/foundation/scss/_global.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 348, ../../../bower_components/foundation/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 357, ../../../bower_components/foundation/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 366, ../../../bower_components/foundation/scss/_global.scss */
small {
  font-size: 80%;
}

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

/* line 382, ../../../bower_components/foundation/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 386, ../../../bower_components/foundation/scss/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 397, ../../../bower_components/foundation/scss/_global.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 405, ../../../bower_components/foundation/scss/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 416, ../../../bower_components/foundation/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 424, ../../../bower_components/foundation/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 433, ../../../bower_components/foundation/scss/_global.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 441, ../../../bower_components/foundation/scss/_global.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, and Chrome.
 */
/* line 464, ../../../bower_components/foundation/scss/_global.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/11.
 */
/* line 478, ../../../bower_components/foundation/scss/_global.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/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 489, ../../../bower_components/foundation/scss/_global.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 502, ../../../bower_components/foundation/scss/_global.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 514, ../../../bower_components/foundation/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 523, ../../../bower_components/foundation/scss/_global.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 534, ../../../bower_components/foundation/scss/_global.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 546, ../../../bower_components/foundation/scss/_global.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 558, ../../../bower_components/foundation/scss/_global.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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 568, ../../../bower_components/foundation/scss/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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 579, ../../../bower_components/foundation/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 600, ../../../bower_components/foundation/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 609, ../../../bower_components/foundation/scss/_global.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 618, ../../../bower_components/foundation/scss/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 629, ../../../bower_components/foundation/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 634, ../../../bower_components/foundation/scss/_global.scss */
td,
th {
  padding: 0;
}

/* line 120, ../../../bower_components/foundation/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=0.0625em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 124, ../../../bower_components/foundation/scss/_global.scss */
html {
  font-size: 12px;
  box-sizing: border-box;
}

/* line 130, ../../../bower_components/foundation/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 137, ../../../bower_components/foundation/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.16;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 152, ../../../bower_components/foundation/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 164, ../../../bower_components/foundation/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 171, ../../../bower_components/foundation/scss/_global.scss */
select {
  width: 100%;
  border-radius: 0;
}

/* line 181, ../../../bower_components/foundation/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 189, ../../../bower_components/foundation/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, ../../../bower_components/foundation/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 205, ../../../bower_components/foundation/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 26, ../../../bower_components/foundation/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.row::after {
  clear: both;
}
/* line 31, ../../../bower_components/foundation/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 37, ../../../bower_components/foundation/scss/grid/_classes.scss */
.row .row {
  max-width: none;
  margin-left: -0.83333rem;
  margin-right: -0.83333rem;
  max-width: none;
}
@media screen and (min-width: 0.0625em) {
  /* line 37, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
/* line 40, ../../../bower_components/foundation/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
/* line 47, ../../../bower_components/foundation/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}
/* line 50, ../../../bower_components/foundation/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 58, ../../../bower_components/foundation/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
}
@media screen and (min-width: 0.0625em) {
  /* line 58, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
/* line 82, ../../../bower_components/foundation/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
/* line 46, ../../../bower_components/foundation/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 70, ../../../bower_components/foundation/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}
/* line 74, ../../../bower_components/foundation/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
/* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
/* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
/* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
/* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
/* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
/* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
/* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
/* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
/* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
/* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
/* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
/* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
/* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
/* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
/* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
/* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 117, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 119, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 128, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
}

/* line 132, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 137, ../../../bower_components/foundation/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 0.0625em) {
  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 128, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  /* line 132, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 137, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 91, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }

  /* line 103, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../../bower_components/foundation/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 128, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  /* line 132, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 137, ../../../bower_components/foundation/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* line 232, ../../../bower_components/foundation/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 256, ../../../bower_components/foundation/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 264, ../../../bower_components/foundation/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, ../../../bower_components/foundation/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 278, ../../../bower_components/foundation/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, ../../../bower_components/foundation/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 299, ../../../bower_components/foundation/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

/* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
h1 {
  font-size: 2rem;
}

/* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
h2 {
  font-size: 1.66667rem;
}

/* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
h3 {
  font-size: 1.58333rem;
}

/* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
h4 {
  font-size: 1.5rem;
}

/* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
h5 {
  font-size: 1.41667rem;
}

/* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
h6 {
  font-size: 1.33333rem;
}

@media screen and (min-width: 0.0625em) {
  /* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
  h1 {
    font-size: 4rem;
  }

  /* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
  h2 {
    font-size: 3.33333rem;
  }

  /* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
  h3 {
    font-size: 2.58333rem;
  }

  /* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
  h4 {
    font-size: 2.08333rem;
  }

  /* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
  h5 {
    font-size: 1.66667rem;
  }

  /* line 309, ../../../bower_components/foundation/scss/typography/_base.scss */
  h6 {
    font-size: 1.33333rem;
  }
}
/* line 317, ../../../bower_components/foundation/scss/typography/_base.scss */
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
/* line 323, ../../../bower_components/foundation/scss/typography/_base.scss */
a:hover, a:focus {
  color: #1585cf;
}
/* line 331, ../../../bower_components/foundation/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, ../../../bower_components/foundation/scss/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

/* line 349, ../../../bower_components/foundation/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

/* line 358, ../../../bower_components/foundation/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, ../../../bower_components/foundation/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

/* line 369, ../../../bower_components/foundation/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, ../../../bower_components/foundation/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 382, ../../../bower_components/foundation/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}
/* line 385, ../../../bower_components/foundation/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 392, ../../../bower_components/foundation/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
/* line 397, ../../../bower_components/foundation/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 404, ../../../bower_components/foundation/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
/* line 409, ../../../bower_components/foundation/scss/typography/_base.scss */
cite:before {
  content: '\2014 \0020';
}

/* line 415, ../../../bower_components/foundation/scss/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, ../../../bower_components/foundation/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 432, ../../../bower_components/foundation/scss/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* line 48, ../../../bower_components/foundation/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 57, ../../../bower_components/foundation/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 63, ../../../bower_components/foundation/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
/* line 67, ../../../bower_components/foundation/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, ../../../bower_components/foundation/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../../bower_components/foundation/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../../bower_components/foundation/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../../bower_components/foundation/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../../bower_components/foundation/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 0.0625em) {
  /* line 10, ../../../bower_components/foundation/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }

  /* line 10, ../../../bower_components/foundation/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }

  /* line 10, ../../../bower_components/foundation/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }

  /* line 10, ../../../bower_components/foundation/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  /* line 10, ../../../bower_components/foundation/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }

  /* line 10, ../../../bower_components/foundation/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }

  /* line 10, ../../../bower_components/foundation/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }

  /* line 10, ../../../bower_components/foundation/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}
/* line 13, ../../../bower_components/foundation/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 16, ../../../bower_components/foundation/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 26, ../../../bower_components/foundation/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }

  /* line 27, ../../../bower_components/foundation/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 29, ../../../bower_components/foundation/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 30, ../../../bower_components/foundation/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 31, ../../../bower_components/foundation/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 32, ../../../bower_components/foundation/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 33, ../../../bower_components/foundation/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 34, ../../../bower_components/foundation/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 37, ../../../bower_components/foundation/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 39, ../../../bower_components/foundation/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 42, ../../../bower_components/foundation/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 47, ../../../bower_components/foundation/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 50, ../../../bower_components/foundation/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  /* line 57, ../../../bower_components/foundation/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, ../../../bower_components/foundation/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 62, ../../../bower_components/foundation/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 66, ../../../bower_components/foundation/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 74, ../../../bower_components/foundation/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 106, ../../../bower_components/foundation/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.41667rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 92, ../../../bower_components/foundation/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 114, ../../../bower_components/foundation/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 117, ../../../bower_components/foundation/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 125, ../../../bower_components/foundation/scss/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
/* line 130, ../../../bower_components/foundation/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 138, ../../../bower_components/foundation/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 147, ../../../bower_components/foundation/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, ../../../bower_components/foundation/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../../bower_components/foundation/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* line 25, ../../../bower_components/foundation/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 31, ../../../bower_components/foundation/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 37, ../../../bower_components/foundation/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 41, ../../../bower_components/foundation/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
/* line 44, ../../../bower_components/foundation/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.58333rem 0;
}

/* line 22, ../../../bower_components/foundation/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
/* line 36, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
/* line 41, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

/* line 47, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

/* line 56, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
/* line 76, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}
/* line 80, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 86, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 101, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
/* line 115, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 124, ../../../bower_components/foundation/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, ../../../bower_components/foundation/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, ../../../bower_components/foundation/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

/* line 51, ../../../bower_components/foundation/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 30, ../../../bower_components/foundation/scss/forms/_fieldset.scss */
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.25rem;
}

/* line 63, ../../../bower_components/foundation/scss/forms/_select.scss */
select {
  height: 2.41667rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0\0) {
  /* line 63, ../../../bower_components/foundation/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
/* line 46, ../../../bower_components/foundation/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
/* line 52, ../../../bower_components/foundation/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 56, ../../../bower_components/foundation/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../../bower_components/foundation/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

/* line 71, ../../../bower_components/foundation/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840;
}

/* line 77, ../../../bower_components/foundation/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
/* line 80, ../../../bower_components/foundation/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 192, ../../../bower_components/foundation/scss/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #1583cc;
  color: #fefefe;
}
/* line 197, ../../../bower_components/foundation/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}
/* line 197, ../../../bower_components/foundation/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}
/* line 197, ../../../bower_components/foundation/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}
/* line 202, ../../../bower_components/foundation/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 207, ../../../bower_components/foundation/scss/components/_button.scss */
.button.primary {
  background-color: #2199e8;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fefefe;
}
/* line 207, ../../../bower_components/foundation/scss/components/_button.scss */
.button.secondary {
  background-color: #777;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
/* line 207, ../../../bower_components/foundation/scss/components/_button.scss */
.button.success {
  background-color: #3adb76;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
/* line 207, ../../../bower_components/foundation/scss/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
/* line 207, ../../../bower_components/foundation/scss/components/_button.scss */
.button.alert {
  background-color: #ec5840;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fefefe;
}
/* line 224, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
/* line 120, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
/* line 132, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
/* line 229, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
/* line 132, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
/* line 229, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
/* line 132, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
/* line 229, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
/* line 132, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
/* line 229, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
/* line 132, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
/* line 229, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
/* line 132, ../../../bower_components/foundation/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
/* line 237, ../../../bower_components/foundation/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 153, ../../../bower_components/foundation/scss/components/_button.scss */
.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
/* line 254, ../../../bower_components/foundation/scss/components/_button.scss */
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

/* line 94, ../../../bower_components/foundation/scss/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0;
}

/* line 102, ../../../bower_components/foundation/scss/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 1rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
/* line 65, ../../../bower_components/foundation/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
/* line 71, ../../../bower_components/foundation/scss/components/_accordion.scss */
.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
/* line 79, ../../../bower_components/foundation/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '–';
}

/* line 106, ../../../bower_components/foundation/scss/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe;
}

/* line 15, ../../../bower_components/foundation/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative;
}
/* line 18, ../../../bower_components/foundation/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

/* line 27, ../../../bower_components/foundation/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

/* line 40, ../../../bower_components/foundation/scss/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe;
}
/* line 48, ../../../bower_components/foundation/scss/components/_badge.scss */
.badge.secondary {
  background: #777;
  color: #fefefe;
}
/* line 48, ../../../bower_components/foundation/scss/components/_badge.scss */
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
/* line 48, ../../../bower_components/foundation/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}
/* line 48, ../../../bower_components/foundation/scss/components/_badge.scss */
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 87, ../../../bower_components/foundation/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}
/* line 48, ../../../bower_components/foundation/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
/* line 62, ../../../bower_components/foundation/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
/* line 77, ../../../bower_components/foundation/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #2199e8;
}
/* line 80, ../../../bower_components/foundation/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* line 90, ../../../bower_components/foundation/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 145, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}
/* line 42, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  font-size: 0.9rem;
}
/* line 50, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group .button:not(:last-child) {
  margin-right: 1px;
}
/* line 150, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}
/* line 150, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}
/* line 150, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}
/* line 156, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}
/* line 65, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
/* line 79, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: 50%;
  margin-right: 1px;
}
/* line 79, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: 33.33333%;
  margin-right: 1px;
}
/* line 79, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: 25%;
  margin-right: 1px;
}
/* line 79, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: 20%;
  margin-right: 1px;
}
/* line 79, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: 16.66667%;
  margin-right: 1px;
}
/* line 161, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #2199e8;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fefefe;
}
/* line 161, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
/* line 161, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
/* line 161, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
/* line 161, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
/* line 112, ../../../bower_components/foundation/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}
/* line 103, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
  border-right: 1px solid transparent;
}
/* line 113, ../../../bower_components/foundation/scss/components/_button-group.scss */
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
  border-bottom: 1px solid #fefefe;
}
@media screen and (min-width: 0.0625em) {
  /* line 130, ../../../bower_components/foundation/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
  }
  /* line 138, ../../../bower_components/foundation/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px;
  }
}
@media screen and (min-width: 64em) {
  /* line 130, ../../../bower_components/foundation/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
  }
  /* line 138, ../../../bower_components/foundation/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px;
  }
}
@media screen and (max-width: 0em) {
  /* line 192, ../../../bower_components/foundation/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 196, ../../../bower_components/foundation/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 88, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}
/* line 55, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}
/* line 59, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}
/* line 92, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout.primary {
  background-color: #def0fc;
}
/* line 92, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout.secondary {
  background-color: #ebebeb;
}
/* line 92, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout.success {
  background-color: #e1faea;
}
/* line 92, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
}
/* line 92, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout.alert {
  background-color: #fce6e2;
}
/* line 97, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
/* line 101, ../../../bower_components/foundation/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 58, ../../../bower_components/foundation/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
/* line 51, ../../../bower_components/foundation/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 225, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}
/* line 46, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}
/* line 59, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
/* line 66, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
/* line 161, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i {
  vertical-align: middle;
}
/* line 166, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu > li > a i + span,
.menu > li > a img + span {
  vertical-align: middle;
}
/* line 180, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i {
  margin-right: 0.25rem;
  display: inline-block;
}
/* line 100, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
}
/* line 120, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 0.0625em) {
  /* line 100, ../../../bower_components/foundation/scss/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../../bower_components/foundation/scss/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  /* line 100, ../../../bower_components/foundation/scss/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../../bower_components/foundation/scss/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}
/* line 132, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
/* line 138, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}
/* line 263, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.align-right > li {
  float: right;
}
/* line 270, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
/* line 273, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
/* line 191, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}
/* line 199, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
  display: block;
  margin: 0 auto 0.25rem;
}
/* line 284, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}
/* line 289, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

/* line 295, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

/* line 300, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu-centered {
  text-align: center;
}
/* line 303, ../../../bower_components/foundation/scss/components/_menu.scss */
.menu-centered > .menu {
  display: inline-block;
}

/* line 309, ../../../bower_components/foundation/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../../bower_components/foundation/scss/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, ../../../bower_components/foundation/scss/util/_mixins.scss */
.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
/* line 105, ../../../bower_components/foundation/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, ../../../bower_components/foundation/scss/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, ../../../bower_components/foundation/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
/* line 105, ../../../bower_components/foundation/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 27, ../../../bower_components/foundation/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}
/* line 31, ../../../bower_components/foundation/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block !important;
}

/* line 37, ../../../bower_components/foundation/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
/* line 47, ../../../bower_components/foundation/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
/* line 53, ../../../bower_components/foundation/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 59, ../../../bower_components/foundation/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative;
}
/* line 62, ../../../bower_components/foundation/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 71, ../../../bower_components/foundation/scss/components/_drilldown.scss */
.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 56, ../../../bower_components/foundation/scss/components/_dropdown.scss */
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
/* line 50, ../../../bower_components/foundation/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 61, ../../../bower_components/foundation/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 61, ../../../bower_components/foundation/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 61, ../../../bower_components/foundation/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 52, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
/* line 60, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
/* line 68, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
/* line 73, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
/* line 118, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}
/* line 82, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
/* line 87, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
/* line 94, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
/* line 35, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
/* line 40, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
/* line 44, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 0.0625em) {
  /* line 52, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64em) {
  /* line 52, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
/* line 141, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

/* line 149, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}
/* line 152, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 157, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}
/* line 160, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
/* line 167, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}
/* line 171, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

/* line 177, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}
/* line 35, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
/* line 40, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
/* line 44, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
/* line 194, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
/* line 199, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}
/* line 205, ../../../bower_components/foundation/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 52, ../../../bower_components/foundation/scss/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 39, ../../../bower_components/foundation/scss/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%;
}
/* line 55, ../../../bower_components/foundation/scss/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
/* line 59, ../../../bower_components/foundation/scss/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 41, ../../../bower_components/foundation/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe;
}
/* line 49, ../../../bower_components/foundation/scss/components/_label.scss */
.label.secondary {
  background: #777;
  color: #fefefe;
}
/* line 49, ../../../bower_components/foundation/scss/components/_label.scss */
.label.success {
  background: #3adb76;
  color: #fefefe;
}
/* line 49, ../../../bower_components/foundation/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #fefefe;
}
/* line 49, ../../../bower_components/foundation/scss/components/_label.scss */
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 70, ../../../bower_components/foundation/scss/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block;
}
/* line 73, ../../../bower_components/foundation/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}
@media screen and (max-width: 0em) {
  /* line 83, ../../../bower_components/foundation/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  /* line 64, ../../../bower_components/foundation/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 90, ../../../bower_components/foundation/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}
/* line 42, ../../../bower_components/foundation/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}
/* line 46, ../../../bower_components/foundation/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
/* line 100, ../../../bower_components/foundation/scss/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}
/* line 104, ../../../bower_components/foundation/scss/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 46, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
html,
body {
  height: 100%;
}

/* line 51, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

/* line 59, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after {
  clear: both;
}

/* line 67, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 82, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

/* line 156, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
/* line 159, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
/* line 124, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.is-open-left {
  transform: translateX(250px);
}
/* line 160, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
/* line 124, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 0.0625em) {
  /* line 167, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 171, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64em) {
  /* line 167, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 171, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, ../../../bower_components/foundation/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
/* line 152, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 156, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

/* line 160, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%;
}
/* line 72, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 164, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 168, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* line 172, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 176, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}
/* line 108, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 180, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 185, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 190, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}
/* line 134, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}
/* line 141, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
/* line 145, ../../../bower_components/foundation/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 131, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}
/* line 68, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
/* line 79, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 0.0625em) {
  /* line 68, ../../../bower_components/foundation/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}
/* line 91, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
/* line 98, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
/* line 134, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
}
/* line 138, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
/* line 118, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}
/* line 142, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

/* line 148, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 155, ../../../bower_components/foundation/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

/* line 43, ../../../bower_components/foundation/scss/components/_progress-bar.scss */
.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
/* line 48, ../../../bower_components/foundation/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #2199e8;
}
/* line 48, ../../../bower_components/foundation/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #777;
}
/* line 48, ../../../bower_components/foundation/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #3adb76;
}
/* line 48, ../../../bower_components/foundation/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}
/* line 48, ../../../bower_components/foundation/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #ec5840;
}

/* line 56, ../../../bower_components/foundation/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

/* line 61, ../../../bower_components/foundation/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 102, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

/* line 107, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
/* line 43, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 112, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}
/* line 63, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #1583cc;
}
/* line 67, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 117, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 123, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
/* line 84, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
/* line 90, ../../../bower_components/foundation/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/* line 6, ../../../bower_components/foundation/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../../bower_components/foundation/scss/components/_sticky.scss */
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 16, ../../../bower_components/foundation/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
/* line 20, ../../../bower_components/foundation/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}
/* line 24, ../../../bower_components/foundation/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 29, ../../../bower_components/foundation/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
/* line 34, ../../../bower_components/foundation/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 113, ../../../bower_components/foundation/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 118, ../../../bower_components/foundation/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 123, ../../../bower_components/foundation/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media screen and (min-width: 0.0625em) {
  /* line 123, ../../../bower_components/foundation/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}
/* line 70, ../../../bower_components/foundation/scss/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}
/* line 76, ../../../bower_components/foundation/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 0.0625em) {
  /* line 123, ../../../bower_components/foundation/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 0.0625em) {
  /* line 135, ../../../bower_components/foundation/scss/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
/* line 143, ../../../bower_components/foundation/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 0.0625em) {
  /* line 148, ../../../bower_components/foundation/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 0.0625em) {
  /* line 149, ../../../bower_components/foundation/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 0.0625em) {
  /* line 150, ../../../bower_components/foundation/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
/* line 153, ../../../bower_components/foundation/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 0em) {
  /* line 123, ../../../bower_components/foundation/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
/* line 161, ../../../bower_components/foundation/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 189, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 1.16667rem;
}

/* line 194, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch-input {
  opacity: 0;
  position: absolute;
}

/* line 199, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}
/* line 96, ../../../bower_components/foundation/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}
/* line 101, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}
/* line 116, ../../../bower_components/foundation/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #2199e8;
}
/* line 119, ../../../bower_components/foundation/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
/* line 169, ../../../bower_components/foundation/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 204, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 209, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}
/* line 141, ../../../bower_components/foundation/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 215, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}
/* line 150, ../../../bower_components/foundation/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 171, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.83333rem;
}
/* line 177, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}
/* line 182, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 171, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 1rem;
}
/* line 177, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}
/* line 182, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 171, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1.33333rem;
}
/* line 177, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
/* line 182, ../../../bower_components/foundation/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 209, ../../../bower_components/foundation/scss/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
/* line 64, ../../../bower_components/foundation/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 72, ../../../bower_components/foundation/scss/components/_table.scss */
caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 78, ../../../bower_components/foundation/scss/components/_table.scss */
thead,
tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}
/* line 84, ../../../bower_components/foundation/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}
/* line 89, ../../../bower_components/foundation/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 102, ../../../bower_components/foundation/scss/components/_table.scss */
tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* line 115, ../../../bower_components/foundation/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  /* line 188, ../../../bower_components/foundation/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 193, ../../../bower_components/foundation/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 197, ../../../bower_components/foundation/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 203, ../../../bower_components/foundation/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 219, ../../../bower_components/foundation/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 153, ../../../bower_components/foundation/scss/components/_table.scss */
table.hover tr:hover {
  background-color: #f9f9f9;
}
/* line 159, ../../../bower_components/foundation/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 227, ../../../bower_components/foundation/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}
/* line 230, ../../../bower_components/foundation/scss/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 116, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 63, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

/* line 127, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}
/* line 130, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 137, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs.primary {
  background: #2199e8;
}
/* line 140, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}
/* line 143, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

/* line 150, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}
/* line 74, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}
/* line 80, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
}
/* line 84, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

/* line 154, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

/* line 158, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 162, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}
/* line 110, ../../../bower_components/foundation/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 51, ../../../bower_components/foundation/scss/components/_thumbnail.scss */
.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
/* line 44, ../../../bower_components/foundation/scss/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

/* line 38, ../../../bower_components/foundation/scss/components/_title-bar.scss */
.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}
/* line 52, ../../../bower_components/foundation/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

/* line 70, ../../../bower_components/foundation/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 74, ../../../bower_components/foundation/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 80, ../../../bower_components/foundation/scss/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

/* line 86, ../../../bower_components/foundation/scss/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, ../../../bower_components/foundation/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
/* line 105, ../../../bower_components/foundation/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 97, ../../../bower_components/foundation/scss/components/_tooltip.scss */
.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

/* line 101, ../../../bower_components/foundation/scss/components/_tooltip.scss */
.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}
/* line 64, ../../../bower_components/foundation/scss/components/_tooltip.scss */
.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* line 72, ../../../bower_components/foundation/scss/components/_tooltip.scss */
.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}
/* line 78, ../../../bower_components/foundation/scss/components/_tooltip.scss */
.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
/* line 86, ../../../bower_components/foundation/scss/components/_tooltip.scss */
.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* line 119, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}
/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}
/* line 47, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
/* line 60, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
/* line 66, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
/* line 72, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}
/* line 91, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 0.0625em) {
  /* line 110, ../../../bower_components/foundation/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 91, ../../../bower_components/foundation/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  /* line 91, ../../../bower_components/foundation/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

/* line 154, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

/* line 160, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 164, ../../../bower_components/foundation/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

/* line 62, ../../../bower_components/foundation/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../../../bower_components/foundation/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 0em) {
  /* line 82, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 0.0625em) {
  /* line 86, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 0.0625em) {
  /* line 73, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

/* line 77, ../../../bower_components/foundation/scss/components/_visibility.scss */
.show-for-medium {
  display: none !important;
}

@media screen and (min-width: 0.0625em) and (max-width: 63.9375em) {
  /* line 82, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 64em) {
  /* line 86, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 73, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 93, ../../../bower_components/foundation/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 100, ../../../bower_components/foundation/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 107, ../../../bower_components/foundation/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  /* line 107, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 107, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 120, ../../../bower_components/foundation/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  /* line 120, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 120, ../../../bower_components/foundation/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../../bower_components/foundation/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../../bower_components/foundation/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../../bower_components/foundation/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, ../../../bower_components/foundation/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 148, ../../../bower_components/foundation/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* Importe */
/* line 1, ../../../src/assets/scss/_afm.scss */
body {
  background: initial;
  padding: 0.75rem 1rem;
}

/* line 6, ../../../src/assets/scss/_afm.scss */
#iframe-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 13, ../../../src/assets/scss/_afm.scss */
a {
  color: #01366C;
}
/* line 16, ../../../src/assets/scss/_afm.scss */
a:hover, a:focus {
  color: #4176AC;
}

/* line 21, ../../../src/assets/scss/_afm.scss */
.emblem {
  max-width: 75px;
  max-height: 75px;
  margin: 0.5rem 0;
}

/* line 27, ../../../src/assets/scss/_afm.scss */
.column, .columns, .columns {
  padding: 0.25rem 0.5rem;
}

/* line 31, ../../../src/assets/scss/_afm.scss */
.thread-title, .board-title, .category-title, .post-title {
  font-weight: bold;
  text-align: center;
  border: 1px solid #94A6C4;
  background: linear-gradient(105deg, #94A6C4, #9DC3E6);
}
/* line 37, ../../../src/assets/scss/_afm.scss */
.thread-title .column, .thread-title .columns, .thread-title .columns, .board-title .column, .board-title .columns, .board-title .columns, .category-title .column, .category-title .columns, .category-title .columns, .post-title .column, .post-title .columns, .post-title .columns {
  padding: 0.25rem 0.5rem;
}

/* line 42, ../../../src/assets/scss/_afm.scss */
.post {
  border: 1px solid #94A6C4;
  border-top: initial;
  background: linear-gradient(105deg, #adadad, #f4f4f4, #d3d3d3);
}
/* line 47, ../../../src/assets/scss/_afm.scss */
.post p {
  margin-bottom: 0;
}
/* line 51, ../../../src/assets/scss/_afm.scss */
.post .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
/* line 56, ../../../src/assets/scss/_afm.scss */
.post .column, .post .columns, .post .columns {
  padding: 0.25rem 0.5rem;
}
/* line 60, ../../../src/assets/scss/_afm.scss */
.post .user-info {
  border-right: 1px solid #94A6C4;
  text-align: left;
}
@media screen and (max-width: 0em) {
  /* line 60, ../../../src/assets/scss/_afm.scss */
  .post .user-info {
    padding-top: 0;
    border-left: 1px solid #94A6C4;
  }
}
/* line 70, ../../../src/assets/scss/_afm.scss */
.post .user-info .column, .post .user-info .columns, .post .user-info .columns {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 74, ../../../src/assets/scss/_afm.scss */
.post .user-info .column.info, .post .user-info .info.columns, .post .user-info .columns.info {
  padding: 0.25rem 0.5rem;
}
/* line 79, ../../../src/assets/scss/_afm.scss */
.post .user-info p.username {
  font-weight: bold;
}
/* line 82, ../../../src/assets/scss/_afm.scss */
.post .user-info p.username.admin {
  color: #A0FF60;
}
/* line 86, ../../../src/assets/scss/_afm.scss */
.post .user-info p.username.creator {
  color: #4060FF;
}
/* line 90, ../../../src/assets/scss/_afm.scss */
.post .user-info p.username.own {
  color: #01366C;
}
/* line 96, ../../../src/assets/scss/_afm.scss */
.post .post-data {
  padding-top: 0;
  border-top: 1px solid #94A6C4;
}
@media screen and (max-width: 0em) {
  /* line 96, ../../../src/assets/scss/_afm.scss */
  .post .post-data {
    border-right: 1px solid #94A6C4;
  }
}
/* line 104, ../../../src/assets/scss/_afm.scss */
.post .post-data .content {
  text-align: left;
  padding-bottom: 0;
}
/* line 110, ../../../src/assets/scss/_afm.scss */
.post .info {
  border-bottom: 1px solid #94A6C4;
  background: linear-gradient(105deg, #94A6C4, #9DC3E6);
}
/* line 114, ../../../src/assets/scss/_afm.scss */
.post .info .date {
  color: rgb(211, 211, 211);
}
/* line 118, ../../../src/assets/scss/_afm.scss */
.post .info .time {
  color: white;
}
/* line 122, ../../../src/assets/scss/_afm.scss */
.post .info .actions {
  float: right;
}

/* line 128, ../../../src/assets/scss/_afm.scss */
.thread {
  border: 1px solid #94A6C4;
  border-top: initial;
  background: linear-gradient(105deg, #adadad, #f4f4f4, #d3d3d3);
  padding: 0.375rem 0;
}
/* line 134, ../../../src/assets/scss/_afm.scss */
.thread.headlines {
  text-align: center;
  background: linear-gradient(105deg, #adadad, #c1c1c1, #919191);
}
/* line 138, ../../../src/assets/scss/_afm.scss */
.thread.headlines .title-headline {
  text-align: left;
}
/* line 143, ../../../src/assets/scss/_afm.scss */
.thread .lastpost {
  text-align: right;
}
/* line 147, ../../../src/assets/scss/_afm.scss */
.thread .reply-count, .thread .author {
  text-align: center;
}
/* line 151, ../../../src/assets/scss/_afm.scss */
.thread .title, .thread .reply-count, .thread .author {
  line-height: 3rem;
}

/* line 156, ../../../src/assets/scss/_afm.scss */
.pagination {
  color: #000000;
  text-align: center;
  border: 1px solid #94A6C4;
  background: linear-gradient(105deg, #94A6C4, #9DC3E6);
  margin-bottom: 0;
}
/* line 163, ../../../src/assets/scss/_afm.scss */
.pagination .column, .pagination .columns, .pagination .columns {
  padding: 0.25rem 0.5rem;
}
/* line 167, ../../../src/assets/scss/_afm.scss */
.pagination a {
  display: inline-block;
  font-size: 1rem;
  margin: 0.1875rem 0.125rem;
  padding: 0 0.375rem;
  border: 1px solid #000000;
}
/* line 174, ../../../src/assets/scss/_afm.scss */
.pagination a.previous {
  margin-left: 0.375rem;
  float: left;
}
/* line 179, ../../../src/assets/scss/_afm.scss */
.pagination a.next {
  margin-right: 0.375rem;
  float: right;
}
/* line 184, ../../../src/assets/scss/_afm.scss */
.pagination a:hover {
  color: initial;
  background: initial;
}
/* line 190, ../../../src/assets/scss/_afm.scss */
.pagination.goto-page {
  text-align: right;
}
/* line 193, ../../../src/assets/scss/_afm.scss */
.pagination.goto-page input {
  display: inline-block;
  font-size: 1rem;
  margin: 0.1875rem 0.375rem;
  padding: 0 0.375rem;
  border: 1px solid #000000;
  height: 1.5rem;
  width: 3rem;
}
/* line 202, ../../../src/assets/scss/_afm.scss */
.pagination.goto-page input[type=submit] {
  background-color: transparent;
}
/* line 208, ../../../src/assets/scss/_afm.scss */
.pagination span {
  text-align: center;
  line-height: 1.375rem;
}
/* line 212, ../../../src/assets/scss/_afm.scss */
.pagination span .paginate-button {
  font-weight: bold;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
}
/* line 222, ../../../src/assets/scss/_afm.scss */
.pagination span .paginate-button.current {
  color: #000000;
  padding: 0 0.375rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
}

/* line 236, ../../../src/assets/scss/_afm.scss */
.top-row, .bottom-row, .login-row {
  background: linear-gradient(105deg, #adadad, #f4f4f4, #d3d3d3);
  border: 1px solid #94A6C4;
}
/* line 240, ../../../src/assets/scss/_afm.scss */
.top-row .headline, .bottom-row .headline, .login-row .headline {
  padding: 0.25rem 0.5rem;
  margin: 0;
}
/* line 245, ../../../src/assets/scss/_afm.scss */
.top-row .breadcrumbs, .bottom-row .breadcrumbs, .login-row .breadcrumbs {
  padding: 0.25rem 0.5rem;
  margin: 0;
}
/* line 249, ../../../src/assets/scss/_afm.scss */
.top-row .breadcrumbs a, .bottom-row .breadcrumbs a, .login-row .breadcrumbs a {
  color: #01366C;
  margin: 0.125rem 0;
  padding: 0;
  display: inline-block;
}
/* line 255, ../../../src/assets/scss/_afm.scss */
.top-row .breadcrumbs a:hover, .bottom-row .breadcrumbs a:hover, .login-row .breadcrumbs a:hover {
  text-decoration: none;
  color: #4176AC;
}
/* line 260, ../../../src/assets/scss/_afm.scss */
.top-row .breadcrumbs a::after, .bottom-row .breadcrumbs a::after, .login-row .breadcrumbs a::after {
  color: #000000;
  content: " »";
}
/* line 266, ../../../src/assets/scss/_afm.scss */
.top-row .breadcrumbs span, .bottom-row .breadcrumbs span, .login-row .breadcrumbs span {
  margin: 0.125rem 0;
  padding: 0;
  display: inline-block;
}
/* line 273, ../../../src/assets/scss/_afm.scss */
.top-row .post-actions, .bottom-row .post-actions, .login-row .post-actions {
  padding: 0.25rem 0 0.25rem 0.5rem;
}
/* line 276, ../../../src/assets/scss/_afm.scss */
.top-row .post-actions .new-thread, .top-row .post-actions .reply, .bottom-row .post-actions .new-thread, .bottom-row .post-actions .reply, .login-row .post-actions .new-thread, .login-row .post-actions .reply {
  display: inline-block;
  font-size: 1rem;
  margin: 0.1875rem 0.375rem;
  padding: 0 0.375rem;
  border: 1px solid #000000;
  color: #000000;
  background: linear-gradient(105deg, #94A6C4, #9DC3E6);
}
/* line 286, ../../../src/assets/scss/_afm.scss */
.top-row .post-actions .new-thread, .top-row .post-actions .reply, .bottom-row .post-actions .new-thread, .bottom-row .post-actions .reply, .login-row .post-actions .new-thread, .login-row .post-actions .reply {
  float: right;
}

/* line 293, ../../../src/assets/scss/_afm.scss */
.login-row .post-actions {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
/* line 297, ../../../src/assets/scss/_afm.scss */
.login-row .post-actions .login {
  display: inline-block;
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 0;
  border: 1px solid #000000;
  color: #000000;
  background: linear-gradient(105deg, #94A6C4, #9DC3E6);
  width: 100%;
}

/* line 310, ../../../src/assets/scss/_afm.scss */
.board {
  border: 1px solid #94A6C4;
  border-top: initial;
  background: linear-gradient(105deg, #adadad, #f4f4f4, #d3d3d3);
  padding: 0.375rem 0;
}
/* line 316, ../../../src/assets/scss/_afm.scss */
.board a {
  font-weight: bold;
}
/* line 320, ../../../src/assets/scss/_afm.scss */
.board p {
  margin: 0;
}
/* line 323, ../../../src/assets/scss/_afm.scss */
.board p.description {
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.25;
}
/* line 330, ../../../src/assets/scss/_afm.scss */
.board .post-count, .board .thread-count {
  text-align: center;
  line-height: 3rem;
}
/* line 335, ../../../src/assets/scss/_afm.scss */
.board .lastpost {
  text-align: left;
}
/* line 339, ../../../src/assets/scss/_afm.scss */
.board.headlines {
  text-align: center;
  background: linear-gradient(105deg, #94A6C4, #9DC3E6);
}
/* line 343, ../../../src/assets/scss/_afm.scss */
.board.headlines .title-headline {
  text-align: left;
}
/* line 347, ../../../src/assets/scss/_afm.scss */
.board.headlines .post-count, .board.headlines .thread-count {
  text-align: center;
  line-height: inherit;
}

/* line 354, ../../../src/assets/scss/_afm.scss */
.post-data {
  background: linear-gradient(105deg, #adadad, #f4f4f4, #d3d3d3);
  padding: 0.375rem 0;
}
@media screen and (max-width: 0em) {
  /* line 354, ../../../src/assets/scss/_afm.scss */
  .post-data {
    border-bottom: 1px solid #94A6C4;
    border-left: 1px solid #94A6C4;
  }
}
/* line 363, ../../../src/assets/scss/_afm.scss */
.post-data label {
  font-size: 1rem;
}
/* line 367, ../../../src/assets/scss/_afm.scss */
.post-data input, .post-data input[type="text"], .post-data input[type="password"], .post-data input[type="date"], .post-data input[type="datetime"], .post-data input[type="datetime-local"], .post-data input[type="month"], .post-data input[type="week"], .post-data input[type="email"], .post-data input[type="number"], .post-data input[type="search"], .post-data input[type="tel"], .post-data input[type="time"], .post-data input[type="url"], .post-data input[type="color"], .post-data textarea, .post-data select {
  background: linear-gradient(135deg, rgba(127, 127, 127, 0.25), rgba(0, 0, 0, 0.25)) repeat scroll 0 0 #919191;
  border-color: rgb(211, 211, 211);
  margin: 0;
}
/* line 372, ../../../src/assets/scss/_afm.scss */
.post-data input.error, .post-data input[type="text"].error, .post-data input[type="password"].error, .post-data input[type="date"].error, .post-data input[type="datetime"].error, .post-data input[type="datetime-local"].error, .post-data input[type="month"].error, .post-data input[type="week"].error, .post-data input[type="email"].error, .post-data input[type="number"].error, .post-data input[type="search"].error, .post-data input[type="tel"].error, .post-data input[type="time"].error, .post-data input[type="url"].error, .post-data input[type="color"].error, .post-data textarea.error, .post-data select.error {
  border-color: #ec5840;
  background: linear-gradient(135deg, rgba(255, 127, 127, 0.25), rgba(128, 0, 0, 0.25)) repeat scroll 0 0 #919191;
}
/* line 377, ../../../src/assets/scss/_afm.scss */
.post-data input.success, .post-data input[type="text"].success, .post-data input[type="password"].success, .post-data input[type="date"].success, .post-data input[type="datetime"].success, .post-data input[type="datetime-local"].success, .post-data input[type="month"].success, .post-data input[type="week"].success, .post-data input[type="email"].success, .post-data input[type="number"].success, .post-data input[type="search"].success, .post-data input[type="tel"].success, .post-data input[type="time"].success, .post-data input[type="url"].success, .post-data input[type="color"].success, .post-data textarea.success, .post-data select.success {
  border-color: #3adb76;
  background: linear-gradient(135deg, rgba(127, 255, 127, 0.25), rgba(0, 128, 0, 0.25)) repeat scroll 0 0 #919191;
}
/* line 382, ../../../src/assets/scss/_afm.scss */
.post-data input.last, .post-data input[type="text"].last, .post-data input[type="password"].last, .post-data input[type="date"].last, .post-data input[type="datetime"].last, .post-data input[type="datetime-local"].last, .post-data input[type="month"].last, .post-data input[type="week"].last, .post-data input[type="email"].last, .post-data input[type="number"].last, .post-data input[type="search"].last, .post-data input[type="tel"].last, .post-data input[type="time"].last, .post-data input[type="url"].last, .post-data input[type="color"].last, .post-data textarea.last, .post-data select.last {
  margin-bottom: 0;
}
/* line 386, ../../../src/assets/scss/_afm.scss */
.post-data input:focus:not(.success):not(.error), .post-data input[type="text"]:focus:not(.success):not(.error), .post-data input[type="password"]:focus:not(.success):not(.error), .post-data input[type="date"]:focus:not(.success):not(.error), .post-data input[type="datetime"]:focus:not(.success):not(.error), .post-data input[type="datetime-local"]:focus:not(.success):not(.error), .post-data input[type="month"]:focus:not(.success):not(.error), .post-data input[type="week"]:focus:not(.success):not(.error), .post-data input[type="email"]:focus:not(.success):not(.error), .post-data input[type="number"]:focus:not(.success):not(.error), .post-data input[type="search"]:focus:not(.success):not(.error), .post-data input[type="tel"]:focus:not(.success):not(.error), .post-data input[type="time"]:focus:not(.success):not(.error), .post-data input[type="url"]:focus:not(.success):not(.error), .post-data input[type="color"]:focus:not(.success):not(.error), .post-data textarea:focus:not(.success):not(.error), .post-data select:focus:not(.success):not(.error) {
  background: linear-gradient(135deg, rgba(191, 191, 191, 0.25), rgba(64, 64, 64, 0.25)) repeat scroll 0 0 #919191;
  border-color: #4176AC;
}

/* line 393, ../../../src/assets/scss/_afm.scss */
.edited {
  font-size: 0.8125rem;
  font-style: italic;
}
/* line 397, ../../../src/assets/scss/_afm.scss */
.edited .time {
  color: #94A6C4;
}

/* line 402, ../../../src/assets/scss/_afm.scss */
.quotebox, .codebox {
  border: 1px solid #94A6C4;
}
/* line 405, ../../../src/assets/scss/_afm.scss */
.quotebox.row, .codebox.row {
  margin: 0.25rem -0.125rem;
}
/* line 409, ../../../src/assets/scss/_afm.scss */
.quotebox .headline, .codebox .headline {
  background: linear-gradient(105deg, #adadad, #c1c1c1, #919191);
  font-weight: bold;
}

/* line 415, ../../../src/assets/scss/_afm.scss */
.code {
  font-size: 0.8125rem;
}

/* line 419, ../../../src/assets/scss/_afm.scss */
ul, ol, dl {
  margin-bottom: 0;
}

/* line 1, ../../../src/assets/scss/_flags.scss */
span.flag {
  position: relative;
  display: inline-block;
  padding-top: 0.125rem;
  height: 1rem;
  width: 2rem;
}
/* line 8, ../../../src/assets/scss/_flags.scss */
span.flag::after, span.flag::before {
  position: absolute;
  left: 0;
  text-shadow: 1px 1px 1px black;
}
/* line 14, ../../../src/assets/scss/_flags.scss */
span.flag::before {
  background-size: auto 1rem;
  background-repeat: no-repeat;
  height: 1rem;
  width: 2rem;
  content: "";
}
/* line 23, ../../../src/assets/scss/_flags.scss */
span.flag.GER::before {
  background-image: url("../img/flags/1_GER.svg");
}
/* line 29, ../../../src/assets/scss/_flags.scss */
span.flag.ENG::before {
  background-image: url("../img/flags/2_ENG.svg");
}
/* line 35, ../../../src/assets/scss/_flags.scss */
span.flag.ESP::before {
  background-image: url("../img/flags/3_ESP.svg");
}
/* line 41, ../../../src/assets/scss/_flags.scss */
span.flag.ITA::before {
  background-image: url("../img/flags/4_ITA.svg");
}
/* line 47, ../../../src/assets/scss/_flags.scss */
span.flag.FRA::before {
  background-image: url("../img/flags/5_FRA.svg");
}
/* line 53, ../../../src/assets/scss/_flags.scss */
span.flag.AFG::before {
  background-image: url("../img/flags/6_AFG.svg");
}
/* line 59, ../../../src/assets/scss/_flags.scss */
span.flag.ALB::before {
  background-image: url("../img/flags/7_ALB.svg");
}
/* line 65, ../../../src/assets/scss/_flags.scss */
span.flag.ALG::before {
  background-image: url("../img/flags/8_ALG.svg");
}
/* line 71, ../../../src/assets/scss/_flags.scss */
span.flag.ASM::before {
  background-image: url("../img/flags/9_ASM.svg");
}
/* line 77, ../../../src/assets/scss/_flags.scss */
span.flag.VIR::before {
  background-image: url("../img/flags/10_VIR.svg");
}
/* line 83, ../../../src/assets/scss/_flags.scss */
span.flag.AND::before {
  background-image: url("../img/flags/11_AND.svg");
}
/* line 89, ../../../src/assets/scss/_flags.scss */
span.flag.AGO::before {
  background-image: url("../img/flags/12_AGO.svg");
}
/* line 95, ../../../src/assets/scss/_flags.scss */
span.flag.AIA::before {
  background-image: url("../img/flags/13_AIA.svg");
}
/* line 101, ../../../src/assets/scss/_flags.scss */
span.flag.ATG::before {
  background-image: url("../img/flags/14_ATG.svg");
}
/* line 107, ../../../src/assets/scss/_flags.scss */
span.flag.ARG::before {
  background-image: url("../img/flags/15_ARG.svg");
}
/* line 113, ../../../src/assets/scss/_flags.scss */
span.flag.ARM::before {
  background-image: url("../img/flags/16_ARM.svg");
}
/* line 119, ../../../src/assets/scss/_flags.scss */
span.flag.ABW::before {
  background-image: url("../img/flags/17_ABW.svg");
}
/* line 125, ../../../src/assets/scss/_flags.scss */
span.flag.AZE::before {
  background-image: url("../img/flags/18_AZE.svg");
}
/* line 131, ../../../src/assets/scss/_flags.scss */
span.flag.AUS::before {
  background-image: url("../img/flags/19_AUS.svg");
}
/* line 137, ../../../src/assets/scss/_flags.scss */
span.flag.BAH::before {
  background-image: url("../img/flags/20_BAH.svg");
}
/* line 143, ../../../src/assets/scss/_flags.scss */
span.flag.BHR::before {
  background-image: url("../img/flags/21_BHR.svg");
}
/* line 149, ../../../src/assets/scss/_flags.scss */
span.flag.BGD::before {
  background-image: url("../img/flags/22_BGD.svg");
}
/* line 155, ../../../src/assets/scss/_flags.scss */
span.flag.BRB::before {
  background-image: url("../img/flags/23_BRB.svg");
}
/* line 161, ../../../src/assets/scss/_flags.scss */
span.flag.BEL::before {
  background-image: url("../img/flags/24_BEL.svg");
}
/* line 167, ../../../src/assets/scss/_flags.scss */
span.flag.BLZ::before {
  background-image: url("../img/flags/25_BLZ.svg");
}
/* line 173, ../../../src/assets/scss/_flags.scss */
span.flag.BEN::before {
  background-image: url("../img/flags/26_BEN.svg");
}
/* line 179, ../../../src/assets/scss/_flags.scss */
span.flag.BMU::before {
  background-image: url("../img/flags/27_BMU.svg");
}
/* line 185, ../../../src/assets/scss/_flags.scss */
span.flag.BTN::before {
  background-image: url("../img/flags/28_BTN.svg");
}
/* line 191, ../../../src/assets/scss/_flags.scss */
span.flag.BOL::before {
  background-image: url("../img/flags/29_BOL.svg");
}
/* line 197, ../../../src/assets/scss/_flags.scss */
span.flag.BIH::before {
  background-image: url("../img/flags/30_BIH.svg");
}
/* line 203, ../../../src/assets/scss/_flags.scss */
span.flag.BWA::before {
  background-image: url("../img/flags/31_BWA.svg");
}
/* line 209, ../../../src/assets/scss/_flags.scss */
span.flag.BRA::before {
  background-image: url("../img/flags/32_BRA.svg");
}
/* line 215, ../../../src/assets/scss/_flags.scss */
span.flag.VGB::before {
  background-image: url("../img/flags/33_VGB.svg");
}
/* line 221, ../../../src/assets/scss/_flags.scss */
span.flag.BRN::before {
  background-image: url("../img/flags/34_BRN.svg");
}
/* line 227, ../../../src/assets/scss/_flags.scss */
span.flag.BGR::before {
  background-image: url("../img/flags/35_BGR.svg");
}
/* line 233, ../../../src/assets/scss/_flags.scss */
span.flag.BFA::before {
  background-image: url("../img/flags/36_BFA.svg");
}
/* line 239, ../../../src/assets/scss/_flags.scss */
span.flag.BDI::before {
  background-image: url("../img/flags/37_BDI.svg");
}
/* line 245, ../../../src/assets/scss/_flags.scss */
span.flag.CAY::before {
  background-image: url("../img/flags/38_CAY.svg");
}
/* line 251, ../../../src/assets/scss/_flags.scss */
span.flag.CHL::before {
  background-image: url("../img/flags/39_CHL.svg");
}
/* line 257, ../../../src/assets/scss/_flags.scss */
span.flag.CHN::before {
  background-image: url("../img/flags/40_CHN.svg");
}
/* line 263, ../../../src/assets/scss/_flags.scss */
span.flag.COK::before {
  background-image: url("../img/flags/41_COK.svg");
}
/* line 269, ../../../src/assets/scss/_flags.scss */
span.flag.CRI::before {
  background-image: url("../img/flags/42_CRI.svg");
}
/* line 275, ../../../src/assets/scss/_flags.scss */
span.flag.COD::before {
  background-image: url("../img/flags/43_COD.svg");
}
/* line 281, ../../../src/assets/scss/_flags.scss */
span.flag.DMA::before {
  background-image: url("../img/flags/44_DMA.svg");
}
/* line 287, ../../../src/assets/scss/_flags.scss */
span.flag.DOM::before {
  background-image: url("../img/flags/45_DOM.svg");
}
/* line 293, ../../../src/assets/scss/_flags.scss */
span.flag.DJI::before {
  background-image: url("../img/flags/46_DJI.svg");
}
/* line 299, ../../../src/assets/scss/_flags.scss */
span.flag.DNK::before {
  background-image: url("../img/flags/47_DNK.svg");
}
/* line 305, ../../../src/assets/scss/_flags.scss */
span.flag.ECU::before {
  background-image: url("../img/flags/48_ECU.svg");
}
/* line 311, ../../../src/assets/scss/_flags.scss */
span.flag.SLV::before {
  background-image: url("../img/flags/49_SLV.svg");
}
/* line 317, ../../../src/assets/scss/_flags.scss */
span.flag.CIV::before {
  background-image: url("../img/flags/50_CIV.svg");
}
/* line 323, ../../../src/assets/scss/_flags.scss */
span.flag.ERI::before {
  background-image: url("../img/flags/51_ERI.svg");
}
/* line 329, ../../../src/assets/scss/_flags.scss */
span.flag.EST::before {
  background-image: url("../img/flags/52_EST.svg");
}
/* line 335, ../../../src/assets/scss/_flags.scss */
span.flag.FJI::before {
  background-image: url("../img/flags/53_FJI.svg");
}
/* line 341, ../../../src/assets/scss/_flags.scss */
span.flag.FIN::before {
  background-image: url("../img/flags/54_FIN.svg");
}
/* line 347, ../../../src/assets/scss/_flags.scss */
span.flag.FRO::before {
  background-image: url("../img/flags/55_FRO.svg");
}
/* line 353, ../../../src/assets/scss/_flags.scss */
span.flag.GAB::before {
  background-image: url("../img/flags/56_GAB.svg");
}
/* line 359, ../../../src/assets/scss/_flags.scss */
span.flag.GAM::before {
  background-image: url("../img/flags/57_GAM.svg");
}
/* line 365, ../../../src/assets/scss/_flags.scss */
span.flag.GEO::before {
  background-image: url("../img/flags/58_GEO.svg");
}
/* line 371, ../../../src/assets/scss/_flags.scss */
span.flag.GHA::before {
  background-image: url("../img/flags/59_GHA.svg");
}
/* line 377, ../../../src/assets/scss/_flags.scss */
span.flag.GIB::before {
  background-image: url("../img/flags/60_GIB.svg");
}
/* line 383, ../../../src/assets/scss/_flags.scss */
span.flag.GRD::before {
  background-image: url("../img/flags/61_GRD.svg");
}
/* line 389, ../../../src/assets/scss/_flags.scss */
span.flag.GRC::before {
  background-image: url("../img/flags/62_GRC.svg");
}
/* line 395, ../../../src/assets/scss/_flags.scss */
span.flag.GRL::before {
  background-image: url("../img/flags/63_GRL.svg");
}
/* line 401, ../../../src/assets/scss/_flags.scss */
span.flag.GUM::before {
  background-image: url("../img/flags/64_GUM.svg");
}
/* line 407, ../../../src/assets/scss/_flags.scss */
span.flag.GTM::before {
  background-image: url("../img/flags/65_GTM.svg");
}
/* line 413, ../../../src/assets/scss/_flags.scss */
span.flag.GUI::before {
  background-image: url("../img/flags/66_GUI.svg");
}
/* line 419, ../../../src/assets/scss/_flags.scss */
span.flag.GNB::before {
  background-image: url("../img/flags/67_GNB.svg");
}
/* line 425, ../../../src/assets/scss/_flags.scss */
span.flag.GUY::before {
  background-image: url("../img/flags/68_GUY.svg");
}
/* line 431, ../../../src/assets/scss/_flags.scss */
span.flag.HTI::before {
  background-image: url("../img/flags/69_HTI.svg");
}
/* line 437, ../../../src/assets/scss/_flags.scss */
span.flag.HND::before {
  background-image: url("../img/flags/70_HND.svg");
}
/* line 443, ../../../src/assets/scss/_flags.scss */
span.flag.HKG::before {
  background-image: url("../img/flags/71_HKG.svg");
}
/* line 449, ../../../src/assets/scss/_flags.scss */
span.flag.IND::before {
  background-image: url("../img/flags/72_IND.svg");
}
/* line 455, ../../../src/assets/scss/_flags.scss */
span.flag.IDN::before {
  background-image: url("../img/flags/73_IDN.svg");
}
/* line 461, ../../../src/assets/scss/_flags.scss */
span.flag.IRQ::before {
  background-image: url("../img/flags/74_IRQ.svg");
}
/* line 467, ../../../src/assets/scss/_flags.scss */
span.flag.IRN::before {
  background-image: url("../img/flags/75_IRN.svg");
}
/* line 473, ../../../src/assets/scss/_flags.scss */
span.flag.IRL::before {
  background-image: url("../img/flags/76_IRL.svg");
}
/* line 479, ../../../src/assets/scss/_flags.scss */
span.flag.ISL::before {
  background-image: url("../img/flags/77_ISL.svg");
}
/* line 485, ../../../src/assets/scss/_flags.scss */
span.flag.ISR::before {
  background-image: url("../img/flags/78_ISR.svg");
}
/* line 491, ../../../src/assets/scss/_flags.scss */
span.flag.JAM::before {
  background-image: url("../img/flags/79_JAM.svg");
}
/* line 497, ../../../src/assets/scss/_flags.scss */
span.flag.JPN::before {
  background-image: url("../img/flags/80_JPN.svg");
}
/* line 503, ../../../src/assets/scss/_flags.scss */
span.flag.YEM::before {
  background-image: url("../img/flags/81_YEM.svg");
}
/* line 509, ../../../src/assets/scss/_flags.scss */
span.flag.JOR::before {
  background-image: url("../img/flags/82_JOR.svg");
}
/* line 515, ../../../src/assets/scss/_flags.scss */
span.flag.KHM::before {
  background-image: url("../img/flags/83_KHM.svg");
}
/* line 521, ../../../src/assets/scss/_flags.scss */
span.flag.CMR::before {
  background-image: url("../img/flags/84_CMR.svg");
}
/* line 527, ../../../src/assets/scss/_flags.scss */
span.flag.CAN::before {
  background-image: url("../img/flags/85_CAN.svg");
}
/* line 533, ../../../src/assets/scss/_flags.scss */
span.flag.CPV::before {
  background-image: url("../img/flags/86_CPV.svg");
}
/* line 539, ../../../src/assets/scss/_flags.scss */
span.flag.KAZ::before {
  background-image: url("../img/flags/87_KAZ.svg");
}
/* line 545, ../../../src/assets/scss/_flags.scss */
span.flag.QAT::before {
  background-image: url("../img/flags/88_QAT.svg");
}
/* line 551, ../../../src/assets/scss/_flags.scss */
span.flag.KEN::before {
  background-image: url("../img/flags/89_KEN.svg");
}
/* line 557, ../../../src/assets/scss/_flags.scss */
span.flag.KGZ::before {
  background-image: url("../img/flags/90_KGZ.svg");
}
/* line 563, ../../../src/assets/scss/_flags.scss */
span.flag.COL::before {
  background-image: url("../img/flags/91_COL.svg");
}
/* line 569, ../../../src/assets/scss/_flags.scss */
span.flag.COG::before {
  background-image: url("../img/flags/92_COG.svg");
}
/* line 575, ../../../src/assets/scss/_flags.scss */
span.flag.HRV::before {
  background-image: url("../img/flags/93_HRV.svg");
}
/* line 581, ../../../src/assets/scss/_flags.scss */
span.flag.CUB::before {
  background-image: url("../img/flags/94_CUB.svg");
}
/* line 587, ../../../src/assets/scss/_flags.scss */
span.flag.KWT::before {
  background-image: url("../img/flags/95_KWT.svg");
}
/* line 593, ../../../src/assets/scss/_flags.scss */
span.flag.LAO::before {
  background-image: url("../img/flags/96_LAO.svg");
}
/* line 599, ../../../src/assets/scss/_flags.scss */
span.flag.LSO::before {
  background-image: url("../img/flags/97_LSO.svg");
}
/* line 605, ../../../src/assets/scss/_flags.scss */
span.flag.LVA::before {
  background-image: url("../img/flags/98_LVA.svg");
}
/* line 611, ../../../src/assets/scss/_flags.scss */
span.flag.LBN::before {
  background-image: url("../img/flags/99_LBN.svg");
}
/* line 617, ../../../src/assets/scss/_flags.scss */
span.flag.LBR::before {
  background-image: url("../img/flags/100_LBR.svg");
}
/* line 623, ../../../src/assets/scss/_flags.scss */
span.flag.LBY::before {
  background-image: url("../img/flags/101_LBY.svg");
}
/* line 629, ../../../src/assets/scss/_flags.scss */
span.flag.LIE::before {
  background-image: url("../img/flags/102_LIE.svg");
}
/* line 635, ../../../src/assets/scss/_flags.scss */
span.flag.LTU::before {
  background-image: url("../img/flags/103_LTU.svg");
}
/* line 641, ../../../src/assets/scss/_flags.scss */
span.flag.LUX::before {
  background-image: url("../img/flags/104_LUX.svg");
}
/* line 647, ../../../src/assets/scss/_flags.scss */
span.flag.MAC::before {
  background-image: url("../img/flags/105_MAC.svg");
}
/* line 653, ../../../src/assets/scss/_flags.scss */
span.flag.MDG::before {
  background-image: url("../img/flags/106_MDG.svg");
}
/* line 659, ../../../src/assets/scss/_flags.scss */
span.flag.MWI::before {
  background-image: url("../img/flags/107_MWI.svg");
}
/* line 665, ../../../src/assets/scss/_flags.scss */
span.flag.MYS::before {
  background-image: url("../img/flags/108_MYS.svg");
}
/* line 671, ../../../src/assets/scss/_flags.scss */
span.flag.MDV::before {
  background-image: url("../img/flags/109_MDV.svg");
}
/* line 677, ../../../src/assets/scss/_flags.scss */
span.flag.MLI::before {
  background-image: url("../img/flags/110_MLI.svg");
}
/* line 683, ../../../src/assets/scss/_flags.scss */
span.flag.MLT::before {
  background-image: url("../img/flags/111_MLT.svg");
}
/* line 689, ../../../src/assets/scss/_flags.scss */
span.flag.MAR::before {
  background-image: url("../img/flags/112_MAR.svg");
}
/* line 695, ../../../src/assets/scss/_flags.scss */
span.flag.MRT::before {
  background-image: url("../img/flags/113_MRT.svg");
}
/* line 701, ../../../src/assets/scss/_flags.scss */
span.flag.MUS::before {
  background-image: url("../img/flags/114_MUS.svg");
}
/* line 707, ../../../src/assets/scss/_flags.scss */
span.flag.MKD::before {
  background-image: url("../img/flags/115_MKD.svg");
}
/* line 713, ../../../src/assets/scss/_flags.scss */
span.flag.MEX::before {
  background-image: url("../img/flags/116_MEX.svg");
}
/* line 719, ../../../src/assets/scss/_flags.scss */
span.flag.MDA::before {
  background-image: url("../img/flags/117_MDA.svg");
}
/* line 725, ../../../src/assets/scss/_flags.scss */
span.flag.MGL::before {
  background-image: url("../img/flags/118_MGL.svg");
}
/* line 731, ../../../src/assets/scss/_flags.scss */
span.flag.MNE::before {
  background-image: url("../img/flags/119_MNE.svg");
}
/* line 737, ../../../src/assets/scss/_flags.scss */
span.flag.MSR::before {
  background-image: url("../img/flags/120_MSR.svg");
}
/* line 743, ../../../src/assets/scss/_flags.scss */
span.flag.MOZ::before {
  background-image: url("../img/flags/121_MOZ.svg");
}
/* line 749, ../../../src/assets/scss/_flags.scss */
span.flag.MYA::before {
  background-image: url("../img/flags/122_MYA.svg");
}
/* line 755, ../../../src/assets/scss/_flags.scss */
span.flag.NAM::before {
  background-image: url("../img/flags/123_NAM.svg");
}
/* line 761, ../../../src/assets/scss/_flags.scss */
span.flag.NPL::before {
  background-image: url("../img/flags/124_NPL.svg");
}
/* line 767, ../../../src/assets/scss/_flags.scss */
span.flag.NZL::before {
  background-image: url("../img/flags/125_NZL.svg");
}
/* line 773, ../../../src/assets/scss/_flags.scss */
span.flag.NIC::before {
  background-image: url("../img/flags/126_NIC.svg");
}
/* line 779, ../../../src/assets/scss/_flags.scss */
span.flag.NED::before {
  background-image: url("../img/flags/127_NED.svg");
}
/* line 785, ../../../src/assets/scss/_flags.scss */
span.flag.ANT::before {
  background-image: url("../img/flags/128_ANT.svg");
}
/* line 791, ../../../src/assets/scss/_flags.scss */
span.flag.NER::before {
  background-image: url("../img/flags/129_NER.svg");
}
/* line 797, ../../../src/assets/scss/_flags.scss */
span.flag.NGA::before {
  background-image: url("../img/flags/130_NGA.svg");
}
/* line 803, ../../../src/assets/scss/_flags.scss */
span.flag.NIR::before {
  background-image: url("../img/flags/131_NIR.svg");
}
/* line 809, ../../../src/assets/scss/_flags.scss */
span.flag.PRK::before {
  background-image: url("../img/flags/132_PRK.svg");
}
/* line 815, ../../../src/assets/scss/_flags.scss */
span.flag.NOR::before {
  background-image: url("../img/flags/133_NOR.svg");
}
/* line 821, ../../../src/assets/scss/_flags.scss */
span.flag.OMN::before {
  background-image: url("../img/flags/134_OMN.svg");
}
/* line 827, ../../../src/assets/scss/_flags.scss */
span.flag.PAK::before {
  background-image: url("../img/flags/135_PAK.svg");
}
/* line 833, ../../../src/assets/scss/_flags.scss */
span.flag.PSE::before {
  background-image: url("../img/flags/136_PSE.svg");
}
/* line 839, ../../../src/assets/scss/_flags.scss */
span.flag.PAN::before {
  background-image: url("../img/flags/137_PAN.svg");
}
/* line 845, ../../../src/assets/scss/_flags.scss */
span.flag.PNG::before {
  background-image: url("../img/flags/138_PNG.svg");
}
/* line 851, ../../../src/assets/scss/_flags.scss */
span.flag.PRY::before {
  background-image: url("../img/flags/139_PRY.svg");
}
/* line 857, ../../../src/assets/scss/_flags.scss */
span.flag.PER::before {
  background-image: url("../img/flags/140_PER.svg");
}
/* line 863, ../../../src/assets/scss/_flags.scss */
span.flag.PHI::before {
  background-image: url("../img/flags/141_PHI.svg");
}
/* line 869, ../../../src/assets/scss/_flags.scss */
span.flag.POL::before {
  background-image: url("../img/flags/142_POL.svg");
}
/* line 875, ../../../src/assets/scss/_flags.scss */
span.flag.POR::before {
  background-image: url("../img/flags/143_POR.svg");
}
/* line 881, ../../../src/assets/scss/_flags.scss */
span.flag.PRI::before {
  background-image: url("../img/flags/144_PRI.svg");
}
/* line 887, ../../../src/assets/scss/_flags.scss */
span.flag.RWA::before {
  background-image: url("../img/flags/145_RWA.svg");
}
/* line 893, ../../../src/assets/scss/_flags.scss */
span.flag.ROM::before {
  background-image: url("../img/flags/146_ROM.svg");
}
/* line 899, ../../../src/assets/scss/_flags.scss */
span.flag.RUS::before {
  background-image: url("../img/flags/147_RUS.svg");
}
/* line 905, ../../../src/assets/scss/_flags.scss */
span.flag.SOL::before {
  background-image: url("../img/flags/148_SOL.svg");
}
/* line 911, ../../../src/assets/scss/_flags.scss */
span.flag.ZMB::before {
  background-image: url("../img/flags/149_ZMB.svg");
}
/* line 917, ../../../src/assets/scss/_flags.scss */
span.flag.SAM::before {
  background-image: url("../img/flags/150_SAM.svg");
}
/* line 923, ../../../src/assets/scss/_flags.scss */
span.flag.SMR::before {
  background-image: url("../img/flags/151_SMR.svg");
}
/* line 929, ../../../src/assets/scss/_flags.scss */
span.flag.KSA::before {
  background-image: url("../img/flags/152_KSA.svg");
}
/* line 935, ../../../src/assets/scss/_flags.scss */
span.flag.SCO::before {
  background-image: url("../img/flags/153_SCO.svg");
}
/* line 941, ../../../src/assets/scss/_flags.scss */
span.flag.SWE::before {
  background-image: url("../img/flags/154_SWE.svg");
}
/* line 947, ../../../src/assets/scss/_flags.scss */
span.flag.SUI::before {
  background-image: url("../img/flags/155_SUI.svg");
}
/* line 953, ../../../src/assets/scss/_flags.scss */
span.flag.SEN::before {
  background-image: url("../img/flags/156_SEN.svg");
}
/* line 959, ../../../src/assets/scss/_flags.scss */
span.flag.SER::before {
  background-image: url("../img/flags/157_SER.svg");
}
/* line 965, ../../../src/assets/scss/_flags.scss */
span.flag.SYC::before {
  background-image: url("../img/flags/158_SYC.svg");
}
/* line 971, ../../../src/assets/scss/_flags.scss */
span.flag.SLE::before {
  background-image: url("../img/flags/159_SLE.svg");
}
/* line 977, ../../../src/assets/scss/_flags.scss */
span.flag.ZWE::before {
  background-image: url("../img/flags/160_ZWE.svg");
}
/* line 983, ../../../src/assets/scss/_flags.scss */
span.flag.SIN::before {
  background-image: url("../img/flags/161_SIN.svg");
}
/* line 989, ../../../src/assets/scss/_flags.scss */
span.flag.SVK::before {
  background-image: url("../img/flags/162_SVK.svg");
}
/* line 995, ../../../src/assets/scss/_flags.scss */
span.flag.SVN::before {
  background-image: url("../img/flags/163_SVN.svg");
}
/* line 1001, ../../../src/assets/scss/_flags.scss */
span.flag.SOM::before {
  background-image: url("../img/flags/164_SOM.svg");
}
/* line 1007, ../../../src/assets/scss/_flags.scss */
span.flag.SRI::before {
  background-image: url("../img/flags/165_SRI.svg");
}
/* line 1013, ../../../src/assets/scss/_flags.scss */
span.flag.KNA::before {
  background-image: url("../img/flags/166_KNA.svg");
}
/* line 1019, ../../../src/assets/scss/_flags.scss */
span.flag.LCA::before {
  background-image: url("../img/flags/167_LCA.svg");
}
/* line 1025, ../../../src/assets/scss/_flags.scss */
span.flag.VCT::before {
  background-image: url("../img/flags/168_VCT.svg");
}
/* line 1031, ../../../src/assets/scss/_flags.scss */
span.flag.SDN::before {
  background-image: url("../img/flags/169_SDN.svg");
}
/* line 1037, ../../../src/assets/scss/_flags.scss */
span.flag.SUR::before {
  background-image: url("../img/flags/170_SUR.svg");
}
/* line 1043, ../../../src/assets/scss/_flags.scss */
span.flag.SWZ::before {
  background-image: url("../img/flags/171_SWZ.svg");
}
/* line 1049, ../../../src/assets/scss/_flags.scss */
span.flag.SYR::before {
  background-image: url("../img/flags/172_SYR.svg");
}
/* line 1055, ../../../src/assets/scss/_flags.scss */
span.flag.STP::before {
  background-image: url("../img/flags/173_STP.svg");
}
/* line 1061, ../../../src/assets/scss/_flags.scss */
span.flag.ZAF::before {
  background-image: url("../img/flags/174_ZAF.svg");
}
/* line 1067, ../../../src/assets/scss/_flags.scss */
span.flag.KOR::before {
  background-image: url("../img/flags/175_KOR.svg");
}
/* line 1073, ../../../src/assets/scss/_flags.scss */
span.flag.TJK::before {
  background-image: url("../img/flags/176_TJK.svg");
}
/* line 1079, ../../../src/assets/scss/_flags.scss */
span.flag.TAH::before {
  background-image: url("../img/flags/177_TAH.svg");
}
/* line 1085, ../../../src/assets/scss/_flags.scss */
span.flag.TWN::before {
  background-image: url("../img/flags/178_TWN.svg");
}
/* line 1091, ../../../src/assets/scss/_flags.scss */
span.flag.TZA::before {
  background-image: url("../img/flags/179_TZA.svg");
}
/* line 1097, ../../../src/assets/scss/_flags.scss */
span.flag.THA::before {
  background-image: url("../img/flags/180_THA.svg");
}
/* line 1103, ../../../src/assets/scss/_flags.scss */
span.flag.TGO::before {
  background-image: url("../img/flags/181_TGO.svg");
}
/* line 1109, ../../../src/assets/scss/_flags.scss */
span.flag.TON::before {
  background-image: url("../img/flags/182_TON.svg");
}
/* line 1115, ../../../src/assets/scss/_flags.scss */
span.flag.TTO::before {
  background-image: url("../img/flags/183_TTO.svg");
}
/* line 1121, ../../../src/assets/scss/_flags.scss */
span.flag.TCD::before {
  background-image: url("../img/flags/184_TCD.svg");
}
/* line 1127, ../../../src/assets/scss/_flags.scss */
span.flag.CZE::before {
  background-image: url("../img/flags/185_CZE.svg");
}
/* line 1133, ../../../src/assets/scss/_flags.scss */
span.flag.TUN::before {
  background-image: url("../img/flags/186_TUN.svg");
}
/* line 1139, ../../../src/assets/scss/_flags.scss */
span.flag.TKM::before {
  background-image: url("../img/flags/187_TKM.svg");
}
/* line 1145, ../../../src/assets/scss/_flags.scss */
span.flag.TCA::before {
  background-image: url("../img/flags/188_TCA.svg");
}
/* line 1151, ../../../src/assets/scss/_flags.scss */
span.flag.TUR::before {
  background-image: url("../img/flags/189_TUR.svg");
}
/* line 1157, ../../../src/assets/scss/_flags.scss */
span.flag.UGA::before {
  background-image: url("../img/flags/190_UGA.svg");
}
/* line 1163, ../../../src/assets/scss/_flags.scss */
span.flag.UKR::before {
  background-image: url("../img/flags/191_UKR.svg");
}
/* line 1169, ../../../src/assets/scss/_flags.scss */
span.flag.HUN::before {
  background-image: url("../img/flags/192_HUN.svg");
}
/* line 1175, ../../../src/assets/scss/_flags.scss */
span.flag.URY::before {
  background-image: url("../img/flags/193_URY.svg");
}
/* line 1181, ../../../src/assets/scss/_flags.scss */
span.flag.UZB::before {
  background-image: url("../img/flags/194_UZB.svg");
}
/* line 1187, ../../../src/assets/scss/_flags.scss */
span.flag.ARE::before {
  background-image: url("../img/flags/195_ARE.svg");
}
/* line 1193, ../../../src/assets/scss/_flags.scss */
span.flag.VUT::before {
  background-image: url("../img/flags/196_VUT.svg");
}
/* line 1199, ../../../src/assets/scss/_flags.scss */
span.flag.VEN::before {
  background-image: url("../img/flags/197_VEN.svg");
}
/* line 1205, ../../../src/assets/scss/_flags.scss */
span.flag.USA::before {
  background-image: url("../img/flags/198_USA.svg");
}
/* line 1211, ../../../src/assets/scss/_flags.scss */
span.flag.VIE::before {
  background-image: url("../img/flags/199_VIE.svg");
}
/* line 1217, ../../../src/assets/scss/_flags.scss */
span.flag.WAL::before {
  background-image: url("../img/flags/200_WAL.svg");
}
/* line 1223, ../../../src/assets/scss/_flags.scss */
span.flag.BLR::before {
  background-image: url("../img/flags/201_BLR.svg");
}
/* line 1229, ../../../src/assets/scss/_flags.scss */
span.flag.CAF::before {
  background-image: url("../img/flags/202_CAF.svg");
}
/* line 1235, ../../../src/assets/scss/_flags.scss */
span.flag.CYP::before {
  background-image: url("../img/flags/203_CYP.svg");
}
/* line 1241, ../../../src/assets/scss/_flags.scss */
span.flag.EGY::before {
  background-image: url("../img/flags/204_EGY.svg");
}
/* line 1247, ../../../src/assets/scss/_flags.scss */
span.flag.GNQ::before {
  background-image: url("../img/flags/205_GNQ.svg");
}
/* line 1253, ../../../src/assets/scss/_flags.scss */
span.flag.ETH::before {
  background-image: url("../img/flags/206_ETH.svg");
}
/* line 1259, ../../../src/assets/scss/_flags.scss */
span.flag.AUT::before {
  background-image: url("../img/flags/207_AUT.svg");
}
/* line 1265, ../../../src/assets/scss/_flags.scss */
span.flag.KVS::before {
  background-image: url("../img/flags/208_KVS.svg");
}
/* line 1271, ../../../src/assets/scss/_flags.scss */
span.flag.NRU::before {
  background-image: url("../img/flags/209_NRU.svg");
}
/* line 1277, ../../../src/assets/scss/_flags.scss */
span.flag.MCO::before {
  background-image: url("../img/flags/210_MCO.svg");
}
/* line 1283, ../../../src/assets/scss/_flags.scss */
span.flag.PYF::before {
  background-image: url("../img/flags/211_PYF.svg");
}
/* line 1289, ../../../src/assets/scss/_flags.scss */
span.flag.KIR::before {
  background-image: url("../img/flags/212_KIR.svg");
}
/* line 1295, ../../../src/assets/scss/_flags.scss */
span.flag.COM::before {
  background-image: url("../img/flags/213_COM.svg");
}
/* line 1301, ../../../src/assets/scss/_flags.scss */
span.flag.MHL::before {
  background-image: url("../img/flags/214_MHL.svg");
}
/* line 1307, ../../../src/assets/scss/_flags.scss */
span.flag.FSM::before {
  background-image: url("../img/flags/215_FSM.svg");
}
/* line 1313, ../../../src/assets/scss/_flags.scss */
span.flag.NIU::before {
  background-image: url("../img/flags/216_NIU.svg");
}
/* line 1319, ../../../src/assets/scss/_flags.scss */
span.flag.PLW::before {
  background-image: url("../img/flags/217_PLW.svg");
}
/* line 1325, ../../../src/assets/scss/_flags.scss */
span.flag.VAT::before {
  background-image: url("../img/flags/218_VAT.svg");
}
/* line 1331, ../../../src/assets/scss/_flags.scss */
span.flag.ALA::before {
  background-image: url("../img/flags/219_ALA.svg");
}
/* line 1337, ../../../src/assets/scss/_flags.scss */
span.flag.BOE::before {
  background-image: url("../img/flags/220_BOE.svg");
}
/* line 1343, ../../../src/assets/scss/_flags.scss */
span.flag.CUW::before {
  background-image: url("../img/flags/221_CUW.svg");
}
/* line 1349, ../../../src/assets/scss/_flags.scss */
span.flag.GYF::before {
  background-image: url("../img/flags/222_GYF.svg");
}
/* line 1355, ../../../src/assets/scss/_flags.scss */
span.flag.GLP::before {
  background-image: url("../img/flags/223_GLP.svg");
}
/* line 1361, ../../../src/assets/scss/_flags.scss */
span.flag.MTQ::before {
  background-image: url("../img/flags/224_MTQ.svg");
}
/* line 1367, ../../../src/assets/scss/_flags.scss */
span.flag.NCL::before {
  background-image: url("../img/flags/225_NCL.svg");
}
/* line 1373, ../../../src/assets/scss/_flags.scss */
span.flag.MNP::before {
  background-image: url("../img/flags/226_MNP.svg");
}
/* line 1379, ../../../src/assets/scss/_flags.scss */
span.flag.TLS::before {
  background-image: url("../img/flags/227_TLS.svg");
}
/* line 1385, ../../../src/assets/scss/_flags.scss */
span.flag.REU::before {
  background-image: url("../img/flags/228_REU.svg");
}
/* line 1391, ../../../src/assets/scss/_flags.scss */
span.flag.SMT::before {
  background-image: url("../img/flags/229_SMT.svg");
}
/* line 1397, ../../../src/assets/scss/_flags.scss */
span.flag.ZAN::before {
  background-image: url("../img/flags/230_ZAN.svg");
}
/* line 1403, ../../../src/assets/scss/_flags.scss */
span.flag.SXM::before {
  background-image: url("../img/flags/231_SXM.svg");
}
/* line 1409, ../../../src/assets/scss/_flags.scss */
span.flag.SML::before {
  background-image: url("../img/flags/232_SML.svg");
}
/* line 1415, ../../../src/assets/scss/_flags.scss */
span.flag.SSD::before {
  background-image: url("../img/flags/233_SSD.svg");
}
/* line 1421, ../../../src/assets/scss/_flags.scss */
span.flag.TIB::before {
  background-image: url("../img/flags/234_TIB.svg");
}
/* line 1427, ../../../src/assets/scss/_flags.scss */
span.flag.CCN::before {
  background-image: url("../img/flags/235_CCN.svg");
}
/* line 1433, ../../../src/assets/scss/_flags.scss */
span.flag.TUV::before {
  background-image: url("../img/flags/236_TUV.svg");
}
/* line 1439, ../../../src/assets/scss/_flags.scss */
span.flag.SLD::before {
  background-image: url("../img/flags/237_SLD.svg");
}
/* line 1445, ../../../src/assets/scss/_flags.scss */
span.flag.ABC::before {
  background-image: url("../img/flags/238_ABC.svg");
}
/* line 1451, ../../../src/assets/scss/_flags.scss */
span.flag.KRB::before {
  background-image: url("../img/flags/239_KRB.svg");
}
/* line 1457, ../../../src/assets/scss/_flags.scss */
span.flag.RKS::before {
  background-image: url("../img/flags/240_RKS.svg");
}
/* line 1463, ../../../src/assets/scss/_flags.scss */
span.flag.NCY::before {
  background-image: url("../img/flags/241_NCY.svg");
}
/* line 1469, ../../../src/assets/scss/_flags.scss */
span.flag.SOS::before {
  background-image: url("../img/flags/242_SOS.svg");
}
/* line 1475, ../../../src/assets/scss/_flags.scss */
span.flag.TRN::before {
  background-image: url("../img/flags/243_TRN.svg");
}
/* line 1481, ../../../src/assets/scss/_flags.scss */
span.flag.ESH::before {
  background-image: url("../img/flags/244_ESH.svg");
}

@font-face {
  font-family: 'AureonSymbols';
  src: url("../fonts/AureonSymbols.eot");
  src: url("../fonts/AureonSymbols.eot?#iefix") format("embedded-opentype"), url("../fonts/AureonSymbols.woff") format("woff"), url("../fonts/AureonSymbols.ttf") format("truetype");
}
/* line 1, ../../../src/assets/scss/_icons.scss */
span.icon {
  font-family: AureonSymbols;
  position: relative;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-top: -0.25rem;
}
/* line 10, ../../../src/assets/scss/_icons.scss */
span.icon::after, span.icon::before {
  position: absolute;
  left: 0;
  top: -0.125rem;
}
/* line 17, ../../../src/assets/scss/_icons.scss */
span.icon.above::after, span.icon.above::before {
  top: -0.25rem;
}
/* line 23, ../../../src/assets/scss/_icons.scss */
span.icon:not(.no-shadow)::after, span.icon:not(.no-shadow)::before {
  text-shadow: 1px 1px 1px black;
}
/* line 29, ../../../src/assets/scss/_icons.scss */
span.icon.goal::before, span.icon.goals::before {
  content: "\e032";
  color: white;
}
/* line 34, ../../../src/assets/scss/_icons.scss */
span.icon.goal::after, span.icon.goals::after {
  content: "\e001";
  color: black;
  text-shadow: none;
}
/* line 42, ../../../src/assets/scss/_icons.scss */
span.icon.owngoal::before, span.icon.ownGoals::before {
  content: "\e032";
  color: white;
}
/* line 47, ../../../src/assets/scss/_icons.scss */
span.icon.owngoal::after, span.icon.ownGoals::after {
  content: "\e001";
  color: red;
  text-shadow: none;
}
/* line 55, ../../../src/assets/scss/_icons.scss */
span.icon.card.yellow::before {
  content: "\e002";
  color: yellow;
}
/* line 61, ../../../src/assets/scss/_icons.scss */
span.icon.card.yellow-red::before, span.icon.card.yellowred::before {
  content: "\e002";
  color: red;
}
/* line 65, ../../../src/assets/scss/_icons.scss */
span.icon.card.yellow-red::after, span.icon.card.yellowred::after {
  content: "\e003";
  color: yellow;
}
/* line 71, ../../../src/assets/scss/_icons.scss */
span.icon.card.red::before {
  content: "\e002";
  color: red;
}
/* line 78, ../../../src/assets/scss/_icons.scss */
span.icon.injury::before, span.icon.injuries::before {
  content: "\e004";
  color: #BB886B;
}
/* line 83, ../../../src/assets/scss/_icons.scss */
span.icon.injury::after, span.icon.injuries::after {
  content: "\e005";
  color: #FBF6F3;
}
/* line 90, ../../../src/assets/scss/_icons.scss */
span.icon.poor::before {
  content: "\e00a";
  color: white;
}
/* line 95, ../../../src/assets/scss/_icons.scss */
span.icon.poor::after {
  content: "\e00b";
  color: #EFB381;
  text-shadow: none;
}
/* line 103, ../../../src/assets/scss/_icons.scss */
span.icon.disease::before {
  content: "\e011";
  color: white;
}
/* line 108, ../../../src/assets/scss/_icons.scss */
span.icon.disease::after {
  content: "\e016";
  color: red;
}
/* line 116, ../../../src/assets/scss/_icons.scss */
span.icon.substitution.out::before, span.icon.substitution.takenOff::before {
  content: "\e006";
  color: red;
}
/* line 123, ../../../src/assets/scss/_icons.scss */
span.icon.substitution.in::before, span.icon.substitution.broughtOn::before {
  content: "\e007";
  color: lime;
}
/* line 130, ../../../src/assets/scss/_icons.scss */
span.icon.substitution.in-out::before, span.icon.substitution.fewMinutes::before {
  content: "\e008";
  color: red;
}
/* line 135, ../../../src/assets/scss/_icons.scss */
span.icon.substitution.in-out::after, span.icon.substitution.fewMinutes::after {
  content: "\e009";
  color: lime;
}
/* line 144, ../../../src/assets/scss/_icons.scss */
span.icon.penalty.miss::before, span.icon.penalty.penaltyMiss::before {
  content: "\e00d";
  color: #FF4040;
}
/* line 149, ../../../src/assets/scss/_icons.scss */
span.icon.penalty.miss::after, span.icon.penalty.penaltyMiss::after {
  content: "\e00e";
  color: white;
}
/* line 156, ../../../src/assets/scss/_icons.scss */
span.icon.penalty.score::before, span.icon.penalty.penaltyScore::before {
  content: "\e00d";
  color: #40A040;
}
/* line 161, ../../../src/assets/scss/_icons.scss */
span.icon.penalty.score::after, span.icon.penalty.penaltyScore::after {
  content: "\e00e";
  color: white;
}
/* line 168, ../../../src/assets/scss/_icons.scss */
span.icon.penalty.saver::before, span.icon.penalty.penaltySaver::before {
  content: "\e00f";
  color: black;
}
/* line 176, ../../../src/assets/scss/_icons.scss */
span.icon.picked::before, span.icon.teamOfTheDay::before {
  content: "\e011";
  color: lime;
}
/* line 181, ../../../src/assets/scss/_icons.scss */
span.icon.picked::after, span.icon.teamOfTheDay::after {
  content: "\e00c";
  color: white;
}
/* line 188, ../../../src/assets/scss/_icons.scss */
span.icon.substitute::before {
  content: "\e012";
  color: saddlebrown;
}
/* line 195, ../../../src/assets/scss/_icons.scss */
span.icon.reserve::before {
  content: "\e014";
  color: grey;
}
/* line 200, ../../../src/assets/scss/_icons.scss */
span.icon.reserve::after {
  content: "\e015";
  color: red;
}
/* line 207, ../../../src/assets/scss/_icons.scss */
span.icon.package::before {
  content: "\e017";
  color: #BC9E64;
}
/* line 212, ../../../src/assets/scss/_icons.scss */
span.icon.package::after {
  content: "\e018";
  color: #A78651;
}
/* line 219, ../../../src/assets/scss/_icons.scss */
span.icon.vacation::before {
  content: "\e01a";
  color: red;
}
/* line 224, ../../../src/assets/scss/_icons.scss */
span.icon.vacation::after {
  content: "\e019";
  color: saddlebrown;
}
/* line 231, ../../../src/assets/scss/_icons.scss */
span.icon.caps::before {
  content: "\e01b";
  color: darkred;
}
/* line 238, ../../../src/assets/scss/_icons.scss */
span.icon.prison::before {
  content: "\e01c";
  color: dimgrey;
}
/* line 243, ../../../src/assets/scss/_icons.scss */
span.icon.prison::after {
  content: "\e01d";
  color: #BB886B;
}
/* line 250, ../../../src/assets/scss/_icons.scss */
span.icon.alien::before {
  content: "\e01e";
  color: lime;
}
/* line 257, ../../../src/assets/scss/_icons.scss */
span.icon.doping::before {
  content: "\e01f";
  color: lime;
}
/* line 262, ../../../src/assets/scss/_icons.scss */
span.icon.doping::after {
  content: "\e020";
  color: #4E9FF2;
}
/* line 269, ../../../src/assets/scss/_icons.scss */
span.icon.doping-ban::before {
  content: "\e021";
  color: green;
}
/* line 274, ../../../src/assets/scss/_icons.scss */
span.icon.doping-ban::after {
  content: "\e022";
  color: red;
}
/* line 281, ../../../src/assets/scss/_icons.scss */
span.icon.rehab::before {
  content: "\e023";
  color: blue;
}
/* line 288, ../../../src/assets/scss/_icons.scss */
span.icon.injury-risk::before {
  content: "\e004";
  color: #FBF6F3;
}
/* line 293, ../../../src/assets/scss/_icons.scss */
span.icon.injury-risk::after {
  content: "\e021";
  color: #B0FF00;
}
/* line 300, ../../../src/assets/scss/_icons.scss */
span.icon.alert::before {
  content: "\e024";
  color: red;
}
/* line 305, ../../../src/assets/scss/_icons.scss */
span.icon.alert::after {
  content: "\e025";
  color: red;
}
/* line 312, ../../../src/assets/scss/_icons.scss */
span.icon.warning::before {
  content: "\e024";
  color: #FFB000;
}
/* line 317, ../../../src/assets/scss/_icons.scss */
span.icon.warning::after {
  content: "\e025";
  color: #FFB000;
}
/* line 324, ../../../src/assets/scss/_icons.scss */
span.icon.accept::before {
  content: "\e026";
  color: lime;
}
/* line 331, ../../../src/assets/scss/_icons.scss */
span.icon.reject::before {
  content: "\e027";
  color: red;
}
/* line 338, ../../../src/assets/scss/_icons.scss */
span.icon.contract::before {
  content: "\e029";
  color: white;
}
/* line 343, ../../../src/assets/scss/_icons.scss */
span.icon.contract::after {
  content: "\e028";
  color: black;
  text-shadow: none;
}
/* line 351, ../../../src/assets/scss/_icons.scss */
span.icon.fire::before {
  content: "\e02b";
  color: #FF8000;
}
/* line 356, ../../../src/assets/scss/_icons.scss */
span.icon.fire::after {
  content: "\e02a";
  color: saddlebrown;
}
/* line 363, ../../../src/assets/scss/_icons.scss */
span.icon.clock::before, span.icon.minutesPlayed::before {
  content: "\e02c";
  color: white;
}
/* line 370, ../../../src/assets/scss/_icons.scss */
span.icon.premium-star::before {
  content: "\e02d";
  color: blue;
}
/* line 377, ../../../src/assets/scss/_icons.scss */
span.icon.bonus-star::before {
  content: "\e02d";
  color: lime;
}
/* line 384, ../../../src/assets/scss/_icons.scss */
span.icon.star::before {
  content: "\e02d";
  color: white;
}
/* line 389, ../../../src/assets/scss/_icons.scss */
span.icon.star.premium::before {
  color: blue;
}
/* line 393, ../../../src/assets/scss/_icons.scss */
span.icon.star.premium::before {
  color: lime;
}
/* line 397, ../../../src/assets/scss/_icons.scss */
span.icon.star.half::before {
  color: #D3D3D3;
}
/* line 401, ../../../src/assets/scss/_icons.scss */
span.icon.star.full::before {
  color: #4176AC;
}
/* line 407, ../../../src/assets/scss/_icons.scss */
span.icon.top::before {
  content: "\e02e";
  color: #4176AC;
}
/* line 414, ../../../src/assets/scss/_icons.scss */
span.icon.up::before {
  content: "\e02e";
  color: lime;
}
/* line 421, ../../../src/assets/scss/_icons.scss */
span.icon.down::before {
  content: "\e030";
  color: red;
}
/* line 428, ../../../src/assets/scss/_icons.scss */
span.icon.same::before {
  content: "\e031";
  color: yellow;
}
/* line 435, ../../../src/assets/scss/_icons.scss */
span.icon.pleased::before {
  content: "\e032";
  color: yellow;
}
/* line 440, ../../../src/assets/scss/_icons.scss */
span.icon.pleased::after {
  content: "\e033";
  color: black;
  text-shadow: none;
}
/* line 448, ../../../src/assets/scss/_icons.scss */
span.icon.happy::before {
  content: "\e034";
  color: red;
}
/* line 455, ../../../src/assets/scss/_icons.scss */
span.icon.unhappy::before {
  content: "\e035";
  color: #BB886B;
}
/* line 462, ../../../src/assets/scss/_icons.scss */
span.icon.angry::before {
  content: "\e036";
  color: #BB886B;
}
/* line 469, ../../../src/assets/scss/_icons.scss */
span.icon.info::before {
  content: "\e032";
  color: white;
}
/* line 474, ../../../src/assets/scss/_icons.scss */
span.icon.info::after {
  content: "\e037";
  color: cornflowerblue;
}
/* line 481, ../../../src/assets/scss/_icons.scss */
span.icon.tutorial::before {
  content: "\e032";
  color: white;
}
/* line 486, ../../../src/assets/scss/_icons.scss */
span.icon.tutorial::after {
  content: "\e038";
  color: #808000;
}
/* line 493, ../../../src/assets/scss/_icons.scss */
span.icon.wiki::before {
  content: "\e032";
  color: white;
}
/* line 498, ../../../src/assets/scss/_icons.scss */
span.icon.wiki::after {
  content: "\e039";
  color: black;
}
/* line 505, ../../../src/assets/scss/_icons.scss */
span.icon.notepad::before {
  content: "\e03a";
  color: white;
}
/* line 510, ../../../src/assets/scss/_icons.scss */
span.icon.notepad::after {
  content: "\e03b";
  color: #FFB000;
}
/* line 517, ../../../src/assets/scss/_icons.scss */
span.icon.blood::before {
  content: "\e03c";
  color: #B00000;
}
/* line 524, ../../../src/assets/scss/_icons.scss */
span.icon.details::before {
  content: "\e03d";
  color: lawngreen;
}
/* line 529, ../../../src/assets/scss/_icons.scss */
span.icon.details::after {
  content: "\e03e";
  color: black;
}
/* line 536, ../../../src/assets/scss/_icons.scss */
span.icon.transfer::before {
  content: "\e040";
  color: grey;
}
/* line 541, ../../../src/assets/scss/_icons.scss */
span.icon.transfer::after {
  content: "\e03f";
  color: black;
  text-shadow: none;
}
/* line 548, ../../../src/assets/scss/_icons.scss */
span.icon.transfer.blocked::before {
  color: #8080FF;
}
/* line 552, ../../../src/assets/scss/_icons.scss */
span.icon.transfer.blocked::after {
  color: #000080;
}
/* line 558, ../../../src/assets/scss/_icons.scss */
span.icon.transfer.end::before {
  color: #FF8080;
}
/* line 562, ../../../src/assets/scss/_icons.scss */
span.icon.transfer.end::after {
  color: #800000;
}
/* line 568, ../../../src/assets/scss/_icons.scss */
span.icon.transfer.no::before {
  color: black;
}
/* line 572, ../../../src/assets/scss/_icons.scss */
span.icon.transfer.no::after {
  color: white;
}
/* line 578, ../../../src/assets/scss/_icons.scss */
span.icon.transfer.yes::before {
  color: #4176AC;
}
/* line 582, ../../../src/assets/scss/_icons.scss */
span.icon.transfer.yes::after {
  color: #5f4f19;
}
/* line 589, ../../../src/assets/scss/_icons.scss */
span.icon.quote::before {
  content: "\e03a";
  color: white;
}
/* line 594, ../../../src/assets/scss/_icons.scss */
span.icon.quote::after {
  content: "\e009";
  color: #FF4000;
}
/* line 601, ../../../src/assets/scss/_icons.scss */
span.icon.goto::before {
  content: "\e007";
  color: #4176AC;
}
/* line 608, ../../../src/assets/scss/_icons.scss */
span.icon.goto-new::before {
  content: "\e007";
  color: lime;
}
/* line 615, ../../../src/assets/scss/_icons.scss */
span.icon.no-new-posts::before {
  content: "\e029";
  color: rgb(211, 211, 211);
}
/* line 620, ../../../src/assets/scss/_icons.scss */
span.icon.no-new-posts:not(.own-posts)::after {
  content: "\e028";
  color: black;
  text-shadow: none;
}
/* line 626, ../../../src/assets/scss/_icons.scss */
span.icon.no-new-posts.own-posts::after {
  content: "\e03b";
  color: #4176AC;
}
/* line 633, ../../../src/assets/scss/_icons.scss */
span.icon.new-posts::before {
  content: "\e029";
  color: #4176AC;
}
/* line 638, ../../../src/assets/scss/_icons.scss */
span.icon.new-posts:not(.own-posts)::after {
  content: "\e028";
  color: black;
  text-shadow: none;
}
/* line 644, ../../../src/assets/scss/_icons.scss */
span.icon.new-posts.own-posts::after {
  content: "\e03b";
  color: rgb(211, 211, 211);
}

/* line 2, ../../../src/assets/scss/_afm-2.x.scss */
.board .post-count, .board .thread-count {
  line-height: 2.25rem;
}

/* line 8, ../../../src/assets/scss/_afm-2.x.scss */
.thread .title, .thread .reply-count, .thread .author {
  line-height: 2.25rem;
}

/* line 14, ../../../src/assets/scss/_afm-2.x.scss */
span.icon::after, span.icon::before {
  top: 0.125rem;
}

/* line 21, ../../../src/assets/scss/_afm-2.x.scss */
.login-row .post-actions .login {
  margin-top: 0.125rem;
  line-height: 2.0625rem;
}
