/* App wide CSS */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, app/assets/stylesheets/vendor/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, app/assets/stylesheets/vendor/normalize.css */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, app/assets/stylesheets/vendor/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 50, app/assets/stylesheets/vendor/normalize.css */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, app/assets/stylesheets/vendor/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, app/assets/stylesheets/vendor/normalize.css */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, app/assets/stylesheets/vendor/normalize.css */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 91, app/assets/stylesheets/vendor/normalize.css */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 100, app/assets/stylesheets/vendor/normalize.css */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, app/assets/stylesheets/vendor/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, app/assets/stylesheets/vendor/normalize.css */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, app/assets/stylesheets/vendor/normalize.css */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 141, app/assets/stylesheets/vendor/normalize.css */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 150, app/assets/stylesheets/vendor/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 159, app/assets/stylesheets/vendor/normalize.css */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 168, app/assets/stylesheets/vendor/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 177, app/assets/stylesheets/vendor/normalize.css */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 185, app/assets/stylesheets/vendor/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 189, app/assets/stylesheets/vendor/normalize.css */

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 200, app/assets/stylesheets/vendor/normalize.css */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 208, app/assets/stylesheets/vendor/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 220, app/assets/stylesheets/vendor/normalize.css */
code,
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 232, app/assets/stylesheets/vendor/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 241, app/assets/stylesheets/vendor/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
/* line 254, app/assets/stylesheets/vendor/normalize.css */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 265, app/assets/stylesheets/vendor/normalize.css */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
/* line 275, app/assets/stylesheets/vendor/normalize.css */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
/* line 286, app/assets/stylesheets/vendor/normalize.css */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
/* line 298, app/assets/stylesheets/vendor/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
/* line 307, app/assets/stylesheets/vendor/normalize.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
/* line 318, app/assets/stylesheets/vendor/normalize.css */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
/* line 328, app/assets/stylesheets/vendor/normalize.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 339, app/assets/stylesheets/vendor/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 349, app/assets/stylesheets/vendor/normalize.css */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 358, app/assets/stylesheets/vendor/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 371, app/assets/stylesheets/vendor/normalize.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 384, app/assets/stylesheets/vendor/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 393, app/assets/stylesheets/vendor/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 403, app/assets/stylesheets/vendor/normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
/* line 412, app/assets/stylesheets/vendor/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
/* line 421, app/assets/stylesheets/vendor/normalize.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/vendor/foundation.css */

/* line 4, app/assets/stylesheets/vendor/foundation.css */

/* line 8, app/assets/stylesheets/vendor/foundation.css */

/* line 12, app/assets/stylesheets/vendor/foundation.css */

/* line 16, app/assets/stylesheets/vendor/foundation.css */

/* line 20, app/assets/stylesheets/vendor/foundation.css */

/* line 24, app/assets/stylesheets/vendor/foundation.css */

/* line 27, app/assets/stylesheets/vendor/foundation.css */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 34, app/assets/stylesheets/vendor/foundation.css */
html,
body {
  font-size: 100%;
}

/* line 38, app/assets/stylesheets/vendor/foundation.css */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

/* line 50, app/assets/stylesheets/vendor/foundation.css */
a:hover {
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/vendor/foundation.css */
img {
  max-width: 100%;
  height: auto;
}

/* line 57, app/assets/stylesheets/vendor/foundation.css */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 60, app/assets/stylesheets/vendor/foundation.css */

/* line 68, app/assets/stylesheets/vendor/foundation.css */
.left {
  float: left !important;
}

/* line 71, app/assets/stylesheets/vendor/foundation.css */
.right {
  float: right !important;
}

/* line 74, app/assets/stylesheets/vendor/foundation.css */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 79, app/assets/stylesheets/vendor/foundation.css */
.clearfix:after {
  clear: both;
}

/* line 82, app/assets/stylesheets/vendor/foundation.css */
.hide {
  display: none;
}

/* line 85, app/assets/stylesheets/vendor/foundation.css */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 89, app/assets/stylesheets/vendor/foundation.css */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 93, app/assets/stylesheets/vendor/foundation.css */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 97, app/assets/stylesheets/vendor/foundation.css */
select {
  width: 100%;
}

/* line 100, app/assets/stylesheets/vendor/foundation.css */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

/* line 108, app/assets/stylesheets/vendor/foundation.css */
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 113, app/assets/stylesheets/vendor/foundation.css */
.row:after {
  clear: both;
}

/* line 116, app/assets/stylesheets/vendor/foundation.css */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 121, app/assets/stylesheets/vendor/foundation.css */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 125, app/assets/stylesheets/vendor/foundation.css */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

/* line 133, app/assets/stylesheets/vendor/foundation.css */
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

/* line 138, app/assets/stylesheets/vendor/foundation.css */
.row .row:after {
  clear: both;
}

/* line 141, app/assets/stylesheets/vendor/foundation.css */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

/* line 146, app/assets/stylesheets/vendor/foundation.css */
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 151, app/assets/stylesheets/vendor/foundation.css */
.row .row.collapse:after {
  clear: both;
}

/* line 154, app/assets/stylesheets/vendor/foundation.css */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 161, app/assets/stylesheets/vendor/foundation.css */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 164, app/assets/stylesheets/vendor/foundation.css */
[class*="column"] + .end[class*="column"] {
  float: left;
}

@media only screen {
  /* line 168, app/assets/stylesheets/vendor/foundation.css */
  /* line 173, app/assets/stylesheets/vendor/foundation.css */
  /* line 178, app/assets/stylesheets/vendor/foundation.css */
  /* line 183, app/assets/stylesheets/vendor/foundation.css */
  /* line 188, app/assets/stylesheets/vendor/foundation.css */
  /* line 193, app/assets/stylesheets/vendor/foundation.css */
  /* line 198, app/assets/stylesheets/vendor/foundation.css */
  /* line 203, app/assets/stylesheets/vendor/foundation.css */
  /* line 208, app/assets/stylesheets/vendor/foundation.css */
  /* line 213, app/assets/stylesheets/vendor/foundation.css */
  /* line 218, app/assets/stylesheets/vendor/foundation.css */
  /* line 223, app/assets/stylesheets/vendor/foundation.css */
  /* line 228, app/assets/stylesheets/vendor/foundation.css */
  /* line 233, app/assets/stylesheets/vendor/foundation.css */
  /* line 238, app/assets/stylesheets/vendor/foundation.css */
  /* line 243, app/assets/stylesheets/vendor/foundation.css */
  /* line 248, app/assets/stylesheets/vendor/foundation.css */
  /* line 253, app/assets/stylesheets/vendor/foundation.css */
  /* line 258, app/assets/stylesheets/vendor/foundation.css */
  /* line 263, app/assets/stylesheets/vendor/foundation.css */
  /* line 268, app/assets/stylesheets/vendor/foundation.css */
  /* line 273, app/assets/stylesheets/vendor/foundation.css */
  /* line 278, app/assets/stylesheets/vendor/foundation.css */
  /* line 283, app/assets/stylesheets/vendor/foundation.css */
  /* line 288, app/assets/stylesheets/vendor/foundation.css */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 295, app/assets/stylesheets/vendor/foundation.css */
  /* line 298, app/assets/stylesheets/vendor/foundation.css */
  .small-2 {
    width: 16.66667%;
  }
  /* line 301, app/assets/stylesheets/vendor/foundation.css */
  /* line 304, app/assets/stylesheets/vendor/foundation.css */
  .small-4 {
    width: 33.33333%;
  }
  /* line 307, app/assets/stylesheets/vendor/foundation.css */
  /* line 310, app/assets/stylesheets/vendor/foundation.css */
  .small-6 {
    width: 50%;
  }
  /* line 313, app/assets/stylesheets/vendor/foundation.css */
  /* line 316, app/assets/stylesheets/vendor/foundation.css */
  /* line 319, app/assets/stylesheets/vendor/foundation.css */
  /* line 322, app/assets/stylesheets/vendor/foundation.css */
  .small-10 {
    width: 83.33333%;
  }
  /* line 325, app/assets/stylesheets/vendor/foundation.css */
  .small-11 {
    width: 91.66667%;
  }
  /* line 328, app/assets/stylesheets/vendor/foundation.css */
  .small-12 {
    width: 100%;
  }
  /* line 331, app/assets/stylesheets/vendor/foundation.css */
  /* line 334, app/assets/stylesheets/vendor/foundation.css */
  /* line 337, app/assets/stylesheets/vendor/foundation.css */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  /* line 340, app/assets/stylesheets/vendor/foundation.css */
  /* line 343, app/assets/stylesheets/vendor/foundation.css */
  /* line 346, app/assets/stylesheets/vendor/foundation.css */
  /* line 349, app/assets/stylesheets/vendor/foundation.css */
  /* line 352, app/assets/stylesheets/vendor/foundation.css */
  /* line 355, app/assets/stylesheets/vendor/foundation.css */
  /* line 358, app/assets/stylesheets/vendor/foundation.css */
  /* line 361, app/assets/stylesheets/vendor/foundation.css */
  /* line 364, app/assets/stylesheets/vendor/foundation.css */
  /* line 367, app/assets/stylesheets/vendor/foundation.css */
  /* line 374, app/assets/stylesheets/vendor/foundation.css */
  .column.small-centered,
.columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 380, app/assets/stylesheets/vendor/foundation.css */
  /* line 386, app/assets/stylesheets/vendor/foundation.css */
  .column.small-centered:last-child,
.columns.small-centered:last-child {
    float: none;
  }
  /* line 390, app/assets/stylesheets/vendor/foundation.css */
  /* line 394, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 40.063em) {
  /* line 400, app/assets/stylesheets/vendor/foundation.css */
  /* line 405, app/assets/stylesheets/vendor/foundation.css */
  /* line 410, app/assets/stylesheets/vendor/foundation.css */
  /* line 415, app/assets/stylesheets/vendor/foundation.css */
  /* line 420, app/assets/stylesheets/vendor/foundation.css */
  /* line 425, app/assets/stylesheets/vendor/foundation.css */
  /* line 430, app/assets/stylesheets/vendor/foundation.css */
  /* line 435, app/assets/stylesheets/vendor/foundation.css */
  /* line 440, app/assets/stylesheets/vendor/foundation.css */
  /* line 445, app/assets/stylesheets/vendor/foundation.css */
  /* line 450, app/assets/stylesheets/vendor/foundation.css */
  /* line 455, app/assets/stylesheets/vendor/foundation.css */
  /* line 460, app/assets/stylesheets/vendor/foundation.css */
  /* line 465, app/assets/stylesheets/vendor/foundation.css */
  /* line 470, app/assets/stylesheets/vendor/foundation.css */
  /* line 475, app/assets/stylesheets/vendor/foundation.css */
  /* line 480, app/assets/stylesheets/vendor/foundation.css */
  /* line 485, app/assets/stylesheets/vendor/foundation.css */
  /* line 490, app/assets/stylesheets/vendor/foundation.css */
  /* line 495, app/assets/stylesheets/vendor/foundation.css */
  /* line 500, app/assets/stylesheets/vendor/foundation.css */
  /* line 505, app/assets/stylesheets/vendor/foundation.css */
  /* line 510, app/assets/stylesheets/vendor/foundation.css */
  /* line 515, app/assets/stylesheets/vendor/foundation.css */
  /* line 520, app/assets/stylesheets/vendor/foundation.css */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 527, app/assets/stylesheets/vendor/foundation.css */
  /* line 530, app/assets/stylesheets/vendor/foundation.css */
  /* line 533, app/assets/stylesheets/vendor/foundation.css */
  .medium-3 {
    width: 25%;
  }
  /* line 536, app/assets/stylesheets/vendor/foundation.css */
  .medium-4 {
    width: 33.33333%;
  }
  /* line 539, app/assets/stylesheets/vendor/foundation.css */
  .medium-5 {
    width: 41.66667%;
  }
  /* line 542, app/assets/stylesheets/vendor/foundation.css */
  .medium-6 {
    width: 50%;
  }
  /* line 545, app/assets/stylesheets/vendor/foundation.css */
  .medium-7 {
    width: 58.33333%;
  }
  /* line 548, app/assets/stylesheets/vendor/foundation.css */
  .medium-8 {
    width: 66.66667%;
  }
  /* line 551, app/assets/stylesheets/vendor/foundation.css */
  .medium-9 {
    width: 75%;
  }
  /* line 554, app/assets/stylesheets/vendor/foundation.css */
  .medium-10 {
    width: 83.33333%;
  }
  /* line 557, app/assets/stylesheets/vendor/foundation.css */
  /* line 560, app/assets/stylesheets/vendor/foundation.css */
  .medium-12 {
    width: 100%;
  }
  /* line 563, app/assets/stylesheets/vendor/foundation.css */
  /* line 566, app/assets/stylesheets/vendor/foundation.css */
  /* line 569, app/assets/stylesheets/vendor/foundation.css */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  /* line 572, app/assets/stylesheets/vendor/foundation.css */
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  /* line 575, app/assets/stylesheets/vendor/foundation.css */
  /* line 578, app/assets/stylesheets/vendor/foundation.css */
  /* line 581, app/assets/stylesheets/vendor/foundation.css */
  /* line 584, app/assets/stylesheets/vendor/foundation.css */
  /* line 587, app/assets/stylesheets/vendor/foundation.css */
  /* line 590, app/assets/stylesheets/vendor/foundation.css */
  /* line 593, app/assets/stylesheets/vendor/foundation.css */
  /* line 596, app/assets/stylesheets/vendor/foundation.css */
  /* line 599, app/assets/stylesheets/vendor/foundation.css */
  /* line 606, app/assets/stylesheets/vendor/foundation.css */
  .column.medium-centered,
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 612, app/assets/stylesheets/vendor/foundation.css */
  .column.medium-uncentered,
.columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 618, app/assets/stylesheets/vendor/foundation.css */
  .column.medium-centered:last-child,
.columns.medium-centered:last-child {
    float: none;
  }
  /* line 622, app/assets/stylesheets/vendor/foundation.css */
  .column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
    float: left;
  }
  /* line 626, app/assets/stylesheets/vendor/foundation.css */
  .column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
    float: right;
  }
  /* line 630, app/assets/stylesheets/vendor/foundation.css */
  /* line 635, app/assets/stylesheets/vendor/foundation.css */
  /* line 640, app/assets/stylesheets/vendor/foundation.css */
  /* line 645, app/assets/stylesheets/vendor/foundation.css */
  /* line 650, app/assets/stylesheets/vendor/foundation.css */
  /* line 655, app/assets/stylesheets/vendor/foundation.css */
  /* line 660, app/assets/stylesheets/vendor/foundation.css */
  /* line 665, app/assets/stylesheets/vendor/foundation.css */
  /* line 670, app/assets/stylesheets/vendor/foundation.css */
  /* line 675, app/assets/stylesheets/vendor/foundation.css */
  /* line 680, app/assets/stylesheets/vendor/foundation.css */
  /* line 685, app/assets/stylesheets/vendor/foundation.css */
  /* line 690, app/assets/stylesheets/vendor/foundation.css */
  /* line 695, app/assets/stylesheets/vendor/foundation.css */
  /* line 700, app/assets/stylesheets/vendor/foundation.css */
  /* line 705, app/assets/stylesheets/vendor/foundation.css */
  /* line 710, app/assets/stylesheets/vendor/foundation.css */
  /* line 715, app/assets/stylesheets/vendor/foundation.css */
  /* line 720, app/assets/stylesheets/vendor/foundation.css */
  /* line 725, app/assets/stylesheets/vendor/foundation.css */
  /* line 730, app/assets/stylesheets/vendor/foundation.css */
  /* line 735, app/assets/stylesheets/vendor/foundation.css */
  /* line 740, app/assets/stylesheets/vendor/foundation.css */
  /* line 745, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 752, app/assets/stylesheets/vendor/foundation.css */
  /* line 757, app/assets/stylesheets/vendor/foundation.css */
  /* line 762, app/assets/stylesheets/vendor/foundation.css */
  /* line 767, app/assets/stylesheets/vendor/foundation.css */
  /* line 772, app/assets/stylesheets/vendor/foundation.css */
  /* line 777, app/assets/stylesheets/vendor/foundation.css */
  /* line 782, app/assets/stylesheets/vendor/foundation.css */
  /* line 787, app/assets/stylesheets/vendor/foundation.css */
  /* line 792, app/assets/stylesheets/vendor/foundation.css */
  /* line 797, app/assets/stylesheets/vendor/foundation.css */
  /* line 802, app/assets/stylesheets/vendor/foundation.css */
  /* line 807, app/assets/stylesheets/vendor/foundation.css */
  /* line 812, app/assets/stylesheets/vendor/foundation.css */
  /* line 817, app/assets/stylesheets/vendor/foundation.css */
  /* line 822, app/assets/stylesheets/vendor/foundation.css */
  /* line 827, app/assets/stylesheets/vendor/foundation.css */
  /* line 832, app/assets/stylesheets/vendor/foundation.css */
  /* line 837, app/assets/stylesheets/vendor/foundation.css */
  /* line 842, app/assets/stylesheets/vendor/foundation.css */
  /* line 847, app/assets/stylesheets/vendor/foundation.css */
  /* line 852, app/assets/stylesheets/vendor/foundation.css */
  /* line 857, app/assets/stylesheets/vendor/foundation.css */
  /* line 862, app/assets/stylesheets/vendor/foundation.css */
  /* line 867, app/assets/stylesheets/vendor/foundation.css */
  /* line 872, app/assets/stylesheets/vendor/foundation.css */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  /* line 879, app/assets/stylesheets/vendor/foundation.css */
  /* line 882, app/assets/stylesheets/vendor/foundation.css */
  /* line 885, app/assets/stylesheets/vendor/foundation.css */
  /* line 888, app/assets/stylesheets/vendor/foundation.css */
  /* line 891, app/assets/stylesheets/vendor/foundation.css */
  /* line 894, app/assets/stylesheets/vendor/foundation.css */
  /* line 897, app/assets/stylesheets/vendor/foundation.css */
  /* line 900, app/assets/stylesheets/vendor/foundation.css */
  /* line 903, app/assets/stylesheets/vendor/foundation.css */
  /* line 906, app/assets/stylesheets/vendor/foundation.css */
  .large-10 {
    width: 83.33333%;
  }
  /* line 909, app/assets/stylesheets/vendor/foundation.css */
  /* line 912, app/assets/stylesheets/vendor/foundation.css */
  .large-12 {
    width: 100%;
  }
  /* line 915, app/assets/stylesheets/vendor/foundation.css */
  /* line 918, app/assets/stylesheets/vendor/foundation.css */
  /* line 921, app/assets/stylesheets/vendor/foundation.css */
  /* line 924, app/assets/stylesheets/vendor/foundation.css */
  /* line 927, app/assets/stylesheets/vendor/foundation.css */
  /* line 930, app/assets/stylesheets/vendor/foundation.css */
  /* line 933, app/assets/stylesheets/vendor/foundation.css */
  /* line 936, app/assets/stylesheets/vendor/foundation.css */
  /* line 939, app/assets/stylesheets/vendor/foundation.css */
  /* line 942, app/assets/stylesheets/vendor/foundation.css */
  /* line 945, app/assets/stylesheets/vendor/foundation.css */
  /* line 948, app/assets/stylesheets/vendor/foundation.css */
  /* line 951, app/assets/stylesheets/vendor/foundation.css */
  /* line 958, app/assets/stylesheets/vendor/foundation.css */
  .column.large-centered,
.columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 964, app/assets/stylesheets/vendor/foundation.css */
  /* line 970, app/assets/stylesheets/vendor/foundation.css */
  .column.large-centered:last-child,
.columns.large-centered:last-child {
    float: none;
  }
  /* line 974, app/assets/stylesheets/vendor/foundation.css */
  /* line 978, app/assets/stylesheets/vendor/foundation.css */
  /* line 982, app/assets/stylesheets/vendor/foundation.css */
  /* line 987, app/assets/stylesheets/vendor/foundation.css */
  /* line 992, app/assets/stylesheets/vendor/foundation.css */
  /* line 997, app/assets/stylesheets/vendor/foundation.css */
  /* line 1002, app/assets/stylesheets/vendor/foundation.css */
  /* line 1007, app/assets/stylesheets/vendor/foundation.css */
  /* line 1012, app/assets/stylesheets/vendor/foundation.css */
  /* line 1017, app/assets/stylesheets/vendor/foundation.css */
  /* line 1022, app/assets/stylesheets/vendor/foundation.css */
  /* line 1027, app/assets/stylesheets/vendor/foundation.css */
  /* line 1032, app/assets/stylesheets/vendor/foundation.css */
  /* line 1037, app/assets/stylesheets/vendor/foundation.css */
  /* line 1042, app/assets/stylesheets/vendor/foundation.css */
  /* line 1047, app/assets/stylesheets/vendor/foundation.css */
  /* line 1052, app/assets/stylesheets/vendor/foundation.css */
  /* line 1057, app/assets/stylesheets/vendor/foundation.css */
  /* line 1062, app/assets/stylesheets/vendor/foundation.css */
  /* line 1067, app/assets/stylesheets/vendor/foundation.css */
  /* line 1072, app/assets/stylesheets/vendor/foundation.css */
  /* line 1077, app/assets/stylesheets/vendor/foundation.css */
  /* line 1082, app/assets/stylesheets/vendor/foundation.css */
  /* line 1087, app/assets/stylesheets/vendor/foundation.css */
  /* line 1092, app/assets/stylesheets/vendor/foundation.css */
  /* line 1097, app/assets/stylesheets/vendor/foundation.css */
}

/* line 1103, app/assets/stylesheets/vendor/foundation.css */
button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  transition: background-color 300ms ease-out;
}

/* line 1128, app/assets/stylesheets/vendor/foundation.css */
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #007095;
}

/* line 1134, app/assets/stylesheets/vendor/foundation.css */
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: white;
}

/* line 1140, app/assets/stylesheets/vendor/foundation.css */
button.secondary,
.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 1146, app/assets/stylesheets/vendor/foundation.css */
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 1152, app/assets/stylesheets/vendor/foundation.css */
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #333333;
}

/* line 1158, app/assets/stylesheets/vendor/foundation.css */
button.success,
.button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}

/* line 1164, app/assets/stylesheets/vendor/foundation.css */
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #368a55;
}

/* line 1170, app/assets/stylesheets/vendor/foundation.css */
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: white;
}

/* line 1176, app/assets/stylesheets/vendor/foundation.css */
button.alert,
.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}

/* line 1182, app/assets/stylesheets/vendor/foundation.css */
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #cf2a0e;
}

/* line 1188, app/assets/stylesheets/vendor/foundation.css */
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: white;
}

/* line 1194, app/assets/stylesheets/vendor/foundation.css */
button.large,
.button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

/* line 1202, app/assets/stylesheets/vendor/foundation.css */
button.small,
.button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

/* line 1210, app/assets/stylesheets/vendor/foundation.css */
button.tiny,
.button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

/* line 1218, app/assets/stylesheets/vendor/foundation.css */
button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 1224, app/assets/stylesheets/vendor/foundation.css */

/* line 1229, app/assets/stylesheets/vendor/foundation.css */

/* line 1234, app/assets/stylesheets/vendor/foundation.css */
button.radius,
.button.radius {
  border-radius: 3px;
}

/* line 1238, app/assets/stylesheets/vendor/foundation.css */
button.round,
.button.round {
  border-radius: 1000px;
}

/* line 1242, app/assets/stylesheets/vendor/foundation.css */
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #008cba;
  border-color: #007095;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1253, app/assets/stylesheets/vendor/foundation.css */
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #007095;
}

/* line 1263, app/assets/stylesheets/vendor/foundation.css */
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: white;
}

/* line 1273, app/assets/stylesheets/vendor/foundation.css */
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #008cba;
}

/* line 1283, app/assets/stylesheets/vendor/foundation.css */
button.disabled.secondary,
button.secondary[disabled],
.button.disabled.secondary,
.button.secondary[disabled] {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1294, app/assets/stylesheets/vendor/foundation.css */
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button.secondary[disabled]:hover,
button.secondary[disabled]:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button.secondary[disabled]:hover,
.button.secondary[disabled]:focus {
  background-color: #b9b9b9;
}

/* line 1304, app/assets/stylesheets/vendor/foundation.css */
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button.secondary[disabled]:hover,
button.secondary[disabled]:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button.secondary[disabled]:hover,
.button.secondary[disabled]:focus {
  color: #333333;
}

/* line 1314, app/assets/stylesheets/vendor/foundation.css */
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button.secondary[disabled]:hover,
button.secondary[disabled]:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button.secondary[disabled]:hover,
.button.secondary[disabled]:focus {
  background-color: #e7e7e7;
}

/* line 1324, app/assets/stylesheets/vendor/foundation.css */
button.disabled.success,
button.success[disabled],
.button.disabled.success,
.button.success[disabled] {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1335, app/assets/stylesheets/vendor/foundation.css */
button.disabled.success:hover,
button.disabled.success:focus,
button.success[disabled]:hover,
button.success[disabled]:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button.success[disabled]:hover,
.button.success[disabled]:focus {
  background-color: #368a55;
}

/* line 1345, app/assets/stylesheets/vendor/foundation.css */
button.disabled.success:hover,
button.disabled.success:focus,
button.success[disabled]:hover,
button.success[disabled]:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button.success[disabled]:hover,
.button.success[disabled]:focus {
  color: white;
}

/* line 1355, app/assets/stylesheets/vendor/foundation.css */
button.disabled.success:hover,
button.disabled.success:focus,
button.success[disabled]:hover,
button.success[disabled]:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button.success[disabled]:hover,
.button.success[disabled]:focus {
  background-color: #43ac6a;
}

/* line 1365, app/assets/stylesheets/vendor/foundation.css */
button.disabled.alert,
button.alert[disabled],
.button.disabled.alert,
.button.alert[disabled] {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 1376, app/assets/stylesheets/vendor/foundation.css */
button.disabled.alert:hover,
button.disabled.alert:focus,
button.alert[disabled]:hover,
button.alert[disabled]:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button.alert[disabled]:hover,
.button.alert[disabled]:focus {
  background-color: #cf2a0e;
}

/* line 1386, app/assets/stylesheets/vendor/foundation.css */
button.disabled.alert:hover,
button.disabled.alert:focus,
button.alert[disabled]:hover,
button.alert[disabled]:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button.alert[disabled]:hover,
.button.alert[disabled]:focus {
  color: white;
}

/* line 1396, app/assets/stylesheets/vendor/foundation.css */
button.disabled.alert:hover,
button.disabled.alert:focus,
button.alert[disabled]:hover,
button.alert[disabled]:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button.alert[disabled]:hover,
.button.alert[disabled]:focus {
  background-color: #f04124;
}

/* line 1406, app/assets/stylesheets/vendor/foundation.css */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 1411, app/assets/stylesheets/vendor/foundation.css */
  button,
.button {
    display: inline-block;
  }
}

/* line 1416, app/assets/stylesheets/vendor/foundation.css */

/* Wrapped around .top-bar to contain to grid width */
/* line 1422, app/assets/stylesheets/vendor/foundation.css */

/* line 1426, app/assets/stylesheets/vendor/foundation.css */

/* line 1429, app/assets/stylesheets/vendor/foundation.css */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 1436, app/assets/stylesheets/vendor/foundation.css */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 1442, app/assets/stylesheets/vendor/foundation.css */

/* line 1447, app/assets/stylesheets/vendor/foundation.css */

/* line 1451, app/assets/stylesheets/vendor/foundation.css */

/* line 1459, app/assets/stylesheets/vendor/foundation.css */

/* line 1463, app/assets/stylesheets/vendor/foundation.css */

/* line 1466, app/assets/stylesheets/vendor/foundation.css */

/* line 1470, app/assets/stylesheets/vendor/foundation.css */

/* line 1476, app/assets/stylesheets/vendor/foundation.css */

/* line 1483, app/assets/stylesheets/vendor/foundation.css */

/* line 1487, app/assets/stylesheets/vendor/foundation.css */

/* line 1492, app/assets/stylesheets/vendor/foundation.css */

/* line 1497, app/assets/stylesheets/vendor/foundation.css */

/* line 1504, app/assets/stylesheets/vendor/foundation.css */

/* line 1509, app/assets/stylesheets/vendor/foundation.css */

/* line 1520, app/assets/stylesheets/vendor/foundation.css */

/* line 1524, app/assets/stylesheets/vendor/foundation.css */

/* line 1531, app/assets/stylesheets/vendor/foundation.css */

/* line 1542, app/assets/stylesheets/vendor/foundation.css */

/* line 1545, app/assets/stylesheets/vendor/foundation.css */

/* line 1549, app/assets/stylesheets/vendor/foundation.css */

/* line 1552, app/assets/stylesheets/vendor/foundation.css */

/* line 1555, app/assets/stylesheets/vendor/foundation.css */

/* line 1558, app/assets/stylesheets/vendor/foundation.css */

/* line 1564, app/assets/stylesheets/vendor/foundation.css */

/* line 1572, app/assets/stylesheets/vendor/foundation.css */

/* line 1579, app/assets/stylesheets/vendor/foundation.css */

/* line 1582, app/assets/stylesheets/vendor/foundation.css */

/* line 1593, app/assets/stylesheets/vendor/foundation.css */

/* line 1601, app/assets/stylesheets/vendor/foundation.css */

/* line 1605, app/assets/stylesheets/vendor/foundation.css */

/* line 1609, app/assets/stylesheets/vendor/foundation.css */

/* line 1614, app/assets/stylesheets/vendor/foundation.css */

/* line 1618, app/assets/stylesheets/vendor/foundation.css */

/* line 1622, app/assets/stylesheets/vendor/foundation.css */

/* line 1627, app/assets/stylesheets/vendor/foundation.css */

/* line 1631, app/assets/stylesheets/vendor/foundation.css */

/* line 1635, app/assets/stylesheets/vendor/foundation.css */

/* line 1640, app/assets/stylesheets/vendor/foundation.css */

/* line 1644, app/assets/stylesheets/vendor/foundation.css */

/* line 1648, app/assets/stylesheets/vendor/foundation.css */

/* line 1656, app/assets/stylesheets/vendor/foundation.css */

/* line 1660, app/assets/stylesheets/vendor/foundation.css */

/* line 1664, app/assets/stylesheets/vendor/foundation.css */

/* line 1669, app/assets/stylesheets/vendor/foundation.css */

/* line 1673, app/assets/stylesheets/vendor/foundation.css */

/* line 1677, app/assets/stylesheets/vendor/foundation.css */

/* line 1682, app/assets/stylesheets/vendor/foundation.css */

/* line 1686, app/assets/stylesheets/vendor/foundation.css */

/* line 1690, app/assets/stylesheets/vendor/foundation.css */

/* line 1695, app/assets/stylesheets/vendor/foundation.css */

/* line 1699, app/assets/stylesheets/vendor/foundation.css */

/* line 1703, app/assets/stylesheets/vendor/foundation.css */

/* line 1708, app/assets/stylesheets/vendor/foundation.css */

/* line 1712, app/assets/stylesheets/vendor/foundation.css */

/* line 1716, app/assets/stylesheets/vendor/foundation.css */

/* line 1719, app/assets/stylesheets/vendor/foundation.css */

/* line 1722, app/assets/stylesheets/vendor/foundation.css */

/* line 1736, app/assets/stylesheets/vendor/foundation.css */

/* line 1739, app/assets/stylesheets/vendor/foundation.css */

/* line 1749, app/assets/stylesheets/vendor/foundation.css */

/* line 1752, app/assets/stylesheets/vendor/foundation.css */

/* line 1765, app/assets/stylesheets/vendor/foundation.css */

/* line 1769, app/assets/stylesheets/vendor/foundation.css */

/* line 1773, app/assets/stylesheets/vendor/foundation.css */

/* line 1776, app/assets/stylesheets/vendor/foundation.css */

/* line 1781, app/assets/stylesheets/vendor/foundation.css */

/* line 1787, app/assets/stylesheets/vendor/foundation.css */

/* line 1791, app/assets/stylesheets/vendor/foundation.css */

/* line 1794, app/assets/stylesheets/vendor/foundation.css */

/* line 1798, app/assets/stylesheets/vendor/foundation.css */

/* line 1806, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 1810, app/assets/stylesheets/vendor/foundation.css */
  /* line 1814, app/assets/stylesheets/vendor/foundation.css */
  /* line 1819, app/assets/stylesheets/vendor/foundation.css */
  /* line 1822, app/assets/stylesheets/vendor/foundation.css */
  /* line 1825, app/assets/stylesheets/vendor/foundation.css */
  /* line 1828, app/assets/stylesheets/vendor/foundation.css */
  /* line 1831, app/assets/stylesheets/vendor/foundation.css */
  /* line 1838, app/assets/stylesheets/vendor/foundation.css */
  /* line 1841, app/assets/stylesheets/vendor/foundation.css */
  /* line 1846, app/assets/stylesheets/vendor/foundation.css */
  /* line 1850, app/assets/stylesheets/vendor/foundation.css */
  /* line 1855, app/assets/stylesheets/vendor/foundation.css */
  /* line 1858, app/assets/stylesheets/vendor/foundation.css */
  /* line 1861, app/assets/stylesheets/vendor/foundation.css */
  /* line 1866, app/assets/stylesheets/vendor/foundation.css */
  /* line 1871, app/assets/stylesheets/vendor/foundation.css */
  /* line 1875, app/assets/stylesheets/vendor/foundation.css */
  /* line 1881, app/assets/stylesheets/vendor/foundation.css */
  /* line 1885, app/assets/stylesheets/vendor/foundation.css */
  /* line 1888, app/assets/stylesheets/vendor/foundation.css */
  /* line 1899, app/assets/stylesheets/vendor/foundation.css */
  /* line 1902, app/assets/stylesheets/vendor/foundation.css */
  /* line 1910, app/assets/stylesheets/vendor/foundation.css */
  /* line 1920, app/assets/stylesheets/vendor/foundation.css */
  /* line 1928, app/assets/stylesheets/vendor/foundation.css */
  /* line 1934, app/assets/stylesheets/vendor/foundation.css */
  /* line 1941, app/assets/stylesheets/vendor/foundation.css */
  /* line 1945, app/assets/stylesheets/vendor/foundation.css */
  /* line 1950, app/assets/stylesheets/vendor/foundation.css */
  /* line 1954, app/assets/stylesheets/vendor/foundation.css */
  /* line 1958, app/assets/stylesheets/vendor/foundation.css */
  /* line 1967, app/assets/stylesheets/vendor/foundation.css */
  /* line 1972, app/assets/stylesheets/vendor/foundation.css */
  /* line 1976, app/assets/stylesheets/vendor/foundation.css */
  /* line 1979, app/assets/stylesheets/vendor/foundation.css */
  /* line 1983, app/assets/stylesheets/vendor/foundation.css */
  /* line 1986, app/assets/stylesheets/vendor/foundation.css */
  /* line 1991, app/assets/stylesheets/vendor/foundation.css */
  /* line 1995, app/assets/stylesheets/vendor/foundation.css */
}

/* line 2005, app/assets/stylesheets/vendor/foundation.css */

/* line 2017, app/assets/stylesheets/vendor/foundation.css */

/* line 2025, app/assets/stylesheets/vendor/foundation.css */

/* line 2029, app/assets/stylesheets/vendor/foundation.css */

/* line 2032, app/assets/stylesheets/vendor/foundation.css */

/* line 2036, app/assets/stylesheets/vendor/foundation.css */

/* line 2040, app/assets/stylesheets/vendor/foundation.css */

/* line 2046, app/assets/stylesheets/vendor/foundation.css */

/* line 2049, app/assets/stylesheets/vendor/foundation.css */

/* line 2052, app/assets/stylesheets/vendor/foundation.css */

/* line 2060, app/assets/stylesheets/vendor/foundation.css */

/* line 2067, app/assets/stylesheets/vendor/foundation.css */

/* Accessibility - hides the forward slash */
/* line 2073, app/assets/stylesheets/vendor/foundation.css */

/* line 2076, app/assets/stylesheets/vendor/foundation.css */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: white;
}

/* line 2090, app/assets/stylesheets/vendor/foundation.css */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}

/* line 2101, app/assets/stylesheets/vendor/foundation.css */
.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

/* line 2105, app/assets/stylesheets/vendor/foundation.css */
.alert-box.radius {
  border-radius: 3px;
}

/* line 2108, app/assets/stylesheets/vendor/foundation.css */
.alert-box.round {
  border-radius: 1000px;
}

/* line 2111, app/assets/stylesheets/vendor/foundation.css */
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: white;
}

/* line 2116, app/assets/stylesheets/vendor/foundation.css */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: white;
}

/* line 2121, app/assets/stylesheets/vendor/foundation.css */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

/* line 2126, app/assets/stylesheets/vendor/foundation.css */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}

/* line 2131, app/assets/stylesheets/vendor/foundation.css */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

/* line 2136, app/assets/stylesheets/vendor/foundation.css */

/* line 2139, app/assets/stylesheets/vendor/foundation.css */

/* line 2147, app/assets/stylesheets/vendor/foundation.css */

/* line 2153, app/assets/stylesheets/vendor/foundation.css */

/* line 2156, app/assets/stylesheets/vendor/foundation.css */

/* line 2161, app/assets/stylesheets/vendor/foundation.css */

/* line 2166, app/assets/stylesheets/vendor/foundation.css */

/* line 2169, app/assets/stylesheets/vendor/foundation.css */

/* line 2174, app/assets/stylesheets/vendor/foundation.css */

/* line 2179, app/assets/stylesheets/vendor/foundation.css */

/* line 2183, app/assets/stylesheets/vendor/foundation.css */

/* line 2190, app/assets/stylesheets/vendor/foundation.css */

/* line 2195, app/assets/stylesheets/vendor/foundation.css */

/* line 2199, app/assets/stylesheets/vendor/foundation.css */

/* line 2207, app/assets/stylesheets/vendor/foundation.css */

/* line 2211, app/assets/stylesheets/vendor/foundation.css */

/* line 2216, app/assets/stylesheets/vendor/foundation.css */

/* line 2221, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (max-width: 40em) {
  /* line 2226, app/assets/stylesheets/vendor/foundation.css */
  /* line 2233, app/assets/stylesheets/vendor/foundation.css */
  /* line 2238, app/assets/stylesheets/vendor/foundation.css */
  /* line 2242, app/assets/stylesheets/vendor/foundation.css */
  /* line 2250, app/assets/stylesheets/vendor/foundation.css */
}

/* line 2255, app/assets/stylesheets/vendor/foundation.css */

/* line 2260, app/assets/stylesheets/vendor/foundation.css */

/* line 2265, app/assets/stylesheets/vendor/foundation.css */

/* line 2269, app/assets/stylesheets/vendor/foundation.css */

/* line 2275, app/assets/stylesheets/vendor/foundation.css */

/* line 2284, app/assets/stylesheets/vendor/foundation.css */

/* line 2293, app/assets/stylesheets/vendor/foundation.css */

/* line 2300, app/assets/stylesheets/vendor/foundation.css */

/* line 2305, app/assets/stylesheets/vendor/foundation.css */

/* line 2309, app/assets/stylesheets/vendor/foundation.css */

/* line 2317, app/assets/stylesheets/vendor/foundation.css */

/* line 2321, app/assets/stylesheets/vendor/foundation.css */

/* line 2327, app/assets/stylesheets/vendor/foundation.css */

/* line 2336, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 2346, app/assets/stylesheets/vendor/foundation.css */
  /* line 2351, app/assets/stylesheets/vendor/foundation.css */
  /* line 2356, app/assets/stylesheets/vendor/foundation.css */
  /* line 2360, app/assets/stylesheets/vendor/foundation.css */
  /* line 2366, app/assets/stylesheets/vendor/foundation.css */
  /* line 2375, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (max-width: 40em) {
  /* line 2386, app/assets/stylesheets/vendor/foundation.css */
  /* line 2393, app/assets/stylesheets/vendor/foundation.css */
  /* line 2398, app/assets/stylesheets/vendor/foundation.css */
  /* line 2402, app/assets/stylesheets/vendor/foundation.css */
  /* line 2410, app/assets/stylesheets/vendor/foundation.css */
  /* line 2414, app/assets/stylesheets/vendor/foundation.css */
  /* line 2420, app/assets/stylesheets/vendor/foundation.css */
  /* line 2429, app/assets/stylesheets/vendor/foundation.css */
}

/* line 2439, app/assets/stylesheets/vendor/foundation.css */

/* line 2444, app/assets/stylesheets/vendor/foundation.css */

/* line 2449, app/assets/stylesheets/vendor/foundation.css */

/* line 2453, app/assets/stylesheets/vendor/foundation.css */

/* line 2459, app/assets/stylesheets/vendor/foundation.css */

/* line 2468, app/assets/stylesheets/vendor/foundation.css */

/* line 2477, app/assets/stylesheets/vendor/foundation.css */

/* line 2484, app/assets/stylesheets/vendor/foundation.css */

/* line 2489, app/assets/stylesheets/vendor/foundation.css */

/* line 2493, app/assets/stylesheets/vendor/foundation.css */

/* line 2501, app/assets/stylesheets/vendor/foundation.css */

/* line 2505, app/assets/stylesheets/vendor/foundation.css */

/* line 2511, app/assets/stylesheets/vendor/foundation.css */

/* line 2520, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 2530, app/assets/stylesheets/vendor/foundation.css */
  /* line 2535, app/assets/stylesheets/vendor/foundation.css */
  /* line 2540, app/assets/stylesheets/vendor/foundation.css */
  /* line 2544, app/assets/stylesheets/vendor/foundation.css */
  /* line 2550, app/assets/stylesheets/vendor/foundation.css */
  /* line 2559, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (max-width: 40em) {
  /* line 2570, app/assets/stylesheets/vendor/foundation.css */
  /* line 2577, app/assets/stylesheets/vendor/foundation.css */
  /* line 2582, app/assets/stylesheets/vendor/foundation.css */
  /* line 2586, app/assets/stylesheets/vendor/foundation.css */
  /* line 2594, app/assets/stylesheets/vendor/foundation.css */
  /* line 2598, app/assets/stylesheets/vendor/foundation.css */
  /* line 2604, app/assets/stylesheets/vendor/foundation.css */
  /* line 2613, app/assets/stylesheets/vendor/foundation.css */
}

/* line 2623, app/assets/stylesheets/vendor/foundation.css */

/* line 2629, app/assets/stylesheets/vendor/foundation.css */

/* line 2634, app/assets/stylesheets/vendor/foundation.css */

/* line 2638, app/assets/stylesheets/vendor/foundation.css */

/* line 2642, app/assets/stylesheets/vendor/foundation.css */

/* line 2648, app/assets/stylesheets/vendor/foundation.css */

/* line 2653, app/assets/stylesheets/vendor/foundation.css */

/* line 2657, app/assets/stylesheets/vendor/foundation.css */

/* line 2661, app/assets/stylesheets/vendor/foundation.css */

/* line 2667, app/assets/stylesheets/vendor/foundation.css */

/* line 2672, app/assets/stylesheets/vendor/foundation.css */

/* line 2676, app/assets/stylesheets/vendor/foundation.css */

/* line 2680, app/assets/stylesheets/vendor/foundation.css */

/* line 2686, app/assets/stylesheets/vendor/foundation.css */

/* line 2691, app/assets/stylesheets/vendor/foundation.css */

/* line 2695, app/assets/stylesheets/vendor/foundation.css */

/* line 2699, app/assets/stylesheets/vendor/foundation.css */

/* line 2705, app/assets/stylesheets/vendor/foundation.css */

/* line 2710, app/assets/stylesheets/vendor/foundation.css */

/* line 2714, app/assets/stylesheets/vendor/foundation.css */

/* line 2718, app/assets/stylesheets/vendor/foundation.css */

/* line 2724, app/assets/stylesheets/vendor/foundation.css */

/* line 2729, app/assets/stylesheets/vendor/foundation.css */

/* line 2733, app/assets/stylesheets/vendor/foundation.css */

/* line 2737, app/assets/stylesheets/vendor/foundation.css */

/* line 2743, app/assets/stylesheets/vendor/foundation.css */

/* line 2748, app/assets/stylesheets/vendor/foundation.css */

/* line 2752, app/assets/stylesheets/vendor/foundation.css */

/* line 2756, app/assets/stylesheets/vendor/foundation.css */

/* line 2761, app/assets/stylesheets/vendor/foundation.css */

/* line 2764, app/assets/stylesheets/vendor/foundation.css */

/* line 2768, app/assets/stylesheets/vendor/foundation.css */

/* Panels */
/* line 2773, app/assets/stylesheets/vendor/foundation.css */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

/* line 2781, app/assets/stylesheets/vendor/foundation.css */
.panel > :first-child {
  margin-top: 0;
}

/* line 2784, app/assets/stylesheets/vendor/foundation.css */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 2787, app/assets/stylesheets/vendor/foundation.css */
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
  color: #333333;
}

/* line 2798, app/assets/stylesheets/vendor/foundation.css */
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

/* line 2807, app/assets/stylesheets/vendor/foundation.css */
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
  line-height: 1.4;
}

/* line 2815, app/assets/stylesheets/vendor/foundation.css */

/* line 2823, app/assets/stylesheets/vendor/foundation.css */

/* line 2826, app/assets/stylesheets/vendor/foundation.css */

/* line 2829, app/assets/stylesheets/vendor/foundation.css */

/* line 2840, app/assets/stylesheets/vendor/foundation.css */

/* line 2849, app/assets/stylesheets/vendor/foundation.css */

/* line 2857, app/assets/stylesheets/vendor/foundation.css */

/* line 2860, app/assets/stylesheets/vendor/foundation.css */
.panel.radius {
  border-radius: 3px;
}

/* line 2863, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

/* line 2868, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button:after,
button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}

/* line 2879, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button:after,
button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

/* line 2885, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button:after,
button.dropdown:after {
  border-color: white transparent transparent transparent;
}

/* line 2889, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 2.625rem;
}

/* line 2893, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.tiny:before,
button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

/* line 2899, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
  border-color: white transparent transparent transparent;
}

/* line 2903, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.small,
button.dropdown.small {
  padding-right: 3.0625rem;
}

/* line 2907, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.small:after,
button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

/* line 2913, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.small:after,
button.dropdown.small:after {
  border-color: white transparent transparent transparent;
}

/* line 2917, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.large,
button.dropdown.large {
  padding-right: 3.625rem;
}

/* line 2921, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.large:after,
button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

/* line 2927, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.large:after,
button.dropdown.large:after {
  border-color: white transparent transparent transparent;
}

/* line 2931, app/assets/stylesheets/vendor/foundation.css */
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* Image Thumbnails */
/* line 2937, app/assets/stylesheets/vendor/foundation.css */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

/* line 2945, app/assets/stylesheets/vendor/foundation.css */
.th:hover,
.th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

/* line 2949, app/assets/stylesheets/vendor/foundation.css */
.th.radius {
  border-radius: 3px;
}

/* line 2952, app/assets/stylesheets/vendor/foundation.css */

/* line 2958, app/assets/stylesheets/vendor/foundation.css */

/* line 2962, app/assets/stylesheets/vendor/foundation.css */

/* line 2967, app/assets/stylesheets/vendor/foundation.css */

/* line 2970, app/assets/stylesheets/vendor/foundation.css */

/* line 2973, app/assets/stylesheets/vendor/foundation.css */

/* line 2977, app/assets/stylesheets/vendor/foundation.css */

/* line 2982, app/assets/stylesheets/vendor/foundation.css */

/* line 2990, app/assets/stylesheets/vendor/foundation.css */

/* line 2993, app/assets/stylesheets/vendor/foundation.css */

/* line 2997, app/assets/stylesheets/vendor/foundation.css */

/* line 3000, app/assets/stylesheets/vendor/foundation.css */

/* line 3007, app/assets/stylesheets/vendor/foundation.css */

/* Pricing Tables */
/* line 3015, app/assets/stylesheets/vendor/foundation.css */

/* line 3020, app/assets/stylesheets/vendor/foundation.css */

/* line 3024, app/assets/stylesheets/vendor/foundation.css */

/* line 3033, app/assets/stylesheets/vendor/foundation.css */

/* line 3042, app/assets/stylesheets/vendor/foundation.css */

/* line 3052, app/assets/stylesheets/vendor/foundation.css */

/* line 3061, app/assets/stylesheets/vendor/foundation.css */

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 3100, app/assets/stylesheets/vendor/foundation.css */

/* line 3103, app/assets/stylesheets/vendor/foundation.css */

/* line 3107, app/assets/stylesheets/vendor/foundation.css */

/* line 3111, app/assets/stylesheets/vendor/foundation.css */

/* line 3114, app/assets/stylesheets/vendor/foundation.css */

/* line 3117, app/assets/stylesheets/vendor/foundation.css */

/* line 3120, app/assets/stylesheets/vendor/foundation.css */

/* line 3123, app/assets/stylesheets/vendor/foundation.css */

/* line 3126, app/assets/stylesheets/vendor/foundation.css */

/* line 3143, app/assets/stylesheets/vendor/foundation.css */

/* line 3149, app/assets/stylesheets/vendor/foundation.css */

/* line 3156, app/assets/stylesheets/vendor/foundation.css */

/* line 3160, app/assets/stylesheets/vendor/foundation.css */

/* line 3166, app/assets/stylesheets/vendor/foundation.css */

/* line 3169, app/assets/stylesheets/vendor/foundation.css */

/* line 3178, app/assets/stylesheets/vendor/foundation.css */

/* line 3187, app/assets/stylesheets/vendor/foundation.css */

/* line 3191, app/assets/stylesheets/vendor/foundation.css */

/* line 3199, app/assets/stylesheets/vendor/foundation.css */

/* line 3208, app/assets/stylesheets/vendor/foundation.css */

/* line 3219, app/assets/stylesheets/vendor/foundation.css */

/* line 3229, app/assets/stylesheets/vendor/foundation.css */

/* line 3232, app/assets/stylesheets/vendor/foundation.css */

/* line 3235, app/assets/stylesheets/vendor/foundation.css */

/* line 3248, app/assets/stylesheets/vendor/foundation.css */

/* line 3252, app/assets/stylesheets/vendor/foundation.css */

/* line 3262, app/assets/stylesheets/vendor/foundation.css */

/* line 3265, app/assets/stylesheets/vendor/foundation.css */

/* line 3270, app/assets/stylesheets/vendor/foundation.css */

/* line 3273, app/assets/stylesheets/vendor/foundation.css */

/* line 3276, app/assets/stylesheets/vendor/foundation.css */

/* line 3283, app/assets/stylesheets/vendor/foundation.css */

/* line 3286, app/assets/stylesheets/vendor/foundation.css */

/* line 3289, app/assets/stylesheets/vendor/foundation.css */

/* line 3298, app/assets/stylesheets/vendor/foundation.css */

/* line 3308, app/assets/stylesheets/vendor/foundation.css */

/* line 3311, app/assets/stylesheets/vendor/foundation.css */

/* line 3314, app/assets/stylesheets/vendor/foundation.css */

/* line 3318, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 3322, app/assets/stylesheets/vendor/foundation.css */
  /* line 3326, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (max-width: 40em) {
  /* line 3331, app/assets/stylesheets/vendor/foundation.css */
  /* line 3334, app/assets/stylesheets/vendor/foundation.css */
  /* line 3339, app/assets/stylesheets/vendor/foundation.css */
  /* line 3342, app/assets/stylesheets/vendor/foundation.css */
  /* line 3345, app/assets/stylesheets/vendor/foundation.css */
  /* line 3349, app/assets/stylesheets/vendor/foundation.css */
}

/* line 3353, app/assets/stylesheets/vendor/foundation.css */

/* line 3360, app/assets/stylesheets/vendor/foundation.css */

/* line 3364, app/assets/stylesheets/vendor/foundation.css */

/* line 3368, app/assets/stylesheets/vendor/foundation.css */

/* line 3372, app/assets/stylesheets/vendor/foundation.css */

/* line 3378, app/assets/stylesheets/vendor/foundation.css */

/* line 3387, app/assets/stylesheets/vendor/foundation.css */

/* line 3392, app/assets/stylesheets/vendor/foundation.css */

/* line 3396, app/assets/stylesheets/vendor/foundation.css */

/* line 3400, app/assets/stylesheets/vendor/foundation.css */

/* line 3404, app/assets/stylesheets/vendor/foundation.css */

/* line 3409, app/assets/stylesheets/vendor/foundation.css */

/* line 3413, app/assets/stylesheets/vendor/foundation.css */

/* line 3416, app/assets/stylesheets/vendor/foundation.css */

/* line 3419, app/assets/stylesheets/vendor/foundation.css */

/* line 3424, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 3431, app/assets/stylesheets/vendor/foundation.css */
  /* line 3435, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 3442, app/assets/stylesheets/vendor/foundation.css */
  /* line 3446, app/assets/stylesheets/vendor/foundation.css */
}

/* line 3452, app/assets/stylesheets/vendor/foundation.css */

/* line 3456, app/assets/stylesheets/vendor/foundation.css */

/* line 3460, app/assets/stylesheets/vendor/foundation.css */

/* line 3463, app/assets/stylesheets/vendor/foundation.css */

/* line 3467, app/assets/stylesheets/vendor/foundation.css */

/* line 3470, app/assets/stylesheets/vendor/foundation.css */

/* line 3473, app/assets/stylesheets/vendor/foundation.css */

/* line 3476, app/assets/stylesheets/vendor/foundation.css */

/* line 3479, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 3484, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 3489, app/assets/stylesheets/vendor/foundation.css */
}

/* line 3493, app/assets/stylesheets/vendor/foundation.css */

/* line 3496, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 3501, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 3506, app/assets/stylesheets/vendor/foundation.css */
}

/* line 3510, app/assets/stylesheets/vendor/foundation.css */

/* line 3513, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 3518, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 3523, app/assets/stylesheets/vendor/foundation.css */
}

/* line 3527, app/assets/stylesheets/vendor/foundation.css */

/* line 3530, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 3535, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 3540, app/assets/stylesheets/vendor/foundation.css */
}

/* line 3544, app/assets/stylesheets/vendor/foundation.css */

/* line 3547, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 3552, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 3557, app/assets/stylesheets/vendor/foundation.css */
}

/* line 3561, app/assets/stylesheets/vendor/foundation.css */
.text-left {
  text-align: left !important;
}

/* line 3564, app/assets/stylesheets/vendor/foundation.css */

/* line 3567, app/assets/stylesheets/vendor/foundation.css */
.text-center {
  text-align: center !important;
}

/* line 3570, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (max-width: 40em) {
  /* line 3574, app/assets/stylesheets/vendor/foundation.css */
  /* line 3577, app/assets/stylesheets/vendor/foundation.css */
  /* line 3580, app/assets/stylesheets/vendor/foundation.css */
  /* line 3583, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen {
  /* line 3588, app/assets/stylesheets/vendor/foundation.css */
  /* line 3591, app/assets/stylesheets/vendor/foundation.css */
  /* line 3594, app/assets/stylesheets/vendor/foundation.css */
  /* line 3597, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 3602, app/assets/stylesheets/vendor/foundation.css */
  /* line 3605, app/assets/stylesheets/vendor/foundation.css */
  /* line 3608, app/assets/stylesheets/vendor/foundation.css */
  /* line 3611, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 40.063em) {
  /* line 3616, app/assets/stylesheets/vendor/foundation.css */
  /* line 3619, app/assets/stylesheets/vendor/foundation.css */
  /* line 3622, app/assets/stylesheets/vendor/foundation.css */
  /* line 3625, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 3630, app/assets/stylesheets/vendor/foundation.css */
  /* line 3633, app/assets/stylesheets/vendor/foundation.css */
  /* line 3636, app/assets/stylesheets/vendor/foundation.css */
  /* line 3639, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 3644, app/assets/stylesheets/vendor/foundation.css */
  /* line 3647, app/assets/stylesheets/vendor/foundation.css */
  /* line 3650, app/assets/stylesheets/vendor/foundation.css */
  /* line 3653, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 3658, app/assets/stylesheets/vendor/foundation.css */
  /* line 3661, app/assets/stylesheets/vendor/foundation.css */
  /* line 3664, app/assets/stylesheets/vendor/foundation.css */
  /* line 3667, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 90.063em) {
  /* line 3672, app/assets/stylesheets/vendor/foundation.css */
  /* line 3675, app/assets/stylesheets/vendor/foundation.css */
  /* line 3678, app/assets/stylesheets/vendor/foundation.css */
  /* line 3681, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 3686, app/assets/stylesheets/vendor/foundation.css */
  /* line 3689, app/assets/stylesheets/vendor/foundation.css */
  /* line 3692, app/assets/stylesheets/vendor/foundation.css */
  /* line 3695, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 120.063em) {
  /* line 3700, app/assets/stylesheets/vendor/foundation.css */
  /* line 3703, app/assets/stylesheets/vendor/foundation.css */
  /* line 3706, app/assets/stylesheets/vendor/foundation.css */
  /* line 3709, app/assets/stylesheets/vendor/foundation.css */
}

/* Typography resets */
/* line 3715, app/assets/stylesheets/vendor/foundation.css */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 3739, app/assets/stylesheets/vendor/foundation.css */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}

/* line 3744, app/assets/stylesheets/vendor/foundation.css */
a:hover,
a:focus {
  color: #0078a0;
}

/* line 3748, app/assets/stylesheets/vendor/foundation.css */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 3753, app/assets/stylesheets/vendor/foundation.css */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

/* line 3760, app/assets/stylesheets/vendor/foundation.css */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 3764, app/assets/stylesheets/vendor/foundation.css */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 3771, app/assets/stylesheets/vendor/foundation.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 3785, app/assets/stylesheets/vendor/foundation.css */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 3795, app/assets/stylesheets/vendor/foundation.css */
h1 {
  font-size: 2.125rem;
}

/* line 3798, app/assets/stylesheets/vendor/foundation.css */
h2 {
  font-size: 1.6875rem;
}

/* line 3801, app/assets/stylesheets/vendor/foundation.css */
h3 {
  font-size: 1.375rem;
}

/* line 3804, app/assets/stylesheets/vendor/foundation.css */
h4 {
  font-size: 1.125rem;
}

/* line 3807, app/assets/stylesheets/vendor/foundation.css */
h5 {
  font-size: 1.125rem;
}

/* line 3810, app/assets/stylesheets/vendor/foundation.css */
h6 {
  font-size: 1rem;
}

/* line 3813, app/assets/stylesheets/vendor/foundation.css */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 3820, app/assets/stylesheets/vendor/foundation.css */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 3829, app/assets/stylesheets/vendor/foundation.css */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 3834, app/assets/stylesheets/vendor/foundation.css */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 3839, app/assets/stylesheets/vendor/foundation.css */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 3843, app/assets/stylesheets/vendor/foundation.css */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 3855, app/assets/stylesheets/vendor/foundation.css */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 3864, app/assets/stylesheets/vendor/foundation.css */
ul {
  margin-left: 1.1rem;
}

/* line 3867, app/assets/stylesheets/vendor/foundation.css */

/* line 3870, app/assets/stylesheets/vendor/foundation.css */

/* Unordered Lists */
/* line 3878, app/assets/stylesheets/vendor/foundation.css */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 3883, app/assets/stylesheets/vendor/foundation.css */

/* line 3888, app/assets/stylesheets/vendor/foundation.css */

/* line 3892, app/assets/stylesheets/vendor/foundation.css */

/* line 3896, app/assets/stylesheets/vendor/foundation.css */

/* line 3900, app/assets/stylesheets/vendor/foundation.css */

/* Ordered Lists */
/* line 3905, app/assets/stylesheets/vendor/foundation.css */
ol {
  margin-left: 1.4rem;
}

/* line 3908, app/assets/stylesheets/vendor/foundation.css */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 3915, app/assets/stylesheets/vendor/foundation.css */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 3919, app/assets/stylesheets/vendor/foundation.css */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 3924, app/assets/stylesheets/vendor/foundation.css */
abbr {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 3932, app/assets/stylesheets/vendor/foundation.css */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 3937, app/assets/stylesheets/vendor/foundation.css */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}

/* line 3942, app/assets/stylesheets/vendor/foundation.css */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

/* line 3947, app/assets/stylesheets/vendor/foundation.css */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 3950, app/assets/stylesheets/vendor/foundation.css */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 3954, app/assets/stylesheets/vendor/foundation.css */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 3961, app/assets/stylesheets/vendor/foundation.css */

/* line 3967, app/assets/stylesheets/vendor/foundation.css */

/* line 3971, app/assets/stylesheets/vendor/foundation.css */

/* line 3975, app/assets/stylesheets/vendor/foundation.css */

/* line 3978, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 3986, app/assets/stylesheets/vendor/foundation.css */
  h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
  }
  /* line 3994, app/assets/stylesheets/vendor/foundation.css */
  h1 {
    font-size: 2.75rem;
  }
  /* line 3997, app/assets/stylesheets/vendor/foundation.css */
  h2 {
    font-size: 2.3125rem;
  }
  /* line 4000, app/assets/stylesheets/vendor/foundation.css */
  h3 {
    font-size: 1.6875rem;
  }
  /* line 4003, app/assets/stylesheets/vendor/foundation.css */
  h4 {
    font-size: 1.4375rem;
  }
  /* line 4006, app/assets/stylesheets/vendor/foundation.css */
  h5 {
    font-size: 1.125rem;
  }
  /* line 4009, app/assets/stylesheets/vendor/foundation.css */
  h6 {
    font-size: 1rem;
  }
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 4020, app/assets/stylesheets/vendor/foundation.css */

@media print {
  /* line 4024, app/assets/stylesheets/vendor/foundation.css */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 4032, app/assets/stylesheets/vendor/foundation.css */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 4036, app/assets/stylesheets/vendor/foundation.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 4039, app/assets/stylesheets/vendor/foundation.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 4042, app/assets/stylesheets/vendor/foundation.css */
  
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 4047, app/assets/stylesheets/vendor/foundation.css */
  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /* line 4052, app/assets/stylesheets/vendor/foundation.css */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 4056, app/assets/stylesheets/vendor/foundation.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 4060, app/assets/stylesheets/vendor/foundation.css */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 4066, app/assets/stylesheets/vendor/foundation.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 4072, app/assets/stylesheets/vendor/foundation.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 4076, app/assets/stylesheets/vendor/foundation.css */
  /* line 4079, app/assets/stylesheets/vendor/foundation.css */
  /* line 4082, app/assets/stylesheets/vendor/foundation.css */
  /* line 4085, app/assets/stylesheets/vendor/foundation.css */
}

/* line 4089, app/assets/stylesheets/vendor/foundation.css */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

/* line 4093, app/assets/stylesheets/vendor/foundation.css */
.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

/* line 4098, app/assets/stylesheets/vendor/foundation.css */
.tabs:after {
  clear: both;
}

/* line 4101, app/assets/stylesheets/vendor/foundation.css */
.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

/* line 4108, app/assets/stylesheets/vendor/foundation.css */
.tabs dd > a {
  display: block;
  background-color: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

/* line 4117, app/assets/stylesheets/vendor/foundation.css */
.tabs dd > a:hover {
  background-color: #e1e1e1;
}

/* line 4121, app/assets/stylesheets/vendor/foundation.css */
.tabs dd.active a {
  background-color: white;
  color: #222222;
}

/* line 4126, app/assets/stylesheets/vendor/foundation.css */
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4133, app/assets/stylesheets/vendor/foundation.css */
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4140, app/assets/stylesheets/vendor/foundation.css */
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 4147, app/assets/stylesheets/vendor/foundation.css */

/* line 4151, app/assets/stylesheets/vendor/foundation.css */

/* line 4156, app/assets/stylesheets/vendor/foundation.css */

/* line 4159, app/assets/stylesheets/vendor/foundation.css */

/* line 4165, app/assets/stylesheets/vendor/foundation.css */

/* line 4169, app/assets/stylesheets/vendor/foundation.css */

/* line 4172, app/assets/stylesheets/vendor/foundation.css */

/* line 4175, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 4179, app/assets/stylesheets/vendor/foundation.css */
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  /* line 4185, app/assets/stylesheets/vendor/foundation.css */
}

/* line 4193, app/assets/stylesheets/vendor/foundation.css */

/* line 4197, app/assets/stylesheets/vendor/foundation.css */

/* line 4202, app/assets/stylesheets/vendor/foundation.css */

/* line 4208, app/assets/stylesheets/vendor/foundation.css */

/* line 4220, app/assets/stylesheets/vendor/foundation.css */

/* line 4226, app/assets/stylesheets/vendor/foundation.css */

/* line 4231, app/assets/stylesheets/vendor/foundation.css */

/* line 4237, app/assets/stylesheets/vendor/foundation.css */

/* line 4244, app/assets/stylesheets/vendor/foundation.css */

/* line 4250, app/assets/stylesheets/vendor/foundation.css */

/* Pagination centred wrapper */
/* line 4256, app/assets/stylesheets/vendor/foundation.css */

/* line 4259, app/assets/stylesheets/vendor/foundation.css */

/* line 4263, app/assets/stylesheets/vendor/foundation.css */

/* line 4271, app/assets/stylesheets/vendor/foundation.css */

/* line 4275, app/assets/stylesheets/vendor/foundation.css */

/* line 4281, app/assets/stylesheets/vendor/foundation.css */

/* line 4286, app/assets/stylesheets/vendor/foundation.css */

/* line 4291, app/assets/stylesheets/vendor/foundation.css */

/* line 4298, app/assets/stylesheets/vendor/foundation.css */

/* line 4304, app/assets/stylesheets/vendor/foundation.css */

/* line 4307, app/assets/stylesheets/vendor/foundation.css */

/* line 4312, app/assets/stylesheets/vendor/foundation.css */

/* line 4315, app/assets/stylesheets/vendor/foundation.css */

/* line 4320, app/assets/stylesheets/vendor/foundation.css */

/* line 4324, app/assets/stylesheets/vendor/foundation.css */

/* line 4333, app/assets/stylesheets/vendor/foundation.css */

/* line 4337, app/assets/stylesheets/vendor/foundation.css */

/* line 4342, app/assets/stylesheets/vendor/foundation.css */

/* line 4347, app/assets/stylesheets/vendor/foundation.css */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

/* line 4351, app/assets/stylesheets/vendor/foundation.css */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 4359, app/assets/stylesheets/vendor/foundation.css */
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

/* line 4369, app/assets/stylesheets/vendor/foundation.css */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 4372, app/assets/stylesheets/vendor/foundation.css */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4375, app/assets/stylesheets/vendor/foundation.css */
.split.button span {
  width: 3.09375rem;
}

/* line 4378, app/assets/stylesheets/vendor/foundation.css */
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 4384, app/assets/stylesheets/vendor/foundation.css */
.split.button span:after {
  border-color: white transparent transparent transparent;
}

/* line 4387, app/assets/stylesheets/vendor/foundation.css */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4390, app/assets/stylesheets/vendor/foundation.css */
.split.button.secondary span:after {
  border-color: white transparent transparent transparent;
}

/* line 4393, app/assets/stylesheets/vendor/foundation.css */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4396, app/assets/stylesheets/vendor/foundation.css */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 4399, app/assets/stylesheets/vendor/foundation.css */
.split.button.tiny {
  padding-right: 3.75rem;
}

/* line 4402, app/assets/stylesheets/vendor/foundation.css */
.split.button.tiny span {
  width: 2.25rem;
}

/* line 4405, app/assets/stylesheets/vendor/foundation.css */
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 4411, app/assets/stylesheets/vendor/foundation.css */
.split.button.small {
  padding-right: 4.375rem;
}

/* line 4414, app/assets/stylesheets/vendor/foundation.css */
.split.button.small span {
  width: 2.625rem;
}

/* line 4417, app/assets/stylesheets/vendor/foundation.css */
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 4423, app/assets/stylesheets/vendor/foundation.css */
.split.button.large {
  padding-right: 5.5rem;
}

/* line 4426, app/assets/stylesheets/vendor/foundation.css */
.split.button.large span {
  width: 3.4375rem;
}

/* line 4429, app/assets/stylesheets/vendor/foundation.css */
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 4435, app/assets/stylesheets/vendor/foundation.css */
.split.button.expand {
  padding-left: 2rem;
}

/* line 4438, app/assets/stylesheets/vendor/foundation.css */
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 4441, app/assets/stylesheets/vendor/foundation.css */
.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4447, app/assets/stylesheets/vendor/foundation.css */
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 4453, app/assets/stylesheets/vendor/foundation.css */

/* line 4465, app/assets/stylesheets/vendor/foundation.css */

dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}

@media only screen and (max-width: 40em) {
  /* line 4482, app/assets/stylesheets/vendor/foundation.css */
  
dialog {
    min-height: 100vh;
  }
}

/* line 4487, app/assets/stylesheets/vendor/foundation.css */

dialog .column,
dialog .columns {
  min-width: 0;
}

/* line 4493, app/assets/stylesheets/vendor/foundation.css */

dialog > :first-child {
  margin-top: 0;
}

/* line 4497, app/assets/stylesheets/vendor/foundation.css */

dialog > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 4502, app/assets/stylesheets/vendor/foundation.css */
  
dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 4512, app/assets/stylesheets/vendor/foundation.css */
  
dialog {
    top: 6.25rem;
  }
}

/* line 4517, app/assets/stylesheets/vendor/foundation.css */

dialog.radius {
  border-radius: 3px;
}

/* line 4521, app/assets/stylesheets/vendor/foundation.css */

dialog.round {
  border-radius: 1000px;
}

/* line 4525, app/assets/stylesheets/vendor/foundation.css */

dialog.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 4530, app/assets/stylesheets/vendor/foundation.css */
  
dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 4540, app/assets/stylesheets/vendor/foundation.css */
  
dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 4550, app/assets/stylesheets/vendor/foundation.css */
  
dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 4560, app/assets/stylesheets/vendor/foundation.css */
  
dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 4570, app/assets/stylesheets/vendor/foundation.css */
}

/* line 4579, app/assets/stylesheets/vendor/foundation.css */

dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 4589, app/assets/stylesheets/vendor/foundation.css */
  
dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* line 4598, app/assets/stylesheets/vendor/foundation.css */

/* line 4609, app/assets/stylesheets/vendor/foundation.css */
dialog::backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  left: 0;
}

@media print {
  /* line 4621, app/assets/stylesheets/vendor/foundation.css */
  dialog,
dialog {
    display: none;
    background: white !important;
  }
}

/* Tooltips */
/* line 4630, app/assets/stylesheets/vendor/foundation.css */

/* line 4636, app/assets/stylesheets/vendor/foundation.css */

/* line 4641, app/assets/stylesheets/vendor/foundation.css */

/* line 4645, app/assets/stylesheets/vendor/foundation.css */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
}

/* line 4659, app/assets/stylesheets/vendor/foundation.css */

/* line 4670, app/assets/stylesheets/vendor/foundation.css */

/* line 4674, app/assets/stylesheets/vendor/foundation.css */
.tooltip.radius {
  border-radius: 3px;
}

/* line 4677, app/assets/stylesheets/vendor/foundation.css */
.tooltip.round {
  border-radius: 1000px;
}

/* line 4680, app/assets/stylesheets/vendor/foundation.css */

/* line 4683, app/assets/stylesheets/vendor/foundation.css */

/* line 4687, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 4694, app/assets/stylesheets/vendor/foundation.css */
  /* line 4698, app/assets/stylesheets/vendor/foundation.css */
  /* line 4703, app/assets/stylesheets/vendor/foundation.css */
  /* line 4707, app/assets/stylesheets/vendor/foundation.css */
  /* line 4714, app/assets/stylesheets/vendor/foundation.css */
}

/* Clearing Styles */
/* line 4724, app/assets/stylesheets/vendor/foundation.css */

/* line 4730, app/assets/stylesheets/vendor/foundation.css */

/* line 4737, app/assets/stylesheets/vendor/foundation.css */

/* line 4741, app/assets/stylesheets/vendor/foundation.css */

/* line 4746, app/assets/stylesheets/vendor/foundation.css */

/* line 4750, app/assets/stylesheets/vendor/foundation.css */

/* line 4759, app/assets/stylesheets/vendor/foundation.css */

/* line 4762, app/assets/stylesheets/vendor/foundation.css */

/* line 4769, app/assets/stylesheets/vendor/foundation.css */

/* line 4776, app/assets/stylesheets/vendor/foundation.css */

/* line 4780, app/assets/stylesheets/vendor/foundation.css */

/* line 4788, app/assets/stylesheets/vendor/foundation.css */

/* line 4801, app/assets/stylesheets/vendor/foundation.css */

/* line 4810, app/assets/stylesheets/vendor/foundation.css */

/* line 4814, app/assets/stylesheets/vendor/foundation.css */

/* line 4817, app/assets/stylesheets/vendor/foundation.css */

/* line 4820, app/assets/stylesheets/vendor/foundation.css */

/* line 4823, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 4827, app/assets/stylesheets/vendor/foundation.css */
  /* line 4834, app/assets/stylesheets/vendor/foundation.css */
  /* line 4843, app/assets/stylesheets/vendor/foundation.css */
  /* line 4847, app/assets/stylesheets/vendor/foundation.css */
  /* line 4850, app/assets/stylesheets/vendor/foundation.css */
  /* line 4855, app/assets/stylesheets/vendor/foundation.css */
  /* line 4858, app/assets/stylesheets/vendor/foundation.css */
  /* line 4862, app/assets/stylesheets/vendor/foundation.css */
  /* line 4866, app/assets/stylesheets/vendor/foundation.css */
  /* line 4872, app/assets/stylesheets/vendor/foundation.css */
  /* line 4879, app/assets/stylesheets/vendor/foundation.css */
  /* line 4892, app/assets/stylesheets/vendor/foundation.css */
  /* line 4896, app/assets/stylesheets/vendor/foundation.css */
  /* line 4901, app/assets/stylesheets/vendor/foundation.css */
  /* line 4905, app/assets/stylesheets/vendor/foundation.css */
  /* line 4908, app/assets/stylesheets/vendor/foundation.css */
  /* line 4911, app/assets/stylesheets/vendor/foundation.css */
  /* line 4916, app/assets/stylesheets/vendor/foundation.css */
}

/* Progress Bar */
/* line 4926, app/assets/stylesheets/vendor/foundation.css */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

/* line 4933, app/assets/stylesheets/vendor/foundation.css */
.progress .meter {
  background: #008cba;
  height: 100%;
  display: block;
}

/* line 4938, app/assets/stylesheets/vendor/foundation.css */
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}

/* line 4943, app/assets/stylesheets/vendor/foundation.css */
.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}

/* line 4948, app/assets/stylesheets/vendor/foundation.css */
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}

/* line 4953, app/assets/stylesheets/vendor/foundation.css */
.progress.radius {
  border-radius: 3px;
}

/* line 4956, app/assets/stylesheets/vendor/foundation.css */
.progress.radius .meter {
  border-radius: 2px;
}

/* line 4959, app/assets/stylesheets/vendor/foundation.css */
.progress.round {
  border-radius: 1000px;
}

/* line 4962, app/assets/stylesheets/vendor/foundation.css */
.progress.round .meter {
  border-radius: 999px;
}

/* line 4965, app/assets/stylesheets/vendor/foundation.css */

/* line 4974, app/assets/stylesheets/vendor/foundation.css */

/* line 4977, app/assets/stylesheets/vendor/foundation.css */

/* line 4989, app/assets/stylesheets/vendor/foundation.css */

/* line 4996, app/assets/stylesheets/vendor/foundation.css */

/* line 5001, app/assets/stylesheets/vendor/foundation.css */

/* line 5011, app/assets/stylesheets/vendor/foundation.css */

/* Foundation Joyride */
/* line 5018, app/assets/stylesheets/vendor/foundation.css */

/* Default styles for the container */
/* line 5023, app/assets/stylesheets/vendor/foundation.css */

/* line 5035, app/assets/stylesheets/vendor/foundation.css */

/* line 5040, app/assets/stylesheets/vendor/foundation.css */

/* line 5044, app/assets/stylesheets/vendor/foundation.css */

/* line 5047, app/assets/stylesheets/vendor/foundation.css */

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 5052, app/assets/stylesheets/vendor/foundation.css */

/* line 5060, app/assets/stylesheets/vendor/foundation.css */

/* line 5068, app/assets/stylesheets/vendor/foundation.css */

/* line 5076, app/assets/stylesheets/vendor/foundation.css */

/* line 5079, app/assets/stylesheets/vendor/foundation.css */

/* Typography */
/* line 5084, app/assets/stylesheets/vendor/foundation.css */

/* line 5095, app/assets/stylesheets/vendor/foundation.css */

/* line 5100, app/assets/stylesheets/vendor/foundation.css */

/* line 5108, app/assets/stylesheets/vendor/foundation.css */

/* line 5114, app/assets/stylesheets/vendor/foundation.css */

/* line 5124, app/assets/stylesheets/vendor/foundation.css */

/* line 5128, app/assets/stylesheets/vendor/foundation.css */

/* line 5140, app/assets/stylesheets/vendor/foundation.css */

/* line 5147, app/assets/stylesheets/vendor/foundation.css */

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  /* line 5158, app/assets/stylesheets/vendor/foundation.css */
  /* line 5162, app/assets/stylesheets/vendor/foundation.css */
  /* line 5169, app/assets/stylesheets/vendor/foundation.css */
  /* line 5178, app/assets/stylesheets/vendor/foundation.css */
}

/* line 5188, app/assets/stylesheets/vendor/foundation.css */
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white;
}

/* line 5203, app/assets/stylesheets/vendor/foundation.css */
.label.radius {
  border-radius: 3px;
}

/* line 5206, app/assets/stylesheets/vendor/foundation.css */
.label.round {
  border-radius: 1000px;
}

/* line 5209, app/assets/stylesheets/vendor/foundation.css */
.label.alert {
  background-color: #f04124;
  color: white;
}

/* line 5213, app/assets/stylesheets/vendor/foundation.css */
.label.warning {
  background-color: #f08a24;
  color: white;
}

/* line 5217, app/assets/stylesheets/vendor/foundation.css */
.label.success {
  background-color: #43ac6a;
  color: white;
}

/* line 5221, app/assets/stylesheets/vendor/foundation.css */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

/* line 5225, app/assets/stylesheets/vendor/foundation.css */

/* line 5231, app/assets/stylesheets/vendor/foundation.css */

/* line 5236, app/assets/stylesheets/vendor/foundation.css */

/* line 5246, app/assets/stylesheets/vendor/foundation.css */

/* line 5251, app/assets/stylesheets/vendor/foundation.css */

/* line 5254, app/assets/stylesheets/vendor/foundation.css */

/* line 5262, app/assets/stylesheets/vendor/foundation.css */

/* line 5273, app/assets/stylesheets/vendor/foundation.css */

/* line 5279, app/assets/stylesheets/vendor/foundation.css */

/* line 5287, app/assets/stylesheets/vendor/foundation.css */

/* line 5295, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 5303, app/assets/stylesheets/vendor/foundation.css */
}

/* line 5308, app/assets/stylesheets/vendor/foundation.css */

/* line 5312, app/assets/stylesheets/vendor/foundation.css */

/* line 5316, app/assets/stylesheets/vendor/foundation.css */

/* line 5320, app/assets/stylesheets/vendor/foundation.css */

/* line 5330, app/assets/stylesheets/vendor/foundation.css */

/* line 5341, app/assets/stylesheets/vendor/foundation.css */

/* line 5344, app/assets/stylesheets/vendor/foundation.css */

/* line 5364, app/assets/stylesheets/vendor/foundation.css */

/* line 5367, app/assets/stylesheets/vendor/foundation.css */

/* line 5387, app/assets/stylesheets/vendor/foundation.css */

/* line 5390, app/assets/stylesheets/vendor/foundation.css */

/* line 5395, app/assets/stylesheets/vendor/foundation.css */

/* line 5407, app/assets/stylesheets/vendor/foundation.css */

/* line 5414, app/assets/stylesheets/vendor/foundation.css */

/* line 5417, app/assets/stylesheets/vendor/foundation.css */

/* line 5425, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 5441, app/assets/stylesheets/vendor/foundation.css */
}

/* line 5445, app/assets/stylesheets/vendor/foundation.css */

/* line 5453, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 5469, app/assets/stylesheets/vendor/foundation.css */
}

/* line 5473, app/assets/stylesheets/vendor/foundation.css */

/* line 5482, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 5498, app/assets/stylesheets/vendor/foundation.css */
}

/* line 5502, app/assets/stylesheets/vendor/foundation.css */

/* line 5510, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 5526, app/assets/stylesheets/vendor/foundation.css */
}

/* line 5530, app/assets/stylesheets/vendor/foundation.css */

/* line 5538, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (min-width: 40.063em) {
  /* line 5554, app/assets/stylesheets/vendor/foundation.css */
}

/* line 5558, app/assets/stylesheets/vendor/foundation.css */

/* line 5561, app/assets/stylesheets/vendor/foundation.css */

/* line 5564, app/assets/stylesheets/vendor/foundation.css */

/* line 5567, app/assets/stylesheets/vendor/foundation.css */

/* line 5570, app/assets/stylesheets/vendor/foundation.css */

/* line 5595, app/assets/stylesheets/vendor/foundation.css */

/* line 5598, app/assets/stylesheets/vendor/foundation.css */

/* line 5608, app/assets/stylesheets/vendor/foundation.css */

/* line 5613, app/assets/stylesheets/vendor/foundation.css */

/* line 5618, app/assets/stylesheets/vendor/foundation.css */

/* line 5626, app/assets/stylesheets/vendor/foundation.css */

/* line 5651, app/assets/stylesheets/vendor/foundation.css */

/* line 5654, app/assets/stylesheets/vendor/foundation.css */

/* line 5664, app/assets/stylesheets/vendor/foundation.css */

/* line 5669, app/assets/stylesheets/vendor/foundation.css */

/* line 5674, app/assets/stylesheets/vendor/foundation.css */

/* line 5682, app/assets/stylesheets/vendor/foundation.css */

/* line 5687, app/assets/stylesheets/vendor/foundation.css */

/* Foundation Dropdowns */
/* line 5694, app/assets/stylesheets/vendor/foundation.css */

/* line 5709, app/assets/stylesheets/vendor/foundation.css */

/* line 5712, app/assets/stylesheets/vendor/foundation.css */

/* line 5715, app/assets/stylesheets/vendor/foundation.css */

/* line 5728, app/assets/stylesheets/vendor/foundation.css */

/* line 5741, app/assets/stylesheets/vendor/foundation.css */

/* line 5745, app/assets/stylesheets/vendor/foundation.css */

/* line 5749, app/assets/stylesheets/vendor/foundation.css */

/* line 5765, app/assets/stylesheets/vendor/foundation.css */

/* line 5768, app/assets/stylesheets/vendor/foundation.css */

/* line 5771, app/assets/stylesheets/vendor/foundation.css */

/* line 5784, app/assets/stylesheets/vendor/foundation.css */

/* line 5797, app/assets/stylesheets/vendor/foundation.css */

/* line 5813, app/assets/stylesheets/vendor/foundation.css */

/* line 5816, app/assets/stylesheets/vendor/foundation.css */

/* line 5819, app/assets/stylesheets/vendor/foundation.css */

/* line 5833, app/assets/stylesheets/vendor/foundation.css */

/* line 5847, app/assets/stylesheets/vendor/foundation.css */

/* line 5863, app/assets/stylesheets/vendor/foundation.css */

/* line 5866, app/assets/stylesheets/vendor/foundation.css */

/* line 5869, app/assets/stylesheets/vendor/foundation.css */

/* line 5884, app/assets/stylesheets/vendor/foundation.css */

/* line 5899, app/assets/stylesheets/vendor/foundation.css */

/* line 5905, app/assets/stylesheets/vendor/foundation.css */

/* line 5909, app/assets/stylesheets/vendor/foundation.css */

/* line 5914, app/assets/stylesheets/vendor/foundation.css */

/* line 5929, app/assets/stylesheets/vendor/foundation.css */

/* line 5932, app/assets/stylesheets/vendor/foundation.css */

/* line 5935, app/assets/stylesheets/vendor/foundation.css */

/* line 5938, app/assets/stylesheets/vendor/foundation.css */

/* line 5941, app/assets/stylesheets/vendor/foundation.css */

/* line 5944, app/assets/stylesheets/vendor/foundation.css */

/* line 5947, app/assets/stylesheets/vendor/foundation.css */
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
  table-layout: fixed;
  width: 100%;
}

/* line 5954, app/assets/stylesheets/vendor/foundation.css */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

/* line 5960, app/assets/stylesheets/vendor/foundation.css */
table thead {
  background: whitesmoke;
}

/* line 5963, app/assets/stylesheets/vendor/foundation.css */
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

/* line 5970, app/assets/stylesheets/vendor/foundation.css */
table tfoot {
  background: whitesmoke;
}

/* line 5973, app/assets/stylesheets/vendor/foundation.css */
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}

/* line 5980, app/assets/stylesheets/vendor/foundation.css */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}

/* line 5987, app/assets/stylesheets/vendor/foundation.css */
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}

/* line 5992, app/assets/stylesheets/vendor/foundation.css */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* Standard Forms */
/* line 6003, app/assets/stylesheets/vendor/foundation.css */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 6008, app/assets/stylesheets/vendor/foundation.css */
form .row .row {
  margin: 0 -0.5rem;
}

/* line 6011, app/assets/stylesheets/vendor/foundation.css */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

/* line 6015, app/assets/stylesheets/vendor/foundation.css */
form .row .row.collapse {
  margin: 0;
}

/* line 6018, app/assets/stylesheets/vendor/foundation.css */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 6022, app/assets/stylesheets/vendor/foundation.css */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 6028, app/assets/stylesheets/vendor/foundation.css */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 6035, app/assets/stylesheets/vendor/foundation.css */
label.right {
  float: none !important;
  text-align: right;
}

/* line 6039, app/assets/stylesheets/vendor/foundation.css */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

/* line 6043, app/assets/stylesheets/vendor/foundation.css */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 6047, app/assets/stylesheets/vendor/foundation.css */
select::-ms-expand {
  display: none;
}

/* Attach elements to the beginning or end of an input */
/* line 6052, app/assets/stylesheets/vendor/foundation.css */
.prefix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 6070, app/assets/stylesheets/vendor/foundation.css */

/* line 6079, app/assets/stylesheets/vendor/foundation.css */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 6088, app/assets/stylesheets/vendor/foundation.css */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 6095, app/assets/stylesheets/vendor/foundation.css */

/* line 6102, app/assets/stylesheets/vendor/foundation.css */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 6109, app/assets/stylesheets/vendor/foundation.css */

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 6118, app/assets/stylesheets/vendor/foundation.css */
span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 6125, app/assets/stylesheets/vendor/foundation.css */
span.prefix.radius,
label.prefix.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 6133, app/assets/stylesheets/vendor/foundation.css */

/* line 6140, app/assets/stylesheets/vendor/foundation.css */

/* We use this to get basic styling on all basic form elements */
/* line 6150, app/assets/stylesheets/vendor/foundation.css */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 6183, app/assets/stylesheets/vendor/foundation.css */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 6201, app/assets/stylesheets/vendor/foundation.css */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 6220, app/assets/stylesheets/vendor/foundation.css */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* line 6238, app/assets/stylesheets/vendor/foundation.css */
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: #dddddd;
  cursor: default;
}

/* line 6286, app/assets/stylesheets/vendor/foundation.css */
input.radius[type="text"],
input.radius[type="password"],
input.radius[type="date"],
input.radius[type="datetime"],
input.radius[type="datetime-local"],
input.radius[type="month"],
input.radius[type="week"],
input.radius[type="email"],
input.radius[type="number"],
input.radius[type="search"],
input.radius[type="tel"],
input.radius[type="time"],
input.radius[type="url"],
input.radius[type="color"],
textarea.radius {
  border-radius: 3px;
}

/* line 6303, app/assets/stylesheets/vendor/foundation.css */
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
/* line 6309, app/assets/stylesheets/vendor/foundation.css */
textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */
/* line 6314, app/assets/stylesheets/vendor/foundation.css */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}

/* line 6329, app/assets/stylesheets/vendor/foundation.css */
select.radius {
  border-radius: 3px;
}

/* line 6332, app/assets/stylesheets/vendor/foundation.css */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* line 6336, app/assets/stylesheets/vendor/foundation.css */
select:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 6342, app/assets/stylesheets/vendor/foundation.css */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 6348, app/assets/stylesheets/vendor/foundation.css */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 6358, app/assets/stylesheets/vendor/foundation.css */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 6364, app/assets/stylesheets/vendor/foundation.css */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

/* line 6369, app/assets/stylesheets/vendor/foundation.css */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 6378, app/assets/stylesheets/vendor/foundation.css */
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 6392, app/assets/stylesheets/vendor/foundation.css */
[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

/* line 6396, app/assets/stylesheets/vendor/foundation.css */
span.error,
small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 6408, app/assets/stylesheets/vendor/foundation.css */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

/* line 6413, app/assets/stylesheets/vendor/foundation.css */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

/* line 6417, app/assets/stylesheets/vendor/foundation.css */
.error label,
.error label.error {
  color: #f04124;
}

/* line 6421, app/assets/stylesheets/vendor/foundation.css */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 6432, app/assets/stylesheets/vendor/foundation.css */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

/* line 6442, app/assets/stylesheets/vendor/foundation.css */

/* line 6445, app/assets/stylesheets/vendor/foundation.css */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 6450, app/assets/stylesheets/vendor/foundation.css */
label.error {
  color: #f04124;
}

/* line 6453, app/assets/stylesheets/vendor/foundation.css */

/* line 6464, app/assets/stylesheets/vendor/foundation.css */

/* line 6477, app/assets/stylesheets/vendor/foundation.css */

/* line 6483, app/assets/stylesheets/vendor/foundation.css */

/* line 6488, app/assets/stylesheets/vendor/foundation.css */

/* line 6492, app/assets/stylesheets/vendor/foundation.css */

/* line 6496, app/assets/stylesheets/vendor/foundation.css */

/* line 6499, app/assets/stylesheets/vendor/foundation.css */

/* line 6503, app/assets/stylesheets/vendor/foundation.css */

/* line 6507, app/assets/stylesheets/vendor/foundation.css */

/* line 6510, app/assets/stylesheets/vendor/foundation.css */

/* line 6516, app/assets/stylesheets/vendor/foundation.css */

/* line 6522, app/assets/stylesheets/vendor/foundation.css */

/* line 6526, app/assets/stylesheets/vendor/foundation.css */

/* line 6532, app/assets/stylesheets/vendor/foundation.css */

/* line 6543, app/assets/stylesheets/vendor/foundation.css */

/* line 6546, app/assets/stylesheets/vendor/foundation.css */

/* line 6551, app/assets/stylesheets/vendor/foundation.css */

/* line 6556, app/assets/stylesheets/vendor/foundation.css */

/* line 6559, app/assets/stylesheets/vendor/foundation.css */

@media only screen {
  /* line 6566, app/assets/stylesheets/vendor/foundation.css */
  /* line 6570, app/assets/stylesheets/vendor/foundation.css */
  /* line 6573, app/assets/stylesheets/vendor/foundation.css */
  /* line 6576, app/assets/stylesheets/vendor/foundation.css */
  /* line 6580, app/assets/stylesheets/vendor/foundation.css */
  /* line 6583, app/assets/stylesheets/vendor/foundation.css */
  /* line 6586, app/assets/stylesheets/vendor/foundation.css */
  /* line 6590, app/assets/stylesheets/vendor/foundation.css */
  /* line 6593, app/assets/stylesheets/vendor/foundation.css */
  /* line 6596, app/assets/stylesheets/vendor/foundation.css */
  /* line 6600, app/assets/stylesheets/vendor/foundation.css */
  /* line 6603, app/assets/stylesheets/vendor/foundation.css */
  /* line 6606, app/assets/stylesheets/vendor/foundation.css */
  /* line 6610, app/assets/stylesheets/vendor/foundation.css */
  /* line 6613, app/assets/stylesheets/vendor/foundation.css */
  /* line 6616, app/assets/stylesheets/vendor/foundation.css */
  /* line 6620, app/assets/stylesheets/vendor/foundation.css */
  /* line 6623, app/assets/stylesheets/vendor/foundation.css */
  /* line 6626, app/assets/stylesheets/vendor/foundation.css */
  /* line 6630, app/assets/stylesheets/vendor/foundation.css */
  /* line 6633, app/assets/stylesheets/vendor/foundation.css */
  /* line 6636, app/assets/stylesheets/vendor/foundation.css */
  /* line 6640, app/assets/stylesheets/vendor/foundation.css */
  /* line 6643, app/assets/stylesheets/vendor/foundation.css */
  /* line 6646, app/assets/stylesheets/vendor/foundation.css */
  /* line 6650, app/assets/stylesheets/vendor/foundation.css */
  /* line 6653, app/assets/stylesheets/vendor/foundation.css */
  /* line 6656, app/assets/stylesheets/vendor/foundation.css */
  /* line 6660, app/assets/stylesheets/vendor/foundation.css */
  /* line 6663, app/assets/stylesheets/vendor/foundation.css */
  /* line 6666, app/assets/stylesheets/vendor/foundation.css */
  /* line 6670, app/assets/stylesheets/vendor/foundation.css */
  /* line 6673, app/assets/stylesheets/vendor/foundation.css */
  /* line 6676, app/assets/stylesheets/vendor/foundation.css */
  /* line 6680, app/assets/stylesheets/vendor/foundation.css */
  /* line 6683, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 40.063em) {
  /* line 6688, app/assets/stylesheets/vendor/foundation.css */
  /* line 6692, app/assets/stylesheets/vendor/foundation.css */
  /* line 6695, app/assets/stylesheets/vendor/foundation.css */
  /* line 6698, app/assets/stylesheets/vendor/foundation.css */
  /* line 6702, app/assets/stylesheets/vendor/foundation.css */
  /* line 6705, app/assets/stylesheets/vendor/foundation.css */
  /* line 6708, app/assets/stylesheets/vendor/foundation.css */
  /* line 6712, app/assets/stylesheets/vendor/foundation.css */
  /* line 6715, app/assets/stylesheets/vendor/foundation.css */
  /* line 6718, app/assets/stylesheets/vendor/foundation.css */
  /* line 6722, app/assets/stylesheets/vendor/foundation.css */
  /* line 6725, app/assets/stylesheets/vendor/foundation.css */
  /* line 6728, app/assets/stylesheets/vendor/foundation.css */
  /* line 6732, app/assets/stylesheets/vendor/foundation.css */
  /* line 6735, app/assets/stylesheets/vendor/foundation.css */
  /* line 6738, app/assets/stylesheets/vendor/foundation.css */
  /* line 6742, app/assets/stylesheets/vendor/foundation.css */
  /* line 6745, app/assets/stylesheets/vendor/foundation.css */
  /* line 6748, app/assets/stylesheets/vendor/foundation.css */
  /* line 6752, app/assets/stylesheets/vendor/foundation.css */
  /* line 6755, app/assets/stylesheets/vendor/foundation.css */
  /* line 6758, app/assets/stylesheets/vendor/foundation.css */
  /* line 6762, app/assets/stylesheets/vendor/foundation.css */
  /* line 6765, app/assets/stylesheets/vendor/foundation.css */
  /* line 6768, app/assets/stylesheets/vendor/foundation.css */
  /* line 6772, app/assets/stylesheets/vendor/foundation.css */
  /* line 6775, app/assets/stylesheets/vendor/foundation.css */
  /* line 6778, app/assets/stylesheets/vendor/foundation.css */
  /* line 6782, app/assets/stylesheets/vendor/foundation.css */
  /* line 6785, app/assets/stylesheets/vendor/foundation.css */
  /* line 6788, app/assets/stylesheets/vendor/foundation.css */
  /* line 6792, app/assets/stylesheets/vendor/foundation.css */
  /* line 6795, app/assets/stylesheets/vendor/foundation.css */
  /* line 6798, app/assets/stylesheets/vendor/foundation.css */
  /* line 6802, app/assets/stylesheets/vendor/foundation.css */
  /* line 6805, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (min-width: 64.063em) {
  /* line 6810, app/assets/stylesheets/vendor/foundation.css */
  /* line 6814, app/assets/stylesheets/vendor/foundation.css */
  /* line 6817, app/assets/stylesheets/vendor/foundation.css */
  /* line 6820, app/assets/stylesheets/vendor/foundation.css */
  /* line 6824, app/assets/stylesheets/vendor/foundation.css */
  /* line 6827, app/assets/stylesheets/vendor/foundation.css */
  /* line 6830, app/assets/stylesheets/vendor/foundation.css */
  /* line 6834, app/assets/stylesheets/vendor/foundation.css */
  /* line 6837, app/assets/stylesheets/vendor/foundation.css */
  /* line 6840, app/assets/stylesheets/vendor/foundation.css */
  /* line 6844, app/assets/stylesheets/vendor/foundation.css */
  /* line 6847, app/assets/stylesheets/vendor/foundation.css */
  /* line 6850, app/assets/stylesheets/vendor/foundation.css */
  /* line 6854, app/assets/stylesheets/vendor/foundation.css */
  /* line 6857, app/assets/stylesheets/vendor/foundation.css */
  /* line 6860, app/assets/stylesheets/vendor/foundation.css */
  /* line 6864, app/assets/stylesheets/vendor/foundation.css */
  /* line 6867, app/assets/stylesheets/vendor/foundation.css */
  /* line 6870, app/assets/stylesheets/vendor/foundation.css */
  /* line 6874, app/assets/stylesheets/vendor/foundation.css */
  /* line 6877, app/assets/stylesheets/vendor/foundation.css */
  /* line 6880, app/assets/stylesheets/vendor/foundation.css */
  /* line 6884, app/assets/stylesheets/vendor/foundation.css */
  /* line 6887, app/assets/stylesheets/vendor/foundation.css */
  /* line 6890, app/assets/stylesheets/vendor/foundation.css */
  /* line 6894, app/assets/stylesheets/vendor/foundation.css */
  /* line 6897, app/assets/stylesheets/vendor/foundation.css */
  /* line 6900, app/assets/stylesheets/vendor/foundation.css */
  /* line 6904, app/assets/stylesheets/vendor/foundation.css */
  /* line 6907, app/assets/stylesheets/vendor/foundation.css */
  /* line 6910, app/assets/stylesheets/vendor/foundation.css */
  /* line 6914, app/assets/stylesheets/vendor/foundation.css */
  /* line 6917, app/assets/stylesheets/vendor/foundation.css */
  /* line 6920, app/assets/stylesheets/vendor/foundation.css */
  /* line 6924, app/assets/stylesheets/vendor/foundation.css */
  /* line 6927, app/assets/stylesheets/vendor/foundation.css */
}

/* line 6931, app/assets/stylesheets/vendor/foundation.css */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 6939, app/assets/stylesheets/vendor/foundation.css */

/* line 6942, app/assets/stylesheets/vendor/foundation.css */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 6945, app/assets/stylesheets/vendor/foundation.css */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6955, app/assets/stylesheets/vendor/foundation.css */
.keystroke {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

/* line 6968, app/assets/stylesheets/vendor/foundation.css */
div.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #dddddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}

/* line 6980, app/assets/stylesheets/vendor/foundation.css */
div.switch input {
  display: none;
}

/* line 6983, app/assets/stylesheets/vendor/foundation.css */
div.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

/* line 6987, app/assets/stylesheets/vendor/foundation.css */
div.switch label:after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 7003, app/assets/stylesheets/vendor/foundation.css */
div.switch input:checked + label {
  background: #008cba;
}

/* line 7006, app/assets/stylesheets/vendor/foundation.css */
div.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 7009, app/assets/stylesheets/vendor/foundation.css */
div.switch label {
  width: 4rem;
  height: 2rem;
}

/* line 7013, app/assets/stylesheets/vendor/foundation.css */
div.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 7017, app/assets/stylesheets/vendor/foundation.css */
div.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 7020, app/assets/stylesheets/vendor/foundation.css */
div.switch label {
  color: transparent;
  background: #dddddd;
}

/* line 7024, app/assets/stylesheets/vendor/foundation.css */
div.switch label:after {
  background: white;
}

/* line 7027, app/assets/stylesheets/vendor/foundation.css */
div.switch input:checked + label {
  background: #008cba;
}

/* line 7030, app/assets/stylesheets/vendor/foundation.css */
div.switch.large label {
  width: 5rem;
  height: 2.5rem;
}

/* line 7034, app/assets/stylesheets/vendor/foundation.css */
div.switch.large label:after {
  width: 2rem;
  height: 2rem;
}

/* line 7038, app/assets/stylesheets/vendor/foundation.css */
div.switch.large input:checked + label:after {
  left: 2.75rem;
}

/* line 7041, app/assets/stylesheets/vendor/foundation.css */
div.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}

/* line 7045, app/assets/stylesheets/vendor/foundation.css */
div.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 7049, app/assets/stylesheets/vendor/foundation.css */
div.switch.small input:checked + label:after {
  left: 2rem;
}

/* line 7052, app/assets/stylesheets/vendor/foundation.css */
div.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}

/* line 7056, app/assets/stylesheets/vendor/foundation.css */
div.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}

/* line 7060, app/assets/stylesheets/vendor/foundation.css */
div.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

/* line 7063, app/assets/stylesheets/vendor/foundation.css */
div.switch.radius label {
  border-radius: 4px;
}

/* line 7066, app/assets/stylesheets/vendor/foundation.css */
div.switch.radius label:after {
  border-radius: 3px;
}

/* line 7069, app/assets/stylesheets/vendor/foundation.css */
div.switch.round {
  border-radius: 1000px;
}

/* line 7072, app/assets/stylesheets/vendor/foundation.css */
div.switch.round label {
  border-radius: 2rem;
}

/* line 7075, app/assets/stylesheets/vendor/foundation.css */
div.switch.round label:after {
  border-radius: 2rem;
}

/* small displays */
@media only screen {
  /* line 7081, app/assets/stylesheets/vendor/foundation.css */
  .show-for-small-only,
.hide-for-medium-only,
.hide-for-medium {
    display: inherit !important;
  }
  /* line 7099, app/assets/stylesheets/vendor/foundation.css */
  /* line 7117, app/assets/stylesheets/vendor/foundation.css */
  /* line 7139, app/assets/stylesheets/vendor/foundation.css */
  /* line 7161, app/assets/stylesheets/vendor/foundation.css */
  table.show-for-small-only,
table.hide-for-medium-only,
table.hide-for-medium {
    display: table;
  }
  /* line 7179, app/assets/stylesheets/vendor/foundation.css */
  thead.show-for-small-only,
thead.hide-for-medium-only,
thead.hide-for-medium {
    display: table-header-group !important;
  }
  /* line 7197, app/assets/stylesheets/vendor/foundation.css */
  tbody.show-for-small-only,
tbody.hide-for-medium-only,
tbody.hide-for-medium {
    display: table-row-group !important;
  }
  /* line 7215, app/assets/stylesheets/vendor/foundation.css */
  tr.show-for-small-only,
tr.hide-for-medium-only,
tr.hide-for-medium {
    display: table-row !important;
  }
  /* line 7233, app/assets/stylesheets/vendor/foundation.css */
  th.show-for-small-only,
td.show-for-small-only,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.hide-for-medium,
td.hide-for-medium {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 7271, app/assets/stylesheets/vendor/foundation.css */
  /* line 7289, app/assets/stylesheets/vendor/foundation.css */
  .show-for-small-only,
.hide-for-medium-only,
.hide-for-medium {
    display: none !important;
  }
  /* line 7307, app/assets/stylesheets/vendor/foundation.css */
  /* line 7329, app/assets/stylesheets/vendor/foundation.css */
  /* line 7351, app/assets/stylesheets/vendor/foundation.css */
  /* line 7369, app/assets/stylesheets/vendor/foundation.css */
  /* line 7387, app/assets/stylesheets/vendor/foundation.css */
  /* line 7405, app/assets/stylesheets/vendor/foundation.css */
  /* line 7423, app/assets/stylesheets/vendor/foundation.css */
}

/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 7461, app/assets/stylesheets/vendor/foundation.css */
  
.hide-for-medium-only,
.hide-for-medium {
    display: inherit !important;
  }
  /* line 7479, app/assets/stylesheets/vendor/foundation.css */
  .show-for-small-only {
    display: none !important;
  }
  /* line 7497, app/assets/stylesheets/vendor/foundation.css */
  /* line 7519, app/assets/stylesheets/vendor/foundation.css */
  /* line 7541, app/assets/stylesheets/vendor/foundation.css */
  
table.hide-for-medium-only,
table.hide-for-medium {
    display: table;
  }
  /* line 7559, app/assets/stylesheets/vendor/foundation.css */
  
thead.hide-for-medium-only,
thead.hide-for-medium {
    display: table-header-group !important;
  }
  /* line 7577, app/assets/stylesheets/vendor/foundation.css */
  
tbody.hide-for-medium-only,
tbody.hide-for-medium {
    display: table-row-group !important;
  }
  /* line 7595, app/assets/stylesheets/vendor/foundation.css */
  
tr.hide-for-medium-only,
tr.hide-for-medium {
    display: table-row !important;
  }
  /* line 7613, app/assets/stylesheets/vendor/foundation.css */
  
th.hide-for-medium-only,
td.hide-for-medium-only,
th.hide-for-medium,
td.hide-for-medium {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 7651, app/assets/stylesheets/vendor/foundation.css */
  
.hide-for-medium-only,
.hide-for-medium {
    display: inherit !important;
  }
  /* line 7669, app/assets/stylesheets/vendor/foundation.css */
  .show-for-small-only {
    display: none !important;
  }
  /* line 7687, app/assets/stylesheets/vendor/foundation.css */
  /* line 7709, app/assets/stylesheets/vendor/foundation.css */
  /* line 7731, app/assets/stylesheets/vendor/foundation.css */
  
table.hide-for-medium-only,
table.hide-for-medium {
    display: table;
  }
  /* line 7749, app/assets/stylesheets/vendor/foundation.css */
  
thead.hide-for-medium-only,
thead.hide-for-medium {
    display: table-header-group !important;
  }
  /* line 7767, app/assets/stylesheets/vendor/foundation.css */
  
tbody.hide-for-medium-only,
tbody.hide-for-medium {
    display: table-row-group !important;
  }
  /* line 7785, app/assets/stylesheets/vendor/foundation.css */
  
tr.hide-for-medium-only,
tr.hide-for-medium {
    display: table-row !important;
  }
  /* line 7803, app/assets/stylesheets/vendor/foundation.css */
  
th.hide-for-medium-only,
td.hide-for-medium-only,
th.hide-for-medium,
td.hide-for-medium {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 7841, app/assets/stylesheets/vendor/foundation.css */
  
.hide-for-medium-only,
.hide-for-medium {
    display: inherit !important;
  }
  /* line 7859, app/assets/stylesheets/vendor/foundation.css */
  .show-for-small-only {
    display: none !important;
  }
  /* line 7877, app/assets/stylesheets/vendor/foundation.css */
  /* line 7899, app/assets/stylesheets/vendor/foundation.css */
  /* line 7921, app/assets/stylesheets/vendor/foundation.css */
  
table.hide-for-medium-only,
table.hide-for-medium {
    display: table;
  }
  /* line 7939, app/assets/stylesheets/vendor/foundation.css */
  
thead.hide-for-medium-only,
thead.hide-for-medium {
    display: table-header-group !important;
  }
  /* line 7957, app/assets/stylesheets/vendor/foundation.css */
  
tbody.hide-for-medium-only,
tbody.hide-for-medium {
    display: table-row-group !important;
  }
  /* line 7975, app/assets/stylesheets/vendor/foundation.css */
  
tr.hide-for-medium-only,
tr.hide-for-medium {
    display: table-row !important;
  }
  /* line 7993, app/assets/stylesheets/vendor/foundation.css */
  
th.hide-for-medium-only,
td.hide-for-medium-only,
th.hide-for-medium,
td.hide-for-medium {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 8030, app/assets/stylesheets/vendor/foundation.css */

/* line 8034, app/assets/stylesheets/vendor/foundation.css */

/* Specific visibility for tables */
/* line 8040, app/assets/stylesheets/vendor/foundation.css */

/* line 8044, app/assets/stylesheets/vendor/foundation.css */

/* line 8048, app/assets/stylesheets/vendor/foundation.css */

/* line 8052, app/assets/stylesheets/vendor/foundation.css */

/* line 8056, app/assets/stylesheets/vendor/foundation.css */

@media only screen and (orientation: landscape) {
  /* line 8063, app/assets/stylesheets/vendor/foundation.css */
  /* line 8067, app/assets/stylesheets/vendor/foundation.css */
  /* Specific visibility for tables */
  /* line 8073, app/assets/stylesheets/vendor/foundation.css */
  /* line 8077, app/assets/stylesheets/vendor/foundation.css */
  /* line 8081, app/assets/stylesheets/vendor/foundation.css */
  /* line 8085, app/assets/stylesheets/vendor/foundation.css */
  /* line 8089, app/assets/stylesheets/vendor/foundation.css */
}

@media only screen and (orientation: portrait) {
  /* line 8097, app/assets/stylesheets/vendor/foundation.css */
  /* line 8101, app/assets/stylesheets/vendor/foundation.css */
  /* Specific visibility for tables */
  /* line 8107, app/assets/stylesheets/vendor/foundation.css */
  /* line 8111, app/assets/stylesheets/vendor/foundation.css */
  /* line 8115, app/assets/stylesheets/vendor/foundation.css */
  /* line 8119, app/assets/stylesheets/vendor/foundation.css */
  /* line 8123, app/assets/stylesheets/vendor/foundation.css */
}

/* Touch-enabled device targeting */
/* line 8132, app/assets/stylesheets/vendor/foundation.css */

/* line 8135, app/assets/stylesheets/vendor/foundation.css */

/* line 8138, app/assets/stylesheets/vendor/foundation.css */

/* line 8141, app/assets/stylesheets/vendor/foundation.css */

/* Specific visibility for tables */
/* line 8146, app/assets/stylesheets/vendor/foundation.css */

/* line 8149, app/assets/stylesheets/vendor/foundation.css */

/* line 8152, app/assets/stylesheets/vendor/foundation.css */

/* line 8155, app/assets/stylesheets/vendor/foundation.css */

/* line 8158, app/assets/stylesheets/vendor/foundation.css */

/* line 8161, app/assets/stylesheets/vendor/foundation.css */

/* line 8164, app/assets/stylesheets/vendor/foundation.css */

/* line 8167, app/assets/stylesheets/vendor/foundation.css */

/* line 8170, app/assets/stylesheets/vendor/foundation.css */

/* line 8173, app/assets/stylesheets/vendor/foundation.css */

/* line 8176, app/assets/stylesheets/vendor/foundation.css */

/* line 8179, app/assets/stylesheets/vendor/foundation.css */

/* Print visibility */
@media print {
  /* line 8185, app/assets/stylesheets/vendor/foundation.css */
  /* line 8188, app/assets/stylesheets/vendor/foundation.css */
  /* line 8191, app/assets/stylesheets/vendor/foundation.css */
  /* line 8194, app/assets/stylesheets/vendor/foundation.css */
  /* line 8197, app/assets/stylesheets/vendor/foundation.css */
  /* line 8200, app/assets/stylesheets/vendor/foundation.css */
  /* line 8203, app/assets/stylesheets/vendor/foundation.css */
  /* line 8206, app/assets/stylesheets/vendor/foundation.css */
}

