@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,300);
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * 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 219, ../../Resources/scss/foundation/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 229, ../../Resources/scss/foundation/_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 243, ../../Resources/scss/foundation/_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 264, ../../Resources/scss/foundation/_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 277, ../../Resources/scss/foundation/_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 287, ../../Resources/scss/foundation/_global.scss */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 308, ../../Resources/scss/foundation/_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 320, ../../Resources/scss/foundation/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 337, ../../Resources/scss/foundation/_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 346, ../../Resources/scss/foundation/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 439, ../../Resources/scss/foundation/_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 462, ../../Resources/scss/foundation/_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 476, ../../Resources/scss/foundation/_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 487, ../../Resources/scss/foundation/_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 500, ../../Resources/scss/foundation/_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 512, ../../Resources/scss/foundation/_global.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 521, ../../Resources/scss/foundation/_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 532, ../../Resources/scss/foundation/_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 544, ../../Resources/scss/foundation/_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 556, ../../Resources/scss/foundation/_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 566, ../../Resources/scss/foundation/_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 577, ../../Resources/scss/foundation/_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 598, ../../Resources/scss/foundation/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* line 123, ../../Resources/scss/foundation/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

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

/* line 136, ../../Resources/scss/foundation/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Quicksand";
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

/* line 180, ../../Resources/scss/foundation/_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 188, ../../Resources/scss/foundation/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

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

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

/* line 170, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
/* line 174, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  /* line 174, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
/* line 179, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.expanded {
  max-width: none;
}
/* line 184, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 189, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  flex: 1 1 0px;
}
@media screen and (min-width: 40em) {
  /* line 189, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 195, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.column.row.row, .row.row.columns {
  float: none;
}
/* line 199, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-order-1 {
  order: 1;
}

/* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-order-2 {
  order: 2;
}

/* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-order-3 {
  order: 3;
}

/* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-order-4 {
  order: 4;
}

/* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-order-5 {
  order: 5;
}

/* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-order-6 {
  order: 6;
}

/* line 254, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 266, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-order-1 {
    order: 1;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-order-2 {
    order: 2;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-order-3 {
    order: 3;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-order-4 {
    order: 4;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-order-5 {
    order: 5;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  /* line 233, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-expand {
    flex: 1 1 0px;
  }
}
/* line 241, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.medium-unstack .column, .row.medium-unstack .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  /* line 241, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .row.medium-unstack .column, .row.medium-unstack .columns {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 40em) {
  /* line 254, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 266, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 210, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 218, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-order-1 {
    order: 1;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-order-2 {
    order: 2;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-order-3 {
    order: 3;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-order-4 {
    order: 4;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-order-5 {
    order: 5;
  }

  /* line 225, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  /* line 233, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-expand {
    flex: 1 1 0px;
  }
}
/* line 241, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.large-unstack .column, .row.large-unstack .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  /* line 241, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .row.large-unstack .column, .row.large-unstack .columns {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  /* line 254, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 266, ../../Resources/scss/foundation/grid/_flex-grid.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* line 271, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

/* line 278, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.align-right {
  justify-content: flex-end;
}

/* line 278, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.align-center {
  justify-content: center;
}

/* line 278, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.align-justify {
  justify-content: space-between;
}

/* line 278, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.align-spaced {
  justify-content: space-around;
}

/* line 285, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.align-top {
  align-items: flex-start;
}

/* line 289, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.column.align-top, .align-top.columns {
  align-self: flex-start;
}

/* line 285, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.align-bottom {
  align-items: flex-end;
}

/* line 289, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.column.align-bottom, .align-bottom.columns {
  align-self: flex-end;
}

/* line 285, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.align-middle {
  align-items: center;
}

/* line 289, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.column.align-middle, .align-middle.columns {
  align-self: center;
}

/* line 285, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.row.align-stretch {
  align-items: stretch;
}

/* line 289, ../../Resources/scss/foundation/grid/_flex-grid.scss */
.column.align-stretch, .align-stretch.columns {
  align-self: stretch;
}

/* line 232, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 309, ../../Resources/scss/foundation/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 317, ../../Resources/scss/foundation/typography/_base.scss */
a {
  color: #BA68C8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
/* line 323, ../../Resources/scss/foundation/typography/_base.scss */
a:hover, a:focus {
  color: #ac49bd;
}
/* line 331, ../../Resources/scss/foundation/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

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

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

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

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

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

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

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

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

/* line 422, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 46, ../../Resources/scss/foundation/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

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

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

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

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

  /* line 70, ../../Resources/scss/foundation/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 193, ../../Resources/scss/foundation/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: #BA68C8;
  color: #fff;
}
/* line 161, ../../Resources/scss/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button:hover, .button:focus {
  background-color: #ab47bc;
  color: #fff;
}
/* line 197, ../../Resources/scss/foundation/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}
/* line 198, ../../Resources/scss/foundation/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}
/* line 199, ../../Resources/scss/foundation/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}
/* line 200, ../../Resources/scss/foundation/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 205, ../../Resources/scss/foundation/components/_button.scss */
.button.primary {
  background-color: #BA68C8;
  color: #fff;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #a241b2;
  color: #fff;
}
/* line 205, ../../Resources/scss/foundation/components/_button.scss */
.button.secondary {
  background-color: #777;
  color: #fff;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}
/* line 205, ../../Resources/scss/foundation/components/_button.scss */
.button.success {
  background-color: #3adb76;
  color: #fff;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}
/* line 205, ../../Resources/scss/foundation/components/_button.scss */
.button.alert {
  background-color: #ec5840;
  color: #fff;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}
/* line 205, ../../Resources/scss/foundation/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #fff;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}
/* line 222, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow {
  border: 1px solid #BA68C8;
  color: #BA68C8;
}
/* line 120, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
/* line 132, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #65296f;
  color: #65296f;
}
/* line 227, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #BA68C8;
  color: #BA68C8;
}
/* line 132, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #65296f;
  color: #65296f;
}
/* line 227, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
/* line 132, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
/* line 227, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
/* line 132, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
/* line 227, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
/* line 132, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
/* line 227, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
/* line 132, ../../Resources/scss/foundation/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
/* line 235, ../../Resources/scss/foundation/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
/* line 154, ../../Resources/scss/foundation/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 252, ../../Resources/scss/foundation/components/_button.scss */
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

/* line 102, ../../Resources/scss/foundation/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.4375rem;
  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 88, ../../Resources/scss/foundation/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 110, ../../Resources/scss/foundation/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 113, ../../Resources/scss/foundation/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 121, ../../Resources/scss/foundation/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

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

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

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

/* line 17, ../../Resources/scss/foundation/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 27, ../../Resources/scss/foundation/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 62, ../../Resources/scss/foundation/forms/_select.scss */
select {
  height: 2.4375rem;
  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%2851, 51, 51%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 62, ../../Resources/scss/foundation/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
/* line 46, ../../Resources/scss/foundation/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
/* line 52, ../../Resources/scss/foundation/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 56, ../../Resources/scss/foundation/forms/_select.scss */
select[multiple] {
  height: auto;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 39.9375em) {
  /* line 76, ../../Resources/scss/foundation/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

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

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

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

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

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

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

/* line 92, ../../Resources/scss/foundation/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 99, ../../Resources/scss/foundation/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

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

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

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

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

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

/* line 134, ../../Resources/scss/foundation/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 140, ../../Resources/scss/foundation/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 94, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #BA68C8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
/* line 65, ../../Resources/scss/foundation/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
/* line 71, ../../Resources/scss/foundation/components/_accordion.scss */
.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
/* line 79, ../../Resources/scss/foundation/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '–';
}

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

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

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

/* line 40, ../../Resources/scss/foundation/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: #BA68C8;
  color: #fefefe;
}
/* line 48, ../../Resources/scss/foundation/components/_badge.scss */
.badge.secondary {
  background: #777;
  color: #fefefe;
}
/* line 48, ../../Resources/scss/foundation/components/_badge.scss */
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
/* line 48, ../../Resources/scss/foundation/components/_badge.scss */
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}
/* line 48, ../../Resources/scss/foundation/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}

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

/* line 99, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
/* line 134, ../../Resources/scss/foundation/util/_mixins.scss */
.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}
/* line 140, ../../Resources/scss/foundation/util/_mixins.scss */
.button-group::after {
  clear: both;
}
/* line 34, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group .button {
  float: left;
  margin: 0;
  font-size: inherit;
}
/* line 39, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group .button:not(:last-child) {
  border-right: 1px solid #fefefe;
}
/* line 103, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.tiny {
  font-size: 0.6rem;
}
/* line 104, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.small {
  font-size: 0.75rem;
}
/* line 105, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.large {
  font-size: 1.25rem;
}
/* line 106, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 59, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
/* line 64, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.expanded .button {
  display: table-cell;
  float: none;
}
/* line 111, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.primary .button {
  background-color: #BA68C8;
  color: #fefefe;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #a241b2;
  color: #fefefe;
}
/* line 111, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #777;
  color: #fefefe;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fefefe;
}
/* line 111, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.success .button {
  background-color: #3adb76;
  color: #fefefe;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}
/* line 111, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.alert .button {
  background-color: #ec5840;
  color: #fefefe;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fefefe;
}
/* line 111, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #fefefe;
}
/* line 112, ../../Resources/scss/foundation/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}
/* line 75, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button {
  width: 100%;
}
/* line 78, ../../Resources/scss/foundation/components/_button-group.scss */
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
  border-right: 1px solid;
}
@media screen and (min-width: 40em) {
  /* line 89, ../../Resources/scss/foundation/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
  }
  /* line 92, ../../Resources/scss/foundation/components/_button-group.scss */
  .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid #fefefe;
  }
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 134, ../../Resources/scss/foundation/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 138, ../../Resources/scss/foundation/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    border-right: 0;
  }
}

/* line 88, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}
/* line 59, ../../Resources/scss/foundation/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}
/* line 92, ../../Resources/scss/foundation/components/_callout.scss */
.callout.primary {
  background-color: #f5e8f7;
}
/* line 92, ../../Resources/scss/foundation/components/_callout.scss */
.callout.secondary {
  background-color: #ebebeb;
}
/* line 92, ../../Resources/scss/foundation/components/_callout.scss */
.callout.success {
  background-color: #e1faea;
}
/* line 92, ../../Resources/scss/foundation/components/_callout.scss */
.callout.alert {
  background-color: #fce6e2;
}
/* line 92, ../../Resources/scss/foundation/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
}
/* line 97, ../../Resources/scss/foundation/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
/* line 101, ../../Resources/scss/foundation/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

/* line 27, ../../Resources/scss/foundation/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 33, ../../Resources/scss/foundation/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 43, ../../Resources/scss/foundation/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
/* line 49, ../../Resources/scss/foundation/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

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

/* line 67, ../../Resources/scss/foundation/components/_drilldown.scss */
.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #BA68C8 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, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

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

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

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

/* line 161, ../../Resources/scss/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
/* line 42, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}
/* line 48, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
  top: 100%;
  left: 0;
  right: auto;
}
/* line 57, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

/* line 65, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}
/* line 68, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}
/* line 72, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical > li .is-dropdown-submenu {
  top: 0;
  left: 100%;
}

/* line 78, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}
/* line 81, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
/* line 88, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-down-arrow a {
  padding-right: 1.5rem;
  position: relative;
}
/* line 93, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-down-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #BA68C8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 0.825rem;
  right: 5px;
}
/* line 100, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-left-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #BA68C8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
/* line 107, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-right-arrow > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #BA68C8;
  border-left-style: solid;
  border-right-width: 0;
}
/* line 112, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
  right: 0;
  left: auto;
}
/* line 117, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
  left: 0;
  right: auto;
}
/* line 122, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}
/* line 126, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

/* line 133, ../../Resources/scss/foundation/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 144, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
/* line 149, ../../Resources/scss/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}
/* line 156, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 39, ../../Resources/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 55, ../../Resources/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
/* line 59, ../../Resources/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

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

/* line 54, ../../Resources/scss/foundation/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block;
}
/* line 57, ../../Resources/scss/foundation/components/_media-object.scss */
.media-object img {
  max-width: none;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 61, ../../Resources/scss/foundation/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    display: block;
    padding: 0;
    padding-bottom: 1rem;
  }
  /* line 48, ../../Resources/scss/foundation/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 68, ../../Resources/scss/foundation/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}
/* line 33, ../../Resources/scss/foundation/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}
/* line 37, ../../Resources/scss/foundation/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
/* line 71, ../../Resources/scss/foundation/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}
/* line 72, ../../Resources/scss/foundation/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 149, ../../Resources/scss/foundation/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}
/* line 35, ../../Resources/scss/foundation/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
/* line 161, ../../Resources/scss/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}
/* line 42, ../../Resources/scss/foundation/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
/* line 49, ../../Resources/scss/foundation/components/_menu.scss */
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
/* line 106, ../../Resources/scss/foundation/components/_menu.scss */
.menu > li > a > img,
.menu > li > a > i {
  vertical-align: middle;
}
/* line 111, ../../Resources/scss/foundation/components/_menu.scss */
.menu > li > a > span {
  vertical-align: middle;
}
/* line 119, ../../Resources/scss/foundation/components/_menu.scss */
.menu > li > a > img,
.menu > li > a > i {
  display: inline-block;
  margin-right: 0.25rem;
}
/* line 67, ../../Resources/scss/foundation/components/_menu.scss */
.menu > li {
  display: table-cell;
}
/* line 72, ../../Resources/scss/foundation/components/_menu.scss */
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  /* line 67, ../../Resources/scss/foundation/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 72, ../../Resources/scss/foundation/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  /* line 67, ../../Resources/scss/foundation/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 72, ../../Resources/scss/foundation/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}
/* line 83, ../../Resources/scss/foundation/components/_menu.scss */
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
/* line 89, ../../Resources/scss/foundation/components/_menu.scss */
.menu.simple a {
  padding: 0;
}
/* line 181, ../../Resources/scss/foundation/components/_menu.scss */
.menu.align-right > li {
  float: right;
}
/* line 187, ../../Resources/scss/foundation/components/_menu.scss */
.menu.expanded {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 190, ../../Resources/scss/foundation/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
/* line 127, ../../Resources/scss/foundation/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}
/* line 130, ../../Resources/scss/foundation/components/_menu.scss */
.menu.icon-top > li > a > img,
.menu.icon-top > li > a > i {
  display: block;
  margin: 0 auto 0.25rem;
}
/* line 201, ../../Resources/scss/foundation/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}

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

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

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

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

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

/* line 67, ../../Resources/scss/foundation/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;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 81, ../../Resources/scss/foundation/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 155, ../../Resources/scss/foundation/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}
/* line 161, ../../Resources/scss/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
/* line 158, ../../Resources/scss/foundation/components/_off-canvas.scss */
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
/* line 123, ../../Resources/scss/foundation/components/_off-canvas.scss */
.is-open-left {
  transform: translateX(250px);
}
/* line 159, ../../Resources/scss/foundation/components/_off-canvas.scss */
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
/* line 123, ../../Resources/scss/foundation/components/_off-canvas.scss */
.is-open-right {
  transform: translateX(-250px);
}

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

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

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

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

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

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

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

/* line 172, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
/* line 161, ../../Resources/scss/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}
/* line 108, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

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

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

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

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

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

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

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

/* line 85, ../../Resources/scss/foundation/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 134, ../../Resources/scss/foundation/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 139, ../../Resources/scss/foundation/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 75, ../../Resources/scss/foundation/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 144, ../../Resources/scss/foundation/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: #BA68C8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}
/* line 161, ../../Resources/scss/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}
/* line 95, ../../Resources/scss/foundation/components/_slider.scss */
.slider-handle:hover {
  background-color: #ab47bc;
}
/* line 99, ../../Resources/scss/foundation/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

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

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

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

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

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

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

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

/* line 122, ../../Resources/scss/foundation/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 127, ../../Resources/scss/foundation/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 6.25rem auto 0;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto;
}
/* line 161, ../../Resources/scss/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  /* line 127, ../../Resources/scss/foundation/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}
/* line 75, ../../Resources/scss/foundation/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}
/* line 81, ../../Resources/scss/foundation/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  /* line 127, ../../Resources/scss/foundation/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 136, ../../Resources/scss/foundation/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
/* line 144, ../../Resources/scss/foundation/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  /* line 149, ../../Resources/scss/foundation/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 150, ../../Resources/scss/foundation/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 151, ../../Resources/scss/foundation/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
/* line 154, ../../Resources/scss/foundation/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;
}

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

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

/* line 199, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}
/* line 101, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #BA68C8;
}
/* line 119, ../../Resources/scss/foundation/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
/* line 161, ../../Resources/scss/foundation/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

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

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

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

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

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

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

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

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

/* line 78, ../../Resources/scss/foundation/components/_table.scss */
thead,
tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}
/* line 84, ../../Resources/scss/foundation/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}
/* line 89, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_table.scss */
tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* line 115, ../../Resources/scss/foundation/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

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

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

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

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

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

/* line 132, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}
/* line 135, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 142, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs.primary {
  background: #BA68C8;
}
/* line 145, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}
/* line 148, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #b55dc4;
}

/* line 155, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs-title {
  float: left;
}
/* line 78, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #BA68C8;
}
/* line 85, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
}
/* line 89, ../../Resources/scss/foundation/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

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

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

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

/* line 51, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(186, 104, 200, 0.5);
}

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

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

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

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

/* line 65, ../../Resources/scss/foundation/components/_title-bar.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 69, ../../Resources/scss/foundation/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, ../../Resources/scss/foundation/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, ../../Resources/scss/foundation/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

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

/* line 105, ../../Resources/scss/foundation/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 68, ../../Resources/scss/foundation/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 76, ../../Resources/scss/foundation/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 82, ../../Resources/scss/foundation/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 90, ../../Resources/scss/foundation/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 64, ../../Resources/scss/foundation/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}
/* line 134, ../../Resources/scss/foundation/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}
/* line 140, ../../Resources/scss/foundation/util/_mixins.scss */
.top-bar::after {
  clear: both;
}
/* line 30, ../../Resources/scss/foundation/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
/* line 35, ../../Resources/scss/foundation/components/_top-bar.scss */
.top-bar input {
  width: 200px;
  margin-right: 1rem;
}
/* line 41, ../../Resources/scss/foundation/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

@media screen and (max-width: 39.9375em) {
  /* line 49, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-small .top-bar-title {
    width: 100%;
  }
  /* line 53, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-small .top-bar-right {
    width: 100%;
  }
  /* line 57, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-small .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 49, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-medium .top-bar-title {
    width: 100%;
  }
  /* line 53, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-medium .top-bar-right {
    width: 100%;
  }
  /* line 57, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-medium .top-bar-left {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 49, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-large .top-bar-title {
    width: 100%;
  }
  /* line 53, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-large .top-bar-right {
    width: 100%;
  }
  /* line 57, ../../Resources/scss/foundation/components/_top-bar.scss */
  .stacked-for-large .top-bar-left {
    width: 100%;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  /* line 49, ../../Resources/scss/foundation/components/_top-bar.scss */
  .top-bar-title {
    width: 100%;
  }

  /* line 53, ../../Resources/scss/foundation/components/_top-bar.scss */
  .top-bar-right {
    width: 100%;
  }

  /* line 57, ../../Resources/scss/foundation/components/_top-bar.scss */
  .top-bar-left {
    width: 100%;
  }
}
/* line 83, ../../Resources/scss/foundation/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

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

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

/* line 9, assetic_compassxesGqs.scss */
* {
  font-family: "Quicksand";
  color: #595F6E;
}

/* line 14, assetic_compassxesGqs.scss */
h1 {
  margin-bottom: 2rem;
  color: #FF80AB;
}

/* line 19, assetic_compassxesGqs.scss */
h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #424242;
}

/* line 25, assetic_compassxesGqs.scss */
h3 {
  font-size: 1.5rem;
  /*    margin-bottom: 0.5rem;*/
  margin-top: 1rem;
  color: #616161;
}

/* line 32, assetic_compassxesGqs.scss */
body {
  background-color: #FAFAFA;
}

/* line 36, assetic_compassxesGqs.scss */
.wrapper {
  max-width: 62.5rem;
  /*    margin: 1rem;*/
  background-color: white;
  margin: 2rem auto;
  -webkit-box-shadow: 0px 0px 5px 0px #dedede;
  -moz-box-shadow: 0px 0px 5px 0px #dedede;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
  padding: 2rem 3rem;
}

/* line 47, assetic_compassxesGqs.scss */
.text-bold {
  font-weight: 700;
}

/* line 51, assetic_compassxesGqs.scss */
.text-white {
  color: white;
}

/* line 1, ../../../src/AppBundle/Resources/scss/_header.scss */
.head {
  background-color: #BA68C8;
  box-shadow: 0 4px 2px -2px gray;
}

/* line 6, ../../../src/AppBundle/Resources/scss/_header.scss */
.head__title {
  color: white;
  font-size: 2rem;
  font-weight: 300;
  padding: 1rem 0;
  letter-spacing: -2px;
  margin-bottom: 0;
}

/* line 15, ../../../src/AppBundle/Resources/scss/_header.scss */
.head__subhead {
  background-color: #AB47BC;
  background-color: rgba(186, 104, 200, 0.86);
  max-width: 100%;
  padding: 0.25rem 0;
}

/* line 22, ../../../src/AppBundle/Resources/scss/_header.scss */
.head__subhead div p {
  margin-bottom: 0;
  font-weight: 700;
}

/* line 2, ../../../src/AppBundle/Resources/scss/_form.scss */
form .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 8, ../../../src/AppBundle/Resources/scss/_form.scss */
.input {
  padding-right: 35px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 400px;
  width: calc(100% - 2em);
  vertical-align: top;
}

/* line 19, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  /*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

/* line 35, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__field:focus {
  outline: none;
}

/* line 39, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  /*	font-size: 70.25%;*/
  font-size: 0.70rem;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 59, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label-content {
  position: relative;
  display: block;
  padding: 1.3em 0;
  padding: 0.5em 0;
  width: 100%;
}

/* line 67, ../../../src/AppBundle/Resources/scss/_form.scss */
.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

/* line 74, ../../../src/AppBundle/Resources/scss/_form.scss */
.icon {
  color: #ddd;
  font-size: 150%;
}

/* Hoshi */
/* line 82, ../../../src/AppBundle/Resources/scss/_form.scss */
.input--hoshi {
  overflow: hidden;
}

/* line 86, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em;
  padding-bottom: 0.25em;
  width: 100%;
  background: transparent;
  color: #595F6E;
}

/* line 95, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
  color: #999;
}

/* line 107, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label-content--hoshi {
  position: absolute;
  left: 0;
}

/* line 112, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  height: 100%;
  border-bottom: 1px solid #B9C1CA;
}

/* line 124, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

/* line 133, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label--hoshi-color-1::after {
  border-color: #00aaff;
}

/* line 137, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label--hoshi-color-2::after {
  border-color: #00ffaa;
}

/* line 141, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__label--hoshi-color-3::after {
  border-color: #ff5500;
}

/* line 145, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 151, ../../../src/AppBundle/Resources/scss/_form.scss */
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}

/*
@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}
*/
@-webkit-keyframes anim-1 {
  100% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
    font-size: 70.25%;
  }
}
@keyframes anim-1 {
  100% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
    font-size: 70.25%;
  }
}
/* line 212, ../../../src/AppBundle/Resources/scss/_form.scss */
.info {
  width: 30px;
  padding-bottom: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 223, ../../../src/AppBundle/Resources/scss/_form.scss */
.info__img {
  width: 1em;
}

/* line 227, ../../../src/AppBundle/Resources/scss/_form.scss */
.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #B9C1CA;
  border-radius: 0;
}

/* line 233, ../../../src/AppBundle/Resources/scss/_form.scss */
.select2-results__option {
  color: #595F6E;
}

/* line 237, ../../../src/AppBundle/Resources/scss/_form.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 242, ../../../src/AppBundle/Resources/scss/_form.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #595F6E;
  font-weight: 700;
}

/* line 247, ../../../src/AppBundle/Resources/scss/_form.scss */
span:focus, input:focus, textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: #F8BBD0;
  outline-style: auto;
  outline-width: 5px;
  border-radius: 4px;
}

/* line 255, ../../../src/AppBundle/Resources/scss/_form.scss */
section {
  margin-bottom: 1rem;
}

/* line 259, ../../../src/AppBundle/Resources/scss/_form.scss */
.input-text {
  border: none;
  border-bottom: 1px solid #B9C1CA;
  box-shadow: none;
  /*    padding: 0 0.5rem;*/
  transition: all 0.5s ease;
  font-weight: 700;
  color: #595F6E;
}

/* line 269, ../../../src/AppBundle/Resources/scss/_form.scss */
.input-text:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #757575;
  box-shadow: none;
}

/* line 275, ../../../src/AppBundle/Resources/scss/_form.scss */
.textarea {
  display: block;
  width: 100%;
  resize: vertical;
  color: #595F6E;
  font-weight: 700;
  margin: 0.5rem 1rem 0 1rem;
  padding: 0.5rem;
}

/* line 284, ../../../src/AppBundle/Resources/scss/_form.scss */
.field {
  margin-bottom: 1rem;
}

/* line 288, ../../../src/AppBundle/Resources/scss/_form.scss */
.label {
  margin-bottom: 0.25rem;
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 294, ../../../src/AppBundle/Resources/scss/_form.scss */
.containerRadio {
  padding-top: 0.5rem;
}

/* line 298, ../../../src/AppBundle/Resources/scss/_form.scss */
.radio {
  position: relative;
  /*  margin: 0 1rem 0 0;*/
  cursor: pointer;
  box-sizing: border-box;
}

/* line 305, ../../../src/AppBundle/Resources/scss/_form.scss */
.radio:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: #595F6E;
  border-radius: 50%;
}

/* line 325, ../../../src/AppBundle/Resources/scss/_form.scss */
.radio:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 333, ../../../src/AppBundle/Resources/scss/_form.scss */
.radio:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}

/* line 2, ../../../src/AppBundle/Resources/scss/_login.scss */
.wrapper-login {
  max-width: 470px;
  padding-top: 3rem;
}

/* line 7, ../../../src/AppBundle/Resources/scss/_login.scss */
.h1-login {
  font-size: 2rem;
  margin-bottom: 3.5rem;
}

/* line 12, ../../../src/AppBundle/Resources/scss/_login.scss */
.h2-login {
  margin-bottom: 0.5rem;
}
/* line 14, ../../../src/AppBundle/Resources/scss/_login.scss */
.h2-login label {
  font-size: 1.5rem;
  color: #595F6E;
}

/* line 20, ../../../src/AppBundle/Resources/scss/_login.scss */
.input-login {
  width: 100%;
  margin-bottom: 1rem;
}

/* line 25, ../../../src/AppBundle/Resources/scss/_login.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 31, ../../../src/AppBundle/Resources/scss/_login.scss */
.button:hover, .button:focus {
  background-color: #AB47BC;
  background-color: #7E57C2;
  color: #fefefe;
}

/* line 36, ../../../src/AppBundle/Resources/scss/_login.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 39, ../../../src/AppBundle/Resources/scss/_login.scss */
a:hover, a:focus {
  color: #AB47BC;
  color: #7E57C2;
}

/* line 43, ../../../src/AppBundle/Resources/scss/_login.scss */
a:active, a:hover {
  outline: 0;
}

/* line 46, ../../../src/AppBundle/Resources/scss/_login.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: #BA68C8;
  background-color: #9575CD;
  color: #fefefe;
}

/* line 63, ../../../src/AppBundle/Resources/scss/_login.scss */
.h3-login {
  font-size: .8rem;
  margin-bottom: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

/* line 68, ../../../src/AppBundle/Resources/scss/_login.scss */
.h3-login:hover, .h3-login:focus {
  color: #424242;
}

/* line 72, ../../../src/AppBundle/Resources/scss/_login.scss */
.button-login {
  margin-top: 1rem;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
