@charset "UTF-8";
/*------------------------------------*\
	// Colours
\*------------------------------------*/
/*------------------------------------*\
	// Colour assignments
\*------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("//hello.myfonts.net/count/34a043");
/* line 221, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 231, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 245, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 266, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 279, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 289, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 301, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 310, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 322, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 330, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 339, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 348, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 357, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 366, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 374, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 382, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 386, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 397, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 405, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 416, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 424, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 433, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 441, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 464, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 478, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 489, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 502, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 514, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 523, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 534, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 546, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 558, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 568, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 579, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 600, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 609, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 618, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 629, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 634, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
td,
th {
  padding: 0;
}

/* line 120, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=32.5em&large=56.25em&xlarge=64.0625em&xxlarge=75em";
}

/* line 124, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
html {
  font-size: 112.5%;
  box-sizing: border-box;
}

/* line 130, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 137, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #666666;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 152, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 164, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

/* line 171, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
select {
  width: 100%;
  border-radius: 3px;
}

/* line 181, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 189, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 205, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 52, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 0.88889rem;
  overflow: hidden;
}
/* line 39, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 55, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
/* line 59, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 209, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}
/* line 64, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #cacaca;
  background-color: #fefefe;
}

/* line 72, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
caption {
  font-weight: bold;
  padding: 0.44444rem 0.55556rem 0.55556rem;
}

/* line 78, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
thead,
tfoot {
  background: #666666;
  color: #ffffff;
}
/* line 84, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}
/* line 89, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.44444rem 0.55556rem 0.55556rem;
  font-weight: bold;
  text-align: left;
}

/* line 102, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.35);
}
/* line 115, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.44444rem 0.55556rem 0.55556rem;
}

@media screen and (max-width: 56.1875em) {
  /* line 188, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 193, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 197, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 203, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 219, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 153, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
table.hover tr:hover {
  background-color: #ddd;
}
/* line 159, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ddd;
}

/* line 227, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}
/* line 230, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 4, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_base.scss */
html, body {
  height: 100%;
}

/* line 9, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_base.scss */
body {
  fill: #666666;
}

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

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_button.scss */
button {
  text-transform: uppercase;
  font-weight: 500;
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_definition.scss */
dl dd {
  display: block;
  margin-bottom: 20px;
}

/* line 106, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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.16667rem;
  padding: 0.44444rem;
  border: 1px solid #cacaca;
  margin: 0 0 0.88889rem;
  font-family: inherit;
  font-size: 0.88889rem;
  color: #666666;
  background-color: #fefefe;
  box-shadow: 0;
  border-radius: 3px;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 92, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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 {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 114, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 117, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 125, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
/* line 130, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.88889rem;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 31, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.44444rem;
}

/* line 37, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 41, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.77778rem;
  font-weight: 400;
  line-height: 1.8;
  color: #666666;
}
/* line 44, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 0.88889rem;
  padding: 0.5rem 0;
}

/* line 22, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.44444rem;
  font-size: 0.72222rem;
  font-style: italic;
  color: #666666;
}

/* line 27, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.88889rem;
}
/* line 36, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}
/* line 41, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

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

/* line 57, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #666666;
  color: #ffffff;
  border: none;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

/* line 87, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.22222rem;
}

/* line 102, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
/* line 116, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 125, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.44444rem;
  max-width: 100%;
}

/* line 51, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.11111rem;
  margin: 1rem 0 1.66667rem;
}
/* line 30, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  background: #ffffff;
  padding: 0 0.16667rem;
  margin: 0;
  margin-left: -0.16667rem;
}

/* line 64, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select {
  height: 2.16667rem;
  padding: 0.44444rem;
  border: 1px solid #cacaca;
  margin: 0 0 0.88889rem;
  font-size: 0.88889rem;
  font-family: inherit;
  line-height: normal;
  color: #666666;
  background-color: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 47, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
/* line 53, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 57, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

/* line 71, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840;
}

/* line 77, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.44444rem;
  margin-bottom: 0.88889rem;
  font-size: 0.66667rem;
  font-weight: bold;
  color: #ec5840;
}
/* line 80, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_form.scss */
select {
  margin-bottom: 0;
  pointer-events: auto;
}

/* line 9, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_form.scss */
fieldset {
  margin-bottom: 0.83333rem;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_heading.scss */
h1 {
  line-height: 0.9;
  font-weight: normal;
  letter-spacing: 0;
}

/* line 9, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_heading.scss */
h2, h3, h4, h5, h6 {
  text-transform: none;
  line-height: 0.9;
  font-weight: normal;
  letter-spacing: 0;
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_link.scss */
a:hover {
  text-decoration: underline;
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
tr {
  border-top: 1px solid #f2f2f2;
}

/* line 8, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
tr:first-child {
  border-top: none;
}

/* line 13, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
thead th {
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 32.4375em) {
  /* line 13, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
  thead th {
    font-size: 12px;
  }
}

/* line 23, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 30, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 37, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
td {
  font-size: 0.9em;
  text-align: center;
}
@media screen and (max-width: 32.4375em) {
  /* line 37, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
  td {
    font-size: 12px;
  }
}

/* line 49, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
td.desc,
thead th.desc {
  text-align: left;
}

/* line 56, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
th.currency,
td.currency {
  text-align: right;
}

/* line 62, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
thead {
  border: none;
}

/* line 67, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
thead,
tfoot,
tbody {
  border: none;
}
/* line 72, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td,
tbody th,
tbody td {
  font-weight: normal;
}

/* line 80, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
tfoot {
  background: #b1b3b3;
}

/* line 86, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_table.scss */
th.j-left,
td.j-left {
  text-align: left;
}

/* line 232, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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 256, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  text-rendering: optimizeLegibility;
}

/* line 264, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 278, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: HelveticaNeueLTStd-Lt, "Georgia", "open-sans", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #666666;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
/* line 299, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

/* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1 {
  font-size: 1.77778rem;
}

/* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h2 {
  font-size: 1.55556rem;
}

/* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h3 {
  font-size: 1.11111rem;
}

/* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h4 {
  font-size: 1rem;
}

/* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h5 {
  font-size: 0.88889rem;
}

/* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h6 {
  font-size: 0.88889rem;
}

@media screen and (min-width: 32.5em) {
  /* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h1 {
    font-size: 2.44444rem;
  }

  /* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h2 {
    font-size: 1.88889rem;
  }

  /* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h3 {
    font-size: 1.38889rem;
  }

  /* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h4 {
    font-size: 1.11111rem;
  }

  /* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h5 {
    font-size: 1rem;
  }

  /* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h6 {
    font-size: 0.88889rem;
  }
}
/* line 317, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a {
  color: #006ba6;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
/* line 323, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #008cd9;
}
/* line 331, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
hr {
  max-width: 77.77778rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.11111rem auto;
  clear: both;
}

/* line 349, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 0.8rem;
  list-style-position: outside;
}

/* line 358, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

/* line 369, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 382, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}
/* line 385, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 392, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 0.8rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #cacaca;
}
/* line 397, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 404, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.83333rem;
  color: #666666;
}
/* line 409, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
cite:before {
  content: '\2014 \0020';
}

/* line 415, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
abbr {
  color: #666666;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.11111rem 0.27778rem 0.05556rem;
}

/* line 432, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
kbd {
  padding: 0.11111rem 0.22222rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px;
}

/* line 48, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 57, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 140.625%;
  line-height: 1.6;
}

/* line 63, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
/* line 67, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 32.5em) {
  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64.0625em) {
  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-left {
    text-align: left;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-right {
    text-align: right;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-center {
    text-align: center;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-left {
    text-align: left;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-right {
    text-align: right;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-center {
    text-align: center;
  }

  /* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-justify {
    text-align: justify;
  }
}
/* line 13, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 16, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 26, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }

  /* line 27, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 30, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 31, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 32, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 33, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 34, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 37, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 39, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 42, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 47, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 50, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  /* line 57, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 66, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 74, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_typography.scss */
p {
  max-width: 50rem;
}
@media screen and (max-width: 56.1875em) {
  /* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_typography.scss */
  p {
    max-width: none;
  }
}

/* line 13, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_typography.scss */
cite {
  font-style: normal;
}

/* line 18, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_typography.scss */
cite::before {
  content: ' ';
}

/* line 23, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_typography.scss */
:focus {
  outline: none;
}

@media screen and (max-width: 32.4375em) {
  /* line 28, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/elements/_typography.scss */
  p, li {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* line 26, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row {
  max-width: 77.77778rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}
/* line 148, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.row::after {
  clear: both;
}
/* line 31, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 37, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .row {
  max-width: none;
  margin-left: -0.55556rem;
  margin-right: -0.55556rem;
}
@media screen and (min-width: 32.5em) {
  /* line 37, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.83333rem;
    margin-right: -0.83333rem;
  }
}
/* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
/* line 47, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}
/* line 50, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 58, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.55556rem;
  padding-right: 0.55556rem;
}
@media screen and (min-width: 32.5em) {
  /* line 58, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
}

/* line 70, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}
/* line 74, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
/* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
/* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
/* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
/* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
/* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
/* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
/* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
/* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
/* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
/* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
/* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
/* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
/* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
/* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
/* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
/* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 117, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 119, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

/* line 129, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.55556rem;
  padding-right: 0.55556rem;
}

/* line 133, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 32.5em) {
  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 129, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }

  /* line 133, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 129, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }

  /* line 133, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64.0625em) {
  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-1 {
    width: 8.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-2 {
    width: 16.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-3 {
    width: 25%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-4 {
    width: 33.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-3 {
    margin-left: 25%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-5 {
    width: 41.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-6 {
    width: 50%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-7 {
    width: 58.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-6 {
    margin-left: 50%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-8 {
    width: 66.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-9 {
    width: 75%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-10 {
    width: 83.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-9 {
    margin-left: 75%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-11 {
    width: 91.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-12 {
    width: 100%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse .row, .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 129, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }

  /* line 133, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 75em) {
  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-1 {
    width: 8.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-2 {
    width: 16.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-3 {
    width: 25%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-4 {
    width: 33.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-5 {
    width: 41.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-6 {
    width: 50%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-7 {
    width: 58.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-8 {
    width: 66.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-9 {
    width: 75%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-10 {
    width: 83.33333%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-11 {
    width: 91.66667%;
  }

  /* line 91, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-12 {
    width: 100%;
  }

  /* line 103, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-collapse .row, .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 129, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }

  /* line 133, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* line 22, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* line 34, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 56, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

/* line 56, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

/* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

/* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

/* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

/* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

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

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

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

/* line 68, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

/* line 68, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

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

/* line 90, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* line 94, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

/* line 94, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

/* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

/* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

/* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

/* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

/* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

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

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

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

/* line 106, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

/* line 106, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

/* line 6, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_base.scss */
.page-body {
  clear: both;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_layout.scss */
.full-width-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  overflow: hidden;
}

/* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_layout.scss */
.page-main {
  padding-bottom: 100px;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_block_grid.scss */
.block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
/* line 8, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_block_grid.scss */
.block-grid::before, .block-grid::after {
  display: none;
}
/* line 245, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
.block-grid__item {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 32.4375em) {
  /* line 254, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
  .block-grid__item:nth-of-type(1n) {
    border-right: 0;
  }
  /* line 259, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
  .block-grid__item:nth-last-child(-n + 1):nth-child(1n + 1), .block-grid__item:nth-last-child(-n + 1):nth-child(1n + 1) ~ .block-grid__item {
    border-bottom: 0;
  }
}
@media screen and (min-width: 32.5em) and (max-width: 56.1875em) {
  /* line 254, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
  .block-grid__item:nth-of-type(3n) {
    border-right: 0;
  }
  /* line 259, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
  .block-grid__item:nth-last-child(-n + 3):nth-child(3n + 1), .block-grid__item:nth-last-child(-n + 3):nth-child(3n + 1) ~ .block-grid__item {
    border-bottom: 0;
  }
}
@media screen and (min-width: 56.25em) and (max-width: 64em) {
  /* line 254, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
  .block-grid__item:nth-of-type(3n) {
    border-right: 0;
  }
  /* line 259, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
  .block-grid__item:nth-last-child(-n + 3):nth-child(3n + 1), .block-grid__item:nth-last-child(-n + 3):nth-child(3n + 1) ~ .block-grid__item {
    border-bottom: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  /* line 254, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
  .block-grid__item:nth-of-type(4n) {
    border-right: 0;
  }
  /* line 259, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
  .block-grid__item:nth-last-child(-n + 4):nth-child(4n + 1), .block-grid__item:nth-last-child(-n + 4):nth-child(4n + 1) ~ .block-grid__item {
    border-bottom: 0;
  }
}
/* line 21, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_block_grid.scss */
.block-grid__item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
/* line 29, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_block_grid.scss */
.block-grid__item > article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
}
/* line 35, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_block_grid.scss */
.block-grid__item > article:hover .block-grid__teaser {
  bottom: 0;
}
/* line 42, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_block_grid.scss */
.block-grid__bg {
  position: relative;
  width: 100%;
  margin: 0.16667rem;
  padding-bottom: 13.88889rem;
  border-radius: 5px;
  overflow: hidden;
}
/* line 52, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/objects/_block_grid.scss */
.block-grid__teaser {
  position: absolute;
  bottom: 41.66667rem;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 1.11111rem;
  background: #006ba6;
  color: #ffffff;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

/* line 114, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

/* line 54, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}
/* line 58, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

/* line 122, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.66667rem;
  color: #666666;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
/* line 74, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #e6e6e6;
}
/* line 79, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
/* line 85, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
/* line 93, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '–';
}

/* line 126, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #666666;
}
/* line 108, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 15, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative;
}
/* line 18, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #666666 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

/* line 27, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

/* line 4, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.features__title {
  text-align: center;
  padding-bottom: 30px;
}

/* line 11, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion {
  margin-left: 1.11111rem;
  margin-right: 1.11111rem;
  background: none;
}
@media screen and (max-width: 32.4375em) {
  /* line 11, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
  .accordion {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 24, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion-item > a {
  background: white;
  text-decoration: none;
}

/* line 30, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion-title {
  padding-left: 1.66667rem;
  padding-right: 2.77778rem;
  margin-bottom: 15px;
  border: none;
  border-bottom: #006ba6 3px solid;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 10px #ddd;
  text-decoration: none;
}
/* line 41, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion-title .title {
  font-size: 20px;
  margin-bottom: 0;
  color: #666666;
  max-width: 50rem;
  line-height: 1.3;
  text-decoration: none;
}
/* line 51, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion-title::before {
  font-size: 1.6em;
  content: ' ';
  margin-top: -0.8rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzA3MDcwO3N0cm9rZTojNzA3MDcwO30KPC9zdHlsZT4KPGc%2BCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTIuMiw3Ni44bDMyLjgtNDBjMS40LTEuNywxLjUtNC42LDAuNC02LjZzLTMuMi0yLjMtNC41LTAuNkw1MC4xLDY3LjFMMTkuNCwyOS42QzE4LDI4LDE2LDI4LjIsMTQuOSwzMC4yCgkJcy0xLDQuOSwwLjQsNi42bDMyLjgsNDBjMC42LDAuNywxLjMsMS4xLDIuMSwxLjFDNTAuOSw3Ny45LDUxLjYsNzcuNSw1Mi4yLDc2Ljh6Ii8%2BCjwvZz4KPC9zdmc%2BCg%3D%3D) center/23px no-repeat;
  width: 23px;
  height: 23px;
}

/* line 62, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion-item:first-child > :first-child,
:last-child:not(.is-active) > .accordion-title {
  border-radius: 3px 3px 3px 3px;
  border-bottom: #006ba6 3px solid;
}

/* line 71, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion-item.is-active .accordion-title {
  background-color: #e6e6e6;
}
/* line 74, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion-item.is-active .accordion-title::before {
  content: ' ';
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzA3MDcwO3N0cm9rZTojNzA3MDcwO30KPC9zdHlsZT4KPGc%2BCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTIuMiw3Ni44bDMyLjgtNDBjMS40LTEuNywxLjUtNC42LDAuNC02LjZzLTMuMi0yLjMtNC41LTAuNkw1MC4xLDY3LjFMMTkuNCwyOS42QzE4LDI4LDE2LDI4LjIsMTQuOSwzMC4yCgkJcy0xLDQuOSwwLjQsNi42bDMyLjgsNDBjMC42LDAuNywxLjMsMS4xLDIuMSwxLjFDNTAuOSw3Ny45LDUxLjYsNzcuNSw1Mi4yLDc2Ljh6Ii8%2BCjwvZz4KPC9zdmc%2BCg%3D%3D) center/23px no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 82, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.accordion-item.is-active .accordion-content {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

/* line 92, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.features {
  padding-top: 1.11111rem;
  font-size: 0.875em;
}
@media screen and (min-width: 32.5em) {
  /* line 92, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
  .features {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
  }
}
/* line 105, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.features div {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}
/* line 113, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.features p {
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
       break-inside: avoid-column;
  /* IE 11 */
  margin-bottom: 0;
  padding-bottom: 1rem;
}
/* line 122, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.features ul {
  list-style-type: none;
}
/* line 126, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.features ul li {
  position: relative;
  padding-bottom: 0.27778rem;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}
/* line 138, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_accordion.scss */
.features ul li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -20px;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050.35%2038.68%22%3E%3Ctitle%3Echeck%3C%2Ftitle%3E%3Cpath%20d%3D%22M20.12%2C38.68H19.81a3.94%2C3.94%2C0%2C0%2C1-2.54-.93L0.85%2C22.82A2.25%2C2.25%2C0%2C0%2C1%2C0%2C21.24%2C2.21%2C2.21%2C0%2C0%2C1%2C.58%2C19.6a2.25%2C2.25%2C0%2C0%2C1%2C1.57-.83%2C2.21%2C2.21%2C0%2C0%2C1%2C1.72.65L19.75%2C33.74l5.77-7.16L46.45%2C0.72a2.28%2C2.28%2C0%2C0%2C1%2C3.22-.1h0a2.38%2C2.38%2C0%2C0%2C1%2C.38%2C2.83l-0.17.27-27%2C33.5a4%2C4%2C0%2C0%2C1-2.66%2C1.44H20.12ZM1.81%2C21.59l0%2C0Z%22%20style%3D%22fill%3A%23666666%3B%22%2F%3E%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area {
  padding: 0;
}
/* line 5, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area__inner {
  position: relative;
}
/* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--on-full-page {
  padding: 0;
}
/* line 15, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--content-safe {
  padding: 4.44444rem 0;
}
@media screen and (max-width: 32.4375em) {
  /* line 15, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
  .area--content-safe {
    padding: 1.66667rem 0;
  }
}
/* line 25, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--on-fixed-page.area--content-safe {
  padding: 0;
}
/* line 30, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--no-spacing {
  padding: 0;
}
/* line 35, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--no-spacing-bottom {
  padding-bottom: 0;
}
/* line 43, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--border-top {
  border-top: 1px solid #f2f2f2;
}
/* line 44, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--bg-grey {
  background-color: #f2f2f2;
}
/* line 45, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--bg-white {
  background-color: #ffffff;
}
/* line 46, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--bg-black {
  background-color: #000000;
}
/* line 125, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
.area--bg-black h1:not(.ignore-panel-style), .area--bg-black h2:not(.ignore-panel-style), .area--bg-black h3:not(.ignore-panel-style), .area--bg-black h4:not(.ignore-panel-style), .area--bg-black h5:not(.ignore-panel-style), .area--bg-black h6:not(.ignore-panel-style), .area--bg-black p:not(.ignore-panel-style), .area--bg-black li:not(.ignore-panel-style), .area--bg-black abbr:not(.ignore-panel-style), .area--bg-black div:not(.ignore-panel-style) {
  color: white;
}
/* line 131, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
.area--bg-black .bucket__caption--arrowed:after {
  border-color: transparent transparent white transparent;
}
@media screen and (min-width: 56.25em) {
  /* line 55, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
  .area--v-middle > .area__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 66, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--inbetweener {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  -ms-behavior: url(/javascripts/backgroundsize.min.htc);
}
@media screen and (min-width: 64.0625em) {
  /* line 66, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
  .area--inbetweener {
    background-attachment: fixed !important;
  }
}
@media screen and (max-width: 32.4375em) {
  /* line 66, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
  .area--inbetweener {
    height: 300px;
  }
}
/* line 86, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--social-background {
  height: 20vw;
  padding: 0;
  margin: 0;
}
/* line 92, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--social-background .area__inner,
.area--social-background .panel,
.area--social-background .panel__inner {
  margin: 0;
  padding: 0 !important;
}
/* line 100, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--social-background h2 {
  font-size: 50px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 32.4375em) {
  /* line 100, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
  .area--social-background h2 {
    font-size: 25px;
  }
}
/* line 107, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--social-background h2 a {
  display: block;
  margin: 0;
  color: white;
  font-weight: bold;
  height: 20vw;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 108, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--social-background h2 a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 110, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--social-background h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 111, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_area.scss */
.area--social-background h2 a span {
  display: block;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_article.scss */
.article--index,
.article__body,
.latest-item {
  padding-top: 1.11111rem;
  margin-top: 1.11111rem;
  border-top: 1px solid #f2f2f2;
}

/* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_article.scss */
.latest-items {
  padding-top: 5.55556rem;
}

/* line 15, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_article.scss */
.article__date {
  padding-top: 10px;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 42px;
}
@media screen and (min-width: 56.25em) {
  /* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
  .banner {
    padding-top: 0;
  }
}
/* line 20, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner__video {
  height: 100% !important;
}
/* line 25, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner__slide {
  height: 100%;
  max-height: inherit !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 34, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner__caption {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 42, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner__title {
  padding: 10px 15px;
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 32.4375em) {
  /* line 42, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
  .banner__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
/* line 54, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner__caption-subtitle {
  position: relative;
  top: -10px;
  z-index: 10;
  max-width: 500px;
  margin: 0 auto;
  padding: 0.55556rem 0.55556rem;
  background-color: #006ba6;
  color: #ffffff;
}
/* line 65, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner__caption-subtitle::before, .banner__caption-subtitle::after {
  content: '-';
  display: block;
}
/* line 72, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner__caption-subtitle::before {
  padding-bottom: 0.55556rem;
}
/* line 77, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
.banner__caption-subtitle::after {
  padding-top: 0.55556rem;
}
@media screen and (max-width: 56.1875em) {
  /* line 54, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
  .banner__caption-subtitle {
    margin: 0 1.94444rem;
    padding: 0 0.55556rem;
    font-size: 1.2em;
  }
  /* line 88, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
  .banner__caption-subtitle::before {
    padding-top: 0.55556rem;
    padding-bottom: 0;
  }
  /* line 94, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
  .banner__caption-subtitle::after {
    padding-bottom: 0.55556rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 32.4375em) {
  /* line 54, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_banner.scss */
  .banner__caption-subtitle {
    font-size: 1em;
  }
}

/* line 56, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
/* line 50, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 61, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 61, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 61, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 52, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
/* line 60, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
/* line 68, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
/* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #666666 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
/* line 118, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}
/* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
/* line 87, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
/* line 94, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
/* line 35, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
/* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #666666 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
/* line 44, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #666666;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 32.5em) {
  /* line 52, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #666666 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #666666 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #666666;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 52, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #666666 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #666666 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #666666;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  /* line 52, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #666666 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #666666 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #666666;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 75em) {
  /* line 52, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #666666 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #666666 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #666666;
    border-left-style: solid;
    border-right-width: 0;
  }
}
/* line 141, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

/* line 149, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}
/* line 152, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 157, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}
/* line 160, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
/* line 167, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
/* line 177, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
/* line 182, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 188, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #666666;
}
/* line 35, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
/* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #666666 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
/* line 44, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #666666;
  border-left-style: solid;
  border-right-width: 0;
}
/* line 205, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
/* line 210, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}
/* line 217, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 27, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}
/* line 31, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block !important;
}

/* line 37, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #413b39;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
/* line 47, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
/* line 53, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 59, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative;
}
/* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #666666;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

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

/* line 227, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}
/* line 46, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}
/* line 59, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
/* line 66, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
/* line 161, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
/* line 166, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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 180, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
}
/* line 120, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 32.5em) {
  /* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 120, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 120, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64.0625em) {
  /* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  /* line 120, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  /* line 100, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }
  /* line 120, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-vertical > li {
    display: block;
  }
}
/* line 132, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}
/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}
/* line 148, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}
/* line 265, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right > li {
  float: right;
}
/* line 272, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
/* line 275, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
/* line 192, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}
/* line 200, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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 286, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}
/* line 291, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  color: #fefefe;
  background: #2199e8;
}

/* line 297, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

/* line 302, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-centered {
  text-align: center;
}
/* line 305, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  display: inline-block;
}

/* line 311, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 113, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 117, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 125, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 130, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 10006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 3px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media screen and (min-width: 32.5em) {
  /* line 130, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}
/* line 70, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}
/* line 76, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 32.5em) {
  /* line 130, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 70%;
    max-width: 77.77778rem;
  }
}
@media screen and (min-width: 32.5em) {
  /* line 142, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
/* line 150, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 32.5em) {
  /* line 155, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 77.77778rem;
  }
}
@media screen and (min-width: 32.5em) {
  /* line 156, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 77.77778rem;
  }
}
@media screen and (min-width: 32.5em) {
  /* line 157, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 77.77778rem;
  }
}
/* line 160, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 32.4375em) {
  /* line 130, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
/* line 168, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 38, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  background: rgba(45, 45, 45, 0.95);
  color: #fefefe;
  padding: 0;
}
/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}
/* line 148, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}
/* line 52, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 70, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 74, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 80, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

/* line 86, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
/* line 105, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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 87, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0.27778rem 0 0.27778rem 0;
}
/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}
/* line 148, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}
/* line 48, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  color: #8a8a8a;
  font-size: 0.77778rem;
  cursor: default;
}
/* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
/* line 77, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #006ba6;
}
/* line 80, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* line 90, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 40, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #666666;
  color: #fefefe;
}
/* line 48, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.secondary {
  background: #777;
  color: #fefefe;
}
/* line 48, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
/* line 48, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}
/* line 48, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button {
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, fill 0.25s ease-out, border 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, fill 0.25s ease-out, border 0.25s ease-out;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 11, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button:hover, .button:focus, .button--is-active {
  outline: 0;
  color: #ffffff;
  fill: #fff;
  background-color: #006ba6;
  border-color: #006ba6;
  text-decoration: none;
}
/* line 23, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--round {
  border-radius: 6px;
  text-transform: none;
}
/* line 29, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--round:hover, .button--round:focus, .button--round--is-active {
  color: #006ba6;
  background-color: #ffffff;
  border-color: #006ba6;
}
/* line 40, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--skip-link {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-bottom-right-radius: 0;
  background: #008946;
  z-index: 100;
}
/* line 51, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--skip-link:focus {
  position: absolute;
  left: 5px;
  top: 5px;
  outline: 0;
}
/* line 60, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--back-top-link {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
}
@media screen and (max-width: 64em) {
  /* line 60, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
  .button--back-top-link {
    font-size: 0.7em;
  }
}
/* line 72, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--full-screen-link {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 2;
}
/* line 80, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--location {
  border: 0;
  color: #fff;
  background-color: #d5c99b;
  font-family: Impact, sans-serif;
  text-transform: uppercase;
}
/* line 87, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--location span {
  font-size: 1.5em;
  line-height: 1.8em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/* line 94, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--location:hover, .button--location:focus, .button--location.button--is-active {
  background-color: #006ba6;
}
/* line 98, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_button.scss */
.button--location:hover span, .button--location:focus span, .button--location.button--is-active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_dealer_map.scss */
.map__map {
  width: 100%;
  height: 100%;
  height: calc(100vh - 400px);
  min-height: 800px;
}
@media screen and (max-width: 32.4375em) {
  /* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_dealer_map.scss */
  .map__map {
    display: none;
  }
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_full-size-nav.scss */
.full-size-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  overflow: scroll;
  max-width: 100vw;
  width: 100%;
  z-index: 1000;
  background: transparent;
  visibility: hidden;
  -webkit-transition: background-color .5s ease-in-out, visibility .5s ease-in-out;
  transition: background-color .5s ease-in-out, visibility .5s ease-in-out;
}
/* line 15, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_full-size-nav.scss */
.full-size-nav--open {
  height: 100%;
  visibility: visible;
  background-color: #006ba6;
}
/* line 22, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_full-size-nav.scss */
.full-size-nav__close {
  float: left;
  margin: 1.11111rem;
}
/* line 28, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_full-size-nav.scss */
.full-size-nav__menu {
  clear: both;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.site-footer {
  display: block;
  padding-top: 1.11111rem;
  font-size: 15px;
  background: rgba(45, 45, 45, 0.95);
  border-top: 1px solid white;
}
@media screen and (min-width: 64.0625em) {
  /* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
  .site-footer {
    padding: 8.33333rem;
  }
}
/* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.site-footer a {
  color: #97999b;
}
/* line 14, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.site-footer a:hover {
  color: #ffffff;
}
/* line 20, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.site-footer .social-bar__links {
  float: none;
}
/* line 25, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.site-footer__ata {
  margin: 1.66667rem 0;
}
/* line 30, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.site-footer__ata-image {
  margin-bottom: 1.11111rem;
  display: block;
  margin: 0 auto;
}

/* line 40, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.legal-footer__menu {
  text-align: center;
  padding: 1.11111rem 0;
}
/* line 45, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.legal-footer__menu li {
  border-left: 1px solid #b1b3b3;
}
@media screen and (max-width: 32.4375em) {
  /* line 45, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
  .legal-footer__menu li {
    display: block;
    padding: 0.27778rem 0;
    border-left: none;
  }
}
/* line 56, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.legal-footer__menu li a {
  padding: 0 0.55556rem;
}
/* line 62, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.legal-footer__menu li.active a {
  background: none;
}
/* line 67, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.legal-footer__menu li:first-child {
  border-left: none;
}
/* line 73, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.legal-footer__copyright {
  color: #97999b;
  text-align: center;
  max-width: none;
  padding: 1.11111rem 0;
}
/* line 81, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
.legal-footer__credit {
  padding-left: 1.38889rem;
}
@media screen and (max-width: 32.4375em) {
  /* line 81, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
  .legal-footer__credit {
    padding-left: 0;
    display: block;
  }
}

@media screen and (max-width: 32.4375em) {
  /* line 95, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_footer.scss */
  .footer__next-step {
    margin: 1.11111rem 0;
  }
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.input--no-margin {
  margin-bottom: 0;
}
/* line 8, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.input--large {
  height: 52px;
}
/* line 13, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.input--inline {
  display: inline;
  padding: 0.55556rem;
}

/* line 20, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.input-group-label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

/* line 27, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding-left: 1.66667rem;
  padding-right: 1.11111rem;
}
/* line 35, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control--no-spacing {
  margin-bottom: 0;
}
/* line 40, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control--disabled {
  color: #f2f2f2;
}
/* line 45, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__default {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 51, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__default:checked ~ .control__styled {
  background-color: #006ba6;
  border: 0;
}
/* line 56, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__default:checked ~ .control__styled:after {
  display: block;
}
/* line 63, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__styled {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
}
/* line 72, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__styled:after {
  content: '';
  position: absolute;
  display: none;
}
/* line 79, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__styled--checkbox {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 3px;
}
/* line 85, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__styled--checkbox:after {
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 97, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__styled--radio {
  border-radius: 50%;
}
/* line 101, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.control__styled--radio:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

/* line 116, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.range-slider.range-slider--center {
  margin: 10px auto;
}

/* line 122, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.noUi-background.noUi-background {
  background: #fff;
}

/* line 127, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.noUi-target.noUi-target {
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

/* line 134, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.range-slider--double .noUi-base.noUi-base {
  border-radius: 6px;
  background-color: #fff;
}

/* line 140, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.noUi-origin.noUi-origin {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #ffffff;
}
/* line 146, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.noUi-origin.noUi-origin:last-child {
  background-color: #fff;
}

/* line 152, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.noUi-horizontal .noUi-handle.noUi-handle {
  top: -2px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: #006ba6;
  box-shadow: none;
}
/* line 162, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.noUi-horizontal .noUi-handle.noUi-handle:before, .noUi-horizontal .noUi-handle.noUi-handle:after {
  display: none;
}
/* line 168, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.noUi-horizontal .noUi-handle.noUi-handle.noUi-active {
  background: #d5c99b;
}

/* line 174, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.select-wrapper {
  position: relative;
  margin: 0 0 16px;
  z-index: 1;
  pointer-events: none;
}
/* line 181, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.select-wrapper::before {
  content: '';
  min-width: 40px;
  min-height: 23px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMDBweCIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzA3MDcwO3N0cm9rZTojNzA3MDcwO30KPC9zdHlsZT4KPGc%2BCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTIuMiw3Ni44bDMyLjgtNDBjMS40LTEuNywxLjUtNC42LDAuNC02LjZzLTMuMi0yLjMtNC41LTAuNkw1MC4xLDY3LjFMMTkuNCwyOS42QzE4LDI4LDE2LDI4LjIsMTQuOSwzMC4yCgkJcy0xLDQuOSwwLjQsNi42bDMyLjgsNDBjMC42LDAuNywxLjMsMS4xLDIuMSwxLjFDNTAuOSw3Ny45LDUxLjYsNzcuNSw1Mi4yLDc2Ljh6Ii8%2BCjwvZz4KPC9zdmc%2BCg%3D%3D) center/23px no-repeat;
  border-left: 2px solid #f2f2f2;
}

/* line 195, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.input-group {
  margin-bottom: 0;
}

/* line 202, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.contact-form__fieldset {
  padding: 0 0 1.38889rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
/* line 208, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.contact-form__fieldset:last-child {
  border-bottom: none;
}
/* line 213, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.contact-form__legend {
  font-weight: bold;
}
/* line 217, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.contact-form p {
  font-size: 14px;
  line-height: 1.5;
}

/* line 224, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.errors {
  position: relative;
  top: -19px;
  margin: 0;
  list-style-type: none;
}
/* line 231, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.errors__message {
  width: 100%;
  padding: 0.33333rem 0.5rem;
  text-align: center;
}
/* line 238, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_form.scss */
.errors--with-spacing {
  top: 0;
  margin-top: 10px;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: inherit;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
  vertical-align: bottom;
}
/* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--action:hover {
  fill: #4d4d4d;
  cursor: pointer;
}
/* line 16, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--light {
  fill: #fff;
}
/* line 21, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--button {
  width: 14px;
  height: 14px;
  margin-right: 0.27778rem;
  vertical-align: bottom;
}
/* line 29, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--full-screen, .icon--medium {
  width: 30px;
  height: 30px;
}
/* line 36, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--small {
  width: 14px;
  height: 14px;
  margin-right: 0.27778rem;
}
/* line 43, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--media {
  width: 40px;
  height: 40px;
  fill: #666666;
  margin-right: 0.55556rem;
}
/* line 51, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--link-bar {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
/* line 58, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--close {
  width: 32px;
  height: 32px;
}
/* line 64, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--callout {
  width: 40px;
  height: 40px;
  fill: #006ba6;
}
/* line 71, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--large {
  width: 40px;
  height: 40px;
  margin-right: 0.55556rem;
}
/* line 78, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--margin-right {
  margin-right: 0.55556rem;
}
/* line 83, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--block {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 0.27778rem;
}
/* line 92, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--inline {
  margin-right: 0.27778rem;
  fill: #666666;
}
/* line 98, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--inline-detail {
  width: 40px;
  height: 40px;
  margin-right: 0.55556rem;
  fill: #666666;
}
/* line 106, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--inline-small {
  margin-right: 0.27778rem;
}
/* line 111, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--inline-detail-white {
  margin-right: 0.55556rem;
  fill: #ffffff;
}
/* line 117, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--inline-detail-grey {
  fill: #666666;
}
/* line 122, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--inline {
  margin-right: 0.27778rem;
}
/* line 127, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 132, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--event {
  width: 80px;
  height: 80px;
  margin: 1.11111rem 0;
}
/* line 139, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--logo {
  width: 60px;
  height: 60px;
  margin-bottom: 1.11111rem;
}
/* line 146, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--large {
  width: 48px;
  height: 48px;
  fill: white;
}
/* line 153, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--large-green {
  width: 55px;
  height: 55px;
  fill: #006ba6;
}
/* line 160, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.icon--xlarge-green {
  width: 90px;
  height: 90px;
  fill: #006ba6;
  margin-bottom: 1.11111rem;
}

/* line 169, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_icon.scss */
.circle {
  display: inline-block;
  float: left;
  margin-right: 1.11111rem;
  padding: 1.11111rem;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 4, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
.kf__thumbnail-link {
  display: block;
}
@media screen and (max-width: 32.4375em) {
  /* line 4, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
  .kf__thumbnail-link {
    padding: 0.55556rem;
  }
}
/* line 12, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
.kf__img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 0.55556rem;
}
/* line 21, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
.kf__snippet {
  margin: 0;
  padding: 0.55556rem;
  line-height: 1.3em;
  font-style: italic;
}
@media screen and (min-width: 32.5em) {
  /* line 21, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
  .kf__snippet {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 32.5em) {
  /* line 38, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
  .kf__container--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  /* line 44, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
  .kf__container--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 32.5em) {
  /* line 53, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
  .kf__b--f1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1%;
  }
  /* line 63, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
  .kf__b--f2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  /* line 69, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
  .kf__b--f3 {
    -webkit-box-flex: 3.3;
        -ms-flex-positive: 3.3;
            flex-grow: 3.3;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    padding: 1%;
  }
}

/* line 80, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_key-features.scss */
.slider__container,
.slider__slide {
  height: auto !important;
  max-height: none !important;
}

@media screen and (max-width: 56.1875em) {
  /* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_link-bar.scss */
  .link-bar {
    margin-bottom: 1.11111rem;
  }
}
/* line 8, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_link-bar.scss */
.link-bar__menu-icon {
  float: left;
  margin-right: 0.55556rem;
}
/* line 14, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_link-bar.scss */
.link-bar__menu-link {
  float: left;
  margin-bottom: 0;
  color: white;
  font-size: 1.333em;
  line-height: 32px;
}
/* line 23, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_link-bar.scss */
.link-bar__links {
  float: right;
  margin: 0;
  list-style-type: none;
}
/* line 29, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_link-bar.scss */
.link-bar__links--no-float {
  float: none;
}
/* line 35, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_link-bar.scss */
.link-bar__link {
  display: inline-block;
  margin-bottom: 0.55556rem;
  margin-left: 1.11111rem;
}

/* line 43, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_link-bar.scss */
.wf-loading .link-bar__menu-link {
  line-height: 32px;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
.masthead {
  width: 100%;
  z-index: 100;
  position: fixed;
}
/* line 7, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
.masthead__lhs, .masthead__rhs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: HelveticaNeueLTStd-Lt, "Georgia", "open-sans", Arial, sans-serif;
  font-size: 0.83333rem;
  height: 42px;
}
/* line 17, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
.masthead .button--menu {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  border: none;
  margin: 0;
  height: 42px;
  margin-right: 10px;
}
@media screen and (max-width: 32.4375em) {
  /* line 17, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
  .masthead .button--menu {
    padding-right: 2px;
  }
}
/* line 35, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
.masthead .button--menu::before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 16px;
  top: 4px;
  height: 0;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
/* line 47, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
.masthead__link--airstream, .masthead__link--lowd {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 54, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
.masthead__logo--airstream {
  height: 2.33333rem;
  width: 10.16667rem;
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (max-width: 32.4375em) {
  /* line 54, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
  .masthead__logo--airstream {
    height: 1.55556rem;
    width: 6.77778rem;
  }
}
/* line 69, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
.masthead__dist {
  display: block;
}
/* line 74, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
.masthead__logo--lowd {
  height: 1.44444rem;
  width: 7.05556rem;
  margin: 0 0 0.55556rem 0.55556rem;
  padding: 0;
  display: block;
}
@media screen and (max-width: 32.4375em) {
  /* line 74, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_masthead.scss */
  .masthead__logo--lowd {
    height: 1.55556rem;
    width: 5.22222rem;
    margin-bottom: 0;
  }
}

/* line 46, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
html,
body {
  height: 100%;
}

/* line 51, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

/* line 59, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}
/* line 148, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after {
  clear: both;
}

/* line 67, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

/* line 156, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #97999b;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
/* line 159, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
/* line 124, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.is-open-left {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
/* line 160, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
/* line 124, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.is-open-right {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

@media screen and (min-width: 32.5em) {
  /* line 167, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 171, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 167, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 171, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 64.0625em) {
  /* line 167, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 171, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 75em) {
  /* line 167, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }

  /* line 171, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 147, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}
/* line 5, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_off-canvas.scss */
.off-canvas {
  height: 100%;
  background: #97999b;
}
/* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_off-canvas.scss */
.off-canvas .menu > li > a {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}
/* line 20, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_off-canvas.scss */
.off-canvas .menu .active > a {
  background-color: #006ba6;
}
/* line 26, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_off-canvas.scss */
.off-canvas .menu.vertical > li {
  border-bottom: 1px solid white;
  padding: 0;
}
/* line 31, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_off-canvas.scss */
.off-canvas .menu.vertical > li:hover > a {
  background-color: #ffffff;
  color: #006ba6;
}

/* line 152, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 156, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

/* line 160, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%;
}
/* line 72, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 164, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 168, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* line 172, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 176, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}
/* line 108, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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(10, 10, 10, 0.5);
}

/* line 180, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 185, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 190, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}
/* line 134, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.1rem;
  background-color: #006ba6;
  border-radius: 50%;
}
/* line 141, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #006ba6;
}
/* line 145, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #006ba6;
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_orbit.scss */
.orbit {
  height: 100%;
}

/* line 8, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_orbit.scss */
.orbit-wrapper {
  height: 100%;
  overflow: hidden;
}

/* line 16, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_orbit.scss */
.orbit-bullets button {
  background: none;
  border: 2px solid #ffffff;
}
/* line 21, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_orbit.scss */
.orbit-bullets button.is-active, .orbit-bullets button:hover {
  border-color: #006ba6;
}

/* line 29, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_orbit.scss */
.orbit-controls {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 4, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel.not-live, .panel.expired {
  opacity: 0.50;
}
/* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel__inner {
  position: relative;
  padding: 1.66667rem 0.83333rem;
}
@media screen and (max-width: 32.4375em) {
  /* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel__inner {
    padding: 0.55556rem 0.27778rem;
  }
}
@media screen and (max-width: 32.4375em) {
  /* line 23, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--rich-text .panel__inner {
    padding-top: 1.66667rem;
  }
}
/* line 31, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--rich-text ul {
  list-style-type: disc;
  margin-left: 0;
}
/* line 37, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--rich-text li {
  margin-left: 1.11111rem;
  padding-bottom: 0.27778rem;
}
/* line 42, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--rich-text li ul {
  padding-bottom: 0.27778rem;
}
/* line 52, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--bg-grey > .panel__inner {
  background-color: #f2f2f2;
  border-radius: 10px;
}
/* line 53, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--bg-white > .panel__inner {
  background-color: #ffffff;
  border-radius: 10px;
}
/* line 54, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--bg-black > .panel__inner {
  background-color: #000000;
  border-radius: 10px;
}
/* line 62, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--centre-everything .panel__inner, .panel--centre-everything p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 72, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--centre-copy h1, .panel--centre-copy h2, .panel--centre-copy h3, .panel--centre-copy h4, .panel--centre-copy h5, .panel--centre-copy h6, .panel--centre-copy p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 82, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--centre-headings h1, .panel--centre-headings h2, .panel--centre-headings h3, .panel--centre-headings h4, .panel--centre-headings h5, .panel--centre-headings h6 {
  text-align: center;
}
@media screen and (max-width: 56.1875em) {
  /* line 89, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--centre-headings img {
    display: block;
    margin: 0 auto;
  }
}
/* line 97, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 105, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--emph-first-text-only p:first-of-type {
  font-size: 1.2em;
}
@media screen and (max-width: 32.4375em) {
  /* line 105, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--emph-first-text-only p:first-of-type {
    font-size: 1.125em;
  }
}
/* line 118, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--emph-first p:first-of-type {
  font-size: 1.2em;
}
@media screen and (max-width: 32.4375em) {
  /* line 118, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--emph-first p:first-of-type {
    font-size: 1.125em;
  }
}
/* line 125, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
.panel--light-copy h1:not(.ignore-panel-style), .panel--light-copy h2:not(.ignore-panel-style), .panel--light-copy h3:not(.ignore-panel-style), .panel--light-copy h4:not(.ignore-panel-style), .panel--light-copy h5:not(.ignore-panel-style), .panel--light-copy h6:not(.ignore-panel-style), .panel--light-copy p:not(.ignore-panel-style), .panel--light-copy li:not(.ignore-panel-style), .panel--light-copy abbr:not(.ignore-panel-style), .panel--light-copy div:not(.ignore-panel-style) {
  color: #ffffff;
}
/* line 131, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
.panel--light-copy .bucket__caption--arrowed:after {
  border-color: transparent transparent #ffffff transparent;
}
/* line 133, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--light-copy.panel--emph-first p:first-of-type {
  color: #ffffff;
}
/* line 138, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--light-copy a:not(.button) {
  color: #006ba6;
}
/* line 141, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--light-copy a:not(.button):hover {
  color: #004a73;
}
/* line 147, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--light-copy a.button--revealer {
  color: #666666;
}
/* line 150, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--light-copy a.button--revealer:hover {
  color: #666666;
}
/* line 157, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--crunch-gutters {
  padding-left: 0;
  padding-right: 0;
}
/* line 162, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--crunch-gutters img {
  max-width: auto;
  width: 100%;
}
/* line 169, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--full-size, .panel--full-size .panel__inner {
  padding: 0;
}
@media screen and (min-width: 56.25em) {
  /* line 175, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--img-right img {
    float: right;
    max-width: 50%;
    margin-left: 1.11111rem;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 186, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--img-left img {
    float: left;
    max-width: 50%;
    margin-right: 1.11111rem;
  }
}
/* line 196, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--img-border img {
  border: 1px solid #666666;
  background: white;
  padding: 10px;
  display: block;
}
/* line 204, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--img-round img, .panel--img-round .plyr, .panel--img-round .plyr .plyr__controls {
  border-radius: 0.55556rem;
}
/* line 211, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--no-float {
  float: none;
}
/* line 216, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--inbetweener-caption > .panel__inner {
  height: 500px;
  position: relative;
}
/* line 221, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--inbetweener-caption > .panel__inner h2 {
  max-width: 40%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 10px 10px 0 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 235, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--full-width-image img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 32.4375em) {
  /* line 241, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--no-gutters-mobile .panel__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 250, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--video .plyr {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 64.0625em) {
  /* line 258, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--breakout-left, .panel--breakout-right {
    position: absolute;
    width: 50vw;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
  /* line 267, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--breakout-right {
    right: 0;
  }
  /* line 272, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--bucket-aside {
    margin: 0 50%;
  }
}
/* line 280, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--restrict-text p {
  max-width: 480px;
}
@media screen and (min-width: 56.25em) {
  /* line 288, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--extended-padding {
    padding-top: 2.77778rem;
    padding-bottom: 2.22222rem;
  }
}
@media screen and (max-width: 32.4375em) {
  /* line 299, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--extended-padding .panel__inner {
    padding: 1.66667rem;
  }
}
/* line 306, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--bucket-feature .panel__inner {
  height: 100%;
}
/* line 311, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--no-padding, .panel--no-padding .panel__inner {
  padding: 0;
}
/* line 317, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--no-padding-bottom, .panel--no-padding-bottom .panel__inner {
  padding-bottom: 0;
}
/* line 323, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--padding-top .panel__inner {
  padding-top: 50px;
}
/* line 328, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--two-column-list ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
/* line 333, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--no-bullets ul {
  list-style-type: none;
}
@media screen and (max-width: 56.1875em) {
  /* line 338, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
  .panel--image {
    display: none;
  }
}
/* line 348, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--foot-notes p, .panel--foot-notes li {
  font-size: 14px;
  line-height: 1.4;
}
/* line 357, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_panel.scss */
.panel--timeline-copy p, .panel--timeline-copy li {
  font-size: 15px;
  line-height: 1.5;
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_site-logo.scss */
.site-logo::after {
  display: none;
}
/* line 8, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_site-logo.scss */
.site-logo__link {
  display: block;
  width: 365px;
  height: 70px;
  margin: 0 auto;
  background-image: url(/assets/logo-b382d2bc82d46f3242f45576ab6e7855806952ee198c29a500c60daa8c509d59.svg);
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: 200%;
  white-space: nowrap;
}
@media screen and (max-width: 56.1875em) {
  /* line 8, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_site-logo.scss */
  .site-logo__link {
    width: 300px;
    height: 57px;
  }
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider {
  position: relative;
}
/* line 5, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
/* line 10, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__slide {
  width: 100%;
  max-height: 100%;
}
/* line 72, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.slider__slide.no-motionui.is-active {
  top: 0;
  left: 0;
}
/* line 15, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__previous, .slider__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
  width: 3.88889rem;
  height: 3.88889rem;
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider__previous, [data-whatinput='mouse'] .slider__next {
  outline: 0;
}
/* line 108, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.slider__previous:hover, .slider__previous:active, .slider__previous:focus, .slider__next:hover, .slider__next:active, .slider__next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}
/* line 22, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__previous:hover, .slider__previous:focus, .slider__next:hover, .slider__next:focus {
  background-color: #ffffff;
}
/* line 29, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__previous {
  left: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cg%20fill%3D%22%23f2f2f2%22%3E%3Cpath%20d%3D%22M-192%200H-7v99h-185zM0-36h100v30H0z%22%2F%3E%3Cpath%20d%3D%22M-126.514%2034.815h10.26V45h-10.26zM-126.477%2031.766h.522v2.337h-.522zM-116.812%2031.766h.523v2.337h-.522z%22%2F%3E%3Cpath%20d%3D%22M-127%2032.337h11.233v.572H-127zM-83.805%2033.844H-73.5V44h-10.305zM-76.81%2028.707h3.31v3.26h-3.31z%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M-178.5%2022.5h30v30h-30zM-136.5%2022.5h30v30h-30zM-93.5%2022.5h30v30h-30zM-49.5%2022.5h30v30h-30z%22%2F%3E%3Cpath%20d%3D%22M66.006%2082.742L40.376%2052l25.63-30.742c1.133-1.36.947-3.38-.41-4.514s-3.38-.95-4.514.408L33.744%2049.947C33.246%2050.54%2033%2051.27%2033%2052c0%20.73.246%201.46.744%202.053l27.338%2032.795c1.133%201.36%203.156%201.543%204.514.408%201.36-1.137%201.545-3.15.41-4.514z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
}
@media screen and (max-width: 32.4375em) {
  /* line 29, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
  .slider__previous {
    left: -15px;
  }
}
/* line 40, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__previous:hover, .slider__previous:focus {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cg%20fill%3D%22%23f2f2f2%22%3E%3Cpath%20d%3D%22M-192%200H-7v99h-185zM0-36h100v30H0z%22%2F%3E%3Cpath%20d%3D%22M-126.514%2034.815h10.26V45h-10.26zM-126.477%2031.766h.522v2.337h-.522zM-116.812%2031.766h.523v2.337h-.522z%22%2F%3E%3Cpath%20d%3D%22M-127%2032.337h11.233v.572H-127zM-83.805%2033.844H-73.5V44h-10.305zM-76.81%2028.707h3.31v3.26h-3.31z%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M-178.5%2022.5h30v30h-30zM-136.5%2022.5h30v30h-30zM-93.5%2022.5h30v30h-30zM-49.5%2022.5h30v30h-30z%22%2F%3E%3Cpath%20d%3D%22M66.006%2082.742L40.376%2052l25.63-30.742c1.133-1.36.947-3.38-.41-4.514s-3.38-.95-4.514.408L33.744%2049.947C33.246%2050.54%2033%2051.27%2033%2052c0%20.73.246%201.46.744%202.053l27.338%2032.795c1.133%201.36%203.156%201.543%204.514.408%201.36-1.137%201.545-3.15.41-4.514z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
}
/* line 47, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__next {
  left: auto;
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cg%20fill%3D%22%23f2f2f2%22%3E%3Cpath%20d%3D%22M-192%200H-7v99h-185zM0-36h100v30H0z%22%2F%3E%3Cpath%20d%3D%22M-126.514%2034.815h10.26V45h-10.26zM-126.477%2031.766h.522v2.337h-.522zM-116.812%2031.766h.523v2.337h-.522z%22%2F%3E%3Cpath%20d%3D%22M-127%2032.337h11.233v.572H-127zM-83.805%2033.844H-73.5V44h-10.305zM-76.81%2028.707h3.31v3.26h-3.31z%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M-178.5%2022.5h30v30h-30zM-136.5%2022.5h30v30h-30zM-93.5%2022.5h30v30h-30zM-49.5%2022.5h30v30h-30z%22%2F%3E%3Cpath%20d%3D%22M66.254%2046.947L38.916%2014.152c-1.13-1.36-3.154-1.543-4.512-.408-1.36%201.137-1.545%203.152-.412%204.512L59.622%2049%2033.99%2079.742c-1.13%201.363-.947%203.38.412%204.514%201.357%201.135%203.38.95%204.512-.408l27.338-32.793C66.752%2050.46%2067%2049.73%2067%2049c0-.73-.248-1.46-.746-2.053z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
}
@media screen and (max-width: 32.4375em) {
  /* line 47, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
  .slider__next {
    right: -15px;
  }
}
/* line 58, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__next:hover, .slider__next:focus {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cg%20fill%3D%22%23f2f2f2%22%3E%3Cpath%20d%3D%22M-192%200H-7v99h-185zM0-36h100v30H0z%22%2F%3E%3Cpath%20d%3D%22M-126.514%2034.815h10.26V45h-10.26zM-126.477%2031.766h.522v2.337h-.522zM-116.812%2031.766h.523v2.337h-.522z%22%2F%3E%3Cpath%20d%3D%22M-127%2032.337h11.233v.572H-127zM-83.805%2033.844H-73.5V44h-10.305zM-76.81%2028.707h3.31v3.26h-3.31z%22%2F%3E%3Cpath%20stroke%3D%22%23FFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M-178.5%2022.5h30v30h-30zM-136.5%2022.5h30v30h-30zM-93.5%2022.5h30v30h-30zM-49.5%2022.5h30v30h-30z%22%2F%3E%3Cpath%20d%3D%22M66.254%2046.947L38.916%2014.152c-1.13-1.36-3.154-1.543-4.512-.408-1.36%201.137-1.545%203.152-.412%204.512L59.622%2049%2033.99%2079.742c-1.13%201.363-.947%203.38.412%204.514%201.357%201.135%203.38.95%204.512-.408l27.338-32.793C66.752%2050.46%2067%2049.73%2067%2049c0-.73-.248-1.46-.746-2.053z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
}
/* line 65, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
/* line 169, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider__bullets {
  outline: 0;
}
/* line 134, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.slider__bullets button {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.1rem;
  background-color: #006ba6;
  border-radius: 50%;
}
/* line 141, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.slider__bullets button:hover {
  background-color: #006ba6;
}
/* line 145, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.slider__bullets button.is-active {
  background-color: #006ba6;
}
@media screen and (max-width: 32.4375em) {
  /* line 65, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
  .slider__bullets {
    margin: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  /* line 73, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
  .slider__bullets--large-spacing {
    margin-top: 2.77778rem;
  }
}
/* line 81, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__bullets button {
  position: relative;
  width: 4.16667rem;
  height: 3.33333rem;
  background: none;
}
/* line 88, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__bullets button.is-active, .slider__bullets button:hover, .slider__bullets button:focus {
  background: none;
}
/* line 94, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__bullets button.is-active::before, .slider__bullets button:hover::before, .slider__bullets button:focus::before {
  background-color: #006ba6;
}
/* line 101, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.slider__bullets button::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #97999b;
}

/* line 122, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_slider.scss */
.area--bg-swift-green .slider__bullets button.is-active::before, .area--bg-swift-green .slider__bullets button:hover::before, .area--bg-swift-green .slider__bullets button:focus::before {
  background-color: #f2f2f2;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-wall-wrapper {
  padding-top: 4.44444rem;
}

/* line 6, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-wall {
  margin: 0 auto;
  margin-bottom: 0.55556rem;
}

/* line 12, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post {
  list-style-type: none;
  max-width: 300px;
  float: left;
  display: inline;
  border: 1px solid #b1b3b3;
  border-radius: 3px;
  background-color: #ffffff;
  margin: 0.55556rem;
  word-wrap: break-word;
}
/* line 24, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__more {
  display: inherit;
}
/* line 29, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__icon {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.05556rem 3.05556rem 0;
  fill: #ffffff;
}
/* line 39, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__icon .icon {
  margin-left: 30px;
  margin-top: 5px;
}
/* line 45, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__icon--twitter {
  border-color: transparent #4ec2dc transparent transparent;
}
/* line 50, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__icon--facebook {
  border-color: transparent #3b5998 transparent transparent;
}
/* line 55, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__icon--rss {
  border-color: transparent #FF9800 transparent transparent;
}
/* line 60, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__icon--instagram {
  border-color: transparent #413A33 transparent transparent;
}
/* line 65, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__icon--news {
  border-color: transparent green transparent transparent;
}
/* line 70, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__icon--review {
  border-color: transparent brown transparent transparent;
}
/* line 76, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__title {
  font-size: 1.125rem;
  color: #ffffff;
}
/* line 82, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__copy {
  margin: 1.38889rem 1.11111rem 1.11111rem;
  padding-bottom: 1.11111rem;
  border-bottom: 1px solid #ffffff;
}
/* line 89, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__thumb {
  width: 100%;
}
/* line 94, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__time {
  padding-left: 1.11111rem;
  font-size: 0.875em;
}
/* line 100, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__share-icons {
  display: inline;
  float: right;
  margin-top: 0.22222rem;
  margin-right: 0.27778rem;
}
/* line 107, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__share-icons a {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0.27778rem 0 0;
  background-image: url(/assets/icons/social/share-d59fa5b09d8fc55c014adc1d994a6a9d319d20be956b70ecd28a033d758783e9.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: relative;
  bottom: 0;
  right: 0.55556rem;
  float: right;
}
/* line 122, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__share-icons--twitter {
  background-position: 0 -16px;
}
/* line 127, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__share-icons--google {
  background-position: 0 -80px;
}
/* line 132, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__share-icons--reply {
  background-position: 0 -32px;
}
/* line 137, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__share-icons--retweet {
  background-position: 0 -48px;
}
/* line 142, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_social-wall.scss */
.social-post__share-icons--favorite {
  background-position: 0 -64px;
}

/* line 3, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
.tabs .button {
  background-color: transparent;
  color: black;
}
/* line 9, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
.tabs--missouri {
  background-image: url(/assets/missouri-tab-5af35c45696cd793b7840fcd52dc7b6fa3f6afae55a54d19c67fcd249753591f.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
/* line 17, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
.tabs--yukon {
  background-image: url(/assets/yukon-tab-118527dbb0915ec4af08885041aa17358985cf5da10558fe3aa46a0498dc3239.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
/* line 25, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
.tabs--colorado {
  background-image: url(/assets/colorado-tab-eba659d7f7bf998cd27a84ea2aee9bf90e137949f80e26a428c34af9c6c39f04.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}

/* line 35, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
.tabs--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 56.1875em) {
  /* line 35, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--buttons {
    display: block;
  }
  /* line 47, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--buttons .tabs-title {
    width: 33%;
  }
  /* line 51, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--buttons .tabs-title .button--toggle {
    border: 1px solid #97999b;
    border-width: 0 1px 1px 0;
    font-size: 0.74rem;
  }
  /* line 58, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--buttons .tabs-title .button--first {
    border-left-width: 1px;
  }
  /* line 63, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--buttons .tabs-title:nth-of-type(3n+4) .button--toggle {
    border-left-width: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 70, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--buttons .tabs-title:nth-child(-n+3) .button--toggle {
    border-top-width: 1px;
  }
  /* line 75, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--buttons .tabs-title:nth-of-type(3n+3) .button--toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/* line 83, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
.tabs--buttons .tabs-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 32.4375em) {
  /* line 93, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 99, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--mobile .tabs-title:nth-of-type(3n+4) .button--toggle {
    border-left-width: 0;
    border-top-width: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 107, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--mobile .tabs-title:nth-child(-n+3) .button--toggle {
    border-top-width: 1px;
  }
  /* line 112, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
  .tabs--mobile .tabs-title:nth-of-type(3n+3) .button--toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/* line 121, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
.tabs-panel {
  display: none;
}
/* line 125, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_tab.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_under-bar.scss */
.under-bar {
  border-bottom: 1px solid #f2f2f2;
}

/* line 6, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/components/_under-bar.scss */
.breadcrumbs {
  padding-left: 15px;
}

/**
 * @license
 * MyFonts Webfont Build ID 3448899, 2017-09-08T05:50:02-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaNeueLTStd-Lt by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-45-light/
 * Copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3448899
 *
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url(/assets/34A043_0_0-f60c57b708f5c845a33103f15cdb4106e713f7cc803e59d6e67495a183ded35b.eot);
  src: url(/assets/34A043_0_0-f60c57b708f5c845a33103f15cdb4106e713f7cc803e59d6e67495a183ded35b.eot?#iefix) format("embedded-opentype"), url(/assets/34A043_0_0-b4644da84de99af147665941919a736dc55365a2ce4859a8d8ee13c486b010e1.woff2) format("woff2"), url(/assets/34A043_0_0-e1160833c1f641cea3bd23ad00e58c664a94ea57fb864e745812bdf41570fe2b.woff) format("woff"), url(/assets/34A043_0_0-7f175d49df08fed2a2885b8d595bf5ee2a2a31cdcbde6b81a23c8224a601325f.ttf) format("truetype");
}
/* line 62, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

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

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

@media screen and (min-width: 32.5em) {
  /* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

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

@media screen and (min-width: 32.5em) and (max-width: 56.1875em) {
  /* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 32.4375em), screen and (min-width: 56.25em) {
  /* line 86, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 56.25em) {
  /* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

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

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

@media screen and (max-width: 56.1875em), screen and (min-width: 64.0625em) {
  /* line 86, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) {
  /* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 64em) {
  /* line 77, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  /* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  /* line 86, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  /* line 73, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 77, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  /* line 82, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 86, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xxlarge-only {
    display: none !important;
  }
}

/* line 93, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.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/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

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

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

/* line 10, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

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

/* line 138, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 148, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

@media screen and (min-width: 32.5em) and (max-width: 56.1875em) {
  /* line 6, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
  .medium-centered {
    float: none !important;
  }

  /* line 11, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
  .revert-padding-for-medium {
    padding-right: 1rem !important;
  }
}
/* line 17, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
.divider {
  border-left: 1px solid #666666;
}
/* line 109, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
.divider:first-child, .divider--right {
  border-left: 0;
}
/* line 115, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/tools/_mixins.scss */
.divider--right {
  border-right: 1px solid #666666;
}

/* line 22, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
.no-margin {
  margin: 0;
}

/* line 27, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
.inline-spacing {
  margin-left: 1.66667rem;
}
@media screen and (max-width: 32.4375em) {
  /* line 27, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
  .inline-spacing {
    margin-left: 0;
  }
}

/* line 37, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
.no-bullets {
  list-style-type: none;
}

/* line 42, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
.menu-centered > .menu {
  vertical-align: top;
}

/* line 47, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 32.5em) {
  /* line 47, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
  .align-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 56.1875em) {
  /* line 62, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/trumps/_base.scss */
  .soft-break {
    display: inline-block;
  }
}
/* line 1, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.admin #layout {
  margin-top: 40px;
}

/* line 6, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap {
  background: #275166;
  border: none;
  text-shadow: none;
  width: 100%;
  height: 40px;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
}
/* line 17, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap h1.site_title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  font-weight: bold;
  float: left;
  margin: 5px 15px;
}
/* line 23, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap h1.site_title a {
  color: #dde4ce;
  text-transform: uppercase;
}
/* line 26, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap h1.site_title a:hover {
  color: #fcfff5;
}
/* line 32, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap a, #cms-strap a:link {
  color: #d6d9d0;
}
/* line 35, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs {
  margin-left: 0;
  padding: 10px 0;
  font-size: 0;
  float: left;
  list-style-type: none;
}
/* line 42, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li:hover > a, #cms-strap ul#tabs > li.current > a {
  color: #fcfff5;
  background: #2e6078;
  margin: -10px 0;
}
/* line 47, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li {
  font-size: 12px;
  margin: 0;
  float: left;
}
/* line 51, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li a {
  padding: 13px 20px;
  margin: 0;
}
/* line 56, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li.has_nested a {
  background-position: 93% 50%;
}
/* line 60, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li.has_nested:hover a {
  background-color: #2e6078;
  border: none;
  background-position: 93% 50%;
}
/* line 65, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li.has_nested:hover ul {
  background: #2e6078;
  border: none;
}
/* line 69, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li.has_nested:hover ul li a:hover {
  color: #193441;
}
/* line 73, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li.has_nested:hover ul li a:hover {
  color: #fcfff5;
}
/* line 78, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#cms-strap ul#tabs > li.has_nested.current a {
  background-color: #2e6078;
  background-position: 93% 50%;
}

/* line 83, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#utility_nav {
  background: #275166;
  padding: 10px 0;
  float: right;
  color: #d6d9d0;
  font-size: 12px;
}
/* line 90, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#utility_nav a, #utility_nav span.current_user {
  padding: 0 10px;
}
/* line 94, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#utility_nav a {
  font-weight: bold;
}
/* line 97, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#utility_nav a:hover {
  color: #dde4ce;
}
/* line 102, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
#utility_nav span {
  color: #d6d9d0;
}

/* line 108, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.inline-adm,
.inline-adm-area {
  background: #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  line-height: 18px;
}
/* line 117, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.inline-adm a,
.inline-adm-area a {
  color: #444 !important;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 123, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.inline-adm a:hover,
.inline-adm-area a:hover {
  color: #222 !important;
}
/* line 128, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.inline-adm .move,
.inline-adm-area .move {
  float: right;
  background-image: url(/images/icons/move.png);
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
/* line 135, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.inline-adm .move:hover,
.inline-adm-area .move:hover {
  background-position: center bottom;
  cursor: pointer;
}

/* line 143, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.commands {
  float: right;
  display: inline-block;
}

/* line 149, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.inline-adm-area {
  background: #bbb;
  border-radius: 0;
}

/* line 155, /Users/vince/Sites-Ruby/Airstream/app/assets/stylesheets/admin/_admin.scss */
.admin .off-canvas-content {
  margin-top: 40px;
}

/* Magnific Popup CSS */
/* line 2, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

/* line 63, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

/* line 69, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 80, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 86, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 121, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 146, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 204, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 213, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 258, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 279, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 340, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, /Users/vince/.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/magnific-popup-rails-1.1.0/app/assets/stylesheets/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
	touch-action: none;	
-ms-user-select: none;
-moz-user-select: none;
box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */
.noUi-value {
	width: 40px;
	position: absolute;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
	position: absolute;
	background: #CCC;
}
.noUi-marker-sub {
	background: #AAA;
}
.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 50px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	margin-left: -20px;
	padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
	padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	width: 15px;
	margin-left: 20px;
	margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
/*


 */

/*
 * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

