@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 59, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 83, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 91, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 105, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 198, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 207, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 221, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
/* line 231, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 251, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 266, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 276, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
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 291, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
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 301, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 310, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 320, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 331, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 339, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 348, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 357, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 365, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sub {
  bottom: -0.25em;
}

/* line 369, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 382, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 391, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 400, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 408, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 422, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
/* line 442, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 451, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 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 and Safari.
 */
/* line 462, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/* line 469, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
/* line 478, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* line 487, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
/* line 496, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 505, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 515, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 525, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
/* line 533, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 544, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 553, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
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 566, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 580, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 589, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
/* line 602, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 610, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
/* line 618, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 651, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 659, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 672, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/_vendor/normalize-scss/sass/normalize/_normalize-mixin.scss */
[hidden] {
  display: none;
}

/* line 116, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 120, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
html {
  box-sizing: border-box;
  font-size: 110%;
}

/* line 126, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 133, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 150, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 162, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

/* line 179, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 187, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/* line 206, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 210, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 4, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-right {
  justify-content: flex-end;
}

/* line 4, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-center {
  justify-content: center;
}

/* line 4, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-justify {
  justify-content: space-between;
}

/* line 4, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-spaced {
  justify-content: space-around;
}

/* line 11, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-top {
  align-items: flex-start;
}

/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-self-top {
  align-self: flex-start;
}

/* line 11, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-bottom {
  align-items: flex-end;
}

/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-self-bottom {
  align-self: flex-end;
}

/* line 11, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-middle {
  align-items: center;
}

/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-self-middle {
  align-self: center;
}

/* line 11, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-stretch {
  align-items: stretch;
}

/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-self-stretch {
  align-self: stretch;
}

/* line 21, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.small-order-1 {
  order: 1;
}

/* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.small-order-2 {
  order: 2;
}

/* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.small-order-3 {
  order: 3;
}

/* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.small-order-4 {
  order: 4;
}

/* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.small-order-5 {
  order: 5;
}

/* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-1 {
    order: 1;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-2 {
    order: 2;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-3 {
    order: 3;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-4 {
    order: 4;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-5 {
    order: 5;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .large-order-1 {
    order: 1;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .large-order-2 {
    order: 2;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .large-order-3 {
    order: 3;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .large-order-4 {
    order: 4;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .large-order-5 {
    order: 5;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_flex.scss */
  .large-order-6 {
    order: 6;
  }
}
/* line 131, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row {
  max-width: 68.18182rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
/* line 135, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row .row {
  margin-right: -0.56818rem;
  margin-left: -0.56818rem;
}
@media print, screen and (min-width: 40em) {
  /* line 135, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .row .row {
    margin-right: -0.85227rem;
    margin-left: -0.85227rem;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 135, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .row .row {
    margin-right: -0.85227rem;
    margin-left: -0.85227rem;
  }
}
/* line 138, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row.expanded {
  max-width: none;
}
/* line 148, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
/* line 154, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row:not(.expanded) .row {
  max-width: none;
}
/* line 159, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
/* line 166, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 174, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.56818rem;
  padding-left: 0.56818rem;
  min-width: initial;
}
@media print, screen and (min-width: 40em) {
  /* line 174, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .column, .columns {
    padding-right: 0.85227rem;
    padding-left: 0.85227rem;
  }
}

/* line 180, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

/* line 186, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 194, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.flex-container {
  display: flex;
}

/* line 198, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.flex-child-auto {
  flex: 1 1 auto;
}

/* line 202, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.flex-child-grow {
  flex: 1 0 auto;
}

/* line 206, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.flex-child-shrink {
  flex: 0 1 auto;
}

/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.flex-dir-row {
  flex-direction: row;
}

/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.flex-dir-column {
  flex-direction: column;
}

/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-order-1 {
  order: 1;
}

/* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-order-2 {
  order: 2;
}

/* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-order-3 {
  order: 3;
}

/* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-order-4 {
  order: 4;
}

/* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-order-5 {
  order: 5;
}

/* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-order-6 {
  order: 6;
}

/* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-1 {
  flex-wrap: wrap;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-2 {
  flex-wrap: wrap;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-3 {
  flex-wrap: wrap;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-4 {
  flex-wrap: wrap;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-5 {
  flex-wrap: wrap;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-6 {
  flex-wrap: wrap;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-7 {
  flex-wrap: wrap;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

/* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-8 {
  flex-wrap: wrap;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* line 289, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 293, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.56818rem;
  padding-left: 0.56818rem;
}

@media print, screen and (min-width: 40em) {
  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-order-1 {
    order: 1;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-order-2 {
    order: 2;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-order-3 {
    order: 3;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-order-4 {
    order: 4;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-order-5 {
    order: 5;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-order-6 {
    order: 6;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-1 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-2 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-3 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-4 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-5 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-6 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-7 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-8 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  /* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-expand {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-flex-dir-row {
    flex-direction: row;
  }

  /* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  /* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-flex-dir-column {
    flex-direction: column;
  }

  /* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  /* line 261, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  /* line 265, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  /* line 269, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
}
/* line 276, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  /* line 276, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 289, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 293, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.85227rem;
    padding-left: 0.85227rem;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 227, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-order-1 {
    order: 1;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-order-2 {
    order: 2;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-order-3 {
    order: 3;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-order-4 {
    order: 4;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-order-5 {
    order: 5;
  }

  /* line 234, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-order-6 {
    order: 6;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-1 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-2 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-3 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-4 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-5 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-6 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-7 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }

  /* line 241, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-8 {
    flex-wrap: wrap;
  }
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  /* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-expand {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-flex-dir-row {
    flex-direction: row;
  }

  /* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  /* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-flex-dir-column {
    flex-direction: column;
  }

  /* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  /* line 261, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  /* line 265, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  /* line 269, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
}
/* line 276, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  /* line 276, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 289, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 293, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.85227rem;
    padding-left: 0.85227rem;
  }
}
/* line 298, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

/* line 304, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
.column-block {
  margin-bottom: 1.13636rem;
}
/* line 78, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_gutter.scss */
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  /* line 304, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_flex-grid.scss */
  .column-block {
    margin-bottom: 1.70455rem;
  }
  /* line 78, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/grid/_gutter.scss */
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 256, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 280, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* line 289, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 296, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 303, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 309, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
/* line 321, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

/* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h1 {
  font-size: 1.36364rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h2 {
  font-size: 1.13636rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h3 {
  font-size: 1.07955rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h4 {
  font-size: 1.02273rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h5 {
  font-size: 0.96591rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
h6 {
  font-size: 0.90909rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h1 {
    font-size: 2.72727rem;
  }

  /* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h2 {
    font-size: 2.27273rem;
  }

  /* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h3 {
    font-size: 1.76136rem;
  }

  /* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h4 {
    font-size: 1.42045rem;
  }

  /* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h5 {
    font-size: 1.13636rem;
  }

  /* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
  h6 {
    font-size: 0.90909rem;
  }
}
/* line 371, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
/* line 378, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #1468a0;
}
/* line 386, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 392, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
hr {
  clear: both;
  max-width: 68.18182rem;
  height: 0;
  margin: 1.13636rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

/* line 406, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

/* line 415, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 420, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 426, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 432, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 439, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}
/* line 442, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 449, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.51136rem 1.13636rem 0 1.07955rem;
  border-left: 1px solid #cacaca;
}
/* line 454, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 461, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.73864rem;
  color: #8a8a8a;
}
/* line 466, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
cite:before {
  content: "— ";
}

/* line 472, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
abbr {
  border-bottom: 1px dotted #1a1a1a;
  color: #1a1a1a;
  cursor: help;
}

/* line 479, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
figure {
  margin: 0;
}

/* line 484, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
code {
  padding: 0.11364rem 0.28409rem 0.05682rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1a1a1a;
}

/* line 496, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_base.scss */
kbd {
  margin: 0;
  padding: 0.11364rem 0.22727rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1a1a1a;
}

/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 58, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 137.5%;
  line-height: 1.6;
}

/* line 64, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
/* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 74, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  /* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }

  /* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }

  /* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }

  /* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }

  /* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }

  /* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }

  /* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}
/* line 14, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 17, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  /* line 28, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }

  /* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 31, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 32, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 33, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 35, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 36, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 39, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 42, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 46, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 51, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 54, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  /* line 61, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 63, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 66, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 70, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 78, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/typography/_print.scss */
  .print-break-inside {
    page-break-inside: auto;
  }
}
/* line 244, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
/* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}
/* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}
/* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}
/* line 254, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
/* line 259, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
/* line 259, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
/* line 259, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.success {
  background-color: #3adb76;
  color: #1a1a1a;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #1a1a1a;
}
/* line 259, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #1a1a1a;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #1a1a1a;
}
/* line 259, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
/* line 276, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
/* line 153, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
/* line 281, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
/* line 281, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
/* line 281, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
/* line 281, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
/* line 281, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
/* line 289, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
/* line 294, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
/* line 294, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
/* line 294, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #1a1a1a;
}
/* line 294, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #1a1a1a;
}
/* line 294, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
/* line 204, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
/* line 311, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
/* line 317, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
/* line 317, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
/* line 317, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
/* line 317, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
/* line 317, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
/* line 326, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 116, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.21591rem;
  margin: 0 0 0.90909rem;
  padding: 0.45455rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(26, 26, 26, 0.1);
  font-family: inherit;
  font-size: 0.90909rem;
  font-weight: normal;
  color: #1a1a1a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
/* line 102, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 123, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 126, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 134, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
/* line 139, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 147, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0;
}

/* line 154, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.90909rem;
}

/* line 17, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.45455rem;
  margin-right: 0.90909rem;
  margin-bottom: 0;
}
/* line 26, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.45455rem;
}

/* line 38, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 43, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.79545rem;
  font-weight: normal;
  line-height: 1.8;
  color: #1a1a1a;
}
/* line 46, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 0.90909rem;
  padding: 0.51136rem 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.45455rem;
  font-size: 0.73864rem;
  font-style: italic;
  color: #1a1a1a;
}

/* line 27, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.90909rem;
}
/* line 36, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
/* line 41, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

/* line 47, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #1a1a1a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
/* line 78, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}
/* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 88, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.27273rem;
}

/* line 102, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
/* line 116, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.27273rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.90909rem;
}

/* line 131, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 46, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
legend {
  max-width: 100%;
  margin-bottom: 0.45455rem;
}

/* line 51, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  margin: 1.02273rem 0;
  padding: 1.13636rem;
  border: 1px solid #cacaca;
}
/* line 30, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  margin: 0;
  margin-left: -0.17045rem;
  padding: 0 0.17045rem;
  background: #fefefe;
}

/* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select {
  height: 2.21591rem;
  margin: 0 0 0.90909rem;
  padding: 0.45455rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.90909rem;
  line-height: normal;
  color: #1a1a1a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.90909rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.36364rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  /* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
/* line 53, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
/* line 65, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
/* line 71, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 75, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

/* line 75, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #cc4b37;
}

/* line 81, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.45455rem;
  margin-bottom: 0.90909rem;
  font-size: 0.68182rem;
  font-weight: bold;
  color: #cc4b37;
}
/* line 84, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 86, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 73, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 86, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 73, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 120, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  /* line 120, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 120, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_float.scss */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}
/* line 157, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 135, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

/* line 60, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
/* line 64, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

/* line 143, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.68182rem;
  line-height: 1;
  color: #1779ba;
}
/* line 88, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
/* line 99, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '\2013';
}

/* line 147, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #1a1a1a;
}
/* line 129, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 19, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative;
}
/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 31, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

/* line 50, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_badge.scss */
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
/* line 57, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_badge.scss */
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
/* line 57, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_badge.scss */
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
/* line 57, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_badge.scss */
.badge.success {
  background: #3adb76;
  color: #1a1a1a;
}
/* line 57, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #1a1a1a;
}
/* line 57, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_badge.scss */
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 92, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}
/* line 157, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}
/* line 52, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  font-size: 0.625rem;
  color: #1a1a1a;
  cursor: default;
  text-transform: uppercase;
}
/* line 67, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
/* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #1779ba;
}
/* line 85, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* line 95, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 196, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}
/* line 157, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}
/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
/* line 58, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}
/* line 201, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}
/* line 201, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}
/* line 201, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}
/* line 207, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}
/* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
/* line 102, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}
/* line 109, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
/* line 114, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
/* line 109, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}
/* line 114, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
/* line 109, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
/* line 114, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
/* line 109, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
/* line 114, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
/* line 109, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}
/* line 114, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
/* line 212, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
/* line 212, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
/* line 212, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #3adb76;
  color: #1a1a1a;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #1a1a1a;
}
/* line 212, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #1a1a1a;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #1a1a1a;
}
/* line 212, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
/* line 133, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
/* line 141, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  /* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  /* line 242, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 246, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 89, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(26, 26, 26, 0.25);
  border-radius: 0;
  background-color: white;
  color: #1a1a1a;
}
/* line 55, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}
/* line 59, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}
/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout.primary {
  background-color: #d7ecfa;
  color: #1a1a1a;
}
/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout.secondary {
  background-color: #eaeaea;
  color: #1a1a1a;
}
/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout.success {
  background-color: #e1faea;
  color: #1a1a1a;
}
/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
  color: #1a1a1a;
}
/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout.alert {
  background-color: #f7e4e1;
  color: #1a1a1a;
}
/* line 98, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
/* line 102, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 110, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_card.scss */
.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #1a1a1a;
}
/* line 72, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_card.scss */
.card > :last-child {
  margin-bottom: 0;
}

/* line 114, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_card.scss */
.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}
/* line 89, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_card.scss */
.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 118, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_card.scss */
.card-section {
  padding: 1rem;
}
/* line 104, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_card.scss */
.card-section > :last-child {
  margin-bottom: 0;
}

/* line 96, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
/* line 89, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #1a1a1a;
}
/* line 99, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_close-button.scss */
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_close-button.scss */
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 31, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}
/* line 35, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block;
}
/* line 39, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown.animate-height {
  transition: height 0.5s;
}

/* line 45, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
/* line 55, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
/* line 61, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 66, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 71, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative;
}
/* line 74, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 83, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_drilldown.scss */
.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

/* line 63, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
/* line 57, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 55, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
/* line 63, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
/* line 71, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
/* line 76, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  margin-top: -3px;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
/* line 121, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}
/* line 85, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
/* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
/* line 97, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
/* line 39, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
/* line 43, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
/* line 47, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  /* line 55, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 63, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 71, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 76, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 85, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  /* line 97, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 39, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 43, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  /* line 47, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 55, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 63, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 71, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 76, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 85, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  /* line 97, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 39, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 43, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
  }
  /* line 47, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
/* line 144, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 152, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}
/* line 155, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 160, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}
/* line 163, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
/* line 170, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
/* line 181, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
/* line 186, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 192, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
/* line 39, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
/* line 43, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
}
/* line 47, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
/* line 216, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}
/* line 222, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.90909rem;
  padding-bottom: 75%;
  overflow: hidden;
}
/* line 35, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 55, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 51, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
/* line 58, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_label.scss */
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
/* line 58, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_label.scss */
.label.secondary {
  background: #767676;
  color: #fefefe;
}
/* line 58, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_label.scss */
.label.success {
  background: #3adb76;
  color: #1a1a1a;
}
/* line 58, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #1a1a1a;
}
/* line 58, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_label.scss */
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 74, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object {
  display: block;
  margin-bottom: 1rem;
}
/* line 77, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  /* line 89, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  /* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 96, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}
/* line 42, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}
/* line 46, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
/* line 50, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section > :last-child {
  margin-bottom: 0;
}
/* line 105, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}
/* line 109, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 257, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}
/* line 54, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}
/* line 67, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
/* line 74, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
/* line 190, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
/* line 195, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
/* line 209, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
/* line 112, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
/* line 267, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 95, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
/* line 132, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  /* line 112, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 281, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 95, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  /* line 132, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 112, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 281, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 95, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  /* line 132, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}
/* line 145, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
/* line 151, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}
/* line 166, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
/* line 166, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}
/* line 157, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}
/* line 307, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right > li {
  float: right;
}
/* line 221, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}
/* line 229, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
/* line 318, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top.vertical a > span {
  margin: auto;
}
/* line 325, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}
/* line 330, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
/* line 337, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
/* line 339, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
/* line 347, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

/* line 353, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 358, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu-centered {
  text-align: center;
}
/* line 361, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

/* line 373, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
/* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}
/* line 113, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
/* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  box-shadow: 0 7px 0 #1a1a1a, 0 14px 0 #1a1a1a;
  content: '';
}
/* line 113, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 59, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 64, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
/* line 81, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
/* line 86, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
/* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
/* line 94, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 282, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 287, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
/* line 129, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap {
  z-index: 10;
}
/* line 132, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.7);
}
/* line 138, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-open {
  transform: translate(0, 0);
}

/* line 292, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}
/* line 129, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
/* line 132, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.7);
}
/* line 138, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

/* line 297, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
/* line 159, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}
/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.7);
  content: " ";
}
/* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

/* line 298, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
/* line 173, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}
/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.7);
  content: " ";
}
/* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

/* line 299, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
/* line 188, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}
/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.7);
  content: " ";
}
/* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

/* line 300, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
/* line 203, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}
/* line 211, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.7);
  content: " ";
}
/* line 249, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

/* line 302, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  /* line 310, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  /* line 273, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 314, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  /* line 273, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  /* line 318, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  /* line 273, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  /* line 322, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  /* line 273, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  /* line 310, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  /* line 273, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 314, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  /* line 273, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  /* line 318, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  /* line 273, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  /* line 322, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  /* line 273, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
/* line 155, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 159, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* line 163, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
}
/* line 72, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 167, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 171, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 175, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(26, 26, 26, 0.5);
  color: #fefefe;
}

/* line 179, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}
/* line 110, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(26, 26, 26, 0.5);
}

/* line 183, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 188, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 193, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}
/* line 136, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
/* line 144, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
/* line 148, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 162, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}
/* line 157, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}
/* line 83, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination li {
  margin-right: 0.05682rem;
  border-radius: 0;
  font-size: 0.79545rem;
  display: none;
}
/* line 94, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  /* line 83, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}
/* line 112, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 0.17045rem 0.56818rem;
  border-radius: 0;
  color: #1a1a1a;
}
/* line 119, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
/* line 165, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.17045rem 0.56818rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.17045rem 0.56818rem;
  color: #cacaca;
  cursor: not-allowed;
}
/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}
/* line 173, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  padding: 0.17045rem 0.56818rem;
  content: '\2026';
  color: #1a1a1a;
}

/* line 179, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

/* line 186, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

/* line 43, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #1779ba;
}
/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #767676;
}
/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #3adb76;
}
/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}
/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

/* line 56, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

/* line 61, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

/* line 112, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
/* line 46, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 117, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}
/* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #14679e;
}
/* line 72, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 122, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 128, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
/* line 89, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
/* line 95, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/* line 6, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 16, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
/* line 20, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}
/* line 24, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 117, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 122, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

/* line 131, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(26, 26, 26, 0.45);
  overflow-y: scroll;
}

/* line 136, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  /* line 136, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}
/* line 75, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal .column, .reveal .columns {
  min-width: 0;
}
/* line 80, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  /* line 136, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 68.18182rem;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 148, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/* line 156, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  /* line 161, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 68.18182rem;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 162, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 68.18182rem;
  }
}
@media print, screen and (min-width: 40em) {
  /* line 163, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 68.18182rem;
  }
}
/* line 166, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  /* line 136, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
/* line 174, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 203, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.79545rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
}

/* line 209, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

/* line 214, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
/* line 105, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}
/* line 110, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}
/* line 127, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #1779ba;
}
/* line 130, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
/* line 178, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 219, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 224, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}
/* line 152, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 230, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}
/* line 161, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 236, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny {
  height: 1.5rem;
}
/* line 183, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.56818rem;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
/* line 196, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 240, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.small {
  height: 1.75rem;
}
/* line 183, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.68182rem;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
/* line 196, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 244, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.large {
  height: 2.5rem;
}
/* line 183, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 0.90909rem;
}
/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
/* line 196, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 304, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 115, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
caption {
  padding: 0.45455rem 0.56818rem 0.56818rem;
  font-weight: bold;
}

/* line 121, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
thead {
  background: #f8f8f8;
  color: #1a1a1a;
}

/* line 127, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
tfoot {
  background: #f1f1f1;
  color: #1a1a1a;
}

/* line 136, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}
/* line 141, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.45455rem 0.56818rem 0.56818rem;
  font-weight: bold;
  text-align: left;
}

/* line 151, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.45455rem 0.56818rem 0.56818rem;
}

/* line 83, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

/* line 164, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
table.unstriped tbody {
  background-color: #fefefe;
}
/* line 99, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  /* line 283, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 288, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 292, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 298, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 314, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 216, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
table.hover thead tr:hover {
  background-color: #f3f3f3;
}
/* line 223, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
table.hover tfoot tr:hover {
  background-color: #ececec;
}
/* line 230, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
/* line 238, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 322, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}
/* line 325, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 147, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}
/* line 157, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 75, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 158, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}
/* line 161, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 168, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary {
  background: #1779ba;
}
/* line 171, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}
/* line 174, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

/* line 181, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}
/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.68182rem;
  line-height: 1;
  color: #1779ba;
}
/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
/* line 105, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

/* line 185, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #1a1a1a;
  transition: all 0.5s ease;
}

/* line 189, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 193, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}
/* line 141, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel[aria-hidden="false"] {
  display: block;
}

/* line 60, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.2);
  line-height: 0;
}

/* line 64, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
/* line 49, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
/* line 54, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail image {
  box-shadow: none;
}

/* line 38, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  padding: 0.5rem;
  background: #1a1a1a;
  color: #fefefe;
}
/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}
/* line 157, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}
/* line 52, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 69, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 73, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 79, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

/* line 104, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #1a1a1a;
  font-size: 80%;
  color: #fefefe;
}
/* line 67, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #1a1a1a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
/* line 75, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1a1a1a transparent transparent;
  top: 100%;
  bottom: auto;
}
/* line 81, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1a1a1a;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}
/* line 89, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1a1a1a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 120, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}
/* line 146, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}
/* line 157, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}
/* line 47, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
/* line 60, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
/* line 66, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
/* line 71, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}
/* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  /* line 111, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  /* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

/* line 155, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
/* line 160, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title .menu-icon {
  bottom: 2px;
}

/* line 165, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 169, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
/* line 34, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  transition-duration: 750ms !important;
}

/* line 56, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  transition-duration: 250ms !important;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  transition-timing-function: linear !important;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  transition-timing-function: ease !important;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  transition-timing-function: ease-in !important;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  transition-timing-function: ease-out !important;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  transition-delay: 300ms !important;
}

/* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  transition-delay: 700ms !important;
}

/* line 76, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
/* line 77, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
/* line 78, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
/* line 79, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
/* line 81, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

/* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.infinite {
  animation-iteration-count: infinite;
}

/* line 94, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  animation-duration: 750ms !important;
}

/* line 94, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  animation-duration: 250ms !important;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  animation-timing-function: linear !important;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  animation-timing-function: ease !important;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  animation-timing-function: ease-in !important;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  animation-timing-function: ease-out !important;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  animation-delay: 300ms !important;
}

/* line 106, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-rails-6.3.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  animation-delay: 700ms !important;
}
/* line 1, /Users/careilly/Dev/aec/app/assets/stylesheets/scaffolds.scss */
#notice {
  color: green;
}

/* line 5, /Users/careilly/Dev/aec/app/assets/stylesheets/scaffolds.scss */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 11, /Users/careilly/Dev/aec/app/assets/stylesheets/scaffolds.scss */
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
/* line 19, /Users/careilly/Dev/aec/app/assets/stylesheets/scaffolds.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0;
  background-color: #c00;
  color: #fff;
}
/* line 30, /Users/careilly/Dev/aec/app/assets/stylesheets/scaffolds.scss */
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/***

   colors.css v2.0.0
   http://clrs.cc
   @mrmrs
   MIT License

***/
/*

   SKINS
   - Backgrounds
   - Colors
   - Border colors
   - SVG fills
   - SVG Strokes

*/
/* Backgrounds */
/* line 15, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-navy {
  background-color: #001F3F;
}

/* line 16, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-blue {
  background-color: #0074D9;
}

/* line 17, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-aqua {
  background-color: #7FDBFF;
}

/* line 18, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-teal {
  background-color: #39CCCC;
}

/* line 19, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-olive {
  background-color: #3D9970;
}

/* line 20, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-green {
  background-color: #2ECC40;
}

/* line 21, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-lime {
  background-color: #01FF70;
}

/* line 22, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-yellow {
  background-color: #FFDC00;
}

/* line 23, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-orange {
  background-color: #FF851B;
}

/* line 24, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-red {
  background-color: #FF4136;
}

/* line 25, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-fuchsia {
  background-color: #F012BE;
}

/* line 26, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-purple {
  background-color: #B10DC9;
}

/* line 27, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-maroon {
  background-color: #85144B;
}

/* line 28, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-white {
  background-color: #fff;
}

/* line 29, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-gray {
  background-color: #aaa;
}

/* line 30, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-silver {
  background-color: #ddd;
}

/* line 31, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.bg-black {
  background-color: #111;
}

/* Colors */
/* line 36, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.navy {
  color: #001F3F;
}

/* line 37, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.blue {
  color: #0074D9;
}

/* line 38, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.aqua {
  color: #7FDBFF;
}

/* line 39, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.teal {
  color: #39CCCC;
}

/* line 40, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.olive {
  color: #3D9970;
}

/* line 41, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.green {
  color: #2ECC40;
}

/* line 42, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.lime {
  color: #01FF70;
}

/* line 43, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.yellow {
  color: #FFDC00;
}

/* line 44, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.orange {
  color: #FF851B;
}

/* line 45, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.red {
  color: #FF4136;
}

/* line 46, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fuchsia {
  color: #F012BE;
}

/* line 47, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.purple {
  color: #B10DC9;
}

/* line 48, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.maroon {
  color: #85144B;
}

/* line 49, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.white {
  color: #fff;
}

/* line 50, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.silver {
  color: #ddd;
}

/* line 51, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.gray {
  color: #aaa;
}

/* line 52, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.black {
  color: #111;
}

/* Border colors

   Use with another border utility that sets border-width and style
   i.e .border { border-width: 1px; border-style: solid; }
*/
/* line 61, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--navy {
  border-color: #001F3F;
}

/* line 62, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--blue {
  border-color: #0074D9;
}

/* line 63, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--aqua {
  border-color: #7FDBFF;
}

/* line 64, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--teal {
  border-color: #39CCCC;
}

/* line 65, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--olive {
  border-color: #3D9970;
}

/* line 66, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--green {
  border-color: #2ECC40;
}

/* line 67, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--lime {
  border-color: #01FF70;
}

/* line 68, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--yellow {
  border-color: #FFDC00;
}

/* line 69, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--orange {
  border-color: #FF851B;
}

/* line 70, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--red {
  border-color: #FF4136;
}

/* line 71, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--fuchsia {
  border-color: #F012BE;
}

/* line 72, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--purple {
  border-color: #B10DC9;
}

/* line 73, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--maroon {
  border-color: #85144B;
}

/* line 74, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--white {
  border-color: #fff;
}

/* line 75, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--gray {
  border-color: #aaa;
}

/* line 76, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--silver {
  border-color: #ddd;
}

/* line 77, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.border--black {
  border-color: #111;
}

/* Fills for SVG */
/* line 82, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-navy {
  fill: #001F3F;
}

/* line 83, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-blue {
  fill: #0074D9;
}

/* line 84, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-aqua {
  fill: #7FDBFF;
}

/* line 85, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-teal {
  fill: #39CCCC;
}

/* line 86, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-olive {
  fill: #3D9970;
}

/* line 87, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-green {
  fill: #2ECC40;
}

/* line 88, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-lime {
  fill: #01FF70;
}

/* line 89, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-yellow {
  fill: #FFDC00;
}

/* line 90, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-orange {
  fill: #FF851B;
}

/* line 91, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-red {
  fill: #FF4136;
}

/* line 92, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-fuchsia {
  fill: #F012BE;
}

/* line 93, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-purple {
  fill: #B10DC9;
}

/* line 94, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-maroon {
  fill: #85144B;
}

/* line 95, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-white {
  fill: #fff;
}

/* line 96, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-gray {
  fill: #aaa;
}

/* line 97, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-silver {
  fill: #ddd;
}

/* line 98, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.fill-black {
  fill: #111;
}

/* Strokes for SVG */
/* line 102, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-navy {
  stroke: #001F3F;
}

/* line 103, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-blue {
  stroke: #0074D9;
}

/* line 104, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-aqua {
  stroke: #7FDBFF;
}

/* line 105, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-teal {
  stroke: #39CCCC;
}

/* line 106, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-olive {
  stroke: #3D9970;
}

/* line 107, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-green {
  stroke: #2ECC40;
}

/* line 108, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-lime {
  stroke: #01FF70;
}

/* line 109, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-yellow {
  stroke: #FFDC00;
}

/* line 110, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-orange {
  stroke: #FF851B;
}

/* line 111, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-red {
  stroke: #FF4136;
}

/* line 112, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-fuchsia {
  stroke: #F012BE;
}

/* line 113, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-purple {
  stroke: #B10DC9;
}

/* line 114, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-maroon {
  stroke: #85144B;
}

/* line 115, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-white {
  stroke: #fff;
}

/* line 116, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-gray {
  stroke: #aaa;
}

/* line 117, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-silver {
  stroke: #ddd;
}

/* line 118, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/clrs-2.0.2/app/assets/stylesheets/clrs/_skins.scss */
.stroke-black {
  stroke: #111;
}

/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url(/assets/foundation-icons-9189cd8788a2d42f89ecb72f08d55cc366a3abc441c3413d9ceca66ec3144e46.eot);
  src: url(/assets/foundation-icons-9189cd8788a2d42f89ecb72f08d55cc366a3abc441c3413d9ceca66ec3144e46.eot?#iefix) format("embedded-opentype"), url(/assets/foundation-icons-8c44c3feedae5331a281278ea3ba91d2255928a2f3010d316d6fbb9052e0c2ec.woff) format("woff"), url(/assets/foundation-icons-7e1dd03dd4ce90b658052554cd7459df16716717389a552fa4c6d56a5f8933e6.ttf) format("truetype"), url(/assets/foundation-icons-ba2d122321cfede034deb120f35abc790a023d29065c36bd53e57039897ad052.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

/* line 312, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-address-book:before {
  content: "\f100";
}

/* line 313, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-alert:before {
  content: "\f101";
}

/* line 314, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-align-center:before {
  content: "\f102";
}

/* line 315, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-align-justify:before {
  content: "\f103";
}

/* line 316, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-align-left:before {
  content: "\f104";
}

/* line 317, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-align-right:before {
  content: "\f105";
}

/* line 318, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-anchor:before {
  content: "\f106";
}

/* line 319, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-annotate:before {
  content: "\f107";
}

/* line 320, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-archive:before {
  content: "\f108";
}

/* line 321, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-arrow-down:before {
  content: "\f109";
}

/* line 322, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-arrow-left:before {
  content: "\f10a";
}

/* line 323, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-arrow-right:before {
  content: "\f10b";
}

/* line 324, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-arrow-up:before {
  content: "\f10c";
}

/* line 325, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-arrows-compress:before {
  content: "\f10d";
}

/* line 326, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-arrows-expand:before {
  content: "\f10e";
}

/* line 327, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-arrows-in:before {
  content: "\f10f";
}

/* line 328, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-arrows-out:before {
  content: "\f110";
}

/* line 329, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-asl:before {
  content: "\f111";
}

/* line 330, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-asterisk:before {
  content: "\f112";
}

/* line 331, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-at-sign:before {
  content: "\f113";
}

/* line 332, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-background-color:before {
  content: "\f114";
}

/* line 333, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-battery-empty:before {
  content: "\f115";
}

/* line 334, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-battery-full:before {
  content: "\f116";
}

/* line 335, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-battery-half:before {
  content: "\f117";
}

/* line 336, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-bitcoin-circle:before {
  content: "\f118";
}

/* line 337, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-bitcoin:before {
  content: "\f119";
}

/* line 338, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-blind:before {
  content: "\f11a";
}

/* line 339, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-bluetooth:before {
  content: "\f11b";
}

/* line 340, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-bold:before {
  content: "\f11c";
}

/* line 341, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-book-bookmark:before {
  content: "\f11d";
}

/* line 342, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-book:before {
  content: "\f11e";
}

/* line 343, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-bookmark:before {
  content: "\f11f";
}

/* line 344, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-braille:before {
  content: "\f120";
}

/* line 345, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-burst-new:before {
  content: "\f121";
}

/* line 346, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-burst-sale:before {
  content: "\f122";
}

/* line 347, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-burst:before {
  content: "\f123";
}

/* line 348, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-calendar:before {
  content: "\f124";
}

/* line 349, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-camera:before {
  content: "\f125";
}

/* line 350, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-check:before {
  content: "\f126";
}

/* line 351, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-checkbox:before {
  content: "\f127";
}

/* line 352, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-clipboard-notes:before {
  content: "\f128";
}

/* line 353, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-clipboard-pencil:before {
  content: "\f129";
}

/* line 354, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-clipboard:before {
  content: "\f12a";
}

/* line 355, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-clock:before {
  content: "\f12b";
}

/* line 356, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-closed-caption:before {
  content: "\f12c";
}

/* line 357, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-cloud:before {
  content: "\f12d";
}

/* line 358, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-comment-minus:before {
  content: "\f12e";
}

/* line 359, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-comment-quotes:before {
  content: "\f12f";
}

/* line 360, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-comment-video:before {
  content: "\f130";
}

/* line 361, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-comment:before {
  content: "\f131";
}

/* line 362, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-comments:before {
  content: "\f132";
}

/* line 363, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-compass:before {
  content: "\f133";
}

/* line 364, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-contrast:before {
  content: "\f134";
}

/* line 365, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-credit-card:before {
  content: "\f135";
}

/* line 366, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-crop:before {
  content: "\f136";
}

/* line 367, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-crown:before {
  content: "\f137";
}

/* line 368, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-css3:before {
  content: "\f138";
}

/* line 369, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-database:before {
  content: "\f139";
}

/* line 370, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-die-five:before {
  content: "\f13a";
}

/* line 371, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-die-four:before {
  content: "\f13b";
}

/* line 372, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-die-one:before {
  content: "\f13c";
}

/* line 373, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-die-six:before {
  content: "\f13d";
}

/* line 374, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-die-three:before {
  content: "\f13e";
}

/* line 375, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-die-two:before {
  content: "\f13f";
}

/* line 376, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-dislike:before {
  content: "\f140";
}

/* line 377, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-dollar-bill:before {
  content: "\f141";
}

/* line 378, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-dollar:before {
  content: "\f142";
}

/* line 379, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-download:before {
  content: "\f143";
}

/* line 380, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-eject:before {
  content: "\f144";
}

/* line 381, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-elevator:before {
  content: "\f145";
}

/* line 382, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-euro:before {
  content: "\f146";
}

/* line 383, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-eye:before {
  content: "\f147";
}

/* line 384, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-fast-forward:before {
  content: "\f148";
}

/* line 385, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-female-symbol:before {
  content: "\f149";
}

/* line 386, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-female:before {
  content: "\f14a";
}

/* line 387, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-filter:before {
  content: "\f14b";
}

/* line 388, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-first-aid:before {
  content: "\f14c";
}

/* line 389, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-flag:before {
  content: "\f14d";
}

/* line 390, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-folder-add:before {
  content: "\f14e";
}

/* line 391, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-folder-lock:before {
  content: "\f14f";
}

/* line 392, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-folder:before {
  content: "\f150";
}

/* line 393, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-foot:before {
  content: "\f151";
}

/* line 394, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-foundation:before {
  content: "\f152";
}

/* line 395, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-graph-bar:before {
  content: "\f153";
}

/* line 396, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-graph-horizontal:before {
  content: "\f154";
}

/* line 397, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-graph-pie:before {
  content: "\f155";
}

/* line 398, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-graph-trend:before {
  content: "\f156";
}

/* line 399, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-guide-dog:before {
  content: "\f157";
}

/* line 400, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-hearing-aid:before {
  content: "\f158";
}

/* line 401, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-heart:before {
  content: "\f159";
}

/* line 402, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-home:before {
  content: "\f15a";
}

/* line 403, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-html5:before {
  content: "\f15b";
}

/* line 404, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-indent-less:before {
  content: "\f15c";
}

/* line 405, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-indent-more:before {
  content: "\f15d";
}

/* line 406, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-info:before {
  content: "\f15e";
}

/* line 407, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-italic:before {
  content: "\f15f";
}

/* line 408, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-key:before {
  content: "\f160";
}

/* line 409, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-laptop:before {
  content: "\f161";
}

/* line 410, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-layout:before {
  content: "\f162";
}

/* line 411, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-lightbulb:before {
  content: "\f163";
}

/* line 412, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-like:before {
  content: "\f164";
}

/* line 413, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-link:before {
  content: "\f165";
}

/* line 414, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-list-bullet:before {
  content: "\f166";
}

/* line 415, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-list-number:before {
  content: "\f167";
}

/* line 416, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-list-thumbnails:before {
  content: "\f168";
}

/* line 417, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-list:before {
  content: "\f169";
}

/* line 418, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-lock:before {
  content: "\f16a";
}

/* line 419, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-loop:before {
  content: "\f16b";
}

/* line 420, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-magnifying-glass:before {
  content: "\f16c";
}

/* line 421, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-mail:before {
  content: "\f16d";
}

/* line 422, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-male-female:before {
  content: "\f16e";
}

/* line 423, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-male-symbol:before {
  content: "\f16f";
}

/* line 424, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-male:before {
  content: "\f170";
}

/* line 425, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-map:before {
  content: "\f171";
}

/* line 426, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-marker:before {
  content: "\f172";
}

/* line 427, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-megaphone:before {
  content: "\f173";
}

/* line 428, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-microphone:before {
  content: "\f174";
}

/* line 429, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-minus-circle:before {
  content: "\f175";
}

/* line 430, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-minus:before {
  content: "\f176";
}

/* line 431, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-mobile-signal:before {
  content: "\f177";
}

/* line 432, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-mobile:before {
  content: "\f178";
}

/* line 433, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-monitor:before {
  content: "\f179";
}

/* line 434, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-mountains:before {
  content: "\f17a";
}

/* line 435, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-music:before {
  content: "\f17b";
}

/* line 436, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-next:before {
  content: "\f17c";
}

/* line 437, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-no-dogs:before {
  content: "\f17d";
}

/* line 438, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-no-smoking:before {
  content: "\f17e";
}

/* line 439, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-add:before {
  content: "\f17f";
}

/* line 440, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-copy:before {
  content: "\f180";
}

/* line 441, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-csv:before {
  content: "\f181";
}

/* line 442, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-delete:before {
  content: "\f182";
}

/* line 443, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-doc:before {
  content: "\f183";
}

/* line 444, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-edit:before {
  content: "\f184";
}

/* line 445, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-export-csv:before {
  content: "\f185";
}

/* line 446, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-export-doc:before {
  content: "\f186";
}

/* line 447, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-export-pdf:before {
  content: "\f187";
}

/* line 448, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-export:before {
  content: "\f188";
}

/* line 449, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-filled:before {
  content: "\f189";
}

/* line 450, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-multiple:before {
  content: "\f18a";
}

/* line 451, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-pdf:before {
  content: "\f18b";
}

/* line 452, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-remove:before {
  content: "\f18c";
}

/* line 453, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page-search:before {
  content: "\f18d";
}

/* line 454, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-page:before {
  content: "\f18e";
}

/* line 455, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-paint-bucket:before {
  content: "\f18f";
}

/* line 456, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-paperclip:before {
  content: "\f190";
}

/* line 457, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-pause:before {
  content: "\f191";
}

/* line 458, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-paw:before {
  content: "\f192";
}

/* line 459, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-paypal:before {
  content: "\f193";
}

/* line 460, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-pencil:before {
  content: "\f194";
}

/* line 461, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-photo:before {
  content: "\f195";
}

/* line 462, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-play-circle:before {
  content: "\f196";
}

/* line 463, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-play-video:before {
  content: "\f197";
}

/* line 464, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-play:before {
  content: "\f198";
}

/* line 465, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-plus:before {
  content: "\f199";
}

/* line 466, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-pound:before {
  content: "\f19a";
}

/* line 467, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-power:before {
  content: "\f19b";
}

/* line 468, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-previous:before {
  content: "\f19c";
}

/* line 469, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-price-tag:before {
  content: "\f19d";
}

/* line 470, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-pricetag-multiple:before {
  content: "\f19e";
}

/* line 471, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-print:before {
  content: "\f19f";
}

/* line 472, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-prohibited:before {
  content: "\f1a0";
}

/* line 473, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-projection-screen:before {
  content: "\f1a1";
}

/* line 474, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-puzzle:before {
  content: "\f1a2";
}

/* line 475, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-quote:before {
  content: "\f1a3";
}

/* line 476, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-record:before {
  content: "\f1a4";
}

/* line 477, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-refresh:before {
  content: "\f1a5";
}

/* line 478, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-results-demographics:before {
  content: "\f1a6";
}

/* line 479, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-results:before {
  content: "\f1a7";
}

/* line 480, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-rewind-ten:before {
  content: "\f1a8";
}

/* line 481, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-rewind:before {
  content: "\f1a9";
}

/* line 482, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-rss:before {
  content: "\f1aa";
}

/* line 483, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-safety-cone:before {
  content: "\f1ab";
}

/* line 484, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-save:before {
  content: "\f1ac";
}

/* line 485, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-share:before {
  content: "\f1ad";
}

/* line 486, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-sheriff-badge:before {
  content: "\f1ae";
}

/* line 487, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-shield:before {
  content: "\f1af";
}

/* line 488, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-shopping-bag:before {
  content: "\f1b0";
}

/* line 489, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-shopping-cart:before {
  content: "\f1b1";
}

/* line 490, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-shuffle:before {
  content: "\f1b2";
}

/* line 491, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-skull:before {
  content: "\f1b3";
}

/* line 492, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-500px:before {
  content: "\f1b4";
}

/* line 493, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-adobe:before {
  content: "\f1b5";
}

/* line 494, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-amazon:before {
  content: "\f1b6";
}

/* line 495, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-android:before {
  content: "\f1b7";
}

/* line 496, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-apple:before {
  content: "\f1b8";
}

/* line 497, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-behance:before {
  content: "\f1b9";
}

/* line 498, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-bing:before {
  content: "\f1ba";
}

/* line 499, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-blogger:before {
  content: "\f1bb";
}

/* line 500, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-delicious:before {
  content: "\f1bc";
}

/* line 501, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-designer-news:before {
  content: "\f1bd";
}

/* line 502, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-deviant-art:before {
  content: "\f1be";
}

/* line 503, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-digg:before {
  content: "\f1bf";
}

/* line 504, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-dribbble:before {
  content: "\f1c0";
}

/* line 505, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-drive:before {
  content: "\f1c1";
}

/* line 506, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-dropbox:before {
  content: "\f1c2";
}

/* line 507, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-evernote:before {
  content: "\f1c3";
}

/* line 508, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-facebook:before {
  content: "\f1c4";
}

/* line 509, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-flickr:before {
  content: "\f1c5";
}

/* line 510, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-forrst:before {
  content: "\f1c6";
}

/* line 511, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-foursquare:before {
  content: "\f1c7";
}

/* line 512, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-game-center:before {
  content: "\f1c8";
}

/* line 513, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-github:before {
  content: "\f1c9";
}

/* line 514, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-google-plus:before {
  content: "\f1ca";
}

/* line 515, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-hacker-news:before {
  content: "\f1cb";
}

/* line 516, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-hi5:before {
  content: "\f1cc";
}

/* line 517, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-instagram:before {
  content: "\f1cd";
}

/* line 518, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-joomla:before {
  content: "\f1ce";
}

/* line 519, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-lastfm:before {
  content: "\f1cf";
}

/* line 520, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-linkedin:before {
  content: "\f1d0";
}

/* line 521, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-medium:before {
  content: "\f1d1";
}

/* line 522, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-myspace:before {
  content: "\f1d2";
}

/* line 523, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-orkut:before {
  content: "\f1d3";
}

/* line 524, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-path:before {
  content: "\f1d4";
}

/* line 525, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-picasa:before {
  content: "\f1d5";
}

/* line 526, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-pinterest:before {
  content: "\f1d6";
}

/* line 527, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-rdio:before {
  content: "\f1d7";
}

/* line 528, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-reddit:before {
  content: "\f1d8";
}

/* line 529, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-skillshare:before {
  content: "\f1d9";
}

/* line 530, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-skype:before {
  content: "\f1da";
}

/* line 531, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-smashing-mag:before {
  content: "\f1db";
}

/* line 532, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-snapchat:before {
  content: "\f1dc";
}

/* line 533, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-spotify:before {
  content: "\f1dd";
}

/* line 534, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-squidoo:before {
  content: "\f1de";
}

/* line 535, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-stack-overflow:before {
  content: "\f1df";
}

/* line 536, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-steam:before {
  content: "\f1e0";
}

/* line 537, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-stumbleupon:before {
  content: "\f1e1";
}

/* line 538, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-treehouse:before {
  content: "\f1e2";
}

/* line 539, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-tumblr:before {
  content: "\f1e3";
}

/* line 540, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-twitter:before {
  content: "\f1e4";
}

/* line 541, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-vimeo:before {
  content: "\f1e5";
}

/* line 542, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-windows:before {
  content: "\f1e6";
}

/* line 543, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-xbox:before {
  content: "\f1e7";
}

/* line 544, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-yahoo:before {
  content: "\f1e8";
}

/* line 545, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-yelp:before {
  content: "\f1e9";
}

/* line 546, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-youtube:before {
  content: "\f1ea";
}

/* line 547, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-zerply:before {
  content: "\f1eb";
}

/* line 548, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-social-zurb:before {
  content: "\f1ec";
}

/* line 549, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-sound:before {
  content: "\f1ed";
}

/* line 550, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-star:before {
  content: "\f1ee";
}

/* line 551, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-stop:before {
  content: "\f1ef";
}

/* line 552, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-strikethrough:before {
  content: "\f1f0";
}

/* line 553, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-subscript:before {
  content: "\f1f1";
}

/* line 554, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-superscript:before {
  content: "\f1f2";
}

/* line 555, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-tablet-landscape:before {
  content: "\f1f3";
}

/* line 556, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-tablet-portrait:before {
  content: "\f1f4";
}

/* line 557, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-target-two:before {
  content: "\f1f5";
}

/* line 558, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-target:before {
  content: "\f1f6";
}

/* line 559, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-telephone-accessible:before {
  content: "\f1f7";
}

/* line 560, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-telephone:before {
  content: "\f1f8";
}

/* line 561, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-text-color:before {
  content: "\f1f9";
}

/* line 562, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-thumbnails:before {
  content: "\f1fa";
}

/* line 563, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-ticket:before {
  content: "\f1fb";
}

/* line 564, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-torso-business:before {
  content: "\f1fc";
}

/* line 565, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-torso-female:before {
  content: "\f1fd";
}

/* line 566, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-torso:before {
  content: "\f1fe";
}

/* line 567, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-torsos-all-female:before {
  content: "\f1ff";
}

/* line 568, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-torsos-all:before {
  content: "\f200";
}

/* line 569, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-torsos-female-male:before {
  content: "\f201";
}

/* line 570, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-torsos-male-female:before {
  content: "\f202";
}

/* line 571, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-torsos:before {
  content: "\f203";
}

/* line 572, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-trash:before {
  content: "\f204";
}

/* line 573, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-trees:before {
  content: "\f205";
}

/* line 574, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-trophy:before {
  content: "\f206";
}

/* line 575, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-underline:before {
  content: "\f207";
}

/* line 576, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-universal-access:before {
  content: "\f208";
}

/* line 577, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-unlink:before {
  content: "\f209";
}

/* line 578, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-unlock:before {
  content: "\f20a";
}

/* line 579, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-upload-cloud:before {
  content: "\f20b";
}

/* line 580, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-upload:before {
  content: "\f20c";
}

/* line 581, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-usb:before {
  content: "\f20d";
}

/* line 582, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-video:before {
  content: "\f20e";
}

/* line 583, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-volume-none:before {
  content: "\f20f";
}

/* line 584, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-volume-strike:before {
  content: "\f210";
}

/* line 585, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-volume:before {
  content: "\f211";
}

/* line 586, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-web:before {
  content: "\f212";
}

/* line 587, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-wheelchair:before {
  content: "\f213";
}

/* line 588, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-widget:before {
  content: "\f214";
}

/* line 589, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-wrench:before {
  content: "\f215";
}

/* line 590, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-x-circle:before {
  content: "\f216";
}

/* line 591, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-x:before {
  content: "\f217";
}

/* line 592, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-yen:before {
  content: "\f218";
}

/* line 593, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-zoom-in:before {
  content: "\f219";
}

/* line 594, /Users/careilly/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/foundation-icons-sass-rails-3.0.0/app/assets/stylesheets/foundation-icons.scss */
.fi-zoom-out:before {
  content: "\f21a";
}

/* line 10, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.bg-yellow {
  background-color: #FEBE00;
}

/* line 18, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.blue {
  color: #01207e;
}

/* line 20, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.bg-blue {
  background-color: #01207e;
}

/* line 22, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.bg-blue2 {
  background-color: #00427e;
  background-image: url(/assets/bg-81924ebb1a3ff61695d5c8756ea54cb736318803ec57e42fea6141aeabd493b0.jpg);
  background-size: cover;
}
/* line 26, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.bg-blue2 p, .bg-blue2 div {
  color: #fff;
}

/* line 28, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.header {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
/* line 31, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.header .align-center {
  text-align: center;
}
/* line 33, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.header a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #01207e;
  font-size: 1.6vw;
  text-align: center;
  letter-spacing: 1px;
}

/* line 41, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.vpad {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 44, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
p.lead {
  font-weight: 300;
  color: black;
}

/* line 47, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
p.lead.white {
  color: #fff;
}

/* line 49, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* line 53, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.callout {
  border-radius: 0 0rem 0rem 0rem;
}

/* line 55, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.news {
  margin-bottom: 2rem;
}
/* line 56, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.news .pad {
  padding: 1rem;
}
/* line 59, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.news .bg-white {
  border-radius: 0rem 0rem 0rem 0rem;
}
/* line 61, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.news img {
  border-radius: 0rem 0rem 0 0;
}

/* line 63, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.radius {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}

/* line 65, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.casestudy {
  border-top: 8px solid #01207e;
}
/* line 66, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.casestudy .pad {
  vertical-align: middle;
  height: 100%;
}
/* line 69, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.casestudy h1 {
  color: #01207e;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}
/* line 76, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.casestudy h2 {
  color: #111;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}
/* line 84, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.casestudy blockquote {
  font-size: 1.2rem;
  color: #01207e;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  border-left: 0px;
  font-family: "Montserrat", sans-serif;
}
/* line 92, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.casestudy blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0em;
  vertical-align: -0.4em;
}
/* line 99, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.casestudy blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.65em;
}
/* line 106, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.casestudy blockquote p {
  display: inline;
  color: #01207e;
}

/* line 109, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.pad {
  padding: 2rem;
}

/* line 112, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.cases h3 {
  font-size: 1rem;
  text-transform: uppercse;
}
/* line 115, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.cases p {
  font-size: 0.8rem;
}

/* line 118, /Users/careilly/Dev/aec/app/assets/stylesheets/screen.sass */
.animate-fade-in {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */

