@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
/* line 221, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
/* line 301, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
/* line 339, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
/* line 357, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
/* line 366, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
/* line 374, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 382, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 386, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
/* line 405, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
/* line 424, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
/* line 433, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
/* line 441, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
/* line 523, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
/* line 629, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 634, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
td,
th {
  padding: 0;
}

/* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&apc-xl=100em&apc-xxl=112.5em";
}

/* line 124, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

/* line 130, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #344452;
  background: #dee0e3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 152, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 164, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

/* line 171, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
select {
  width: 100%;
  border-radius: 3px;
}

/* line 181, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 205, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 26, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.row::after {
  clear: both;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 37, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  max-width: none;
}

@media screen and (min-width: 40em) {
  /* line 37, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}

/* line 50, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 58, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  /* line 58, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 70, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 74, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-1 {
  width: 8.3333333333%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-2 {
  width: 16.6666666667%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-4 {
  width: 33.3333333333%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-5 {
  width: 41.6666666667%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-7 {
  width: 58.3333333333%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-8 {
  width: 66.6666666667%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-10 {
  width: 83.3333333333%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-11 {
  width: 91.6666666667%;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

/* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

/* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 128, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: 40em) {
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: 64em) {
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: 75em) {
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-3 {
    width: 25%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-6 {
    width: 50%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-9 {
    width: 75%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-12 {
    width: 100%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: 90em) {
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-3 {
    width: 25%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-6 {
    width: 50%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-9 {
    width: 75%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-12 {
    width: 100%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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;
  }
}

@media screen and (min-width: 100em) {
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-3 {
    width: 25%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-6 {
    width: 50%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-9 {
    width: 75%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-12 {
    width: 100%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-1 > .column, .apc-xl-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-1 > .column:nth-of-type(1n), .apc-xl-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-1 > .column:nth-of-type(1n+1), .apc-xl-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-1 > .column:last-child, .apc-xl-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-2 > .column, .apc-xl-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-2 > .column:nth-of-type(1n), .apc-xl-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-2 > .column:nth-of-type(2n+1), .apc-xl-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-2 > .column:last-child, .apc-xl-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-3 > .column, .apc-xl-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-3 > .column:nth-of-type(1n), .apc-xl-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-3 > .column:nth-of-type(3n+1), .apc-xl-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-3 > .column:last-child, .apc-xl-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-4 > .column, .apc-xl-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-4 > .column:nth-of-type(1n), .apc-xl-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-4 > .column:nth-of-type(4n+1), .apc-xl-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-4 > .column:last-child, .apc-xl-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-5 > .column, .apc-xl-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-5 > .column:nth-of-type(1n), .apc-xl-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-5 > .column:nth-of-type(5n+1), .apc-xl-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-5 > .column:last-child, .apc-xl-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-6 > .column, .apc-xl-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-6 > .column:nth-of-type(1n), .apc-xl-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-6 > .column:nth-of-type(6n+1), .apc-xl-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-6 > .column:last-child, .apc-xl-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-7 > .column, .apc-xl-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-7 > .column:nth-of-type(1n), .apc-xl-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-7 > .column:nth-of-type(7n+1), .apc-xl-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-7 > .column:last-child, .apc-xl-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-8 > .column, .apc-xl-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-8 > .column:nth-of-type(1n), .apc-xl-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-8 > .column:nth-of-type(8n+1), .apc-xl-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xl-up-8 > .column:last-child, .apc-xl-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-collapse > .column, .apc-xl-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-uncollapse > .column, .apc-xl-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xl-uncentered,
.apc-xl-push-0,
.apc-xl-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 112.5em) {
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-3 {
    width: 25%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-6 {
    width: 50%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-9 {
    width: 75%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-12 {
    width: 100%;
  }
  /* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-1 > .column, .apc-xxl-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-1 > .column:nth-of-type(1n), .apc-xxl-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-1 > .column:nth-of-type(1n+1), .apc-xxl-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-1 > .column:last-child, .apc-xxl-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-2 > .column, .apc-xxl-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-2 > .column:nth-of-type(1n), .apc-xxl-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-2 > .column:nth-of-type(2n+1), .apc-xxl-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-2 > .column:last-child, .apc-xxl-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-3 > .column, .apc-xxl-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-3 > .column:nth-of-type(1n), .apc-xxl-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-3 > .column:nth-of-type(3n+1), .apc-xxl-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-3 > .column:last-child, .apc-xxl-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-4 > .column, .apc-xxl-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-4 > .column:nth-of-type(1n), .apc-xxl-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-4 > .column:nth-of-type(4n+1), .apc-xxl-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-4 > .column:last-child, .apc-xxl-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-5 > .column, .apc-xxl-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-5 > .column:nth-of-type(1n), .apc-xxl-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-5 > .column:nth-of-type(5n+1), .apc-xxl-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-5 > .column:last-child, .apc-xxl-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-6 > .column, .apc-xxl-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-6 > .column:nth-of-type(1n), .apc-xxl-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-6 > .column:nth-of-type(6n+1), .apc-xxl-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-6 > .column:last-child, .apc-xxl-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-7 > .column, .apc-xxl-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-7 > .column:nth-of-type(1n), .apc-xxl-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-7 > .column:nth-of-type(7n+1), .apc-xxl-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-7 > .column:last-child, .apc-xxl-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-8 > .column, .apc-xxl-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-8 > .column:nth-of-type(1n), .apc-xxl-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-8 > .column:nth-of-type(8n+1), .apc-xxl-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_layout.scss */
  .apc-xxl-up-8 > .column:last-child, .apc-xxl-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-collapse > .column, .apc-xxl-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-uncollapse > .column, .apc-xxl-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/grid/_classes.scss */
  .apc-xxl-uncentered,
.apc-xxl-push-0,
.apc-xxl-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

/* line 232, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 256, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 264, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: 500;
  line-height: inherit;
}

/* line 278, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 299, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #8C9BA9;
  line-height: 0;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
h1 {
  font-size: 1.5rem;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
h2 {
  font-size: 1.25rem;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
h3 {
  font-size: 1.1875rem;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
h5 {
  font-size: 1.0625rem;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  /* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }
  /* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
  h2 {
    font-size: 2.5rem;
  }
  /* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }
  /* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }
  /* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
  h5 {
    font-size: 1.25rem;
  }
  /* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}

/* line 317, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
a {
  color: #0883bf;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

/* line 323, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #0771a4;
}

/* line 331, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(140, 155, 169, 0.5);
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

/* line 349, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

/* line 358, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

/* line 369, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 382, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 385, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 500;
}

/* line 392, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #8C9BA9;
}

/* line 397, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #67737D;
}

/* line 404, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #67737D;
}

/* line 409, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
cite:before {
  content: '\2014 \0020';
}

/* line 415, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
abbr {
  color: #344452;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a;
  background-color: #f1f2f3;
  border: 1px solid #8C9BA9;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 432, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f1f2f3;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #67737D;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 63, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 67, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-left {
    text-align: left;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-right {
    text-align: right;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-center {
    text-align: center;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-left {
    text-align: left;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-right {
    text-align: right;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-center {
    text-align: center;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 100em) {
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .apc-xl-text-left {
    text-align: left;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .apc-xl-text-right {
    text-align: right;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .apc-xl-text-center {
    text-align: center;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .apc-xl-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 112.5em) {
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .apc-xxl-text-left {
    text-align: left;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .apc-xxl-text-right {
    text-align: right;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .apc-xxl-text-center {
    text-align: center;
  }
  /* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_alignment.scss */
  .apc-xxl-text-justify {
    text-align: justify;
  }
}

/* line 13, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 16, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 26, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 27, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 30, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 31, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 32, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 33, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 37, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 39, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 42, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
a[href^='javascript:']:after,
a[href^='#']:after {
    content: '';
  }
  /* line 47, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 50, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  pre,
blockquote {
    border: 1px solid #67737D;
    page-break-inside: avoid;
  }
  /* line 57, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 59, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 66, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 74, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/typography/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 192, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #0883bf;
  color: #fff;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #076fa2;
  color: #fff;
}

/* line 197, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 197, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 197, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 202, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.primary {
  background-color: #0883bf;
  color: #fff;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #066999;
  color: #fff;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.secondary {
  background-color: #E5E5E4;
  color: #0a0a0a;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #b8b8b5;
  color: #0a0a0a;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.success {
  background-color: #8ec741;
  color: #fff;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #72a330;
  color: #fff;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.warning {
  background-color: #ff9600;
  color: #fff;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc7800;
  color: #fff;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.alert {
  background-color: #C40E17;
  color: #fff;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #9d0b12;
  color: #fff;
}

/* line 224, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #0883bf;
  color: #0883bf;
}

/* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #044260;
  color: #044260;
}

/* line 229, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #0883bf;
  color: #0883bf;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #044260;
  color: #044260;
}

/* line 229, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #E5E5E4;
  color: #E5E5E4;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #747470;
  color: #747470;
}

/* line 229, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #8ec741;
  color: #8ec741;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #47661e;
  color: #47661e;
}

/* line 229, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ff9600;
  color: #ff9600;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #804b00;
  color: #804b00;
}

/* line 229, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #C40E17;
  color: #C40E17;
}

/* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #62070c;
  color: #62070c;
}

/* line 237, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 153, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

/* line 254, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

/* line 106, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #c2c7cb;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #344452;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 92, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8C9BA9;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 5px #8C9BA9;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 114, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 125, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #8C9BA9;
}

/* line 130, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f1f2f3;
  cursor: not-allowed;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 147, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 25, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 37, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  color: #344452;
}

/* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 36, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

/* line 56, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #f1f2f3;
  color: #0a0a0a;
  border: 1px solid #dee0e3;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

/* line 76, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}

/* line 80, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 101, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 115, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 124, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

/* line 51, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #8C9BA9;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

/* line 30, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  background: #dee0e3;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* line 63, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #c2c7cb;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #344452;
  background-color: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28103, 115, 125%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  /* line 63, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 46, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_select.scss */
select:disabled {
  background-color: #f1f2f3;
  cursor: not-allowed;
}

/* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}

/* line 56, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(196, 14, 23, 0.1);
  border-color: #C40E17;
}

/* line 71, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #C40E17;
}

/* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #C40E17;
}

/* line 80, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  /* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  /* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  /* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  /* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) and (max-width: 99.9375em) {
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em), screen and (min-width: 100em) {
  /* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  /* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-apc-xl {
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em) {
  /* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-apc-xl {
    display: none !important;
  }
}

@media screen and (min-width: 100em) and (max-width: 112.4375em) {
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-apc-xl-only {
    display: none !important;
  }
}

@media screen and (max-width: 99.9375em), screen and (min-width: 112.5em) {
  /* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-apc-xl-only {
    display: none !important;
  }
}

@media screen and (min-width: 112.5em) {
  /* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-apc-xxl {
    display: none !important;
  }
}

@media screen and (max-width: 112.4375em) {
  /* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-apc-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 112.5em) {
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-apc-xxl-only {
    display: none !important;
  }
}

@media screen and (max-width: 112.4375em) {
  /* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-apc-xxl-only {
    display: none !important;
  }
}

/* line 93, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 107, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 107, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

/* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: #fff;
  border: 1px solid #f1f2f3;
  border-bottom: 0;
  border-radius: 3px;
  margin-left: 0;
}

/* line 102, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #0883bf;
  position: relative;
  border-bottom: 1px solid #f1f2f3;
}

/* line 65, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #f1f2f3;
}

/* line 106, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #f1f2f3;
  background-color: #fff;
}

/* line 15, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative;
}

/* line 18, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: #0883bf transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

/* line 27, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

/* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: #0883bf;
  color: #fff;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_badge.scss */
.badge.secondary {
  background: #E5E5E4;
  color: #0a0a0a;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_badge.scss */
.badge.success {
  background: #8ec741;
  color: #fff;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_badge.scss */
.badge.warning {
  background: #ff9600;
  color: #fff;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_badge.scss */
.badge.alert {
  background: #C40E17;
  color: #fff;
}

/* line 87, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  color: #8C9BA9;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

/* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #0883bf;
}

/* line 80, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 90, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #8C9BA9;
  cursor: not-allowed;
}

/* line 145, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 42, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  font-size: 0.9rem;
}

/* line 50, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button:not(:last-child) {
  margin-right: 1px;
}

/* line 150, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 150, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}

/* line 150, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 156, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}

/* line 65, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: 50%;
  margin-right: 1px;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: 33.3333333333%;
  margin-right: 1px;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: 25%;
  margin-right: 1px;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: 20%;
  margin-right: 1px;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: 16.6666666667%;
  margin-right: 1px;
}

/* line 161, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #0883bf;
  color: #fff;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #066999;
  color: #fff;
}

/* line 161, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #E5E5E4;
  color: #0a0a0a;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #b8b8b5;
  color: #0a0a0a;
}

/* line 161, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #8ec741;
  color: #fff;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #72a330;
  color: #fff;
}

/* line 161, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ff9600;
  color: #fff;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc7800;
  color: #fff;
}

/* line 161, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #C40E17;
  color: #fff;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #9d0b12;
  color: #fff;
}

/* line 103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
  border-right: 1px solid transparent;
}

/* line 113, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
  border-bottom: 1px solid #dee0e3;
}

@media screen and (min-width: 40em) {
  /* line 130, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
  }
  /* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 1px;
  }
}

@media screen and (min-width: 64em) {
  /* line 130, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
  }
  /* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button:not(:last-child) {
    margin-right: 1px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 192, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 196, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 88, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  position: relative;
  color: #344452;
  background-color: white;
}

/* line 55, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 59, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 92, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout.primary {
  background-color: #d2effd;
}

/* line 92, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout.secondary {
  background-color: #fbfbfb;
}

/* line 92, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout.success {
  background-color: #eef7e3;
}

/* line 92, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout.warning {
  background-color: #ffefd9;
}

/* line 92, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout.alert {
  background-color: #fcd5d7;
}

/* line 97, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 101, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 58, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #67737D;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 51, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 27, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block !important;
}

/* line 37, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

/* line 53, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 59, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 71, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 56, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  background-color: #dee0e3;
  border: 1px solid #8C9BA9;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

/* line 50, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

/* line 60, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

/* line 68, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

/* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: #0883bf transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 118, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 87, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

/* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 35, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

/* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  /* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: #0883bf transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 64em) {
  /* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: #0883bf transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: #0883bf transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 90em) {
  /* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: #0883bf transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 100em) {
  /* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0883bf transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0883bf transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xl-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0883bf;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 112.5em) {
  /* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #0883bf transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #0883bf transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.apc-xxl-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #0883bf;
    border-left-style: solid;
    border-right-width: 0;
  }
}

/* line 141, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 152, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 157, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 160, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
  top: 100%;
}

/* line 171, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: #fff;
  border: 1px solid #8C9BA9;
}

/* line 35, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

/* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 #0883bf;
  border-left-style: solid;
  border-right-width: 0;
}

/* line 194, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 199, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 205, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 39, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 59, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #0883bf;
  color: #fff;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_label.scss */
.label.secondary {
  background: #E5E5E4;
  color: #0a0a0a;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_label.scss */
.label.success {
  background: #8ec741;
  color: #fff;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_label.scss */
.label.warning {
  background: #ff9600;
  color: #fff;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_label.scss */
.label.alert {
  background: #C40E17;
  color: #fff;
}

/* line 70, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block;
}

/* line 73, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  /* line 83, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  /* line 64, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 90, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}

/* line 42, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}

/* line 104, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 225, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

/* line 59, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

/* line 66, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 161, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i {
  vertical-align: middle;
}

/* line 166, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a i + span,
.menu > li > a img + span {
  vertical-align: middle;
}

/* line 180, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i {
  margin-right: 0.25rem;
  display: inline-block;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
}

/* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  /* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  /* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  /* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 90em) {
  /* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 100em) {
  /* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.apc-xl-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.apc-xl-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 112.5em) {
  /* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.apc-xxl-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
  .menu.apc-xxl-vertical > li {
    display: block;
  }
}

/* line 132, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}

/* line 263, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right > li {
  float: right;
}

/* line 270, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* line 273, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}

/* line 191, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}

/* line 199, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
  display: block;
  margin: 0 auto 0.25rem;
}

/* line 284, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}

/* line 289, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  color: #fff;
  background: #0883bf;
}

/* line 295, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 300, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu-centered {
  text-align: center;
}

/* line 303, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  display: inline-block;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

/* line 105, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #8C9BA9;
  box-shadow: 0 7px 0 #8C9BA9, 0 14px 0 #8C9BA9;
}

/* line 6, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #67737D;
  box-shadow: 0 7px 0 #67737D, 0 14px 0 #67737D;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
html,
body {
  height: 100%;
}

/* line 51, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

/* line 59, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after {
  clear: both;
}

/* line 67, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #dee0e3;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 81, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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(255, 255, 255, 0.8);
  cursor: pointer;
  transition: background 0.5s ease;
}

/* line 155, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #344452;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 158, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

/* line 123, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
.is-open-left {
  transform: translateX(250px);
}

/* line 159, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

/* line 123, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  /* line 166, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 170, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

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

@media screen and (min-width: 75em) {
  /* line 166, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 170, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 90em) {
  /* line 166, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 170, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 100em) {
  /* line 166, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-apc-xl {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-apc-xl ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 170, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-apc-xl {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-apc-xl ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 112.5em) {
  /* line 166, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-apc-xxl {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-apc-xxl ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 170, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-apc-xxl {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-apc-xxl ~ .off-canvas-content {
    margin-right: 250px;
  }
}

/* line 152, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 156, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

/* line 160, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 164, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* line 172, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 176, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
  outline: 0;
}

/* line 108, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 180, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 185, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 190, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 134, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #8C9BA9;
  border-radius: 50%;
}

/* line 141, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #67737D;
}

/* line 145, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #67737D;
}

/* line 131, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 0;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 68, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 3px;
  display: none;
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  /* line 68, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  color: #344452;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
}

/* line 98, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: white;
}

/* line 134, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #0883bf;
  color: #fff;
  cursor: default;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #8C9BA9;
  cursor: not-allowed;
}

/* line 118, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 142, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #344452;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 155, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

/* line 43, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress {
  background-color: #8C9BA9;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #0883bf;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #E5E5E4;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #8ec741;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ff9600;
}

/* line 48, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #C40E17;
}

/* line 56, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0883bf;
  border-radius: 3px;
}

/* line 61, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
}

/* line 102, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f1f2f3;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

/* line 107, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #8C9BA9;
  transition: all 0.2s ease-in-out;
}

/* line 43, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #0883bf;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 3px;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 63, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #076fa2;
}

/* line 67, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 123, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

/* line 84, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 90, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/* line 6, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 16, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

/* line 20, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 24, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 29, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 113, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 118, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(52, 68, 82, 0.9);
  overflow-y: scroll;
}

/* line 123, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #8C9BA9;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  /* line 123, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 70, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal .column,
.reveal .columns {
  min-width: 0;
}

/* line 76, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  /* line 123, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 135, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

/* line 143, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  /* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 149, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 150, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

/* line 153, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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: 39.9375em) {
  /* line 123, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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 161, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 189, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
}

/* line 194, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch-input {
  opacity: 0;
  position: absolute;
}

/* line 199, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle {
  background: #8C9BA9;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 3px;
  color: inherit;
  font-weight: inherit;
}

/* line 96, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}

/* line 101, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle::after {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
}

/* line 116, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #0883bf;
}

/* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 204, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 209, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}

/* line 141, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 215, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}

/* line 150, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 171, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

/* line 182, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 171, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 182, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 171, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

/* line 182, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 209, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
caption {
  font-weight: 500;
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 78, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
thead,
tfoot {
  background: #f9f9f9;
  color: #344452;
}

/* line 84, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}

/* line 89, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 500;
  text-align: left;
}

/* line 102, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 115, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

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

/* line 219, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 153, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
table.hover tr:hover {
  background-color: #fafafa;
}

/* line 159, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed;
}

/* line 227, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}

/* line 230, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 116, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #f1f2f3;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 63, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

/* line 127, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 130, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary {
  background: #0883bf;
}

/* line 140, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fff;
}

/* line 143, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #098dce;
}

/* line 150, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 74, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

/* line 80, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fff;
}

/* line 84, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #f1f2f3;
}

/* line 154, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #f1f2f3;
  border-top: 0;
}

/* line 158, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #f1f2f3;
  border-left: 0;
}

/* line 162, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 0;
}

/* line 110, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 51, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem;
}

/* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(8, 131, 191, 0.5);
}

/* line 38, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  background: #0a0a0a;
  color: #fff;
  padding: 0.5rem;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}

/* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

/* line 70, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 74, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 80, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

/* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.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, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #67737D;
  box-shadow: 0 7px 0 #67737D, 0 14px 0 #67737D;
}

/* line 97, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tooltip.scss */
.has-tip {
  border-bottom: dotted 1px #67737D;
  font-weight: 500;
  position: relative;
  display: inline-block;
  cursor: help;
}

/* line 101, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip {
  background-color: #344452;
  color: #fff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #344452;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 72, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #344452 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

/* line 78, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #344452;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* line 86, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #344452 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* line 119, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}

/* line 47, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #f1f2f3;
}

/* line 60, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  /* line 110, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 99.9375em) {
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 112.4375em) {
  /* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-apc-xl .top-bar-left,
.top-bar.stacked-for-apc-xl .top-bar-right {
    width: 100%;
  }
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar.stacked-for-apc-xxl .top-bar-left,
.top-bar.stacked-for-apc-xxl .top-bar-right {
  width: 100%;
}

/* line 154, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

/* line 160, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 164, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  transition-duration: 750ms !important;
}

/* line 56, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  transition-duration: 250ms !important;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  transition-timing-function: linear !important;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  transition-timing-function: ease !important;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  transition-timing-function: ease-in !important;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  transition-timing-function: ease-out !important;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  transition-delay: 300ms !important;
}

/* line 68, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  transition-delay: 700ms !important;
}

/* line 76, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

/* line 77, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

/* line 78, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

/* line 79, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

/* line 81, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

/* line 90, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.infinite {
  animation-iteration-count: infinite;
}

/* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  animation-duration: 750ms !important;
}

/* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  animation-duration: 250ms !important;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  animation-timing-function: linear !important;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  animation-timing-function: ease !important;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  animation-timing-function: ease-in !important;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  animation-timing-function: ease-out !important;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  animation-delay: 300ms !important;
}

/* line 106, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/foundation-rails-6.2.1.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  animation-delay: 700ms !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-ab48303af338f909f2b00197930617e78757aa05fe25a2e4c2b79743aef3d252.eot);
  src: url(/assets/fontawesome-webfont-ab48303af338f909f2b00197930617e78757aa05fe25a2e4c2b79743aef3d252.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-38af9ab8e8340ebba0182e7f6c9ec81038a1fcc162de3393a51bbb9a4153259d.woff2) format("woff2"), url(/assets/fontawesome-webfont-a59f843b55ac195f9f654415c4b63d7936df8d3b8ff70e6a5798007bbcc0733a.woff) format("woff"), url(/assets/fontawesome-webfont-bfd12acc5442a32d63b289c2466d1ae5d13bb2c4be76703b28e25ade7f602532.ttf) format("truetype"), url(/assets/fontawesome-webfont-943c0380c1e1c7d9e167602b295fbafb8dd6c65cc0bab582edd83a01b08ed44f.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 223, app/assets/stylesheets/_mixins.sass */
.sliding-tooltip {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
  background: rgba(53, 68, 81, 0.9);
  bottom: 35px;
  color: white;
  display: none;
  left: -5px;
  padding: 10px;
  position: absolute;
  text-align: left;
  white-space: normal;
  width: 275px;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/_text.sass */
body {
  font-size: 16px;
  font-size: 1rem;
  color: #344452;
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.3px;
}

/* line 8, app/assets/stylesheets/_text.sass */
.translation_missing {
  background: yellow !important;
  color: red !important;
}

/* line 12, app/assets/stylesheets/_text.sass */
.sans-font {
  font-family: helvetica, arial, sans-serif;
}

/* line 15, app/assets/stylesheets/_text.sass */
.pointer:hover {
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/_text.sass */
a, a.white, a.gray, a.green, a.medium-gray, a.diminished, a.red {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 20, app/assets/stylesheets/_text.sass */
a:hover, a.white:hover, a.gray:hover, a.green:hover, a.medium-gray:hover, a.diminished:hover, a.red:hover {
  text-decoration: underline;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 23, app/assets/stylesheets/_text.sass */
a.no-underline:hover, a.white.no-underline:hover, a.gray.no-underline:hover, a.green.no-underline:hover, a.medium-gray.no-underline:hover, a.diminished.no-underline:hover, a.red.no-underline:hover {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/_text.sass */
a:active, a.white:active, a.gray:active, a.green:active, a.medium-gray:active, a.diminished:active, a.red:active {
  outline: none;
}

/* line 27, app/assets/stylesheets/_text.sass */
a.underline, a.white.underline, a.gray.underline, a.green.underline, a.medium-gray.underline, a.diminished.underline, a.red.underline {
  text-decoration: underline;
}

/* line 29, app/assets/stylesheets/_text.sass */
a {
  color: #0883bf;
}

/* line 31, app/assets/stylesheets/_text.sass */
a.red {
  color: #C40E17;
}

/* line 33, app/assets/stylesheets/_text.sass */
a.white {
  color: white;
}

/* line 35, app/assets/stylesheets/_text.sass */
a.green {
  color: #8ec741;
}

/* line 37, app/assets/stylesheets/_text.sass */
a.green:hover {
  color: #a5d368;
}

/* line 39, app/assets/stylesheets/_text.sass */
a.medium-gray {
  color: #8C9BA9;
}

/* line 41, app/assets/stylesheets/_text.sass */
a.medium-gray:hover {
  color: #0883bf;
}

/* line 43, app/assets/stylesheets/_text.sass */
a.gray {
  color: #344452;
}

/* line 45, app/assets/stylesheets/_text.sass */
a.gray:hover {
  color: #0883bf;
}

/* line 47, app/assets/stylesheets/_text.sass */
a.diminished {
  color: rgba(140, 155, 169, 0.5);
}

/* line 49, app/assets/stylesheets/_text.sass */
a.diminished:hover {
  color: #0883bf;
}

/* line 51, app/assets/stylesheets/_text.sass */
a.medium-light-gray {
  color: #ABB1B7;
}

/* line 53, app/assets/stylesheets/_text.sass */
a.medium-light-gray:hover {
  color: white;
}

/* line 56, app/assets/stylesheets/_text.sass */
a.block {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 61, app/assets/stylesheets/_text.sass */
a.pop-menu {
  color: #8C9BA9;
}

/* line 63, app/assets/stylesheets/_text.sass */
a.pop-menu:hover {
  color: #fff;
}

/* line 66, app/assets/stylesheets/_text.sass */
.has-tip {
  outline: none;
  border: none;
  line-height: normal;
}

/* line 71, app/assets/stylesheets/_text.sass */
.tooltip-link {
  color: #8C9BA9;
  font-size: 14px;
  position: relative;
  bottom: 2px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 77, app/assets/stylesheets/_text.sass */
.tooltip-link:hover {
  color: #0883bf;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 82, app/assets/stylesheets/_text.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}

/* line 88, app/assets/stylesheets/_text.sass */
p {
  line-height: 1.3;
  margin-bottom: 20px;
}

/* line 92, app/assets/stylesheets/_text.sass */
.font-64 {
  font-size: 64px;
  font-size: 4rem;
}

/* line 95, app/assets/stylesheets/_text.sass */
.font-48 {
  font-size: 48px;
  font-size: 3rem;
}

/* line 98, app/assets/stylesheets/_text.sass */
.font-36 {
  font-size: 36px;
  font-size: 2.25rem;
}

/* line 101, app/assets/stylesheets/_text.sass */
.font-32 {
  font-size: 32px;
  font-size: 2rem;
}

/* line 104, app/assets/stylesheets/_text.sass */
.font-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

/* line 107, app/assets/stylesheets/_text.sass */
.font-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 110, app/assets/stylesheets/_text.sass */
.font-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

/* line 113, app/assets/stylesheets/_text.sass */
.font-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 116, app/assets/stylesheets/_text.sass */
.font-16 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 119, app/assets/stylesheets/_text.sass */
.font-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 122, app/assets/stylesheets/_text.sass */
.font-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 125, app/assets/stylesheets/_text.sass */
.font-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 128, app/assets/stylesheets/_text.sass */
.normal {
  font-weight: normal !important;
}

/* line 131, app/assets/stylesheets/_text.sass */
.italic {
  font-style: italic;
}

/* line 134, app/assets/stylesheets/_text.sass */
.semi-bold {
  font-weight: 500 !important;
}

/* line 137, app/assets/stylesheets/_text.sass */
.caps {
  text-transform: uppercase;
}

/* line 140, app/assets/stylesheets/_text.sass */
.lowercase {
  text-transform: lowercase;
}

/* line 143, app/assets/stylesheets/_text.sass */
.initial-caps {
  text-transform: capitalize;
}

/* line 146, app/assets/stylesheets/_text.sass */
li {
  line-height: 1.4;
}

/* line 149, app/assets/stylesheets/_text.sass */
.white {
  color: white;
}

/* line 152, app/assets/stylesheets/_text.sass */
.white.link a {
  color: white;
}

/* line 155, app/assets/stylesheets/_text.sass */
.green {
  color: #8ec741;
}

/* line 158, app/assets/stylesheets/_text.sass */
.blue {
  color: #0883bf;
}

/* line 161, app/assets/stylesheets/_text.sass */
.orange {
  color: #ff9600;
}

/* line 164, app/assets/stylesheets/_text.sass */
.red {
  color: #C40E17;
}

/* line 167, app/assets/stylesheets/_text.sass */
.pink {
  color: #f02e38;
}

/* line 170, app/assets/stylesheets/_text.sass */
.gray {
  color: #344452;
}

/* line 173, app/assets/stylesheets/_text.sass */
.medium-gray {
  color: #8C9BA9;
}

/* line 176, app/assets/stylesheets/_text.sass */
.medium-light-gray {
  color: #b8c1ca;
}

/* line 179, app/assets/stylesheets/_text.sass */
.body-color {
  color: #344452;
}

/* line 182, app/assets/stylesheets/_text.sass */
.underline {
  text-decoration: underline;
}

/* line 185, app/assets/stylesheets/_text.sass */
.strikethrough {
  text-decoration: line-through;
}

/* line 188, app/assets/stylesheets/_text.sass */
.bold {
  font-weight: bold;
}

/* line 191, app/assets/stylesheets/_text.sass */
.hover-cursor:hover {
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/_text.sass */
ul.inline {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 197, app/assets/stylesheets/_text.sass */
ul.inline li {
  display: inline;
}

/* line 200, app/assets/stylesheets/_text.sass */
ul.inline.divided li {
  border-right: 1px solid #8C9BA9;
  margin-right: 10px;
  padding-right: 13px;
}

/* line 204, app/assets/stylesheets/_text.sass */
ul.inline.divided li:last-of-type {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

/* line 209, app/assets/stylesheets/_text.sass */
.benefit {
  font-weight: 500;
  line-height: 1.2;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: left;
}

/* line 215, app/assets/stylesheets/_text.sass */
.benefit:before {
  color: #8ec741;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 2px 0 -22px;
}

/* line 221, app/assets/stylesheets/_text.sass */
.benefit.no:before {
  color: #ae1b20;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  margin: 0 8px 0 -22px;
}

/* line 229, app/assets/stylesheets/_text.sass */
.benefit-list ul {
  list-style: none;
  margin: 0 0 30px 0;
}

/* line 232, app/assets/stylesheets/_text.sass */
.benefit-list li {
  margin-bottom: 10px;
  margin-left: 20px;
}

/* line 235, app/assets/stylesheets/_text.sass */
.benefit-list li:before {
  color: #8ec741;
  content: "";
  font-family: FontAwesome;
  margin-left: -20px;
  margin-right: 7px;
}

/* line 242, app/assets/stylesheets/_text.sass */
.faqs {
  border-top: 1px solid rgba(140, 155, 169, 0.5);
}

/* line 244, app/assets/stylesheets/_text.sass */
.faqs article {
  border-bottom: 1px solid rgba(140, 155, 169, 0.5);
  color: white;
  width: 100%;
}

/* line 248, app/assets/stylesheets/_text.sass */
.faqs a.question {
  padding: 15px 0;
  position: relative;
  display: block;
  color: #ABB1B7;
  font-weight: 500;
  height: 100%;
  width: 100%;
}

/* line 256, app/assets/stylesheets/_text.sass */
.faqs a.question::after {
  font-size: 16px;
  font-size: 1rem;
  font-family: FontAwesome;
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
}

/* line 263, app/assets/stylesheets/_text.sass */
.faqs a.question:hover {
  color: white;
  text-decoration: none;
}

/* line 266, app/assets/stylesheets/_text.sass */
.faqs a.question.active {
  color: #8ec741;
}

/* line 268, app/assets/stylesheets/_text.sass */
.faqs a.question.active::after {
  content: "";
}

/* line 270, app/assets/stylesheets/_text.sass */
.faqs div:first-of-type {
  margin-right: 50px;
  margin-bottom: 35px;
}

/* line 273, app/assets/stylesheets/_text.sass */
.faqs div:first-of-type a {
  color: #36b8f7;
}

/* line 275, app/assets/stylesheets/_text.sass */
.faqs div:first-of-type a:hover {
  color: white;
}

/* line 278, app/assets/stylesheets/_text.sass */
.statistic {
  margin: 15px 7px 0 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(140, 155, 169, 0.5);
  padding: 5px 10px;
}

/* line 283, app/assets/stylesheets/_text.sass */
.statistic h4 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: .7;
  padding-top: 10px;
}

/* line 288, app/assets/stylesheets/_text.sass */
.statistic span {
  color: #8C9BA9;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/* line 296, app/assets/stylesheets/_text.sass */
.statistic.margin-bottom {
  margin: 0 7px 15px 7px;
}

@media only screen and (max-width: 40em) {
  /* line 300, app/assets/stylesheets/_text.sass */
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 302, app/assets/stylesheets/_text.sass */
  .font-14 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 304, app/assets/stylesheets/_text.sass */
  .small-text-center {
    text-align: center;
  }
}

/* line 10, app/assets/stylesheets/_spacers.sass */
section.last {
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/_spacers.sass */
section.gap {
  margin-bottom: 1px;
}

/* line 14, app/assets/stylesheets/_spacers.sass */
section.padded {
  padding: 60px;
}

/* line 16, app/assets/stylesheets/_spacers.sass */
section.half-padding {
  padding: 30px 60px;
}

/* line 18, app/assets/stylesheets/_spacers.sass */
section.small-padding {
  padding: 20px;
}

/* line 20, app/assets/stylesheets/_spacers.sass */
section.tiny-padding {
  padding: 10px;
}

/* line 22, app/assets/stylesheets/_spacers.sass */
section.mini-padding {
  padding: 5px;
}

/* line 25, app/assets/stylesheets/_spacers.sass */
.full-width {
  width: 100%;
  max-width: 100% !important;
}

/* line 29, app/assets/stylesheets/_spacers.sass */
.collapse-fix {
  margin: 0 15px;
}

/* line 33, app/assets/stylesheets/_spacers.sass */
.large-margin-top {
  margin-top: 60px !important;
}

/* line 35, app/assets/stylesheets/_spacers.sass */
.medium-margin-top {
  margin-top: 30px !important;
}

/* line 37, app/assets/stylesheets/_spacers.sass */
.small-margin-top {
  margin-top: 15px !important;
}

/* line 39, app/assets/stylesheets/_spacers.sass */
.tiny-margin-top {
  margin-top: 10px !important;
}

/* line 41, app/assets/stylesheets/_spacers.sass */
.mini-margin-top {
  margin-top: 5px !important;
}

/* line 43, app/assets/stylesheets/_spacers.sass */
.push-up-tiny-margin {
  margin-top: -10px !important;
}

/* line 45, app/assets/stylesheets/_spacers.sass */
.large-margin {
  margin-bottom: 60px !important;
}

/* line 47, app/assets/stylesheets/_spacers.sass */
.extra-large-margin-bottom {
  margin-bottom: 120px !important;
}

/* line 49, app/assets/stylesheets/_spacers.sass */
.medium-margin {
  margin-bottom: 30px !important;
}

/* line 51, app/assets/stylesheets/_spacers.sass */
.small-margin {
  margin-bottom: 15px !important;
}

/* line 53, app/assets/stylesheets/_spacers.sass */
.tiny-margin {
  margin-bottom: 10px !important;
}

/* line 55, app/assets/stylesheets/_spacers.sass */
.mini-margin {
  margin-bottom: 5px !important;
}

/* line 57, app/assets/stylesheets/_spacers.sass */
.large-margin-right {
  margin-right: 60px !important;
}

/* line 59, app/assets/stylesheets/_spacers.sass */
.medium-margin-right {
  margin-right: 30px !important;
}

/* line 61, app/assets/stylesheets/_spacers.sass */
.small-margin-right {
  margin-right: 15px !important;
}

/* line 63, app/assets/stylesheets/_spacers.sass */
.tiny-margin-right {
  margin-right: 10px !important;
}

/* line 65, app/assets/stylesheets/_spacers.sass */
.mini-margin-right {
  margin-right: 5px !important;
}

/* line 67, app/assets/stylesheets/_spacers.sass */
.large-margin-left {
  margin-left: 60px !important;
}

/* line 69, app/assets/stylesheets/_spacers.sass */
.medium-margin-left {
  margin-left: 30px !important;
}

/* line 71, app/assets/stylesheets/_spacers.sass */
.small-margin-left {
  margin-left: 15px !important;
}

/* line 73, app/assets/stylesheets/_spacers.sass */
.tiny-margin-left {
  margin-left: 10px !important;
}

/* line 75, app/assets/stylesheets/_spacers.sass */
.mini-margin-left {
  margin-left: 5px !important;
}

/* line 77, app/assets/stylesheets/_spacers.sass */
.no-margin {
  margin-bottom: 0 !important;
}

/* line 80, app/assets/stylesheets/_spacers.sass */
.small-collapse-fix {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 85, app/assets/stylesheets/_spacers.sass */
.padded {
  padding: 60px;
}

/* line 87, app/assets/stylesheets/_spacers.sass */
.half-padding {
  padding: 30px 60px;
}

/* line 89, app/assets/stylesheets/_spacers.sass */
.small-padding {
  padding: 20px;
}

/* line 91, app/assets/stylesheets/_spacers.sass */
.tiny-padding {
  padding: 10px;
}

/* line 93, app/assets/stylesheets/_spacers.sass */
.mini-padding {
  padding: 5px;
}

/* line 95, app/assets/stylesheets/_spacers.sass */
.no-padding {
  padding: 0 !important;
}

/* line 99, app/assets/stylesheets/_spacers.sass */
.large-padding-top {
  padding-top: 60px !important;
}

/* line 101, app/assets/stylesheets/_spacers.sass */
.medium-padding-top {
  padding-top: 30px !important;
}

/* line 103, app/assets/stylesheets/_spacers.sass */
.small-padding-top {
  padding-top: 15px !important;
}

/* line 105, app/assets/stylesheets/_spacers.sass */
.tiny-padding-top {
  padding-top: 10px !important;
}

/* line 107, app/assets/stylesheets/_spacers.sass */
.mini-padding-top {
  padding-top: 5px !important;
}

/* line 109, app/assets/stylesheets/_spacers.sass */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 111, app/assets/stylesheets/_spacers.sass */
.large-padding {
  padding-bottom: 60px !important;
}

/* line 113, app/assets/stylesheets/_spacers.sass */
.medium-padding {
  padding-bottom: 30px !important;
}

/* line 115, app/assets/stylesheets/_spacers.sass */
.small-padding-bottom {
  padding-bottom: 15px !important;
}

/* line 117, app/assets/stylesheets/_spacers.sass */
.tiny-padding {
  padding-bottom: 10px !important;
}

/* line 119, app/assets/stylesheets/_spacers.sass */
.tiny-padding-bottom {
  padding-bottom: 10px;
}

/* line 121, app/assets/stylesheets/_spacers.sass */
.tiny-padding-10 {
  padding: 10px !important;
}

/* line 123, app/assets/stylesheets/_spacers.sass */
.mini-padding {
  padding-bottom: 5px !important;
}

/* line 125, app/assets/stylesheets/_spacers.sass */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 129, app/assets/stylesheets/_spacers.sass */
.large-padding-left {
  padding-left: 60px !important;
}

/* line 131, app/assets/stylesheets/_spacers.sass */
.medium-padding-left {
  padding-left: 30px !important;
}

/* line 133, app/assets/stylesheets/_spacers.sass */
.small-padding-left {
  padding-left: 15px !important;
}

/* line 135, app/assets/stylesheets/_spacers.sass */
.tiny-padding-left {
  padding-left: 10px !important;
}

/* line 137, app/assets/stylesheets/_spacers.sass */
.mini-padding-left {
  padding-left: 5px !important;
}

/* line 139, app/assets/stylesheets/_spacers.sass */
.large-padding-right {
  padding-right: 60px !important;
}

/* line 141, app/assets/stylesheets/_spacers.sass */
.medium-padding-right {
  padding-right: 30px !important;
}

/* line 143, app/assets/stylesheets/_spacers.sass */
.small-padding-right {
  padding-right: 15px !important;
}

/* line 145, app/assets/stylesheets/_spacers.sass */
.tiny-padding-right {
  padding-right: 10px !important;
}

/* line 147, app/assets/stylesheets/_spacers.sass */
.mini-padding-right {
  padding-right: 5px !important;
}

/* line 150, app/assets/stylesheets/_spacers.sass */
.list-margin {
  margin-bottom: 10px;
}

/* line 153, app/assets/stylesheets/_spacers.sass */
.break-word {
  word-break: break-word;
}

/* line 157, app/assets/stylesheets/_spacers.sass */
ol li {
  margin-bottom: 10px;
}

/* line 160, app/assets/stylesheets/_spacers.sass */
.center-it {
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  /* line 165, app/assets/stylesheets/_spacers.sass */
  section.padded, section.half-padding, section.small-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 1, app/assets/stylesheets/_image_icons.sass */
img {
  border: none;
}

/* line 4, app/assets/stylesheets/_image_icons.sass */
.rounded-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  height: 100px;
  width: 100px;
}

/* line 10, app/assets/stylesheets/_image_icons.sass */
.rounded-icon .fa {
  font-size: 48px;
  font-size: 3rem;
  line-height: 100px;
}

/* line 13, app/assets/stylesheets/_image_icons.sass */
.rounded-icon .fa.left-padding {
  padding-left: 10px;
}

/* line 15, app/assets/stylesheets/_image_icons.sass */
.rounded-icon.large {
  height: 125px;
  width: 125px;
}

/* line 18, app/assets/stylesheets/_image_icons.sass */
.rounded-icon.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
}

/* line 22, app/assets/stylesheets/_image_icons.sass */
.rounded-icon.convenience {
  background-image: url(/assets/static/apc-convenience-aec8d337cce6e2079315d8d405e9f999d800fd65fb33e9cb3af24b0ab539b22e.png);
}

/* line 24, app/assets/stylesheets/_image_icons.sass */
.rounded-icon.best-fit {
  background-image: url(/assets/static/apc-choice-ad4b0cb819495a2658d4f3c324e24fa8b2986c8f48becc00246c12c7135c6e21.png);
}

/* line 26, app/assets/stylesheets/_image_icons.sass */
.rounded-icon.growth {
  background-image: url(/assets/static/apc-growth-planning-77fb8060a25cdc2c5395aac36c0e9f346dbc09f5ac0691ef22b88c06db577449.png);
}

/* line 28, app/assets/stylesheets/_image_icons.sass */
.rounded-icon.focus {
  background-image: url(/assets/static/apc-focus-08adc67ed13fd47864082d14ce1fbe8475a55f254ec2f663fd56f81e6459975f.png);
}

/* line 32, app/assets/stylesheets/_image_icons.sass */
.invest-img img {
  width: 40%;
}

/* line 2, app/assets/stylesheets/_callouts.sass */
body.static .testimonial {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 5, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-video {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-video a.testimonial-video-link {
  color: white;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

/* line 17, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-video a.testimonial-video-link .fa.fa-play-circle-o {
  line-height: 300px;
}

/* line 19, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-video.einstein {
  background-image: url(/assets/static/testimonial-martym-vidpic-ba663434ac845105dcc5b06fa4700f39b5a7ecb71483c4c04201ffce08c50fac.jpg);
}

/* line 21, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-video.jj {
  background-image: url(/assets/static/jj-robb-sackett-7b4188f081b6eccded809639af1596e72733a6e3995c40662523ca66c478570b.jpg);
}

/* line 23, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-content {
  padding: 0;
}

@media only screen and (min-width: 40em) {
  /* line 23, app/assets/stylesheets/_callouts.sass */
  body.static .testimonial .testimonial-content {
    padding-left: 20px;
  }
}

/* line 27, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-mini {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid #f1f2f3 1px;
  float: left;
  height: 135px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

/* line 35, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-mini.einstein {
  background-image: url(/assets/static/testimonial-martym-minipic-b49906368b91bd5e1a125743d4173e9b67e5a6cadbc365df609af86c7f6040a0.jpg);
}

/* line 37, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-mini.jj {
  background-image: url(/assets/static/jj-testimonial-right-d516b0507721028b5eb631058970f491063d4a12c25de2491d47d84494d2dd52.jpg);
}

/* line 39, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-logo {
  height: 135px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid #f1f2f3 1px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

/* line 47, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-logo.einstein {
  background-image: url(/assets/static/einstein-bros-bagels-logo-2-833c2ee67c39be3a4dddc5c4e5b468ed0c441d50a938e8d0bacf3b4e2bd0aefe.jpg);
}

/* line 49, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-logo.jj {
  background-image: url(/assets/static/jj-testimonial-left-364f7d9223d2b03c4ddc3c0f1403c4923551e40c1e850eac7428df52a209b065.jpg);
}

/* line 51, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-quote {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: left;
  line-height: 1.35;
  margin-top: 15px;
}

/* line 56, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-quote .testimonial-owner {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 20px;
}

/* line 59, app/assets/stylesheets/_callouts.sass */
body.static .testimonial .testimonial-quote .testimonial-company {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/_buttons.sass */
a.button, a.button:hover {
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/_buttons.sass */
.button:not(.small, .tiny) {
  font-weight: 500;
  padding: 20px 30px;
}

/* line 8, app/assets/stylesheets/_buttons.sass */
.button.no-margin {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/_buttons.sass */
.button.no-left-margin {
  margin-left: 0 !important;
}

/* line 12, app/assets/stylesheets/_buttons.sass */
.button.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 14, app/assets/stylesheets/_buttons.sass */
.button.rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* line 16, app/assets/stylesheets/_buttons.sass */
.button.no-border {
  border-color: transparent;
}

/* line 18, app/assets/stylesheets/_buttons.sass */
.button.attention {
  background: #ff9600;
  color: white;
}

/* line 21, app/assets/stylesheets/_buttons.sass */
.button.outline {
  background-color: transparent;
  border: 1px solid rgba(8, 131, 191, 0.35);
  color: #0883bf;
}

/* line 25, app/assets/stylesheets/_buttons.sass */
.button.outline:hover {
  background-color: #06618e;
  color: white;
}

/* line 28, app/assets/stylesheets/_buttons.sass */
.button.outline-white {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 32, app/assets/stylesheets/_buttons.sass */
.button.outline-white:hover {
  background-color: #940b11;
  color: white;
}

/* line 36, app/assets/stylesheets/_buttons.sass */
.button.hollow.white {
  background-color: white;
}

/* line 39, app/assets/stylesheets/_buttons.sass */
.button.hollow.white.success::after {
  border-color: #8ec741 transparent transparent;
}

/* line 41, app/assets/stylesheets/_buttons.sass */
.button.hollow:hover {
  background-color: white;
}

/* line 43, app/assets/stylesheets/_buttons.sass */
.button.hollow.no-border {
  border: 1px solid transparent;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 46, app/assets/stylesheets/_buttons.sass */
.button.hollow.no-border:hover {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  border: 1px solid #0883bf;
}

/* line 49, app/assets/stylesheets/_buttons.sass */
.button.hollow.action-menu {
  padding: 3px 5px;
  font-size: 24px;
  font-size: 1.5rem;
  border: 1px solid #dee0e3;
}

/* line 53, app/assets/stylesheets/_buttons.sass */
.button.hollow.action-menu:hover {
  border-color: #0883bf;
  background: #0883bf;
  color: white;
}

/* line 57, app/assets/stylesheets/_buttons.sass */
.button.margin-left {
  margin: 10px 15px 10px 0px;
  float: left;
}

/* line 61, app/assets/stylesheets/_buttons.sass */
.btn-width-80 {
  width: 80px;
}

/* line 64, app/assets/stylesheets/_buttons.sass */
.edit-link-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #80d2fa;
  font-size: 10px;
  font-size: 0.625rem;
  color: #0883bf;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 72, app/assets/stylesheets/_buttons.sass */
.edit-link-btn:hover {
  border: 1px solid #0883bf;
  background: #0883bf;
  color: white;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 80, app/assets/stylesheets/_buttons.sass */
.apc-dropdown a:hover {
  text-decoration: none !important;
}

/* line 82, app/assets/stylesheets/_buttons.sass */
.apc-dropdown > a:after {
  content: '\25be';
  margin-left: 10px;
}

/* line 85, app/assets/stylesheets/_buttons.sass */
.apc-dropdown .fa-user {
  font-size: 21px;
  font-size: 1.3125rem;
}

/* line 88, app/assets/stylesheets/_buttons.sass */
a.slim-header-action, .close-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #dee0e3;
  display: inline-block;
  height: 45px;
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  width: 45px;
}

/* line 98, app/assets/stylesheets/_buttons.sass */
a.slim-header-action .fa, .close-button .fa {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 45px;
}

/* line 101, app/assets/stylesheets/_buttons.sass */
a.slim-header-action:hover, .close-button:hover {
  background: #0883bf;
  color: white;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 105, app/assets/stylesheets/_buttons.sass */
a.slim-header-back-action {
  color: #ABB1B7;
  line-height: 45px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 109, app/assets/stylesheets/_buttons.sass */
a.slim-header-back-action .fa {
  color: white;
}

/* line 111, app/assets/stylesheets/_buttons.sass */
a.slim-header-back-action:hover {
  color: white;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 116, app/assets/stylesheets/_buttons.sass */
a.terminator2-header-action {
  -webkit-border-radius: 100% 100%;
  -moz-border-radius: 100% 100%;
  border-radius: 100% 100%;
  color: #8C9BA9;
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 0;
  margin: -3px -30px 0 0;
  text-align: center;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 126, app/assets/stylesheets/_buttons.sass */
a.terminator2-header-action .fa {
  font-size: 32px;
  font-size: 2rem;
  line-height: 45px;
}

/* line 129, app/assets/stylesheets/_buttons.sass */
a.terminator2-header-action:hover {
  background: #f1f2f3;
  color: #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 134, app/assets/stylesheets/_buttons.sass */
.close-button {
  position: absolute;
  color: #dee0e3;
  right: 0;
  top: 0;
}

/* line 139, app/assets/stylesheets/_buttons.sass */
.close-button.large {
  width: 70px;
  height: 70px;
}

/* line 143, app/assets/stylesheets/_buttons.sass */
.float-right {
  float: right;
}

/* line 146, app/assets/stylesheets/_buttons.sass */
.disable-link {
  pointer-events: none;
  opacity: .5;
}

/* line 150, app/assets/stylesheets/_buttons.sass */
h4 a.disable-link {
  opacity: 1;
}

@-webkit-keyframes buttonPulseWhite {
  from {
    background-color: white;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
  }
  50% {
    color: rgba(8, 131, 191, 0.5);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  }
  to {
    background-color: white;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
  }
}

/* line 167, app/assets/stylesheets/_buttons.sass */
a.button.pulse.white {
  background-color: white;
  -webkit-animation-name: buttonPulseWhite;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
}

/* line 173, app/assets/stylesheets/_buttons.sass */
.rounded-button-left {
  border-radius: 100px 0px 0px 100px !important;
}

/* line 176, app/assets/stylesheets/_buttons.sass */
.rounded-button-right {
  border-radius: 0px 100px 100px 0px !important;
}

/* line 1, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace {
  position: relative;
}

/* line 3, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace ul.image-to-map {
  position: absolute;
  left: 15px;
  bottom: 75px;
  z-index: 3;
}

/* line 8, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace ul.image-to-map.tabs {
  border: none;
}

/* line 10, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace ul.image-to-map li.tabs-title {
  padding: 0;
  margin: 0;
  position: absolute !important;
}

/* line 14, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace ul.image-to-map li.tabs-title.is-active {
  display: none;
}

/* line 16, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace ul.image-to-map li.tabs-title a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid white;
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 23, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace ul.image-to-map li.tabs-title a .map-thumb, .offering-pod-marketplace ul.image-to-map li.tabs-title a .hero-thumb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 125px;
  height: 50px;
}

/* line 29, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace ul.image-to-map li.tabs-title a:hover {
  border-color: #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 32, app/assets/stylesheets/_offering_pods.sass */
.offering-pod-marketplace .tabs-content, .offering-pod-marketplace .tabs-panel {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 36, app/assets/stylesheets/_offering_pods.sass */
.franchisor-hero, .map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 296px;
}

/* line 43, app/assets/stylesheets/_offering_pods.sass */
.franchisor-logo-marketplace {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  margin-top: -15px;
  vertical-align: middle;
  width: 150px;
}

/* line 53, app/assets/stylesheets/_offering_pods.sass */
h4 a:hover {
  text-decoration: none;
  color: #0883bf;
}

/* line 57, app/assets/stylesheets/_offering_pods.sass */
.invested {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: #344452;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px;
}

/* line 63, app/assets/stylesheets/_offering_pods.sass */
.invested a {
  color: #f1f2f3;
}

/* line 65, app/assets/stylesheets/_offering_pods.sass */
.invested a:hover {
  color: white;
}

/* line 68, app/assets/stylesheets/_offering_pods.sass */
.tombstones {
  margin: 60px 0;
}

/* line 70, app/assets/stylesheets/_offering_pods.sass */
.tombstones .tombstone-wrapper {
  margin-bottom: 20px;
  text-decoration: none !important;
}

/* line 73, app/assets/stylesheets/_offering_pods.sass */
.tombstones .tombstone-wrapper .offering {
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-weight: 300;
  height: 350px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 81, app/assets/stylesheets/_offering_pods.sass */
.tombstones .tombstone-wrapper .offering .logo-wrapper {
  border-bottom: 1px solid #dee0e3;
  width: 100%;
}

/* line 84, app/assets/stylesheets/_offering_pods.sass */
.tombstones .tombstone-wrapper .offering .logo-wrapper .franchisor-logo {
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  height: 125px;
  margin: auto;
}

/* line 92, app/assets/stylesheets/_offering_pods.sass */
.tombstones a.tombstone-wrapper .offering {
  color: #344452;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 96, app/assets/stylesheets/_offering_pods.sass */
.tombstones a.tombstone-wrapper .offering:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 39.9375em) {
  /* line 103, app/assets/stylesheets/_offering_pods.sass */
  .franchisor-hero, .map {
    height: 150px;
    margin-bottom: 30px;
  }
  /* line 106, app/assets/stylesheets/_offering_pods.sass */
  .franchisor-logo-marketplace {
    height: 100px;
    margin-top: 0;
    width: 100%;
  }
  /* line 110, app/assets/stylesheets/_offering_pods.sass */
  ul.details {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 115, app/assets/stylesheets/_offering_pods.sass */
  .offering-pod-marketplace ul.image-to-map {
    left: inherit;
    right: 150px;
  }
  /* line 118, app/assets/stylesheets/_offering_pods.sass */
  .franchisor-hero, .map {
    height: 250px;
    margin-bottom: 30px;
  }
  /* line 121, app/assets/stylesheets/_offering_pods.sass */
  .franchisor-logo-marketplace {
    height: 160px;
    margin-top: -30px;
    text-align: center;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/_forms.sass */
.get-started-wrapper {
  min-height: 100vh;
}

/* line 5, app/assets/stylesheets/_forms.sass */
.select-box select {
  min-width: 65px;
}

/* line 9, app/assets/stylesheets/_forms.sass */
form .helper-text, body.loans.update_guarantor_ownership .helper-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: -14px;
  margin-bottom: 15px;
  font-style: italic;
}

/* line 16, app/assets/stylesheets/_forms.sass */
form .radio-button .field_with_errors, form .checkbox .field_with_errors, body.loans.update_guarantor_ownership .radio-button .field_with_errors, body.loans.update_guarantor_ownership .checkbox .field_with_errors {
  display: inline;
}

/* line 18, app/assets/stylesheets/_forms.sass */
form .radio-button label, form .checkbox label, body.loans.update_guarantor_ownership .radio-button label, body.loans.update_guarantor_ownership .checkbox label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/_forms.sass */
form .radio-button .error, form .radio-button .custom-dynamic-fields-error, form .radio-button body.loans.update_guarantor_ownership .custom-dynamic-fields-error, form .checkbox .error, form .checkbox .custom-dynamic-fields-error, form .checkbox body.loans.update_guarantor_ownership .custom-dynamic-fields-error, body.loans.update_guarantor_ownership .radio-button .error, body.loans.update_guarantor_ownership .radio-button .custom-dynamic-fields-error, body.loans.update_guarantor_ownership .checkbox .error, body.loans.update_guarantor_ownership .checkbox .custom-dynamic-fields-error {
  margin-top: -12px;
}

/* line 27, app/assets/stylesheets/_forms.sass */
form .radio, form .checkbox, body.loans.update_guarantor_ownership .radio, body.loans.update_guarantor_ownership .checkbox {
  display: block;
  margin-left: 20px;
}

/* line 31, app/assets/stylesheets/_forms.sass */
form .radio label, form .checkbox label, body.loans.update_guarantor_ownership .radio label, body.loans.update_guarantor_ownership .checkbox label {
  line-height: 1.2;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 37, app/assets/stylesheets/_forms.sass */
form .radio input[type="radio"],
form .radio input[type="checkbox"], form .checkbox input[type="radio"],
form .checkbox input[type="checkbox"], body.loans.update_guarantor_ownership .radio input[type="radio"],
body.loans.update_guarantor_ownership .radio input[type="checkbox"], body.loans.update_guarantor_ownership .checkbox input[type="radio"],
body.loans.update_guarantor_ownership .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-top: 6px;
}

/* line 43, app/assets/stylesheets/_forms.sass */
form .nickname, body.loans.update_guarantor_ownership .nickname {
  display: none;
}

/* line 46, app/assets/stylesheets/_forms.sass */
form fieldset, body.loans.update_guarantor_ownership fieldset {
  border: none;
  border-bottom: 1px solid rgba(140, 155, 169, 0.5);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 51, app/assets/stylesheets/_forms.sass */
form fieldset:last-of-type, body.loans.update_guarantor_ownership fieldset:last-of-type {
  margin-bottom: 30px;
}

/* line 53, app/assets/stylesheets/_forms.sass */
form .number-of-locations, form .number-of-licenses, body.loans.update_guarantor_ownership .number-of-locations, body.loans.update_guarantor_ownership .number-of-licenses {
  display: none;
}

/* line 55, app/assets/stylesheets/_forms.sass */
form #capital-slider, body.loans.update_guarantor_ownership #capital-slider {
  margin-bottom: 20px;
}

/* line 57, app/assets/stylesheets/_forms.sass */
form .actions, body.loans.update_guarantor_ownership .actions {
  margin: 0 auto;
  width: 300px;
}

/* line 60, app/assets/stylesheets/_forms.sass */
form .centered, body.loans.update_guarantor_ownership .centered {
  margin: 0 auto;
  width: 400px;
}

/* line 63, app/assets/stylesheets/_forms.sass */
form .capital-required-label, body.loans.update_guarantor_ownership .capital-required-label {
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 66, app/assets/stylesheets/_forms.sass */
form .tighten, body.loans.update_guarantor_ownership .tighten {
  margin-bottom: 0;
}

/* line 68, app/assets/stylesheets/_forms.sass */
form div[class*=toggle-field], body.loans.update_guarantor_ownership div[class*=toggle-field] {
  display: none;
}

/* line 70, app/assets/stylesheets/_forms.sass */
form div.short[class*=toggle-field] .input, body.loans.update_guarantor_ownership div.short[class*=toggle-field] .input {
  width: 140px;
}

/* line 74, app/assets/stylesheets/_forms.sass */
form .custom-source-of-income td, form .custom-another-contingent-liability td, form .custom-another-liability td, form .custom-another-asset td, body.loans.update_guarantor_ownership .custom-source-of-income td, body.loans.update_guarantor_ownership .custom-another-contingent-liability td, body.loans.update_guarantor_ownership .custom-another-liability td, body.loans.update_guarantor_ownership .custom-another-asset td {
  vertical-align: top;
}

/* line 77, app/assets/stylesheets/_forms.sass */
form .error:not([required]):not(input):not(select):not(textarea), form .custom-dynamic-fields-error:not([required]):not(input):not(select):not(textarea), body.loans.update_guarantor_ownership .error:not([required]):not(input):not(select):not(textarea), body.loans.update_guarantor_ownership .custom-dynamic-fields-error:not([required]):not(input):not(select):not(textarea) {
  background: #C40E17;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.2;
  margin: -16px 0 15px 0;
  padding: 5px 7px;
}

/* line 85, app/assets/stylesheets/_forms.sass */
form .error.push-down:not([required]):not(input):not(select):not(textarea), form .custom-dynamic-fields-error.push-down:not([required]):not(input):not(select):not(textarea), body.loans.update_guarantor_ownership .error.push-down:not([required]):not(input):not(select):not(textarea), body.loans.update_guarantor_ownership .custom-dynamic-fields-error.push-down:not([required]):not(input):not(select):not(textarea) {
  margin: 10px 0;
}

/* line 88, app/assets/stylesheets/_forms.sass */
form input.no-margin.error, form .no-margin.custom-dynamic-fields-error, form select.no-margin.error, body.loans.update_guarantor_ownership input.no-margin.error, body.loans.update_guarantor_ownership .no-margin.custom-dynamic-fields-error, body.loans.update_guarantor_ownership select.no-margin.error {
  margin-bottom: 16px !important;
}

/* line 91, app/assets/stylesheets/_forms.sass */
form .custom-dynamic-fields-error, body.loans.update_guarantor_ownership .custom-dynamic-fields-error {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 96, app/assets/stylesheets/_forms.sass */
form .input-error, body.loans.update_guarantor_ownership .input-error {
  border: 1px solid red !important;
}

/* line 99, app/assets/stylesheets/_forms.sass */
form .input-success, body.loans.update_guarantor_ownership .input-success {
  border: 1px solid green !important;
}

/* line 102, app/assets/stylesheets/_forms.sass */
form .dob, body.loans.update_guarantor_ownership .dob {
  display: block;
}

/* line 104, app/assets/stylesheets/_forms.sass */
form .dob select, body.loans.update_guarantor_ownership .dob select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: calc(33% - 10px);
  margin-right: 10px;
}

/* line 110, app/assets/stylesheets/_forms.sass */
form .amount-field, body.loans.update_guarantor_ownership .amount-field {
  position: relative;
}

/* line 112, app/assets/stylesheets/_forms.sass */
form .amount-field input[type=text], body.loans.update_guarantor_ownership .amount-field input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 16px;
}

/* line 115, app/assets/stylesheets/_forms.sass */
form .amount-field .prefix, body.loans.update_guarantor_ownership .amount-field .prefix {
  background: none;
  border: none;
  width: auto;
  left: 7px;
  position: absolute;
  top: 8px;
}

/* line 125, app/assets/stylesheets/_forms.sass */
form.investment-form .amount-field {
  margin: 0 0 15px 0;
  position: relative;
}

/* line 128, app/assets/stylesheets/_forms.sass */
form.investment-form .amount-field input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
}

/* line 133, app/assets/stylesheets/_forms.sass */
form.investment-form .amount-field .prefix {
  background: none;
  border: none;
  width: auto;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #8C9BA9;
  left: 6px;
  position: absolute;
  top: 4px;
}

/* line 143, app/assets/stylesheets/_forms.sass */
form.investment-form .js-remaining-capital {
  display: none;
}

/* line 147, app/assets/stylesheets/_forms.sass */
.modify-plan .panel {
  padding: 20px;
}

/* line 149, app/assets/stylesheets/_forms.sass */
.modify-plan .total {
  background: transparent;
  border: none;
  border-bottom: 1px solid #344452;
  color: #0883bf;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}

/* line 156, app/assets/stylesheets/_forms.sass */
.modify-plan .total.no-border {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

/* line 162, app/assets/stylesheets/_forms.sass */
form#pfa_form label {
  font-weight: 500;
}

/* line 166, app/assets/stylesheets/_forms.sass */
.new_franchise_operation_form .error, .new_franchise_operation_form form .custom-dynamic-fields-error, form .new_franchise_operation_form .custom-dynamic-fields-error, .new_franchise_operation_form body.loans.update_guarantor_ownership .custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_franchise_operation_form .custom-dynamic-fields-error, .new_unit_location_form .error, .new_unit_location_form form .custom-dynamic-fields-error, form .new_unit_location_form .custom-dynamic-fields-error, .new_unit_location_form body.loans.update_guarantor_ownership .custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_unit_location_form .custom-dynamic-fields-error, .new_your_involvement_form .error, .new_your_involvement_form form .custom-dynamic-fields-error, form .new_your_involvement_form .custom-dynamic-fields-error, .new_your_involvement_form body.loans.update_guarantor_ownership .custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_your_involvement_form .custom-dynamic-fields-error {
  background: #C40E17;
  color: white;
}

/* line 169, app/assets/stylesheets/_forms.sass */
.new_franchise_operation_form select.error, .new_franchise_operation_form form select.custom-dynamic-fields-error, form .new_franchise_operation_form select.custom-dynamic-fields-error, .new_franchise_operation_form body.loans.update_guarantor_ownership select.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_franchise_operation_form select.custom-dynamic-fields-error, .new_franchise_operation_form textarea.error, .new_franchise_operation_form form textarea.custom-dynamic-fields-error, form .new_franchise_operation_form textarea.custom-dynamic-fields-error, .new_franchise_operation_form body.loans.update_guarantor_ownership textarea.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_franchise_operation_form textarea.custom-dynamic-fields-error, .new_franchise_operation_form input.error, .new_franchise_operation_form form input.custom-dynamic-fields-error, form .new_franchise_operation_form input.custom-dynamic-fields-error, .new_franchise_operation_form body.loans.update_guarantor_ownership input.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_franchise_operation_form input.custom-dynamic-fields-error, .new_unit_location_form select.error, .new_unit_location_form form select.custom-dynamic-fields-error, form .new_unit_location_form select.custom-dynamic-fields-error, .new_unit_location_form body.loans.update_guarantor_ownership select.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_unit_location_form select.custom-dynamic-fields-error, .new_unit_location_form textarea.error, .new_unit_location_form form textarea.custom-dynamic-fields-error, form .new_unit_location_form textarea.custom-dynamic-fields-error, .new_unit_location_form body.loans.update_guarantor_ownership textarea.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_unit_location_form textarea.custom-dynamic-fields-error, .new_unit_location_form input.error, .new_unit_location_form form input.custom-dynamic-fields-error, form .new_unit_location_form input.custom-dynamic-fields-error, .new_unit_location_form body.loans.update_guarantor_ownership input.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_unit_location_form input.custom-dynamic-fields-error, .new_your_involvement_form select.error, .new_your_involvement_form form select.custom-dynamic-fields-error, form .new_your_involvement_form select.custom-dynamic-fields-error, .new_your_involvement_form body.loans.update_guarantor_ownership select.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_your_involvement_form select.custom-dynamic-fields-error, .new_your_involvement_form textarea.error, .new_your_involvement_form form textarea.custom-dynamic-fields-error, form .new_your_involvement_form textarea.custom-dynamic-fields-error, .new_your_involvement_form body.loans.update_guarantor_ownership textarea.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_your_involvement_form textarea.custom-dynamic-fields-error, .new_your_involvement_form input.error, .new_your_involvement_form form input.custom-dynamic-fields-error, form .new_your_involvement_form input.custom-dynamic-fields-error, .new_your_involvement_form body.loans.update_guarantor_ownership input.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .new_your_involvement_form input.custom-dynamic-fields-error {
  background: white;
  border-color: #C40E17;
  color: #344452;
  font-size: 1rem;
  font-style: initial;
}

/* line 176, app/assets/stylesheets/_forms.sass */
.error-uses-sources {
  background-color: #C40E17 !important;
}

/* line 1, app/assets/stylesheets/_menus.sass */
.dropdown-pane {
  border-color: #8C9BA9;
}

/* line 4, app/assets/stylesheets/_menus.sass */
.dropdown-pane.arrow::after, .dropdown-pane.arrow::before {
  bottom: 100%;
  right: 33px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/_menus.sass */
.dropdown-pane.arrow::after {
  border-color: transparent;
  border-bottom-color: white;
  border-width: 10px;
  margin-right: -10px;
}

/* line 18, app/assets/stylesheets/_menus.sass */
.dropdown-pane.arrow::before {
  border-color: transparent;
  border-bottom-color: #8C9BA9;
  border-width: 11px;
  margin-right: -11px;
}

/* line 25, app/assets/stylesheets/_menus.sass */
.dropdown-pane.menu-wrapper ul.menu.vertical li {
  text-align: left;
}

/* line 27, app/assets/stylesheets/_menus.sass */
.dropdown-pane.menu-wrapper ul.menu.vertical li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 32, app/assets/stylesheets/_menus.sass */
.dropdown-pane.menu-wrapper ul.menu.vertical li a:hover {
  background: #f1f2f3;
  color: #06618e;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 37, app/assets/stylesheets/_menus.sass */
.dropdown-pane.legacy-wide {
  width: 400px;
}

/* line 40, app/assets/stylesheets/_menus.sass */
.is-dropdown-submenu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  min-width: 350px;
}

/* line 45, app/assets/stylesheets/_menus.sass */
.menu-centered {
  height: 65px;
}

/* line 49, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu li {
  border-bottom: 5px solid transparent;
  height: 65px;
  padding-top: 5px;
}

/* line 53, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu li a {
  display: block;
  height: 100%;
  line-height: 53px;
  padding: 0 15px;
  width: 100%;
}

/* line 59, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu li a:hover {
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu li.active {
  border-bottom-color: #dee0e3;
}

/* line 63, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu li.active a {
  background: none;
  color: #8ec741 !important;
}

/* line 68, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu.dark-bg li a {
  color: #d0d3d7;
}

/* line 70, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu.dark-bg li a:hover {
  color: white;
}

/* line 72, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu.dark-bg li.active {
  border-bottom-color: #dee0e3;
}

/* line 74, app/assets/stylesheets/_menus.sass */
.menu-centered ul.menu.dark-bg li.active a {
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/_tables.sass */
table.no-border {
  border: none !important;
}

/* line 3, app/assets/stylesheets/_tables.sass */
table.no-border tbody {
  border: none;
}

/* line 9, app/assets/stylesheets/_tables.sass */
table tbody tr td.width30, table tbody th td.width30, table thead tr td.width30, table thead th td.width30, table tfoot tr td.width30, table tfoot th td.width30 {
  width: 30%;
}

/* line 11, app/assets/stylesheets/_tables.sass */
table tbody tr td.width50, table tbody th td.width50, table thead tr td.width50, table thead th td.width50, table tfoot tr td.width50, table tfoot th td.width50 {
  width: 50%;
}

/* line 13, app/assets/stylesheets/_tables.sass */
table tbody tr td.width60, table tbody th td.width60, table thead tr td.width60, table thead th td.width60, table tfoot tr td.width60, table tfoot th td.width60 {
  width: 60%;
}

/* line 15, app/assets/stylesheets/_tables.sass */
table tbody tr td.width50, table tbody th td.width50, table thead tr td.width50, table thead th td.width50, table tfoot tr td.width50, table tfoot th td.width50 {
  width: 70%;
}

/* line 17, app/assets/stylesheets/_tables.sass */
table tbody.no-background {
  background-color: transparent;
}

/* line 20, app/assets/stylesheets/_tables.sass */
table tbody.unstriped tr:nth-child(even) {
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/_tables.sass */
table tbody.lined {
  border-bottom: 1px solid #8C9BA9;
}

/* line 24, app/assets/stylesheets/_tables.sass */
table tbody.lined tr {
  border-bottom: 1px solid #ABB1B7;
}

/* line 26, app/assets/stylesheets/_tables.sass */
table tbody.lined tr:first-of-type {
  border-top: 1px solid #ABB1B7;
}

/* line 30, app/assets/stylesheets/_tables.sass */
table tbody.tight-padding tr td {
  padding: 5px;
}

/* line 33, app/assets/stylesheets/_tables.sass */
table tfoot tr.totals {
  background-color: #8C9BA9;
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

/* line 39, app/assets/stylesheets/_tables.sass */
table tbody.hoverable tr:nth-child(even):hover, table tbody.hoverable tr:nth-child(odd):hover {
  background-color: #f1f2f3 !important;
}

/* line 42, app/assets/stylesheets/_tables.sass */
table.margined {
  margin: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

/* line 47, app/assets/stylesheets/_tables.sass */
table.snapshot tbody {
  border: none;
}

/* line 49, app/assets/stylesheets/_tables.sass */
table.snapshot td {
  border-bottom: 5px solid white;
  vertical-align: top;
}

/* line 52, app/assets/stylesheets/_tables.sass */
table.snapshot td:first-child {
  background: #f1f2f3;
  padding: 10px 20px;
  text-align: right;
  font-weight: 500;
  width: 30%;
}

/* line 58, app/assets/stylesheets/_tables.sass */
table.snapshot td:nth-child(2) {
  word-break: break-word;
  background-color: white;
  padding: 10px 20px;
  width: 70%;
}

/* line 64, app/assets/stylesheets/_tables.sass */
table.snapshot.wide td:first-child {
  width: 70%;
}

/* line 66, app/assets/stylesheets/_tables.sass */
table.snapshot.wide td:nth-child(2) {
  width: 30%;
}

/* line 69, app/assets/stylesheets/_tables.sass */
table.snapshot.half-wide td:first-child {
  width: 50%;
}

/* line 71, app/assets/stylesheets/_tables.sass */
table.snapshot.half-wide td:nth-child(2) {
  width: 50%;
}

/* line 75, app/assets/stylesheets/_tables.sass */
table.franchise-history thead, table.financial-conditions-statement thead, table.personal-income thead {
  background: none !important;
  border: none;
  border-bottom: 1px solid #8C9BA9;
  border-top: 2px solid #8C9BA9;
}

/* line 80, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody, table.financial-conditions-statement tbody, table.personal-income tbody {
  border-bottom: 1px solid #8C9BA9;
}

/* line 82, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr, table.financial-conditions-statement tbody tr, table.personal-income tbody tr {
  background: white;
  border-bottom: 1px solid #dee0e3;
}

/* line 85, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr:last-child, table.financial-conditions-statement tbody tr:last-child, table.personal-income tbody tr:last-child {
  border-bottom: none;
}

/* line 87, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr.nested-row, table.financial-conditions-statement tbody tr.nested-row, table.personal-income tbody tr.nested-row {
  border-bottom-color: white;
}

/* line 89, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr td, table.financial-conditions-statement tbody tr td, table.personal-income tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 92, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr td .remove-label, table.financial-conditions-statement tbody tr td .remove-label, table.personal-income tbody tr td .remove-label {
  display: none;
}

/* line 94, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr td:nth-child(1), table.financial-conditions-statement tbody tr td:nth-child(1), table.personal-income tbody tr td:nth-child(1) {
  width: 45%;
}

/* line 96, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr td:nth-child(2), table.financial-conditions-statement tbody tr td:nth-child(2), table.personal-income tbody tr td:nth-child(2) {
  width: 20%;
}

/* line 98, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr td:nth-child(3), table.franchise-history tbody tr td:nth-child(4), table.financial-conditions-statement tbody tr td:nth-child(3), table.financial-conditions-statement tbody tr td:nth-child(4), table.personal-income tbody tr td:nth-child(3), table.personal-income tbody tr td:nth-child(4) {
  width: 15%;
}

/* line 100, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr td:last-child, table.financial-conditions-statement tbody tr td:last-child, table.personal-income tbody tr td:last-child {
  padding-top: 17px;
  width: 5%;
  text-align: right;
}

/* line 104, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr td:last-child .fa-times-circle, table.financial-conditions-statement tbody tr td:last-child .fa-times-circle, table.personal-income tbody tr td:last-child .fa-times-circle {
  color: #8C9BA9;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 107, app/assets/stylesheets/_tables.sass */
table.franchise-history tbody tr td:last-child .fa-times-circle:hover, table.financial-conditions-statement tbody tr td:last-child .fa-times-circle:hover, table.personal-income tbody tr td:last-child .fa-times-circle:hover {
  color: #C40E17;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 111, app/assets/stylesheets/_tables.sass */
table.franchise-history tfoot, table.financial-conditions-statement tfoot, table.personal-income tfoot {
  background: none;
  border: none;
  display: block;
}

/* line 117, app/assets/stylesheets/_tables.sass */
table.stores-summary thead {
  display: table-header-group;
}

/* line 119, app/assets/stylesheets/_tables.sass */
table.stores-summary thead tr {
  page-break-inside: avoid;
  background: #f1f2f3;
  border-bottom: 2px solid #dee0e3;
}

/* line 124, app/assets/stylesheets/_tables.sass */
table.stores-summary tbody tr {
  page-break-inside: avoid;
  background: white;
  border-bottom: 1px solid #dee0e3;
}

/* line 128, app/assets/stylesheets/_tables.sass */
table.stores-summary tfoot {
  display: table-row-group;
}

/* line 130, app/assets/stylesheets/_tables.sass */
table.stores-summary tfoot tr {
  page-break-inside: avoid;
  background: #0883bf;
  border: none;
  color: white;
}

/* line 136, app/assets/stylesheets/_tables.sass */
table.crb-compliance-report {
  font-size: 10px;
}

/* line 140, app/assets/stylesheets/_tables.sass */
table.store-loans-table thead {
  display: table-header-group;
}

/* line 142, app/assets/stylesheets/_tables.sass */
table.store-loans-table thead tr {
  page-break-inside: avoid;
}

/* line 145, app/assets/stylesheets/_tables.sass */
table.store-loans-table tbody tr {
  page-break-inside: avoid;
  background: white;
  border-top: 1px solid #dee0e3;
}

/* line 149, app/assets/stylesheets/_tables.sass */
table.store-loans-table tbody tr.multi-loans {
  border-top-color: transparent;
}

/* line 151, app/assets/stylesheets/_tables.sass */
table.store-loans-table tfoot {
  display: table-row-group;
}

/* line 153, app/assets/stylesheets/_tables.sass */
table.store-loans-table tfoot tr {
  page-break-inside: avoid;
  background: rgba(8, 131, 191, 0.15);
  border: none;
}

@media screen and (max-width: 63.9375em) {
  /* line 160, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
  }
  /* line 163, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) thead {
    display: none;
  }
  /* line 166, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody td, table.store-loans-table.stack:not(.small-break) tfoot td {
    text-align: left !important;
    padding: 2px 8px !important;
  }
  /* line 169, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr, table.store-loans-table.stack:not(.small-break) tfoot tr {
    border-bottom: 1px solid #dee0e3;
    padding-bottom: 10px;
  }
  /* line 172, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr:last-child, table.store-loans-table.stack:not(.small-break) tfoot tr:last-child {
    border-bottom: none;
  }
  /* line 174, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:before, table.store-loans-table.stack:not(.small-break) tfoot tr td:before {
    display: inline-block;
    width: 250px;
    padding-right: 10px;
    font-weight: bold;
  }
  /* line 179, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(1), table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(1) {
    font-size: 18px;
    font-size: 1.125rem;
    border-top: 1px solid #8C9BA9;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 15px !important;
    text-align: left;
  }
  /* line 186, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(2):before, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(2):before {
    content: "Lender (Loan Type)";
  }
  /* line 188, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(3):before, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(3):before {
    content: "Rate";
  }
  /* line 190, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(4):before, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(4):before {
    content: "Rate Type";
  }
  /* line 192, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(5):before, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(5):before {
    content: "Term";
  }
  /* line 194, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(6):before, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(6):before {
    content: "Collateral";
  }
  /* line 196, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(7):before, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(7):before {
    content: "Original Loan Amount";
  }
  /* line 198, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(8):before, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(8):before {
    content: "Current Balance";
  }
  /* line 200, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(9):before, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(9):before {
    content: "Monthly Payment";
  }
  /* line 202, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(10), table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(10) {
    position: absolute;
    right: 0;
    top: 10px;
    padding-bottom: 40px !important;
    padding-right: 8px !important;
  }
  /* line 208, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr td:nth-of-type(10) .fa, table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(10) .fa {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 212, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr.no-loans td:nth-of-type(2)::before, table.store-loans-table.stack:not(.small-break) tfoot tr.no-loans td:nth-of-type(2)::before {
    width: 0;
    padding-right: 0;
    content: "";
  }
  /* line 216, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr.no-loans td:nth-of-type(3), table.store-loans-table.stack:not(.small-break) tfoot tr.no-loans td:nth-of-type(3) {
    position: absolute;
    right: 0;
    top: 10px;
    padding-bottom: 40px !important;
    padding-right: 8px !important;
  }
  /* line 222, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr.no-loans td:nth-of-type(3) .fa, table.store-loans-table.stack:not(.small-break) tfoot tr.no-loans td:nth-of-type(3) .fa {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 224, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tbody tr.no-loans td:nth-of-type(3)::before, table.store-loans-table.stack:not(.small-break) tfoot tr.no-loans td:nth-of-type(3)::before {
    content: "";
  }
  /* line 226, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tfoot {
    border: none;
    background: none;
  }
  /* line 229, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tfoot tr {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 15px;
  }
  /* line 233, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(1) {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  /* line 236, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(2):before {
    content: "Original Loan Amount Total";
  }
  /* line 238, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(3):before {
    content: "Current Balance Total";
  }
  /* line 240, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(4):before {
    content: "Monthly Payment Total";
  }
  /* line 242, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack:not(.small-break) tfoot tr td:nth-of-type(5):before {
    content: "";
  }
  /* line 247, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tbody tr td:nth-of-type(1), table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(1) {
    font-size: 18px;
    font-size: 1.125rem;
    border-top: 1px solid #8C9BA9;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 15px !important;
    text-align: left;
  }
  /* line 254, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tbody tr td:nth-of-type(2):before, table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(2):before {
    content: "Rate";
  }
  /* line 256, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tbody tr td:nth-of-type(3):before, table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(3):before {
    content: "Rate Type";
  }
  /* line 258, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tbody tr td:nth-of-type(4):before, table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(4):before {
    content: "Term";
  }
  /* line 260, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tbody tr td:nth-of-type(5):before, table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(5):before {
    content: "Collateral";
  }
  /* line 262, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tbody tr td:nth-of-type(6):before, table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(6):before {
    content: "Original Loan Amount";
  }
  /* line 264, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tbody tr td:nth-of-type(7):before, table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(7):before {
    content: "Current Balance";
  }
  /* line 266, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tbody tr td:nth-of-type(8):before, table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(8):before {
    content: "Monthly Payment";
  }
  /* line 269, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr {
    padding-bottom: 10px;
  }
  /* line 271, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(1) {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  /* line 274, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(2):before {
    content: "Original Loan Amount Total";
  }
  /* line 276, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(3):before {
    content: "Current Balance Total";
  }
  /* line 278, app/assets/stylesheets/_tables.sass */
  table.store-loans-table.stack.store-reveal:not(.small-break) tfoot tr td:nth-of-type(4):before {
    content: "Monthly Payment Total";
  }
}

/* line 283, app/assets/stylesheets/_tables.sass */
table.franchise-history tr td {
  vertical-align: top;
}

/* line 287, app/assets/stylesheets/_tables.sass */
table.real-estate thead {
  border: none;
}

/* line 289, app/assets/stylesheets/_tables.sass */
table.real-estate thead tr {
  background: white;
  border-top: 2px solid #344452;
  border-bottom: 1px solid #344452;
}

/* line 293, app/assets/stylesheets/_tables.sass */
table.real-estate thead tr th {
  background: white;
}

/* line 295, app/assets/stylesheets/_tables.sass */
table.real-estate tbody {
  position: relative;
}

/* line 297, app/assets/stylesheets/_tables.sass */
table.real-estate tbody tr {
  border-top: 1px solid #ABB1B7;
}

/* line 299, app/assets/stylesheets/_tables.sass */
table.real-estate tbody tr:last-child {
  border-bottom: 1px solid #ABB1B7;
}

/* line 301, app/assets/stylesheets/_tables.sass */
table.real-estate tbody td {
  background: white;
  padding: 15px 8px;
}

/* line 304, app/assets/stylesheets/_tables.sass */
table.real-estate th, table.real-estate td {
  vertical-align: top;
}

/* line 306, app/assets/stylesheets/_tables.sass */
table.real-estate th:nth-child(2), table.real-estate th:nth-child(3), table.real-estate th:nth-child(4), table.real-estate th:nth-child(5), table.real-estate td:nth-child(2), table.real-estate td:nth-child(3), table.real-estate td:nth-child(4), table.real-estate td:nth-child(5) {
  text-align: right;
}

/* line 310, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement thead, table.personal-income thead {
  border-top: none;
}

/* line 314, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement tbody tr td, table.personal-income tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 317, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement tbody tr td:nth-child(1), table.personal-income tbody tr td:nth-child(1) {
  width: 65%;
}

/* line 319, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement tbody tr td:nth-child(2), table.personal-income tbody tr td:nth-child(2) {
  vertical-align: top;
  width: 30%;
}

/* line 322, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement tbody tr td:nth-child(2) input, table.personal-income tbody tr td:nth-child(2) input {
  text-align: right;
}

/* line 324, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement tbody tr td:last-child, table.personal-income tbody tr td:last-child {
  vertical-align: top;
  width: 5%;
}

/* line 328, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement.totals tbody, table.personal-income.totals tbody {
  border-top: 2px solid #8C9BA9;
}

/* line 331, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement.totals tbody tr td:nth-child(2), table.personal-income.totals tbody tr td:nth-child(2) {
  width: 35%;
}

/* line 333, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement.totals tbody tr td:nth-child(2) input, table.personal-income.totals tbody tr td:nth-child(2) input {
  text-align: right;
}

/* line 335, app/assets/stylesheets/_tables.sass */
table.financial-conditions-statement.totals tbody tr.total, table.personal-income.totals tbody tr.total {
  font-size: 18px;
  font-size: 1.125rem;
  background: #8ec741;
  border-bottom: none;
  color: white;
}

/* line 344, app/assets/stylesheets/_tables.sass */
table.financial_condition_liabilities tbody tr td:nth-child(1), table.financial-conditions-statement-totals tbody tr td:nth-child(1) {
  width: 45%;
}

/* line 346, app/assets/stylesheets/_tables.sass */
table.financial_condition_liabilities tbody tr td:nth-child(2), table.financial-conditions-statement-totals tbody tr td:nth-child(2) {
  width: 25%;
}

/* line 348, app/assets/stylesheets/_tables.sass */
table.financial_condition_liabilities tbody tr td:nth-child(3), table.financial-conditions-statement-totals tbody tr td:nth-child(3) {
  width: 25%;
}

/* line 350, app/assets/stylesheets/_tables.sass */
table.financial_condition_liabilities tbody tr td:nth-child(3) input, table.financial-conditions-statement-totals tbody tr td:nth-child(3) input {
  text-align: right;
}

/* line 352, app/assets/stylesheets/_tables.sass */
table.financial_condition_liabilities tbody tr td:last-child, table.financial-conditions-statement-totals tbody tr td:last-child {
  width: 5%;
}

/* line 357, app/assets/stylesheets/_tables.sass */
table.uses-and-sources input.currency[type=text] {
  text-align: right;
}

/* line 359, app/assets/stylesheets/_tables.sass */
table.uses-and-sources thead {
  display: table-header-group;
}

/* line 361, app/assets/stylesheets/_tables.sass */
table.uses-and-sources thead tr {
  page-break-inside: avoid;
  border-bottom: 1px solid #ABB1B7;
}

/* line 365, app/assets/stylesheets/_tables.sass */
table.uses-and-sources thead tr th:not(:first-of-type) {
  text-align: right;
  width: 20%;
}

/* line 368, app/assets/stylesheets/_tables.sass */
table.uses-and-sources thead tr th.single {
  width: 30%;
}

/* line 370, app/assets/stylesheets/_tables.sass */
table.uses-and-sources thead tr th.remove-other {
  width: 5%;
}

/* line 373, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr {
  page-break-inside: avoid;
  background-color: white;
  border-bottom: 1px solid #dee0e3;
}

/* line 377, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr:first-of-type {
  border-top: 0;
}

/* line 379, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td {
  background-color: white;
  text-align: right;
}

/* line 382, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td:not(:first-of-type) {
  text-align: right;
  width: 20%;
}

/* line 385, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td.single {
  width: 30%;
}

/* line 387, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td:first-of-type {
  text-align: left;
  font-weight: 500;
}

/* line 390, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td:nth-of-type(4) {
  font-weight: 500;
}

/* line 392, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td:nth-of-type(4) label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

/* line 395, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td.remove-other {
  width: 5%;
  background: white;
  text-align: center;
}

/* line 399, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td.remove-other .fa-times-circle {
  color: #8C9BA9;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 402, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tbody tr td.remove-other .fa-times-circle:hover {
  color: #C40E17;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 405, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tfoot {
  display: table-row-group;
  border: none;
}

/* line 408, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tfoot tr {
  page-break-inside: avoid;
  background: rgba(142, 199, 65, 0.15);
}

/* line 411, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tfoot tr td {
  font-weight: 700;
  text-align: right;
}

/* line 414, app/assets/stylesheets/_tables.sass */
table.uses-and-sources tfoot tr td.add-other {
  background: white;
  text-align: left;
}

/* line 420, app/assets/stylesheets/_tables.sass */
table.bulk_payments tbody tr.invalid_record {
  background-color: #FFE3CD;
}

/* line 423, app/assets/stylesheets/_tables.sass */
table.portfolio, table.payments, table.payments-summary, table.payments-summary-detail, table.completed, table.investment-calls, table.new-portfolio {
  text-align: left;
  border: 0;
  border-collapse: collapse;
  margin-top: 5px;
}

/* line 428, app/assets/stylesheets/_tables.sass */
table.portfolio thead, table.portfolio tbody, table.payments thead, table.payments tbody, table.payments-summary thead, table.payments-summary tbody, table.payments-summary-detail thead, table.payments-summary-detail tbody, table.completed thead, table.completed tbody, table.investment-calls thead, table.investment-calls tbody, table.new-portfolio thead, table.new-portfolio tbody {
  border: none;
}

/* line 430, app/assets/stylesheets/_tables.sass */
table.portfolio tr, table.payments tr, table.payments-summary tr, table.payments-summary-detail tr, table.completed tr, table.investment-calls tr, table.new-portfolio tr {
  position: relative;
}

/* line 432, app/assets/stylesheets/_tables.sass */
table.portfolio tr.rollover, table.payments tr.rollover, table.payments-summary tr.rollover, table.payments-summary-detail tr.rollover, table.completed tr.rollover, table.investment-calls tr.rollover, table.new-portfolio tr.rollover {
  border: none;
}

/* line 434, app/assets/stylesheets/_tables.sass */
table.portfolio tr.rollover td, table.payments tr.rollover td, table.payments-summary tr.rollover td, table.payments-summary-detail tr.rollover td, table.completed tr.rollover td, table.investment-calls tr.rollover td, table.new-portfolio tr.rollover td {
  padding-top: 0;
}

/* line 436, app/assets/stylesheets/_tables.sass */
table.portfolio tr.rollover .notes, table.payments tr.rollover .notes, table.payments-summary tr.rollover .notes, table.payments-summary-detail tr.rollover .notes, table.completed tr.rollover .notes, table.investment-calls tr.rollover .notes, table.new-portfolio tr.rollover .notes {
  font-weight: normal;
  font-style: italics;
}

/* line 440, app/assets/stylesheets/_tables.sass */
table.portfolio tr.rollover:nth-of-type(2), table.payments tr.rollover:nth-of-type(2), table.payments-summary tr.rollover:nth-of-type(2), table.payments-summary-detail tr.rollover:nth-of-type(2), table.completed tr.rollover:nth-of-type(2), table.investment-calls tr.rollover:nth-of-type(2), table.new-portfolio tr.rollover:nth-of-type(2) {
  display: table-row !important;
}

/* line 442, app/assets/stylesheets/_tables.sass */
table.portfolio tr.gray-row, table.payments tr.gray-row, table.payments-summary tr.gray-row, table.payments-summary-detail tr.gray-row, table.completed tr.gray-row, table.investment-calls tr.gray-row, table.new-portfolio tr.gray-row {
  background-color: #f1f2f3;
}

/* line 444, app/assets/stylesheets/_tables.sass */
table.portfolio tr.white-row, table.payments tr.white-row, table.payments-summary tr.white-row, table.payments-summary-detail tr.white-row, table.completed tr.white-row, table.investment-calls tr.white-row, table.new-portfolio tr.white-row {
  background-color: white;
}

/* line 448, app/assets/stylesheets/_tables.sass */
table.portfolio tr:nth-child(even) td .number, table.payments tr:nth-child(even) td .number, table.payments-summary tr:nth-child(even) td .number, table.payments-summary-detail tr:nth-child(even) td .number, table.completed tr:nth-child(even) td .number, table.investment-calls tr:nth-child(even) td .number, table.new-portfolio tr:nth-child(even) td .number {
  background-color: white;
}

/* line 450, app/assets/stylesheets/_tables.sass */
table.portfolio tr th, table.payments tr th, table.payments-summary tr th, table.payments-summary-detail tr th, table.completed tr th, table.investment-calls tr th, table.new-portfolio tr th {
  border-bottom: 1px solid #ddd;
  color: #344452;
  font-size: 14px;
  font-size: 0.875rem;
  background: white;
  padding: 15px 8px !important;
}

/* line 456, app/assets/stylesheets/_tables.sass */
table.portfolio tr th.text-right, table.payments tr th.text-right, table.payments-summary tr th.text-right, table.payments-summary-detail tr th.text-right, table.completed tr th.text-right, table.investment-calls tr th.text-right, table.new-portfolio tr th.text-right {
  text-align: right !important;
}

/* line 458, app/assets/stylesheets/_tables.sass */
table.portfolio tr th:last-of-type, table.payments tr th:last-of-type, table.payments-summary tr th:last-of-type, table.payments-summary-detail tr th:last-of-type, table.completed tr th:last-of-type, table.investment-calls tr th:last-of-type, table.new-portfolio tr th:last-of-type {
  padding-right: 15px;
}

/* line 460, app/assets/stylesheets/_tables.sass */
table.portfolio tr td, table.payments tr td, table.payments-summary tr td, table.payments-summary-detail tr td, table.completed tr td, table.investment-calls tr td, table.new-portfolio tr td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 8px !important;
}

/* line 463, app/assets/stylesheets/_tables.sass */
table.portfolio tr td.text-right, table.payments tr td.text-right, table.payments-summary tr td.text-right, table.payments-summary-detail tr td.text-right, table.completed tr td.text-right, table.investment-calls tr td.text-right, table.new-portfolio tr td.text-right {
  text-align: right !important;
}

/* line 465, app/assets/stylesheets/_tables.sass */
table.portfolio tr td:first-of-type, table.payments tr td:first-of-type, table.payments-summary tr td:first-of-type, table.payments-summary-detail tr td:first-of-type, table.completed tr td:first-of-type, table.investment-calls tr td:first-of-type, table.new-portfolio tr td:first-of-type {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  padding-left: 5px;
}

/* line 468, app/assets/stylesheets/_tables.sass */
table.portfolio tr td:last-of-type, table.payments tr td:last-of-type, table.payments-summary tr td:last-of-type, table.payments-summary-detail tr td:last-of-type, table.completed tr td:last-of-type, table.investment-calls tr td:last-of-type, table.new-portfolio tr td:last-of-type {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  padding-right: 15px;
}

/* line 471, app/assets/stylesheets/_tables.sass */
table.portfolio tr td .missed, table.payments tr td .missed, table.payments-summary tr td .missed, table.payments-summary-detail tr td .missed, table.completed tr td .missed, table.investment-calls tr td .missed, table.new-portfolio tr td .missed {
  color: #C40E17;
}

/* line 473, app/assets/stylesheets/_tables.sass */
table.portfolio tr td.estimated, table.payments tr td.estimated, table.payments-summary tr td.estimated, table.payments-summary-detail tr td.estimated, table.completed tr td.estimated, table.investment-calls tr td.estimated, table.new-portfolio tr td.estimated {
  font-style: italic;
}

/* line 475, app/assets/stylesheets/_tables.sass */
table.portfolio tr td .number, table.payments tr td .number, table.payments-summary tr td .number, table.payments-summary-detail tr td .number, table.completed tr td .number, table.investment-calls tr td .number, table.new-portfolio tr td .number {
  font-weight: bold;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  background-color: #f1f2f3;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}

/* line 485, app/assets/stylesheets/_tables.sass */
table.portfolio tr td .notes, table.payments tr td .notes, table.payments-summary tr td .notes, table.payments-summary-detail tr td .notes, table.completed tr td .notes, table.investment-calls tr td .notes, table.new-portfolio tr td .notes {
  font-weight: 300;
  font-style: italic;
  margin-left: 21px;
}

/* line 489, app/assets/stylesheets/_tables.sass */
table.portfolio tr td.cell-total-container, table.payments tr td.cell-total-container, table.payments-summary tr td.cell-total-container, table.payments-summary-detail tr td.cell-total-container, table.completed tr td.cell-total-container, table.investment-calls tr td.cell-total-container, table.new-portfolio tr td.cell-total-container {
  padding-left: 10px;
  border-bottom: 1px solid #344452;
}

/* line 493, app/assets/stylesheets/_tables.sass */
table.portfolio tfoot tr, table.payments tfoot tr, table.payments-summary tfoot tr, table.payments-summary-detail tfoot tr, table.completed tfoot tr, table.investment-calls tfoot tr, table.new-portfolio tfoot tr {
  background: #ecf5df;
}

/* line 496, app/assets/stylesheets/_tables.sass */
table.portfolio.portfolio thead, table.portfolio.portfolio tbody, table.payments.portfolio thead, table.payments.portfolio tbody, table.payments-summary.portfolio thead, table.payments-summary.portfolio tbody, table.payments-summary-detail.portfolio thead, table.payments-summary-detail.portfolio tbody, table.completed.portfolio thead, table.completed.portfolio tbody, table.investment-calls.portfolio thead, table.investment-calls.portfolio tbody, table.new-portfolio.portfolio thead, table.new-portfolio.portfolio tbody {
  border-top-width: 1px;
}

/* line 500, app/assets/stylesheets/_tables.sass */
table.portfolio.payments-summary tr th, table.portfolio.payments-summary tr td, table.payments.payments-summary tr th, table.payments.payments-summary tr td, table.payments-summary.payments-summary tr th, table.payments-summary.payments-summary tr td, table.payments-summary-detail.payments-summary tr th, table.payments-summary-detail.payments-summary tr td, table.completed.payments-summary tr th, table.completed.payments-summary tr td, table.investment-calls.payments-summary tr th, table.investment-calls.payments-summary tr td, table.new-portfolio.payments-summary tr th, table.new-portfolio.payments-summary tr td {
  padding: 8px 4px !important;
}

/* line 504, app/assets/stylesheets/_tables.sass */
table.portfolio.payments-summary-detail tr td:nth-child(1), table.payments.payments-summary-detail tr td:nth-child(1), table.payments-summary.payments-summary-detail tr td:nth-child(1), table.payments-summary-detail.payments-summary-detail tr td:nth-child(1), table.completed.payments-summary-detail tr td:nth-child(1), table.investment-calls.payments-summary-detail tr td:nth-child(1), table.new-portfolio.payments-summary-detail tr td:nth-child(1) {
  width: 10%;
  white-space: nowrap;
}

/* line 507, app/assets/stylesheets/_tables.sass */
table.portfolio.payments-summary-detail tr td:nth-child(2), table.payments.payments-summary-detail tr td:nth-child(2), table.payments-summary.payments-summary-detail tr td:nth-child(2), table.payments-summary-detail.payments-summary-detail tr td:nth-child(2), table.completed.payments-summary-detail tr td:nth-child(2), table.investment-calls.payments-summary-detail tr td:nth-child(2), table.new-portfolio.payments-summary-detail tr td:nth-child(2) {
  width: 33%;
}

/* line 509, app/assets/stylesheets/_tables.sass */
table.portfolio.payments-summary-detail tr td:nth-child(3), table.portfolio.payments-summary-detail tr td:nth-child(4), table.portfolio.payments-summary-detail tr td:nth-child(5), table.portfolio.payments-summary-detail tr td:nth-child(6), table.payments.payments-summary-detail tr td:nth-child(3), table.payments.payments-summary-detail tr td:nth-child(4), table.payments.payments-summary-detail tr td:nth-child(5), table.payments.payments-summary-detail tr td:nth-child(6), table.payments-summary.payments-summary-detail tr td:nth-child(3), table.payments-summary.payments-summary-detail tr td:nth-child(4), table.payments-summary.payments-summary-detail tr td:nth-child(5), table.payments-summary.payments-summary-detail tr td:nth-child(6), table.payments-summary-detail.payments-summary-detail tr td:nth-child(3), table.payments-summary-detail.payments-summary-detail tr td:nth-child(4), table.payments-summary-detail.payments-summary-detail tr td:nth-child(5), table.payments-summary-detail.payments-summary-detail tr td:nth-child(6), table.completed.payments-summary-detail tr td:nth-child(3), table.completed.payments-summary-detail tr td:nth-child(4), table.completed.payments-summary-detail tr td:nth-child(5), table.completed.payments-summary-detail tr td:nth-child(6), table.investment-calls.payments-summary-detail tr td:nth-child(3), table.investment-calls.payments-summary-detail tr td:nth-child(4), table.investment-calls.payments-summary-detail tr td:nth-child(5), table.investment-calls.payments-summary-detail tr td:nth-child(6), table.new-portfolio.payments-summary-detail tr td:nth-child(3), table.new-portfolio.payments-summary-detail tr td:nth-child(4), table.new-portfolio.payments-summary-detail tr td:nth-child(5), table.new-portfolio.payments-summary-detail tr td:nth-child(6) {
  width: 10%;
}

/* line 511, app/assets/stylesheets/_tables.sass */
table.portfolio.payments-summary-detail tr td:nth-child(7), table.payments.payments-summary-detail tr td:nth-child(7), table.payments-summary.payments-summary-detail tr td:nth-child(7), table.payments-summary-detail.payments-summary-detail tr td:nth-child(7), table.completed.payments-summary-detail tr td:nth-child(7), table.investment-calls.payments-summary-detail tr td:nth-child(7), table.new-portfolio.payments-summary-detail tr td:nth-child(7) {
  width: 17%;
}

/* line 515, app/assets/stylesheets/_tables.sass */
table.portfolio.investment-calls tr th, table.portfolio.investment-calls tr td, table.payments.investment-calls tr th, table.payments.investment-calls tr td, table.payments-summary.investment-calls tr th, table.payments-summary.investment-calls tr td, table.payments-summary-detail.investment-calls tr th, table.payments-summary-detail.investment-calls tr td, table.completed.investment-calls tr th, table.completed.investment-calls tr td, table.investment-calls.investment-calls tr th, table.investment-calls.investment-calls tr td, table.new-portfolio.investment-calls tr th, table.new-portfolio.investment-calls tr td {
  padding-right: 8px;
}

/* line 518, app/assets/stylesheets/_tables.sass */
table.portfolio.investment-calls tr td:nth-of-type(2), table.portfolio.investment-calls tr td:nth-of-type(3), table.payments.investment-calls tr td:nth-of-type(2), table.payments.investment-calls tr td:nth-of-type(3), table.payments-summary.investment-calls tr td:nth-of-type(2), table.payments-summary.investment-calls tr td:nth-of-type(3), table.payments-summary-detail.investment-calls tr td:nth-of-type(2), table.payments-summary-detail.investment-calls tr td:nth-of-type(3), table.completed.investment-calls tr td:nth-of-type(2), table.completed.investment-calls tr td:nth-of-type(3), table.investment-calls.investment-calls tr td:nth-of-type(2), table.investment-calls.investment-calls tr td:nth-of-type(3), table.new-portfolio.investment-calls tr td:nth-of-type(2), table.new-portfolio.investment-calls tr td:nth-of-type(3) {
  text-align: right;
}

/* line 520, app/assets/stylesheets/_tables.sass */
table.portfolio.investment-calls tr td:nth-of-type(4), table.payments.investment-calls tr td:nth-of-type(4), table.payments-summary.investment-calls tr td:nth-of-type(4), table.payments-summary-detail.investment-calls tr td:nth-of-type(4), table.completed.investment-calls tr td:nth-of-type(4), table.investment-calls.investment-calls tr td:nth-of-type(4), table.new-portfolio.investment-calls tr td:nth-of-type(4) {
  min-width: 350px;
}

/* line 524, app/assets/stylesheets/_tables.sass */
table.portfolio.new-portfolio tr td:nth-child(2), table.payments.new-portfolio tr td:nth-child(2), table.payments-summary.new-portfolio tr td:nth-child(2), table.payments-summary-detail.new-portfolio tr td:nth-child(2), table.completed.new-portfolio tr td:nth-child(2), table.investment-calls.new-portfolio tr td:nth-child(2), table.new-portfolio.new-portfolio tr td:nth-child(2) {
  white-space: nowrap;
}

/* line 526, app/assets/stylesheets/_tables.sass */
table.portfolio.new-portfolio tr td:nth-child(n+2), table.portfolio.new-portfolio tr th:nth-child(n+2), table.payments.new-portfolio tr td:nth-child(n+2), table.payments.new-portfolio tr th:nth-child(n+2), table.payments-summary.new-portfolio tr td:nth-child(n+2), table.payments-summary.new-portfolio tr th:nth-child(n+2), table.payments-summary-detail.new-portfolio tr td:nth-child(n+2), table.payments-summary-detail.new-portfolio tr th:nth-child(n+2), table.completed.new-portfolio tr td:nth-child(n+2), table.completed.new-portfolio tr th:nth-child(n+2), table.investment-calls.new-portfolio tr td:nth-child(n+2), table.investment-calls.new-portfolio tr th:nth-child(n+2), table.new-portfolio.new-portfolio tr td:nth-child(n+2), table.new-portfolio.new-portfolio tr th:nth-child(n+2) {
  text-align: right;
}

/* line 529, app/assets/stylesheets/_tables.sass */
table.portfolio.new-portfolio tfoot tr, table.payments.new-portfolio tfoot tr, table.payments-summary.new-portfolio tfoot tr, table.payments-summary-detail.new-portfolio tfoot tr, table.completed.new-portfolio tfoot tr, table.investment-calls.new-portfolio tfoot tr, table.new-portfolio.new-portfolio tfoot tr {
  background-color: #8ec741;
}

/* line 531, app/assets/stylesheets/_tables.sass */
table.portfolio.new-portfolio tfoot tr td, table.payments.new-portfolio tfoot tr td, table.payments-summary.new-portfolio tfoot tr td, table.payments-summary-detail.new-portfolio tfoot tr td, table.completed.new-portfolio tfoot tr td, table.investment-calls.new-portfolio tfoot tr td, table.new-portfolio.new-portfolio tfoot tr td {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 63.9375em) {
  /* line 536, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack:not(.small-break) td, table.payments.stack:not(.small-break) td, table.payments-summary.stack:not(.small-break) td, table.payments-summary-detail.stack:not(.small-break) td, table.completed.stack:not(.small-break) td, table.investment-calls.stack:not(.small-break) td, table.new-portfolio.stack:not(.small-break) td {
    text-align: left !important;
    padding: 2px 8px !important;
  }
  /* line 541, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:before, table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:before, table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before {
    display: inline-block;
    width: 200px;
    padding-right: 10px;
    font-weight: bold;
  }
  /* line 546, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1) {
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 15px !important;
    text-align: left;
  }
  /* line 551, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before {
    position: relative;
    content: "Note";
    top: 0;
    width: auto;
  }
  /* line 556, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px !important;
    text-align: left;
  }
  /* line 564, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before {
    content: "Offering ID";
  }
  /* line 568, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before {
    content: "Issue Date";
  }
  /* line 570, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before {
    content: "Coupon Rate";
  }
  /* line 572, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before {
    content: "Investment";
  }
  /* line 574, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before {
    content: "Principal Remaining";
  }
  /* line 576, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before {
    content: "Last Payment Date";
  }
  /* line 578, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9) {
    padding-bottom: 40px !important;
    padding-right: 8px !important;
  }
  /* line 581, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.payments.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.payments-summary.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.payments-summary-detail.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.completed.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.investment-calls.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.new-portfolio.stack.portfolio:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before {
    content: "Payments Remaining/Total";
  }
  /* line 584, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover), table.payments.stack.completed:not(.small-break) tr:not(.rollover), table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover), table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover), table.completed.stack.completed:not(.small-break) tr:not(.rollover), table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover), table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) {
    padding: 0 10px 15px 10px;
  }
  /* line 586, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:before {
    text-align: right;
  }
  /* line 588, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1) {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 3px !important;
  }
  /* line 591, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before {
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
  /* line 595, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2) {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 0 !important;
  }
  /* line 599, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before {
    content: "Investment";
  }
  /* line 601, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before {
    content: "Date";
  }
  /* line 603, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before {
    content: "Principal Returns";
  }
  /* line 605, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before {
    content: "Interest Returns";
  }
  /* line 607, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before {
    content: "Service Fees";
  }
  /* line 609, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7) {
    font-weight: 500;
    padding-bottom: 20px;
  }
  /* line 612, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary-detail.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.completed.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.investment-calls.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.new-portfolio.stack.completed:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before {
    content: "Total Paid";
  }
  /* line 615, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover), table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover), table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover), table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover), table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover), table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) {
    padding: 0 10px 15px 10px;
  }
  /* line 618, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:before {
    width: 200px;
    text-align: right;
  }
  /* line 621, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td.cell-total-container, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td.cell-total-container, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td.cell-total-container, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td.cell-total-container, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td.cell-total-container, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td.cell-total-container, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td.cell-total-container {
    border-bottom: none;
  }
  /* line 624, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1) {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 3px !important;
  }
  /* line 627, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before {
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
  /* line 631, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2) {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 0 !important;
  }
  /* line 635, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before {
    content: "Date";
  }
  /* line 637, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3), table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3), table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3), table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3), table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3), table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3) {
    text-align: left !important;
  }
  /* line 639, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before {
    content: "Amount";
  }
  /* line 641, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before {
    content: "Description";
  }
  /* line 643, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before {
    content: "Status";
  }
  /* line 645, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6), table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6), table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6), table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6), table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6), table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6) {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
  }
  /* line 650, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before {
    content: "";
    display: none;
  }
  /* line 653, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7) {
    font-weight: 500;
    padding-bottom: 20px;
  }
  /* line 656, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary-detail.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.completed.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.investment-calls.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.new-portfolio.stack.investment-calls:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before {
    content: "Total Paid";
  }
  /* line 660, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip1td:not(.rollover) td:nth-of-type(1), table.payments.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip1td:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip1td:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip1td:not(.rollover) td:nth-of-type(1), table.completed.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip1td:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip1td:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip1td:not(.rollover) td:nth-of-type(1) {
    display: none;
  }
  /* line 663, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(1), table.portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(5), table.portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(6), table.portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(1), table.portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(5), table.portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(6), table.payments.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(1), table.payments.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(5), table.payments.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(6), table.payments.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(1), table.payments.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(5), table.payments.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(6), table.payments-summary.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(5), table.payments-summary.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(6), table.payments-summary.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(5), table.payments-summary.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(6), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(5), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(6), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(5), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(6), table.completed.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(1), table.completed.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(5), table.completed.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(6), table.completed.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(1), table.completed.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(5), table.completed.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(6), table.investment-calls.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(5), table.investment-calls.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(6), table.investment-calls.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(5), table.investment-calls.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(6), table.new-portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(5), table.new-portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip3td:not(.rollover) td:nth-of-type(6), table.new-portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(5), table.new-portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(6) {
    display: none;
  }
  /* line 666, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(2), table.payments.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(2), table.completed.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.investment-calls:not(.small-break) tr.investment-calls-row.skip4td:not(.rollover) td:nth-of-type(2) {
    display: none;
  }
  /* line 670, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1), table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1) {
    background: #8C9BA9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* line 673, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1) .number, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1) .number, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1) .number, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1) .number, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1) .number, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1) .number, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1) .number {
    background: none;
    color: white;
    line-height: 15px;
    margin: 0 auto;
    position: relative;
  }
  /* line 679, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before {
    content: '';
    display: none;
  }
  /* line 682, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2) {
    padding: 10px 0 10px 15px !important;
    font-weight: 500;
    font-style: normal;
  }
  /* line 686, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(2):before {
    display: none;
  }
  /* line 688, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before {
    content: "Date";
    text-align: right;
  }
  /* line 691, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before {
    content: "Principal Paid";
    text-align: right;
  }
  /* line 694, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before {
    content: "Interest Paid";
    text-align: right;
  }
  /* line 697, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before {
    content: "Late Fees";
    text-align: right;
  }
  /* line 700, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before {
    content: "Other Fees";
    text-align: right;
  }
  /* line 703, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(8):before {
    content: "Total Paid";
    text-align: right;
  }
  /* line 706, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9), table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9) {
    padding-bottom: 20px !important;
  }
  /* line 708, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.payments.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.payments-summary.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.payments-summary-detail.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.completed.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.investment-calls.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before, table.new-portfolio.stack.payments:not(.small-break) tr:not(.rollover) td:nth-of-type(9):before {
    content: "Outstanding Principal";
    text-align: right;
  }
  /* line 713, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td {
    width: 100%;
  }
  /* line 715, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:before {
    width: 135px;
    text-align: right;
  }
  /* line 719, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(1):before {
    content: "Offering ID";
  }
  /* line 721, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2), table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(2) {
    font-weight: 500;
    font-style: normal;
  }
  /* line 724, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(3):before {
    content: "Principal Paid";
  }
  /* line 726, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(4):before {
    content: "Interest Paid";
  }
  /* line 728, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(5):before {
    content: "Service Fees";
  }
  /* line 730, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(6):before {
    content: "Total Paid";
  }
  /* line 732, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7), table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7) {
    padding-bottom: 20px !important;
  }
  /* line 734, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover) td:nth-of-type(7):before {
    content: "Description";
  }
  /* line 736, app/assets/stylesheets/_tables.sass */
  table.portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover):last-of-type, table.payments.stack.payments-summary-detail:not(.small-break) tr:not(.rollover):last-of-type, table.payments-summary.stack.payments-summary-detail:not(.small-break) tr:not(.rollover):last-of-type, table.payments-summary-detail.stack.payments-summary-detail:not(.small-break) tr:not(.rollover):last-of-type, table.completed.stack.payments-summary-detail:not(.small-break) tr:not(.rollover):last-of-type, table.investment-calls.stack.payments-summary-detail:not(.small-break) tr:not(.rollover):last-of-type, table.new-portfolio.stack.payments-summary-detail:not(.small-break) tr:not(.rollover):last-of-type {
    margin-top: 10px;
    padding: 15px 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 744, app/assets/stylesheets/_tables.sass */
  table.portfolio.small-break.stack thead, table.portfolio.small-break.stack tfoot, table.payments.small-break.stack thead, table.payments.small-break.stack tfoot, table.payments-summary.small-break.stack thead, table.payments-summary.small-break.stack tfoot, table.payments-summary-detail.small-break.stack thead, table.payments-summary-detail.small-break.stack tfoot, table.completed.small-break.stack thead, table.completed.small-break.stack tfoot, table.investment-calls.small-break.stack thead, table.investment-calls.small-break.stack tfoot, table.new-portfolio.small-break.stack thead, table.new-portfolio.small-break.stack tfoot {
    display: table-row-group;
  }
  /* line 746, app/assets/stylesheets/_tables.sass */
  table.portfolio.small-break.stack tr, table.payments.small-break.stack tr, table.payments-summary.small-break.stack tr, table.payments-summary-detail.small-break.stack tr, table.completed.small-break.stack tr, table.investment-calls.small-break.stack tr, table.new-portfolio.small-break.stack tr {
    display: table-row;
  }
  /* line 748, app/assets/stylesheets/_tables.sass */
  table.portfolio.small-break.stack tr.hidden, table.payments.small-break.stack tr.hidden, table.payments-summary.small-break.stack tr.hidden, table.payments-summary-detail.small-break.stack tr.hidden, table.completed.small-break.stack tr.hidden, table.investment-calls.small-break.stack tr.hidden, table.new-portfolio.small-break.stack tr.hidden {
    display: none;
  }
  /* line 750, app/assets/stylesheets/_tables.sass */
  table.portfolio.small-break.stack th, table.portfolio.small-break.stack td, table.payments.small-break.stack th, table.payments.small-break.stack td, table.payments-summary.small-break.stack th, table.payments-summary.small-break.stack td, table.payments-summary-detail.small-break.stack th, table.payments-summary-detail.small-break.stack td, table.completed.small-break.stack th, table.completed.small-break.stack td, table.investment-calls.small-break.stack th, table.investment-calls.small-break.stack td, table.new-portfolio.small-break.stack th, table.new-portfolio.small-break.stack td {
    display: table-cell;
  }
}

/* line 756, app/assets/stylesheets/_tables.sass */
table.pfa-pdf.assets tbody tr td:not(:nth-child(1)), table.pfa-pdf.assets tbody tr th:not(:nth-child(1)), table.pfa-pdf.assets thead tr td:not(:nth-child(1)), table.pfa-pdf.assets thead tr th:not(:nth-child(1)), table.pfa-pdf.assets tfoot tr td:not(:nth-child(1)), table.pfa-pdf.assets tfoot tr th:not(:nth-child(1)), table.pfa-pdf.liabilities tbody tr td:not(:nth-child(1)), table.pfa-pdf.liabilities tbody tr th:not(:nth-child(1)), table.pfa-pdf.liabilities thead tr td:not(:nth-child(1)), table.pfa-pdf.liabilities thead tr th:not(:nth-child(1)), table.pfa-pdf.liabilities tfoot tr td:not(:nth-child(1)), table.pfa-pdf.liabilities tfoot tr th:not(:nth-child(1)), table.pfa-pdf.contingent-liabiliites tbody tr td:not(:nth-child(1)), table.pfa-pdf.contingent-liabiliites tbody tr th:not(:nth-child(1)), table.pfa-pdf.contingent-liabiliites thead tr td:not(:nth-child(1)), table.pfa-pdf.contingent-liabiliites thead tr th:not(:nth-child(1)), table.pfa-pdf.contingent-liabiliites tfoot tr td:not(:nth-child(1)), table.pfa-pdf.contingent-liabiliites tfoot tr th:not(:nth-child(1)), table.pfa-pdf.sources-of-income tbody tr td:not(:nth-child(1)), table.pfa-pdf.sources-of-income tbody tr th:not(:nth-child(1)), table.pfa-pdf.sources-of-income thead tr td:not(:nth-child(1)), table.pfa-pdf.sources-of-income thead tr th:not(:nth-child(1)), table.pfa-pdf.sources-of-income tfoot tr td:not(:nth-child(1)), table.pfa-pdf.sources-of-income tfoot tr th:not(:nth-child(1)) {
  text-align: right;
}

@media screen and (max-width: 39.9375em) {
  /* line 762, app/assets/stylesheets/_tables.sass */
  table.investment-calls tr:not(.rollover) td {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 764, app/assets/stylesheets/_tables.sass */
  table.investment-calls tr:not(.rollover) td:before {
    width: 100px !important;
  }
  /* line 766, app/assets/stylesheets/_tables.sass */
  table.investment-calls tr:not(.rollover) td:nth-of-type(2) {
    font-size: 12px !important;
  }
  /* line 770, app/assets/stylesheets/_tables.sass */
  table.investment-calls tr.first-row td:nth-of-type(1):before {
    width: 0 !important;
  }
  /* line 775, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td, table.financial_condition_assets tbody tr td, table.financial_condition_liabilities tbody tr td, table.contingent_liabilities tbody tr td {
    display: block;
    width: 93% !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 780, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td .remove-label, table.financial_condition_assets tbody tr td .remove-label, table.financial_condition_liabilities tbody tr td .remove-label, table.contingent_liabilities tbody tr td .remove-label {
    display: inline-block;
    margin-left: 5px;
  }
  /* line 783, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td:nth-child(1), table.financial_condition_assets tbody tr td:nth-child(1), table.financial_condition_liabilities tbody tr td:nth-child(1), table.contingent_liabilities tbody tr td:nth-child(1) {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  /* line 786, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td:nth-child(2), table.financial_condition_assets tbody tr td:nth-child(2), table.financial_condition_liabilities tbody tr td:nth-child(2), table.contingent_liabilities tbody tr td:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 789, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td:nth-child(3), table.financial_condition_assets tbody tr td:nth-child(3), table.financial_condition_liabilities tbody tr td:nth-child(3), table.contingent_liabilities tbody tr td:nth-child(3) {
    text-align: left;
  }
  /* line 791, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td:nth-child(3) a, table.financial_condition_assets tbody tr td:nth-child(3) a, table.financial_condition_liabilities tbody tr td:nth-child(3) a, table.contingent_liabilities tbody tr td:nth-child(3) a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 797, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tfoot tr td, table.financial_condition_assets tfoot tr td, table.financial_condition_liabilities tfoot tr td, table.contingent_liabilities tfoot tr td {
    text-align: center;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 803, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody {
    border-top: 2px solid #8C9BA9;
  }
  /* line 805, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr {
    padding-top: 10px;
  }
  /* line 807, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td {
    width: 93% !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 811, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td .remove-label {
    display: inline-block;
    margin-left: 5px;
  }
  /* line 814, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td::before {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
  /* line 819, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:nth-child(1)::before {
    content: 'Brand';
  }
  /* line 821, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:nth-child(2)::before {
    content: 'Role';
  }
  /* line 823, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:nth-child(3)::before {
    content: '# of Units';
  }
  /* line 825, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:nth-child(4)::before {
    content: 'Years Experience';
  }
  /* line 827, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:last-child {
    padding-bottom: 20px;
    text-align: left;
  }
  /* line 832, app/assets/stylesheets/_tables.sass */
  table.franchise-history tfoot tr td {
    text-align: center;
  }
  /* line 837, app/assets/stylesheets/_tables.sass */
  table.real-estate tbody td:not(.asset-liability-bars, .property-overview) {
    text-align: left !important;
    padding: 5px 8px;
  }
  /* line 840, app/assets/stylesheets/_tables.sass */
  table.real-estate tbody td:not(.asset-liability-bars, .property-overview) span {
    padding: 3px;
    margin-bottom: 1px;
  }
  /* line 843, app/assets/stylesheets/_tables.sass */
  table.real-estate tbody td:not(.asset-liability-bars, .property-overview) span:first-of-type {
    padding-left: 10px;
    background-color: #f1f2f3;
    display: inline-block;
    width: 250px;
  }
  /* line 852, app/assets/stylesheets/_tables.sass */
  table.legal-table tbody tr td {
    display: block;
    text-align: left !important;
    width: 100% !important;
  }
  /* line 856, app/assets/stylesheets/_tables.sass */
  table.legal-table tbody tr td:nth-child(2) {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 865, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:nth-child(2), table.franchise-history tbody tr td:nth-child(3), table.franchise-history tbody tr td:nth-child(4) {
    display: inline-block;
    width: 30.5% !important;
  }
  /* line 868, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:last-child {
    position: relative;
    padding-top: 0;
  }
  /* line 871, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:last-child .fa-times-circle {
    position: absolute;
    right: -35px;
    top: -160px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 880, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td:nth-child(2), table.financial_condition_assets tbody tr td:nth-child(2), table.contingent_liabilities tbody tr td:nth-child(2) {
    padding-bottom: 20px;
  }
  /* line 885, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:last-child {
    position: relative;
    padding-top: 0;
  }
  /* line 888, app/assets/stylesheets/_tables.sass */
  table.franchise-history tbody tr td:last-child .fa-times-circle {
    position: absolute;
    right: -28px;
    top: -325px;
  }
  /* line 895, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td:last-child {
    position: relative;
    padding-top: 0;
  }
  /* line 898, app/assets/stylesheets/_tables.sass */
  table.soures_of_income_table tbody tr td:last-child .fa-times-circle {
    position: absolute;
    right: -25px;
    top: -95px;
  }
  /* line 905, app/assets/stylesheets/_tables.sass */
  table.financial_condition_assets tbody tr td:last-child, table.financial_condition_assets tbody tr.owned-vehicles td:last-child, table.contingent_liabilities tbody tr td:last-child, table.contingent_liabilities tbody tr.owned-vehicles td:last-child {
    padding-top: 0;
    position: relative;
  }
  /* line 908, app/assets/stylesheets/_tables.sass */
  table.financial_condition_assets tbody tr td:last-child .fa-times-circle, table.financial_condition_assets tbody tr.owned-vehicles td:last-child .fa-times-circle, table.contingent_liabilities tbody tr td:last-child .fa-times-circle, table.contingent_liabilities tbody tr.owned-vehicles td:last-child .fa-times-circle {
    position: absolute;
    right: -25px;
    top: -95px;
  }
  /* line 914, app/assets/stylesheets/_tables.sass */
  table.financial_condition_assets tbody tr.owned-vehicles td:last-child .fa-times-circle, table.financial_condition_assets tbody tr.owned-vehicles.owned-vehicles td:last-child .fa-times-circle, table.contingent_liabilities tbody tr.owned-vehicles td:last-child .fa-times-circle, table.contingent_liabilities tbody tr.owned-vehicles.owned-vehicles td:last-child .fa-times-circle {
    top: -48px;
  }
  /* line 919, app/assets/stylesheets/_tables.sass */
  table.financial_condition_liabilities tbody tr td:last-child, table.financial_condition_liabilities tbody tr.liable-vehicles td:last-child {
    padding-top: 0;
    position: relative;
  }
  /* line 922, app/assets/stylesheets/_tables.sass */
  table.financial_condition_liabilities tbody tr td:last-child .fa-times-circle, table.financial_condition_liabilities tbody tr.liable-vehicles td:last-child .fa-times-circle {
    position: absolute;
    right: -25px;
    top: -133px;
  }
  /* line 928, app/assets/stylesheets/_tables.sass */
  table.financial_condition_liabilities tbody tr.liable-vehicles td:last-child .fa-times-circle, table.financial_condition_liabilities tbody tr.liable-vehicles.liable-vehicles td:last-child .fa-times-circle {
    top: -125px;
  }
  /* line 934, app/assets/stylesheets/_tables.sass */
  table.real-estate tbody td:not(.asset-liability-bars, .property-overview) span:first-of-type {
    width: 200px;
  }
}

/* line 1, app/assets/stylesheets/_flash.sass */
.flash-container {
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 11;
}

/* line 6, app/assets/stylesheets/_flash.sass */
.flash-container.push-down {
  top: 100px;
}

/* line 8, app/assets/stylesheets/_flash.sass */
.flash-container.push-up {
  top: 0;
}

/* line 10, app/assets/stylesheets/_flash.sass */
.flash-container.slim {
  top: 45px;
}

/* line 12, app/assets/stylesheets/_flash.sass */
.flash-buffer {
  height: 30px;
  width: 100%;
  display: block;
}

/* line 16, app/assets/stylesheets/_flash.sass */
.flash {
  color: white;
  font-weight: 300;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  width: 100%;
  text-align: center;
}

/* line 24, app/assets/stylesheets/_flash.sass */
.flash.notice {
  background: #5da423;
}

/* line 26, app/assets/stylesheets/_flash.sass */
.flash.alert {
  background: #c40e17;
}

/* line 28, app/assets/stylesheets/_flash.sass */
.flash.info {
  background: #108fcf;
}

/* line 30, app/assets/stylesheets/_flash.sass */
.flash .close-flash {
  color: #ccc;
  cursor: pointer;
  float: right;
  margin: 1px 5px 0 20px;
}

/* line 35, app/assets/stylesheets/_flash.sass */
.flash .close-flash:hover {
  color: white;
}

/* line 37, app/assets/stylesheets/_flash.sass */
.admin-flash {
  background: #aff;
  border: 1px solid #6bb;
  left: 100px;
  left: 50%;
  margin-left: -170px;
  padding: 10px 20px;
  position: fixed;
  text-align: center;
  top: 6px;
  width: 340px;
  z-index: 11;
}

/* line 3, app/assets/stylesheets/applepie.sass */
* {
  margin: 0;
  outline: none;
  padding: 0;
}

/* line 8, app/assets/stylesheets/applepie.sass */
html, body {
  height: 100%;
  min-width: 425px;
  scroll-behavior: smooth;
}

/* line 13, app/assets/stylesheets/applepie.sass */
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/applepie.sass */
.off-canvas-content {
  background: none;
}

/* line 20, app/assets/stylesheets/applepie.sass */
.off-canvas-wrapper {
  overflow-y: hidden;
}

/* line 25, app/assets/stylesheets/applepie.sass */
body.deals header#header .header-container, body.store header#header .header-container, body.stores header#header .header-container, body#invitations_additional_owners_new header#header .header-container, body#invitations_additional_owners_create header#header .header-container, body.deal_lookup header#header .header-container, body.loan.purchaser header#header .header-container {
  max-width: 1600px;
}

/* line 27, app/assets/stylesheets/applepie.sass */
body.deals header#header .header-container.slim, body.store header#header .header-container.slim, body.stores header#header .header-container.slim, body#invitations_additional_owners_new header#header .header-container.slim, body#invitations_additional_owners_create header#header .header-container.slim, body.deal_lookup header#header .header-container.slim, body.loan.purchaser header#header .header-container.slim {
  max-width: 100%;
}

/* line 29, app/assets/stylesheets/applepie.sass */
body.deals #main, body.store #main, body.stores #main, body#invitations_additional_owners_new #main, body#invitations_additional_owners_create #main, body.deal_lookup #main, body.loan.purchaser #main {
  background: white;
  max-width: 100%;
}

/* line 32, app/assets/stylesheets/applepie.sass */
body.deals #main .row, body.store #main .row, body.stores #main .row, body#invitations_additional_owners_new #main .row, body#invitations_additional_owners_create #main .row, body.deal_lookup #main .row, body.loan.purchaser #main .row {
  max-width: 1600px;
}

/* line 34, app/assets/stylesheets/applepie.sass */
body.deals #main .row.expanded, body.store #main .row.expanded, body.stores #main .row.expanded, body#invitations_additional_owners_new #main .row.expanded, body#invitations_additional_owners_create #main .row.expanded, body.deal_lookup #main .row.expanded, body.loan.purchaser #main .row.expanded {
  max-width: 100%;
}

/* line 37, app/assets/stylesheets/applepie.sass */
body.deals.additional.owners.pfa, body.deals.owning.entities.new, body.deals.owning.entities.edit, body.stores.new, body.deals.franchise.unit.locations, body.deals.esign_disclosure, body.deals.additional.owners.pfs, body.deals.additional.owners.pfa, body#deals_uses_and_sources_of_funds_bulk_update_form_view {
  background: white;
}

/* line 40, app/assets/stylesheets/applepie.sass */
#main {
  *zoom: 1;
  max-width: 1400px;
  min-width: 960px;
  margin: 0 auto;
  -webkit-transition: padding-top 0.2s;
  -moz-transition: padding-top 0.2s;
  -o-transition: padding-top 0.2s;
  transition: padding-top 0.2s;
  padding-top: 10px;
  position: relative;
  min-width: 0px;
  margin-top: 60px;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
#main:before, #main:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
#main:after {
  clear: both;
}

/* line 48, app/assets/stylesheets/applepie.sass */
#main.slim {
  margin-top: 45px !important;
  padding-top: 0;
}

/* line 51, app/assets/stylesheets/applepie.sass */
#main.terminator2 {
  margin-top: 0 !important;
  padding-top: 0;
}

/* line 55, app/assets/stylesheets/applepie.sass */
hr {
  width: 100%;
  max-width: 100%;
}

/* line 58, app/assets/stylesheets/applepie.sass */
hr.no-margin {
  margin: 0;
}

/* line 60, app/assets/stylesheets/applepie.sass */
hr.fat {
  border-bottom-width: 5px;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  /* line 64, app/assets/stylesheets/applepie.sass */
  from {
    opacity: 0;
  }
  /* line 66, app/assets/stylesheets/applepie.sass */
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 69, app/assets/stylesheets/applepie.sass */
.fade-in {
  -webkit-animation: fadein 1500ms;
  -moz-animation: fadein 1500ms;
  -ms-animation: fadein 1500ms;
  -o-animation: fadein 1500ms;
  animation: fadein 1500ms;
}

/* line 76, app/assets/stylesheets/applepie.sass */
noscript.show {
  background: red;
  color: white;
  left: 50%;
  margin-left: -250px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 500px;
  z-index: 100;
}

/* line 89, app/assets/stylesheets/applepie.sass */
#ncino-banner {
  position: fixed;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #C40E17;
  color: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1000;
  font-weight: bold;
}

/* line 102, app/assets/stylesheets/applepie.sass */
#ncino-banner button {
  position: absolute;
  top: 3px;
  right: 3px;
  background: white;
  color: red;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  line-height: 22px;
}

/* line 116, app/assets/stylesheets/applepie.sass */
.hidden {
  display: none;
}

/* line 119, app/assets/stylesheets/applepie.sass */
.relative {
  position: relative;
}

/* line 122, app/assets/stylesheets/applepie.sass */
.no-wrap {
  white-space: nowrap;
}

/* line 125, app/assets/stylesheets/applepie.sass */
.no-line-height {
  line-height: 1.1;
}

/* line 128, app/assets/stylesheets/applepie.sass */
hr {
  width: 100%;
}

/* line 131, app/assets/stylesheets/applepie.sass */
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

/* line 137, app/assets/stylesheets/applepie.sass */
section.extra-margin {
  margin: 30px 0;
}

/* line 140, app/assets/stylesheets/applepie.sass */
.scroll-y {
  overflow-y: scroll;
}

/* line 144, app/assets/stylesheets/applepie.sass */
.page-height {
  min-height: 100vh;
}

/* line 147, app/assets/stylesheets/applepie.sass */
.no-background {
  background-color: transparent;
}

/* line 150, app/assets/stylesheets/applepie.sass */
.white-box {
  background-color: white;
}

/* line 153, app/assets/stylesheets/applepie.sass */
.dark {
  background-color: #344452;
}

/* line 156, app/assets/stylesheets/applepie.sass */
.gray-box {
  background-color: #67737D;
}

/* line 159, app/assets/stylesheets/applepie.sass */
.medium-gray-box {
  background: #8C9BA9;
}

/* line 162, app/assets/stylesheets/applepie.sass */
.blue-box {
  background-color: #0883bf;
}

/* line 165, app/assets/stylesheets/applepie.sass */
.green-box {
  background-color: #8ec741;
}

/* line 168, app/assets/stylesheets/applepie.sass */
.orange-box {
  background-color: #ff9600;
}

/* line 171, app/assets/stylesheets/applepie.sass */
.primary-box {
  background-color: #2ba6cb;
}

/* line 174, app/assets/stylesheets/applepie.sass */
.bg-box {
  background-color: #dee0e3;
}

/* line 177, app/assets/stylesheets/applepie.sass */
.light-box {
  background-color: #f1f2f3;
}

/* line 180, app/assets/stylesheets/applepie.sass */
.light-green-box {
  background-color: #ecf5df !important;
}

/* line 183, app/assets/stylesheets/applepie.sass */
.alpha10-box {
  background-color: rgba(52, 68, 82, 0.1);
}

/* line 186, app/assets/stylesheets/applepie.sass */
.box-radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 189, app/assets/stylesheets/applepie.sass */
.red-box {
  background-color: #C40E17;
  color: white;
}

/* line 193, app/assets/stylesheets/applepie.sass */
.yellow-box {
  background-color: #ffdc00;
  color: white;
}

/* line 197, app/assets/stylesheets/applepie.sass */
.green-to-blue-gradient-box {
  background: blue;
  background: linear-gradient(to bottom right, #8ec741 0%, #0883bf 100%);
}

/* line 200, app/assets/stylesheets/applepie.sass */
.green-to-blue-gradient-box.pattern {
  background-size: cover;
  background-image: linear-gradient(to bottom right, #587d25, rgba(8, 131, 191, 0.25)), url(/assets/static/entity-overview-bg.png);
}

/* line 204, app/assets/stylesheets/applepie.sass */
.white-gradient-box {
  background: white;
  background-image: linear-gradient(to bottom right, white, #dee0e3);
}

/* line 208, app/assets/stylesheets/applepie.sass */
.gray-gradient-box {
  background: #344452;
  background-image: linear-gradient(to bottom right, #344452, #8c9ba9);
}

/* line 211, app/assets/stylesheets/applepie.sass */
.gray-gradient-box.reverse {
  background-image: linear-gradient(to bottom right, #8c9ba9, #344452);
}

/* line 213, app/assets/stylesheets/applepie.sass */
.gray-gradient-box.greenish {
  background: #8ec741;
  background-image: linear-gradient(to bottom right, #344452, rgba(52, 68, 82, 0.75));
}

/* line 217, app/assets/stylesheets/applepie.sass */
.medium-gray-gradient-box {
  background: #dee0e3;
  background-image: linear-gradient(to bottom right, rgba(140, 155, 169, 0.35), #dee0e3);
}

/* line 220, app/assets/stylesheets/applepie.sass */
.medium-gray-gradient-box.reverse {
  background-image: linear-gradient(to bottom right, #dee0e3, rgba(140, 155, 169, 0.35));
}

/* line 223, app/assets/stylesheets/applepie.sass */
.green-gradient-box {
  background: #8ec741;
  background-image: linear-gradient(to bottom right, rgba(142, 199, 65, 0.5), #0883bf);
}

/* line 227, app/assets/stylesheets/applepie.sass */
.blue-gradient-box {
  background: #0883bf;
  background-image: linear-gradient(to bottom right, #06618e, rgba(255, 255, 255, 0.35));
}

/* line 230, app/assets/stylesheets/applepie.sass */
.blue-gradient-box.pattern {
  background-size: cover;
  background-image: linear-gradient(to bottom right, #04405d, rgba(8, 131, 191, 0.25)), url(/assets/static/entity-overview-bg.png);
}

/* line 234, app/assets/stylesheets/applepie.sass */
.red-gradient-box {
  background: #C40E17;
  background-image: linear-gradient(to bottom right, rgba(196, 14, 23, 0.5), #ff9600);
}

/* line 239, app/assets/stylesheets/applepie.sass */
.green-gradient-box .fa-exclamation-circle, .red-gradient-box .fa-exclamation-circle, .blue-gradient-box .fa-exclamation-circle, .gray-gradient-box .fa-exclamation-circle, .medium-gray-gradient-box .fa-exclamation-circle, .green-to-blue-gradient-box .fa-exclamation-circle {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  animation: shadow-pulse 2s infinite;
}

/* line 242, app/assets/stylesheets/applepie.sass */
.green-gradient-box .button.hollow, .red-gradient-box .button.hollow, .blue-gradient-box .button.hollow, .gray-gradient-box .button.hollow, .medium-gray-gradient-box .button.hollow, .green-to-blue-gradient-box .button.hollow {
  border-color: rgba(255, 255, 255, 0.5);
  color: white !important;
}

/* line 245, app/assets/stylesheets/applepie.sass */
.green-gradient-box .button.hollow:hover, .red-gradient-box .button.hollow:hover, .blue-gradient-box .button.hollow:hover, .gray-gradient-box .button.hollow:hover, .medium-gray-gradient-box .button.hollow:hover, .green-to-blue-gradient-box .button.hollow:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 249, app/assets/stylesheets/applepie.sass */
.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 252, app/assets/stylesheets/applepie.sass */
.no-border {
  border: none;
}

/* line 255, app/assets/stylesheets/applepie.sass */
.opacity50 {
  opacity: .5;
}

/* line 258, app/assets/stylesheets/applepie.sass */
.opacity25 {
  opacity: .25;
}

/* line 261, app/assets/stylesheets/applepie.sass */
.opacity10 {
  opacity: .1;
}

/* line 264, app/assets/stylesheets/applepie.sass */
.dropdown-pane {
  background: white;
}

/* line 267, app/assets/stylesheets/applepie.sass */
.social-icons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 269, app/assets/stylesheets/applepie.sass */
.social-icons .fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  color: white;
  cursor: pointer;
  height: 32px;
  line-height: 2;
  text-align: center;
  width: 32px;
}

/* line 278, app/assets/stylesheets/applepie.sass */
.social-icons .fa.fa-facebook {
  background: #446ead;
}

/* line 280, app/assets/stylesheets/applepie.sass */
.social-icons .fa.fa-twitter {
  background: #0498c9;
}

/* line 282, app/assets/stylesheets/applepie.sass */
.social-icons .fa.fa-linkedin {
  background: #0d7cb7;
}

/* line 284, app/assets/stylesheets/applepie.sass */
.social-icons .fa.fa-pinterest {
  background: #d20003;
}

/* line 286, app/assets/stylesheets/applepie.sass */
.social-icons .fa.fa-google-plus {
  background: #343434;
}

/* line 288, app/assets/stylesheets/applepie.sass */
.social-icons .fa.fa-envelope {
  background: #4da0d8;
}

/* line 290, app/assets/stylesheets/applepie.sass */
.social-icons .fa:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 293, app/assets/stylesheets/applepie.sass */
.reveal {
  -webkit-box-shadow: 0 0 125px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 125px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 125px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 125px rgba(0, 0, 0, 0.5);
  padding: 0;
}

/* line 296, app/assets/stylesheets/applepie.sass */
.reveal.full {
  overflow-x: hidden;
}

/* line 299, app/assets/stylesheets/applepie.sass */
hgroup.in-hero {
  color: white;
  margin: 0px 0 40px;
  padding: 0 30px;
  text-align: center;
}

/* line 304, app/assets/stylesheets/applepie.sass */
hgroup.in-hero h1 {
  font-weight: 300;
  margin-bottom: 20px;
}

/* line 307, app/assets/stylesheets/applepie.sass */
hgroup.in-hero h2 {
  font-weight: 300;
  margin-bottom: 5px;
}

/* line 310, app/assets/stylesheets/applepie.sass */
hgroup.in-hero h4 {
  font-weight: 300;
}

/* line 314, app/assets/stylesheets/applepie.sass */
.franchisor-logo {
  background: white no-repeat center center;
  background-size: contain;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 100px;
  width: 100%;
}

/* line 321, app/assets/stylesheets/applepie.sass */
.ribbon-container {
  overflow: hidden;
  position: absolute;
  height: 155px;
  right: 0;
  width: 155px;
}

/* line 327, app/assets/stylesheets/applepie.sass */
.ribbon-container .ribbon {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #0883bf;
  color: white;
  left: -12px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 27px;
  width: 230px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/* line 340, app/assets/stylesheets/applepie.sass */
.ribbon-container .ribbon:before, .ribbon-container .ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #333;
  content: '';
  position: absolute;
}

/* line 346, app/assets/stylesheets/applepie.sass */
.ribbon-container .ribbon:before {
  bottom: -3px;
  left: 8px;
}

/* line 349, app/assets/stylesheets/applepie.sass */
.ribbon-container .ribbon:after {
  bottom: -3px;
  right: 4px;
}

/* line 353, app/assets/stylesheets/applepie.sass */
.sticky-widget {
  background: #0883bf;
  bottom: 0;
  color: #f1f2f3;
  padding: 20px 30px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 5;
}

/* line 362, app/assets/stylesheets/applepie.sass */
.sticky-widget a {
  color: #f1f2f3;
}

/* line 364, app/assets/stylesheets/applepie.sass */
.sticky-widget.large {
  width: 100%;
}

/* line 366, app/assets/stylesheets/applepie.sass */
.sticky-widget.large a.help {
  font-weight: 500;
}

/* line 368, app/assets/stylesheets/applepie.sass */
.sticky-widget .contact-text {
  color: white;
  display: none;
}

/* line 371, app/assets/stylesheets/applepie.sass */
.sticky-widget .close {
  display: none;
  float: right;
  cursor: pointer;
}

/* line 376, app/assets/stylesheets/applepie.sass */
#ao-landing-page-upper-div {
  position: absolute;
  z-index: 10;
}

/* line 380, app/assets/stylesheets/applepie.sass */
.arrow-box {
  position: relative;
  border: 2px solid #0883bf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}

/* line 385, app/assets/stylesheets/applepie.sass */
.arrow-box:after, .arrow-box:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 394, app/assets/stylesheets/applepie.sass */
.arrow-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #0883bf;
  border-width: 5px;
  margin-left: -5px;
}

/* line 399, app/assets/stylesheets/applepie.sass */
.arrow-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #0883bf;
  border-width: 11px;
  margin-left: -11px;
}

/* line 405, app/assets/stylesheets/applepie.sass */
.sticky-warning {
  position: relative;
  min-height: 45px;
  height: 45px;
  text-align: center;
  padding-top: 10px;
}

/* line 412, app/assets/stylesheets/applepie.sass */
.token-visual {
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  margin: 5px;
}

/* line 419, app/assets/stylesheets/applepie.sass */
.token-visual span {
  position: absolute;
  color: white;
  font-size: 24px;
  z-index: 1;
  left: 7px;
  text-shadow: 0px 0px 2px black;
  font-weight: bold;
}

/* line 427, app/assets/stylesheets/applepie.sass */
.token-visual div {
  position: absolute;
  width: 20px;
  height: 20px;
}

/* line 432, app/assets/stylesheets/applepie.sass */
.token-visual div.top-right {
  left: 20px;
}

/* line 434, app/assets/stylesheets/applepie.sass */
.token-visual div.bottom-left {
  top: 20px;
}

/* line 436, app/assets/stylesheets/applepie.sass */
.token-visual div.bottom-right {
  top: 20px;
  left: 20px;
}

/* line 439, app/assets/stylesheets/applepie.sass */
.dob-error-width {
  width: 200%;
}

/* line 441, app/assets/stylesheets/applepie.sass */
.box-top-righ-round {
  border-radius: 5px 5px 0px 0px;
}

/* line 443, app/assets/stylesheets/applepie.sass */
.financed_ti_collected {
  float: left !important;
}

/* line 1, app/assets/stylesheets/fib.sass */
.memo-log-scroller {
  max-height: 450px;
  overflow: auto;
}

/* line 5, app/assets/stylesheets/fib.sass */
#decline-reason, #loan-buyer-section-edit {
  display: none;
}

/* line 8, app/assets/stylesheets/fib.sass */
.loan_buyer_status_form {
  display: inline;
}

/* line 11, app/assets/stylesheets/fib.sass */
.fib-action.dropdown::after {
  margin-left: 0.3125rem !important;
}

/* line 14, app/assets/stylesheets/fib.sass */
.rushed-priority-loan {
  background-image: linear-gradient(to right, #ffffff00, #ff0000c7);
}

/* checkbox for rushed */
/* line 18, app/assets/stylesheets/fib.sass */
.rush-priority-checkbox {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 28, app/assets/stylesheets/fib.sass */
.rush-priority-checkbox input {
  display: none;
}

/* line 31, app/assets/stylesheets/fib.sass */
.rush-priority-checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  width: 32px;
  background-color: #eee;
  border: 1px solid #0883bf;
}

/* line 40, app/assets/stylesheets/fib.sass */
.rush-priority-checkbox:hover input ~ .rush-priority-checked {
  background-color: #ccc;
}

/* line 43, app/assets/stylesheets/fib.sass */
.rush-priority-checkbox input:checked ~ .rush-priority-checked {
  background-color: #0076bf;
}

/* line 46, app/assets/stylesheets/fib.sass */
.rush-priority-checked:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 51, app/assets/stylesheets/fib.sass */
.rush-priority-checkbox input:checked ~ .rush-priority-checked:after {
  display: block;
}

/* line 54, app/assets/stylesheets/fib.sass */
.rush-priority-checkbox .rush-priority-checked:after {
  left: 40%;
  top: 30%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 65, app/assets/stylesheets/fib.sass */
.loan-buyer-box-files {
  float: right;
  margin-right: 10px;
}

/* line 69, app/assets/stylesheets/fib.sass */
.memo-log-wordbreak {
  overflow-wrap: break-word;
}

/* line 2, app/assets/stylesheets/plaid.sass */
#plaid-wrapper fieldset {
  padding: 10px;
  border: 1px solid #f1f2f3 !important;
}

/* line 7, app/assets/stylesheets/plaid.sass */
#plaid-wrapper .plaid-assets-report table td {
  vertical-align: top;
}

/* line 4, app/assets/stylesheets/accreditations.sass */
body.accreditations.new .checkbox-field input[type=checkbox] {
  float: left;
  margin: 4px 10px 0 -20px;
}

/* line 7, app/assets/stylesheets/accreditations.sass */
body.accreditations.new .checkbox-field label {
  color: #344452;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-left: 20px;
}

@media screen and (max-width: 39.9375em) {
  /* line 17, app/assets/stylesheets/accreditations.sass */
  body.accreditations.new .checkbox-field label {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* line 4, app/assets/stylesheets/authentications.sass */
body.authentications #wrap,
body.investors.create #wrap,
body.sessions.create #wrap {
  height: auto !important;
}

/* line 8, app/assets/stylesheets/authentications.sass */
body.authentications .log-in .field.email, body.authentications .log-in .field.password,
body.investors.create .log-in .field.email,
body.investors.create .log-in .field.password,
body.sessions.create .log-in .field.email,
body.sessions.create .log-in .field.password {
  position: relative;
}

/* line 10, app/assets/stylesheets/authentications.sass */
body.authentications .log-in .field.email .fa, body.authentications .log-in .field.password .fa,
body.investors.create .log-in .field.email .fa,
body.investors.create .log-in .field.password .fa,
body.sessions.create .log-in .field.email .fa,
body.sessions.create .log-in .field.password .fa {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #8C9BA9;
  left: 9px;
  position: absolute;
  top: 8px;
}

/* line 16, app/assets/stylesheets/authentications.sass */
body.authentications .log-in input[type=email], body.authentications .log-in input[type=password],
body.investors.create .log-in input[type=email],
body.investors.create .log-in input[type=password],
body.sessions.create .log-in input[type=email],
body.sessions.create .log-in input[type=password] {
  padding-left: 35px;
}

/* line 18, app/assets/stylesheets/authentications.sass */
body.authentications .log-in input[type=email],
body.investors.create .log-in input[type=email],
body.sessions.create .log-in input[type=email] {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/authentications.sass */
body.authentications .log-in input[type=password],
body.investors.create .log-in input[type=password],
body.sessions.create .log-in input[type=password] {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin-bottom: 5px;
}

/* line 24, app/assets/stylesheets/authentications.sass */
body.authentications .log-in p:last-of-type,
body.investors.create .log-in p:last-of-type,
body.sessions.create .log-in p:last-of-type {
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/authentications.sass */
body.authentications ul#auth-tabs,
body.investors.create ul#auth-tabs,
body.sessions.create ul#auth-tabs {
  background: none;
  border: none;
  margin: 0 auto;
  width: 285px;
}

/* line 33, app/assets/stylesheets/authentications.sass */
body.authentications .tabs-title a,
body.investors.create .tabs-title a,
body.sessions.create .tabs-title a {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 5px solid transparent;
  font-weight: 500;
  color: #ABB1B7;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/authentications.sass */
body.authentications .tabs-title a:hover,
body.investors.create .tabs-title a:hover,
body.sessions.create .tabs-title a:hover {
  background: none;
  color: white;
}

/* line 43, app/assets/stylesheets/authentications.sass */
body.authentications .tabs-title.is-active > a[aria-selected='true'],
body.investors.create .tabs-title.is-active > a[aria-selected='true'],
body.sessions.create .tabs-title.is-active > a[aria-selected='true'] {
  background: none;
  color: #8ec741;
  border-bottom: 5px solid white;
}

/* line 47, app/assets/stylesheets/authentications.sass */
body.authentications .tabs-content,
body.investors.create .tabs-content,
body.sessions.create .tabs-content {
  border: none;
}

/* line 3, app/assets/stylesheets/deals.sass */
body.deals #main {
  margin-top: 60px;
}

/* line 8, app/assets/stylesheets/deals.sass */
body.deals.index .marketplace-promo .fa {
  font-size: 64px;
  font-size: 4rem;
}

/* line 10, app/assets/stylesheets/deals.sass */
body.deals.index .marketplace-promo .float-indent {
  margin-left: 85px;
}

/* line 13, app/assets/stylesheets/deals.sass */
body.deals.index .marketplace-promo.ira-promo {
  border-left: 5px solid #dee0e3;
}

/* line 17, app/assets/stylesheets/deals.sass */
body.deals.index .webinar {
  border-top: 1px solid #ddd;
  margin: 30px 0 60px 0;
}

/* line 20, app/assets/stylesheets/deals.sass */
body.deals.index .webinar .content-wrapper {
  padding: 20px 0 0 0;
}

/* line 22, app/assets/stylesheets/deals.sass */
body.deals.index .webinar .content-wrapper h6 {
  color: #ABB1B7;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/deals.sass */
body.deals.index .webinar .image {
  width: 100%;
  background-image: url(/assets/static/webinar-open-sign-4b599f66adbca5eb1e5e8a2ac63c189ae9bde807652459ecd16a0ae695b43178.png);
  height: 160px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

/* line 37, app/assets/stylesheets/deals.sass */
body.deals.show .invest-bar {
  height: 300px !important;
  margin-top: -300px;
}

/* line 41, app/assets/stylesheets/deals.sass */
body.deals.show .invest-bar section .franchisor-logo {
  height: 75px;
}

/* line 46, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .deal-hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 425px;
  position: relative;
}

/* line 212, app/assets/stylesheets/_mixins.sass */
body.deals.show section.hero .franchisor-logo-container .franchisor-logo {
  -webkit-background-size: 85%;
  -moz-background-size: 85%;
  background-size: 85%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 175px;
  margin: 0 auto;
  width: 175px;
}

/* line 55, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .row-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 57, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .row-border.left-border {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 59, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .title {
  min-height: 100px;
  padding: 30px 0 30px 20px;
}

/* line 62, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .title p {
  color: #96aabc;
  line-height: initial;
}

@media screen and (max-width: 39.9375em) {
  /* line 59, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .title {
    min-height: 50px;
  }
}

/* line 67, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .social-icons {
  float: right;
  margin-right: 30px;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 73, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .social-icons label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 5px;
}

/* line 77, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .deal-term {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 75px;
  padding: 10px 20px;
}

@media screen and (min-width: 40em) {
  /* line 77, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .deal-term {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .deal-term {
    border-bottom: none;
    min-height: 50px;
  }
}

/* line 86, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .deal-term span {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.1;
}

/* line 91, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .deal-term .loan-term sub {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: baseline;
}

/* line 94, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .rating {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

/* line 100, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .rating h3 {
  font-weight: 500;
}

/* line 102, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .rating span {
  color: #999;
}

/* line 104, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .rating ul {
  float: none;
  margin: 0 auto;
  display: inline-block;
  min-width: 170px;
  margin-top: 3px;
}

/* line 110, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .rating ul li {
  font-size: 12px;
  font-size: 0.75rem;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
}

/* line 117, app/assets/stylesheets/deals.sass */
body.deals.show section.hero #pledge a {
  display: inline-block;
  height: 100%;
  min-height: 77px;
  padding-top: 15px;
  width: 100%;
}

/* line 123, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .funded-block {
  background: #0883bf;
  color: white;
  padding: 25px 0;
  text-align: center;
}

/* line 128, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .funded-block i.fa {
  margin-left: -15px;
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
}

/* line 132, app/assets/stylesheets/deals.sass */
body.deals.show section.hero .funded-block span {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}

/* line 136, app/assets/stylesheets/deals.sass */
body.deals.show .js-more-info {
  display: none;
}

/* line 139, app/assets/stylesheets/deals.sass */
body.deals.show .dark.address {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 15px;
}

/* line 142, app/assets/stylesheets/deals.sass */
body.deals.show .dark.address p {
  padding: 15px;
}

/* line 144, app/assets/stylesheets/deals.sass */
body.deals.show .dark.address a:hover {
  text-decoration: none;
}

/* line 146, app/assets/stylesheets/deals.sass */
body.deals.show ul.ratings {
  max-width: 250px;
}

/* line 148, app/assets/stylesheets/deals.sass */
body.deals.show ul.ratings li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f1f2f3;
  color: #8C9BA9;
  float: left;
  height: 45px;
  width: 45px;
}

/* line 157, app/assets/stylesheets/deals.sass */
body.deals.show ul.ratings li + li {
  margin-left: 5px;
}

/* line 159, app/assets/stylesheets/deals.sass */
body.deals.show ul.ratings li.active {
  background: #8ec741;
  color: white;
}

/* line 162, app/assets/stylesheets/deals.sass */
body.deals.show .map {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
}

/* line 168, app/assets/stylesheets/deals.sass */
body.deals.show .download {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #0883bf;
  display: inline-block;
  margin: 10px 0 5px;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

/* line 177, app/assets/stylesheets/deals.sass */
body.deals.show .download:hover {
  background: #0883bf;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 183, app/assets/stylesheets/deals.sass */
body.deals.show .documents ul {
  margin-bottom: 0;
}

/* line 185, app/assets/stylesheets/deals.sass */
body.deals.show .documents ul li {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px;
}

/* line 190, app/assets/stylesheets/deals.sass */
body.deals.show .funds {
  margin-top: 30px;
}

/* line 192, app/assets/stylesheets/deals.sass */
body.deals.show .funds h5, body.deals.show .funds h6, body.deals.show .funds p, body.deals.show .funds li {
  color: white;
}

/* line 194, app/assets/stylesheets/deals.sass */
body.deals.show .funds .header {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
}

/* line 197, app/assets/stylesheets/deals.sass */
body.deals.show .funds .details {
  padding-bottom: 20px;
}

/* line 199, app/assets/stylesheets/deals.sass */
body.deals.show ul.summary {
  padding: 15px;
}

/* line 201, app/assets/stylesheets/deals.sass */
body.deals.show ul.summary .number {
  float: right;
}

/* line 203, app/assets/stylesheets/deals.sass */
body.deals.show ul.summary li {
  *zoom: 1;
  margin-bottom: 10px;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
body.deals.show ul.summary li:before, body.deals.show ul.summary li:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
body.deals.show ul.summary li:after {
  clear: both;
}

/* line 206, app/assets/stylesheets/deals.sass */
body.deals.show ul.summary li.total {
  border-top: 2px solid #f1f2f3;
  font-weight: bold;
  padding-top: 5px;
}

/* line 210, app/assets/stylesheets/deals.sass */
body.deals.show ul.summary li.total .number {
  font-weight: bold;
}

/* line 212, app/assets/stylesheets/deals.sass */
body.deals.show ul.detailed {
  background: rgba(255, 255, 255, 0.2);
  display: none;
  margin-top: 15px;
  padding: 10px;
  position: relative;
}

/* line 218, app/assets/stylesheets/deals.sass */
body.deals.show ul.detailed:before {
  border-bottom: 10px solid rgba(255, 255, 255, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  position: absolute;
  right: 30px;
  top: -10px;
}

/* line 226, app/assets/stylesheets/deals.sass */
body.deals.show ul.detailed li {
  margin-bottom: 0;
  text-align: right;
}

/* line 229, app/assets/stylesheets/deals.sass */
body.deals.show ul.detailed span {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 231, app/assets/stylesheets/deals.sass */
body.deals.show ul.detailed h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  width: 100px;
}

/* line 235, app/assets/stylesheets/deals.sass */
body.deals.show .js-breakdown-link {
  color: #ABB1B7;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

/* line 242, app/assets/stylesheets/deals.sass */
body.deals.new .number-of-locations, body.deals.new .number-of-licenses, body.deals.create .number-of-locations, body.deals.create .number-of-licenses {
  display: none;
}

/* line 246, app/assets/stylesheets/deals.sass */
body.deals.loan.app.new iframe, body.deals.loan.app.pfs iframe, body.deals.additional.owners.credit_app iframe, body.deals.additional.owners.pfs iframe, body.deals.view_additional_owner_form iframe, body#panel-entity.deals iframe {
  height: -webkit-calc(100vh - 160px);
  height: -moz-calc(100vh - 160px);
  height: calc(100vh - 160px);
  width: 100%;
}

/* line 251, app/assets/stylesheets/deals.sass */
body.deals.ppps.new_docusign iframe, body.deals.ppps.loan_document_new_docusign iframe {
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
  width: 100%;
}

/* line 256, app/assets/stylesheets/deals.sass */
body.deals.dashboard .logo-wrap, body.deals.overview .logo-wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  width: 100%;
  height: 125px;
}

/* line 261, app/assets/stylesheets/deals.sass */
body.deals.dashboard .logo-wrap .franchisor-logo, body.deals.overview .logo-wrap .franchisor-logo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  display: block;
  height: 100%;
  width: 100%;
}

/* line 270, app/assets/stylesheets/deals.sass */
body.deals.dashboard .hide-schedule, body.deals.overview .hide-schedule {
  display: none;
}

/* line 274, app/assets/stylesheets/deals.sass */
body.deals .modal .loading {
  padding: 20px;
}

/* line 276, app/assets/stylesheets/deals.sass */
body.deals .modal .loading .loading-bar {
  display: block;
  margin: 30px auto;
}

/* line 279, app/assets/stylesheets/deals.sass */
body.deals .modal .loaded {
  display: none;
}

/* line 282, app/assets/stylesheets/deals.sass */
.duplicate {
  margin-right: 5px;
  height: 35px;
}

/* line 287, app/assets/stylesheets/deals.sass */
.expandable-usf:hover {
  background: rgba(8, 131, 191, 0.2) !important;
  transition: 0.3s;
}

/* line 291, app/assets/stylesheets/deals.sass */
.expanded-row {
  display: none;
  font-style: italic;
  background: rgba(44, 130, 201, 0.5) !important;
  border-bottom: 0.5px solid #fff;
}

/* line 298, app/assets/stylesheets/deals.sass */
.projected div {
  padding-left: inherit;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 305, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .deal-hero {
    background-position: right;
    height: 350px;
  }
  /* line 308, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .social-icons {
    float: none;
    margin: 0;
    padding: 0 0 0 20px;
    padding-bottom: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 318, app/assets/stylesheets/deals.sass */
  body.deals.index .marketplace-promo h5 {
    margin-bottom: 5px;
  }
  /* line 323, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .deal-hero {
    height: 250px;
  }
  /* line 325, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .social-icons, body.deals.show section.hero .title {
    text-align: center;
    padding: 0;
  }
  /* line 328, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .social-icons {
    margin: 30px 0;
    padding-bottom: 20px;
  }
  /* line 331, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .deal-term {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 333, app/assets/stylesheets/deals.sass */
  body.deals.show section.hero .deal-term span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/* line 1, app/assets/stylesheets/_footer.sass */
footer#footer {
  border-top: 10px solid #344452;
}

/* line 3, app/assets/stylesheets/_footer.sass */
footer#footer section {
  margin-top: 40px;
}

/* line 5, app/assets/stylesheets/_footer.sass */
footer#footer a {
  color: #344452;
}

/* line 7, app/assets/stylesheets/_footer.sass */
footer#footer a:hover {
  color: #344452;
}

/* line 10, app/assets/stylesheets/_footer.sass */
footer#footer ul li {
  margin-bottom: 5px;
}

/* line 13, app/assets/stylesheets/_footer.sass */
footer#footer ul.footer-links li:first-of-type {
  width: 130px;
  display: inline-block;
  border-right: none;
}

/* line 17, app/assets/stylesheets/_footer.sass */
footer#footer .social {
  margin-top: 10px;
}

/* line 19, app/assets/stylesheets/_footer.sass */
footer#footer .social a {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 21, app/assets/stylesheets/_footer.sass */
footer#footer .social a:hover {
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 24, app/assets/stylesheets/_footer.sass */
footer#footer .social a.fa-facebook-square:hover {
  color: #3b5998;
}

/* line 26, app/assets/stylesheets/_footer.sass */
footer#footer .social a.fa-twitter-square:hover {
  color: #00aced;
}

/* line 28, app/assets/stylesheets/_footer.sass */
footer#footer .social a.fa-linkedin-square:hover {
  color: #007bb6;
}

/* line 30, app/assets/stylesheets/_footer.sass */
footer#footer .social a.fa-google-plus-square:hover {
  color: #dd4b39;
}

/* line 32, app/assets/stylesheets/_footer.sass */
footer#footer .footer-bottom {
  border-bottom: 1px solid rgba(140, 155, 169, 0.5);
  border-top: 1px solid rgba(140, 155, 169, 0.5);
  margin: 20px 0;
  padding: 20px 0;
  position: relative;
}

/* line 38, app/assets/stylesheets/_footer.sass */
footer#footer .footer-bottom .ifa-supplier, footer#footer .footer-bottom .ent-supplier {
  width: 195px;
  margin: 20px 0;
}

@media screen and (max-width: 63.9375em) {
  /* line 44, app/assets/stylesheets/_footer.sass */
  ul.footer-links {
    margin-bottom: 20px !important;
  }
  /* line 46, app/assets/stylesheets/_footer.sass */
  ul.footer-links li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 48, app/assets/stylesheets/_footer.sass */
  ul.footer-links li:first-of-type {
    display: block !important;
    font-size: 12px;
    font-size: 0.75rem;
    width: 115px !important;
  }
}

/* line 3, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 425px;
  position: relative;
  width: 100%;
}

/* line 11, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .franchisor-logo-container {
  bottom: 10px;
  left: 20px;
  position: absolute;
}

/* line 15, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .franchisor-logo-container .inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

/* line 212, app/assets/stylesheets/_mixins.sass */
body.franchisors.show .franchisor-logo-container .inner .franchisor-logo {
  -webkit-background-size: 85%;
  -moz-background-size: 85%;
  background-size: 85%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 225px;
  margin: 0 auto;
  width: 225px;
}

/* line 20, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .franchisor-logo-container .inner .franchisor-logo {
  position: relative;
  z-index: 2;
}

/* line 23, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .franchisor-logo-container:after {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  bottom: -3px;
  content: '';
  height: 90px;
  left: -3px;
  position: absolute;
  right: -3px;
}

/* line 32, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .hero-btn {
  border-left: 1px #dee0e3 solid;
  text-align: center;
}

/* line 35, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .hero-btn a {
  display: block;
  padding: 30px 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
}

/* line 41, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .hero-btn a h5 {
  margin-bottom: 0;
}

/* line 43, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .hero-btn a span {
  color: #344452;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 46, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .hero-btn a:hover {
  background-color: #06618e;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 50, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .hero-btn a:hover h5, body.franchisors.show .hero-btn a:hover span {
  color: white;
}

/* line 53, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .promo {
  margin-top: 40px;
}

/* line 56, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .fbr-50 {
  border: 1px solid #344452;
  margin-top: 20px;
}

/* line 59, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .fbr-50 .fbr-badge {
  background: url(/assets/static/fbr50-logo-df9c21c0ae7c65488e69eeec9b4d666c454756e97f7f2279aa14c237b25b482c.png) no-repeat center;
  background-size: 85%;
  height: 120px;
  width: 100%;
}

/* line 64, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .fbr-50 .fbr-text {
  color: #f1f2f3;
  background: #344452;
  min-height: 120px;
  padding: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.4;
}

/* line 72, app/assets/stylesheets/franchisors.sass */
body.franchisors.show .fbr-50 .fbr-text .bold {
  font-weight: 500;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 79, app/assets/stylesheets/franchisors.sass */
  body.franchisors.show .hero {
    background-position: right;
    height: 350px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 85, app/assets/stylesheets/franchisors.sass */
  body.franchisors.show .hero {
    height: 250px;
  }
  /* line 87, app/assets/stylesheets/franchisors.sass */
  body.franchisors.show .franchisor-logo-container {
    position: relative;
    bottom: auto;
    left: auto;
  }
  /* line 91, app/assets/stylesheets/franchisors.sass */
  body.franchisors.show .hero-btn {
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/funds.sass */
body.funds .banner {
  background: #006DAD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  box-sizing: border-box;
  width: 100%;
}

/* line 9, app/assets/stylesheets/funds.sass */
body.funds .banner.plan {
  margin-bottom: 30px;
}

/* line 11, app/assets/stylesheets/funds.sass */
body.funds .banner .fa.fa-exclamation-circle, body.funds .banner .fa.fa-hand-o-right {
  color: rgba(255, 255, 255, 0.3);
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
  text-align: center;
  padding-left: 29px;
  padding-top: 15px;
}

/* line 18, app/assets/stylesheets/funds.sass */
body.funds .banner .float-right {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  box-sizing: border-box;
  background: #0883bf;
  padding: 20px;
  color: white;
  width: calc(100% - 100px);
  min-height: 75px;
}

/* line 30, app/assets/stylesheets/funds.sass */
body.funds .entity-unit {
  margin-bottom: 30px;
  padding: 0;
}

/* line 34, app/assets/stylesheets/funds.sass */
body.funds .wire-instructions {
  display: none;
}

/* line 36, app/assets/stylesheets/funds.sass */
body.funds .wire-instructions.show {
  display: block;
}

/* line 38, app/assets/stylesheets/funds.sass */
body.funds .wire-instructions p {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 40, app/assets/stylesheets/funds.sass */
body.funds .toggle-ach {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 42, app/assets/stylesheets/funds.sass */
body.funds .ach-callout {
  display: none;
}

/* line 44, app/assets/stylesheets/funds.sass */
body.funds .verification-callout {
  display: none;
}

/* line 46, app/assets/stylesheets/funds.sass */
body.funds .prefilled-bank-info {
  margin-bottom: 20px;
}

/* line 48, app/assets/stylesheets/funds.sass */
body.funds .prefilled-bank-info .label {
  margin-top: 10px;
}

/* line 50, app/assets/stylesheets/funds.sass */
body.funds .final-actions .payment-instructions {
  margin-bottom: 20px;
  text-align: center;
}

/* line 53, app/assets/stylesheets/funds.sass */
body.funds .edit-bank-info {
  display: block;
  padding-top: 15px;
}

/* line 58, app/assets/stylesheets/funds.sass */
body.funds.thankyou .franchisor-logo {
  height: 125px;
}

/* line 60, app/assets/stylesheets/funds.sass */
body.funds.thankyou ul.summary {
  margin: 5px 0 0 0;
  background-color: #f1f2f3;
}

/* line 63, app/assets/stylesheets/funds.sass */
body.funds.thankyou ul.summary li:first-child {
  padding: 10px 20px;
  text-align: right;
  font-weight: 500;
  width: 35%;
}

/* line 68, app/assets/stylesheets/funds.sass */
body.funds.thankyou ul.summary li:nth-child(2) {
  background-color: white;
  padding: 10px 20px;
  width: 65%;
}

/* line 73, app/assets/stylesheets/funds.sass */
body.funds.thankyou ul.summary li:nth-child(2) ul li {
  text-align: left;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}

/* line 80, app/assets/stylesheets/funds.sass */
body.funds.thankyou .next-step .icon-sign {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-image: url(/assets/icons/sign-97aa99fb682fe1036ea1eac113f8e27531e3a072307b523566a6c44e9744fcc1.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 60px;
  margin-left: 15px;
  width: 100%;
}

/* line 90, app/assets/stylesheets/funds.sass */
body.funds.thankyou .header-wrap .logo-wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  width: 100%;
  height: 125px;
}

/* line 95, app/assets/stylesheets/funds.sass */
body.funds.thankyou .header-wrap .logo-wrap .franchisor-logo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  display: block;
  height: 100%;
  width: 100%;
}

/* line 103, app/assets/stylesheets/funds.sass */
body.funds.thankyou .header-wrap h4 {
  margin: 20px 0 10px 0;
}

/* line 107, app/assets/stylesheets/funds.sass */
body.funds.thankyou .header-wrap ul li h5 {
  margin-bottom: 0;
}

/* line 109, app/assets/stylesheets/funds.sass */
body.funds.thankyou .header-wrap ul li .title {
  color: #8C9BA9;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
  /* line 117, app/assets/stylesheets/funds.sass */
  body.funds.thankyou .panel, body.fund.thankyou .panel {
    text-align: center;
  }
  /* line 119, app/assets/stylesheets/funds.sass */
  body.funds.thankyou .panel h4, body.fund.thankyou .panel h4 {
    margin-top: 30px;
  }
  /* line 121, app/assets/stylesheets/funds.sass */
  body.funds.thankyou .panel .button, body.fund.thankyou .panel .button {
    margin-top: 25px;
  }
  /* line 125, app/assets/stylesheets/funds.sass */
  body.funds.thankyou ul.summary li:first-child, body.fund.thankyou ul.summary li:first-child {
    text-align: left;
    width: 100%;
  }
  /* line 128, app/assets/stylesheets/funds.sass */
  body.funds.thankyou ul.summary li:nth-child(2), body.fund.thankyou ul.summary li:nth-child(2) {
    width: 100%;
    padding-bottom: 20px;
  }
}

/* line 1, app/assets/stylesheets/_header.sass */
header#header {
  *zoom: 1;
  position: fixed;
  top: 0px;
  z-index: 110;
  background: white;
  min-height: 70px;
  width: 100%;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
header#header:before, header#header:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
header#header:after {
  clear: both;
}

/* line 9, app/assets/stylesheets/_header.sass */
header#header.push-down {
  top: 30px;
}

/* line 11, app/assets/stylesheets/_header.sass */
header#header.slim {
  background: #344452;
  border-bottom: 1px solid rgba(222, 224, 227, 0.1);
  min-height: 45px;
  height: 45px;
}

/* line 16, app/assets/stylesheets/_header.sass */
header#header.slim.push-down {
  top: 30px;
}

/* line 18, app/assets/stylesheets/_header.sass */
header#header.terminator2 {
  background-color: transparent;
  min-height: 0;
  height: 0;
}

/* line 22, app/assets/stylesheets/_header.sass */
header#header .header-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

/* line 24, app/assets/stylesheets/_header.sass */
header#header .header-container .header-content {
  *zoom: 1;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
header#header .header-container .header-content:before, header#header .header-container .header-content:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
header#header .header-container .header-content:after {
  clear: both;
}

/* line 29, app/assets/stylesheets/_header.sass */
header#header .header-container.slim {
  max-width: 100%;
  padding-right: 0;
  padding-left: 15px;
  width: 100%;
}

/* line 34, app/assets/stylesheets/_header.sass */
header#header.drop-shadow {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}

/* line 36, app/assets/stylesheets/_header.sass */
header#header.drop-shadow.slim {
  border-bottom: none;
}

/* line 39, app/assets/stylesheets/_header.sass */
header#header .text-logo h6 {
  line-height: 45px;
}

/* line 41, app/assets/stylesheets/_header.sass */
header#header .logo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: margin-left 0.2s;
  -moz-transition: margin-left 0.2s;
  -o-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
  background-image: url(/assets/shared/apc-logo-d281517331a17f3360d6967377e11a0c46b684fcb4ee343b9fc3eb595d2dfcc1.png);
  background-repeat: no-repeat;
  float: left;
  height: 55px;
  margin: 9px 0 0 0;
  width: 215px;
}

/* line 50, app/assets/stylesheets/_header.sass */
header#header .button {
  margin: 0;
}

/* line 53, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu {
  float: right;
  margin: 5px 0 0;
}

/* line 56, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu .button {
  padding: 15px 25px;
}

/* line 58, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu > li {
  border-bottom: 5px solid transparent;
}

/* line 60, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu > li a:not(.button) {
  color: #344452;
  display: block;
  height: 60px;
  line-height: 35px;
  margin: 0;
  width: 100%;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 68, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu > li a:not(.button):hover {
  color: #0883bf;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 72, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu > li.active {
  border-bottom: 5px solid #344452;
}

/* line 74, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu > li.active a {
  background: none;
  font-weight: 500;
}

/* line 77, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu > li .login-btn {
  margin-right: 5px;
  margin-left: 15px;
}

/* line 82, app/assets/stylesheets/_header.sass */
header#header nav ul.menu.off-canvas-menu .user-menu li a {
  height: auto;
  line-height: 1.2;
}

/* line 85, app/assets/stylesheets/_header.sass */
header#header nav .apc-dropdown {
  position: relative;
}

/* line 87, app/assets/stylesheets/_header.sass */
header#header nav .apc-dropdown .fa-user {
  font-size: 21px;
  font-size: 1.3125rem;
}

/* line 89, app/assets/stylesheets/_header.sass */
header#header nav .apc-dropdown > a:after {
  content: "";
  margin-left: 3px;
}

/* line 93, app/assets/stylesheets/_header.sass */
.get-started-box {
  padding: 20px;
  border-bottom: 1px solid black;
  color: white;
  text-align: center;
}

/* line 98, app/assets/stylesheets/_header.sass */
.get-started-box h5 {
  font-weight: 500;
}

/* line 100, app/assets/stylesheets/_header.sass */
.get-started-box p {
  color: #f1f2f3;
}

/* line 103, app/assets/stylesheets/_header.sass */
header .menu-btn {
  float: right;
}

/* line 105, app/assets/stylesheets/_header.sass */
header .menu-btn a {
  display: block;
  padding: 18px 0 18px 18px;
}

/* line 109, app/assets/stylesheets/_header.sass */
.modal-header {
  height: 45px;
}

/* line 111, app/assets/stylesheets/_header.sass */
.off-canvas, .off-canvas-absolute {
  height: 100vh;
}

/* line 113, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu, .off-canvas-absolute ul.off-canvas-menu {
  margin: 0;
}

/* line 115, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu .button, .off-canvas-absolute ul.off-canvas-menu .button {
  padding: 15px 20px;
}

/* line 117, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li, .off-canvas-absolute ul.off-canvas-menu li {
  color: white;
  display: block;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid black;
}

/* line 123, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li:hover, .off-canvas-absolute ul.off-canvas-menu li:hover {
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 126, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li a, .off-canvas-absolute ul.off-canvas-menu li a {
  color: #c8ccd0;
}

/* line 128, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li a:hover, .off-canvas-absolute ul.off-canvas-menu li a:hover {
  color: white;
  text-decoration: none;
}

/* line 132, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li.active a, .off-canvas-absolute ul.off-canvas-menu li.active a {
  color: #8ec741;
  background: rgba(0, 0, 0, 0.15);
  font-weight: 500;
}

/* line 136, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li div, .off-canvas-absolute ul.off-canvas-menu li div {
  padding: 10px 15px;
}

/* line 139, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li ul.investment-links, .off-canvas-absolute ul.off-canvas-menu li ul.investment-links {
  list-style: none;
  margin-bottom: 15px;
}

/* line 142, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li ul.investment-links li, .off-canvas-absolute ul.off-canvas-menu li ul.investment-links li {
  border-bottom: none;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 5px 10px;
}

/* line 146, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li ul.investment-links li:hover, .off-canvas-absolute ul.off-canvas-menu li ul.investment-links li:hover {
  background: none;
}

/* line 149, app/assets/stylesheets/_header.sass */
.off-canvas ul.off-canvas-menu li ul.investment-links li.active a, .off-canvas-absolute ul.off-canvas-menu li ul.investment-links li.active a {
  background: none;
  color: #8ec741;
  font-weight: bold;
}

/* line 153, app/assets/stylesheets/_header.sass */
.off-canvas #user-types, .off-canvas-absolute #user-types {
  display: none;
  padding: 10px 15px 15px 15px;
}

/* line 157, app/assets/stylesheets/_header.sass */
.off-canvas #user-types ul.menu.vertical.types li, .off-canvas-absolute #user-types ul.menu.vertical.types li {
  margin: 5px 0;
  color: white;
}

/* line 160, app/assets/stylesheets/_header.sass */
.off-canvas #user-types ul.menu.vertical.types li span, .off-canvas-absolute #user-types ul.menu.vertical.types li span {
  float: left;
  font-weight: 500;
  margin-top: 8px;
}

/* line 165, app/assets/stylesheets/_header.sass */
.js-off-canvas-exit {
  z-index: 1000;
}

/* line 167, app/assets/stylesheets/_header.sass */
.js-off-canvas-exit:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
}

/* line 170, app/assets/stylesheets/_header.sass */
.env-warning {
  background: #0883bf;
  color: white;
  font-size: 18px;
  padding: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  height: 30px;
  z-index: 12;
  text-align: center;
}

/* line 181, app/assets/stylesheets/_header.sass */
.env-warning-buffer {
  height: 30px;
}

/* line 183, app/assets/stylesheets/_header.sass */
.position-fixed {
  z-index: 10;
  position: fixed;
}

@media screen and (max-width: 39.9375em) {
  /* line 189, app/assets/stylesheets/_header.sass */
  header#header .logo {
    height: 40px;
    margin: 15px 0 0;
    display: block;
    width: 101px;
  }
  /* line 195, app/assets/stylesheets/_header.sass */
  a.terminator2-header-action {
    margin-right: -20px;
  }
}

/* line 4, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap, body.investors .inprocess-spa .wrap, body.investment.plans .inprocess-spa .wrap, body.deals.dashboard .inprocess-spa .wrap, body.loans .inprocess-spa .wrap, body.schedule .inprocess-spa .wrap, body.loan_schedule .inprocess-spa .wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f1f2f3;
  border: 1px solid transparent;
  margin-top: 5px;
  padding: 15px;
  position: relative;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 12, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap:hover, body.investors .inprocess-spa .wrap:hover, body.investment.plans .inprocess-spa .wrap:hover, body.deals.dashboard .inprocess-spa .wrap:hover, body.loans .inprocess-spa .wrap:hover, body.schedule .inprocess-spa .wrap:hover, body.loan_schedule .inprocess-spa .wrap:hover {
  background: white;
  border-color: rgba(140, 155, 169, 0.5);
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 17, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap.received:before, body.investments .inprocess-spa .wrap.overdue:before, body.investors .inprocess-spa .wrap.received:before, body.investors .inprocess-spa .wrap.overdue:before, body.investment.plans .inprocess-spa .wrap.received:before, body.investment.plans .inprocess-spa .wrap.overdue:before, body.deals.dashboard .inprocess-spa .wrap.received:before, body.deals.dashboard .inprocess-spa .wrap.overdue:before, body.loans .inprocess-spa .wrap.received:before, body.loans .inprocess-spa .wrap.overdue:before, body.schedule .inprocess-spa .wrap.received:before, body.schedule .inprocess-spa .wrap.overdue:before, body.loan_schedule .inprocess-spa .wrap.received:before, body.loan_schedule .inprocess-spa .wrap.overdue:before {
  font-family: FontAwesome;
  font-size: 28px;
  font-size: 1.75rem;
  position: absolute;
  text-align: right;
  top: 8px;
}

/* line 23, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap.received .entity, body.investments .inprocess-spa .wrap.overdue .entity, body.investors .inprocess-spa .wrap.received .entity, body.investors .inprocess-spa .wrap.overdue .entity, body.investment.plans .inprocess-spa .wrap.received .entity, body.investment.plans .inprocess-spa .wrap.overdue .entity, body.deals.dashboard .inprocess-spa .wrap.received .entity, body.deals.dashboard .inprocess-spa .wrap.overdue .entity, body.loans .inprocess-spa .wrap.received .entity, body.loans .inprocess-spa .wrap.overdue .entity, body.schedule .inprocess-spa .wrap.received .entity, body.schedule .inprocess-spa .wrap.overdue .entity, body.loan_schedule .inprocess-spa .wrap.received .entity, body.loan_schedule .inprocess-spa .wrap.overdue .entity {
  margin-left: 40px;
}

/* line 26, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap.received:before, body.investors .inprocess-spa .wrap.received:before, body.investment.plans .inprocess-spa .wrap.received:before, body.deals.dashboard .inprocess-spa .wrap.received:before, body.loans .inprocess-spa .wrap.received:before, body.schedule .inprocess-spa .wrap.received:before, body.loan_schedule .inprocess-spa .wrap.received:before {
  content: "";
  color: #8ec741;
}

/* line 30, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap.overdue:before, body.investors .inprocess-spa .wrap.overdue:before, body.investment.plans .inprocess-spa .wrap.overdue:before, body.deals.dashboard .inprocess-spa .wrap.overdue:before, body.loans .inprocess-spa .wrap.overdue:before, body.schedule .inprocess-spa .wrap.overdue:before, body.loan_schedule .inprocess-spa .wrap.overdue:before {
  content: "";
  color: #C40E17;
}

/* line 33, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap.overdue .entity, body.investors .inprocess-spa .wrap.overdue .entity, body.investment.plans .inprocess-spa .wrap.overdue .entity, body.deals.dashboard .inprocess-spa .wrap.overdue .entity, body.loans .inprocess-spa .wrap.overdue .entity, body.schedule .inprocess-spa .wrap.overdue .entity, body.loan_schedule .inprocess-spa .wrap.overdue .entity {
  margin-left: 40px;
}

/* line 36, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap .entity .call-breakdown, body.investors .inprocess-spa .wrap .entity .call-breakdown, body.investment.plans .inprocess-spa .wrap .entity .call-breakdown, body.deals.dashboard .inprocess-spa .wrap .entity .call-breakdown, body.loans .inprocess-spa .wrap .entity .call-breakdown, body.schedule .inprocess-spa .wrap .entity .call-breakdown, body.loan_schedule .inprocess-spa .wrap .entity .call-breakdown {
  background-color: white;
  padding: 15px;
  margin-top: 7px;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 37, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap .entity .call-breakdown .equation-line, body.investors .inprocess-spa .wrap .entity .call-breakdown .equation-line, body.investment.plans .inprocess-spa .wrap .entity .call-breakdown .equation-line, body.deals.dashboard .inprocess-spa .wrap .entity .call-breakdown .equation-line, body.loans .inprocess-spa .wrap .entity .call-breakdown .equation-line, body.schedule .inprocess-spa .wrap .entity .call-breakdown .equation-line, body.loan_schedule .inprocess-spa .wrap .entity .call-breakdown .equation-line {
  border-top: 1px black solid;
  width: 75%;
  float: right;
}

/* line 46, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap .entity .call-breakdown .total-amount, body.investors .inprocess-spa .wrap .entity .call-breakdown .total-amount, body.investment.plans .inprocess-spa .wrap .entity .call-breakdown .total-amount, body.deals.dashboard .inprocess-spa .wrap .entity .call-breakdown .total-amount, body.loans .inprocess-spa .wrap .entity .call-breakdown .total-amount, body.schedule .inprocess-spa .wrap .entity .call-breakdown .total-amount, body.loan_schedule .inprocess-spa .wrap .entity .call-breakdown .total-amount {
  border-top: 1px solid black;
  font-weight: bold;
}

/* line 51, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap ul, body.investors .inprocess-spa .wrap ul, body.investment.plans .inprocess-spa .wrap ul, body.deals.dashboard .inprocess-spa .wrap ul, body.loans .inprocess-spa .wrap ul, body.schedule .inprocess-spa .wrap ul, body.loan_schedule .inprocess-spa .wrap ul {
  text-align: left;
  margin: 0 10px 10px 10px;
}

/* line 54, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap ul li, body.investors .inprocess-spa .wrap ul li, body.investment.plans .inprocess-spa .wrap ul li, body.deals.dashboard .inprocess-spa .wrap ul li, body.loans .inprocess-spa .wrap ul li, body.schedule .inprocess-spa .wrap ul li, body.loan_schedule .inprocess-spa .wrap ul li {
  background-color: white;
  border-right: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  padding: 7px 10px;
}

/* line 59, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap ul li .value, body.investors .inprocess-spa .wrap ul li .value, body.investment.plans .inprocess-spa .wrap ul li .value, body.deals.dashboard .inprocess-spa .wrap ul li .value, body.loans .inprocess-spa .wrap ul li .value, body.schedule .inprocess-spa .wrap ul li .value, body.loan_schedule .inprocess-spa .wrap ul li .value {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 61, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap ul li .title, body.investors .inprocess-spa .wrap ul li .title, body.investment.plans .inprocess-spa .wrap ul li .title, body.deals.dashboard .inprocess-spa .wrap ul li .title, body.loans .inprocess-spa .wrap ul li .title, body.schedule .inprocess-spa .wrap ul li .title, body.loan_schedule .inprocess-spa .wrap ul li .title {
  font-size: 10px;
  font-size: 0.625rem;
  color: #8C9BA9;
  text-transform: uppercase;
}

/* line 65, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap ul li:first-of-type, body.investors .inprocess-spa .wrap ul li:first-of-type, body.investment.plans .inprocess-spa .wrap ul li:first-of-type, body.deals.dashboard .inprocess-spa .wrap ul li:first-of-type, body.loans .inprocess-spa .wrap ul li:first-of-type, body.schedule .inprocess-spa .wrap ul li:first-of-type, body.loan_schedule .inprocess-spa .wrap ul li:first-of-type {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 67, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .wrap ul li:last-of-type, body.investors .inprocess-spa .wrap ul li:last-of-type, body.investment.plans .inprocess-spa .wrap ul li:last-of-type, body.deals.dashboard .inprocess-spa .wrap ul li:last-of-type, body.loans .inprocess-spa .wrap ul li:last-of-type, body.schedule .inprocess-spa .wrap ul li:last-of-type, body.loan_schedule .inprocess-spa .wrap ul li:last-of-type {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 70, app/assets/stylesheets/_inprocess_investments.sass */
body.investments .inprocess-spa .details-wrap a, body.investments .inprocess-spa .details-wrap a:hover, body.investors .inprocess-spa .details-wrap a, body.investors .inprocess-spa .details-wrap a:hover, body.investment.plans .inprocess-spa .details-wrap a, body.investment.plans .inprocess-spa .details-wrap a:hover, body.deals.dashboard .inprocess-spa .details-wrap a, body.deals.dashboard .inprocess-spa .details-wrap a:hover, body.loans .inprocess-spa .details-wrap a, body.loans .inprocess-spa .details-wrap a:hover, body.schedule .inprocess-spa .details-wrap a, body.schedule .inprocess-spa .details-wrap a:hover, body.loan_schedule .inprocess-spa .details-wrap a, body.loan_schedule .inprocess-spa .details-wrap a:hover {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 5, app/assets/stylesheets/investments.sass */
body.investments .header-wrap, body.investors .header-wrap, body.investment.plans .header-wrap, body.deals.dashboard .header-wrap, body.loans .header-wrap, body.schedule .header-wrap, body.loan_schedule .header-wrap {
  border-bottom: 1px solid #dee0e3;
}

/* line 7, app/assets/stylesheets/investments.sass */
body.investments .header-wrap .text-wrap, body.investors .header-wrap .text-wrap, body.investment.plans .header-wrap .text-wrap, body.deals.dashboard .header-wrap .text-wrap, body.loans .header-wrap .text-wrap, body.schedule .header-wrap .text-wrap, body.loan_schedule .header-wrap .text-wrap {
  padding: 30px 0;
}

/* line 9, app/assets/stylesheets/investments.sass */
body.investments .header-wrap .logo-wrap, body.investors .header-wrap .logo-wrap, body.investment.plans .header-wrap .logo-wrap, body.deals.dashboard .header-wrap .logo-wrap, body.loans .header-wrap .logo-wrap, body.schedule .header-wrap .logo-wrap, body.loan_schedule .header-wrap .logo-wrap {
  width: 100%;
  height: 140px;
}

/* line 12, app/assets/stylesheets/investments.sass */
body.investments .header-wrap .logo-wrap .franchisor-logo, body.investors .header-wrap .logo-wrap .franchisor-logo, body.investment.plans .header-wrap .logo-wrap .franchisor-logo, body.deals.dashboard .header-wrap .logo-wrap .franchisor-logo, body.loans .header-wrap .logo-wrap .franchisor-logo, body.schedule .header-wrap .logo-wrap .franchisor-logo, body.loan_schedule .header-wrap .logo-wrap .franchisor-logo {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  display: block;
  height: 100%;
  width: 100%;
}

/* line 21, app/assets/stylesheets/investments.sass */
body.investments .tertiary-nav, body.investors .tertiary-nav, body.investment.plans .tertiary-nav, body.deals.dashboard .tertiary-nav, body.loans .tertiary-nav, body.schedule .tertiary-nav, body.loan_schedule .tertiary-nav {
  margin: 0 0 5px 0;
  text-align: center;
}

/* line 24, app/assets/stylesheets/investments.sass */
body.investments .tertiary-nav .options, body.investors .tertiary-nav .options, body.investment.plans .tertiary-nav .options, body.deals.dashboard .tertiary-nav .options, body.loans .tertiary-nav .options, body.schedule .tertiary-nav .options, body.loan_schedule .tertiary-nav .options {
  height: 60px;
}

/* line 27, app/assets/stylesheets/investments.sass */
body.investments .tertiary-nav .options ul.tabs, body.investors .tertiary-nav .options ul.tabs, body.investment.plans .tertiary-nav .options ul.tabs, body.deals.dashboard .tertiary-nav .options ul.tabs, body.loans .tertiary-nav .options ul.tabs, body.schedule .tertiary-nav .options ul.tabs, body.loan_schedule .tertiary-nav .options ul.tabs {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  *zoom: 1;
  border: none;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
body.investments .tertiary-nav .options ul.tabs:before, body.investments .tertiary-nav .options ul.tabs:after, body.investors .tertiary-nav .options ul.tabs:before, body.investors .tertiary-nav .options ul.tabs:after, body.investment.plans .tertiary-nav .options ul.tabs:before, body.investment.plans .tertiary-nav .options ul.tabs:after, body.deals.dashboard .tertiary-nav .options ul.tabs:before, body.deals.dashboard .tertiary-nav .options ul.tabs:after, body.loans .tertiary-nav .options ul.tabs:before, body.loans .tertiary-nav .options ul.tabs:after, body.schedule .tertiary-nav .options ul.tabs:before, body.schedule .tertiary-nav .options ul.tabs:after, body.loan_schedule .tertiary-nav .options ul.tabs:before, body.loan_schedule .tertiary-nav .options ul.tabs:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
body.investments .tertiary-nav .options ul.tabs:after, body.investors .tertiary-nav .options ul.tabs:after, body.investment.plans .tertiary-nav .options ul.tabs:after, body.deals.dashboard .tertiary-nav .options ul.tabs:after, body.loans .tertiary-nav .options ul.tabs:after, body.schedule .tertiary-nav .options ul.tabs:after, body.loan_schedule .tertiary-nav .options ul.tabs:after {
  clear: both;
}

/* line 33, app/assets/stylesheets/investments.sass */
body.investments .tertiary-nav .options ul.tabs li.tabs-title, body.investors .tertiary-nav .options ul.tabs li.tabs-title, body.investment.plans .tertiary-nav .options ul.tabs li.tabs-title, body.deals.dashboard .tertiary-nav .options ul.tabs li.tabs-title, body.loans .tertiary-nav .options ul.tabs li.tabs-title, body.schedule .tertiary-nav .options ul.tabs li.tabs-title, body.loan_schedule .tertiary-nav .options ul.tabs li.tabs-title {
  float: left;
  height: 60px;
  padding-top: 18px;
}

/* line 37, app/assets/stylesheets/investments.sass */
body.investments .tertiary-nav .options ul.tabs li.tabs-title a, body.investors .tertiary-nav .options ul.tabs li.tabs-title a, body.investment.plans .tertiary-nav .options ul.tabs li.tabs-title a, body.deals.dashboard .tertiary-nav .options ul.tabs li.tabs-title a, body.loans .tertiary-nav .options ul.tabs li.tabs-title a, body.schedule .tertiary-nav .options ul.tabs li.tabs-title a, body.loan_schedule .tertiary-nav .options ul.tabs li.tabs-title a {
  font-size: 1em;
  padding: 10px;
  color: #344452;
  text-decoration: none;
  display: inline;
}

/* line 43, app/assets/stylesheets/investments.sass */
body.investments .tertiary-nav .options ul.tabs li.tabs-title.is-active, body.investors .tertiary-nav .options ul.tabs li.tabs-title.is-active, body.investment.plans .tertiary-nav .options ul.tabs li.tabs-title.is-active, body.deals.dashboard .tertiary-nav .options ul.tabs li.tabs-title.is-active, body.loans .tertiary-nav .options ul.tabs li.tabs-title.is-active, body.schedule .tertiary-nav .options ul.tabs li.tabs-title.is-active, body.loan_schedule .tertiary-nav .options ul.tabs li.tabs-title.is-active {
  border-bottom: 5px solid #dee0e3;
}

/* line 45, app/assets/stylesheets/investments.sass */
body.investments .tertiary-nav .options ul.tabs li.tabs-title.is-active a[aria-selected='true'], body.investors .tertiary-nav .options ul.tabs li.tabs-title.is-active a[aria-selected='true'], body.investment.plans .tertiary-nav .options ul.tabs li.tabs-title.is-active a[aria-selected='true'], body.deals.dashboard .tertiary-nav .options ul.tabs li.tabs-title.is-active a[aria-selected='true'], body.loans .tertiary-nav .options ul.tabs li.tabs-title.is-active a[aria-selected='true'], body.schedule .tertiary-nav .options ul.tabs li.tabs-title.is-active a[aria-selected='true'], body.loan_schedule .tertiary-nav .options ul.tabs li.tabs-title.is-active a[aria-selected='true'] {
  color: #8ec741;
  background: #fff;
  font-weight: bold;
}

/* line 51, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .total-amount, body.investors .deal-pod .total-amount, body.investment.plans .deal-pod .total-amount, body.deals.dashboard .deal-pod .total-amount, body.loans .deal-pod .total-amount, body.schedule .deal-pod .total-amount, body.loan_schedule .deal-pod .total-amount {
  border-top: 1px solid black;
}

/* line 53, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .js-spa-hide-details-dropdown, body.investors .deal-pod .js-spa-hide-details-dropdown, body.investment.plans .deal-pod .js-spa-hide-details-dropdown, body.deals.dashboard .deal-pod .js-spa-hide-details-dropdown, body.loans .deal-pod .js-spa-hide-details-dropdown, body.schedule .deal-pod .js-spa-hide-details-dropdown, body.loan_schedule .deal-pod .js-spa-hide-details-dropdown {
  display: none;
}

/* line 55, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .spa-breakdown, body.investors .deal-pod .spa-breakdown, body.investment.plans .deal-pod .spa-breakdown, body.deals.dashboard .deal-pod .spa-breakdown, body.loans .deal-pod .spa-breakdown, body.schedule .deal-pod .spa-breakdown, body.loan_schedule .deal-pod .spa-breakdown {
  background: #f1f2f3;
  display: none;
}

/* line 58, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .spa-breakdown .amount, body.investors .deal-pod .spa-breakdown .amount, body.investment.plans .deal-pod .spa-breakdown .amount, body.deals.dashboard .deal-pod .spa-breakdown .amount, body.loans .deal-pod .spa-breakdown .amount, body.schedule .deal-pod .spa-breakdown .amount, body.loan_schedule .deal-pod .spa-breakdown .amount {
  text-align: right;
  font-weight: bold;
}

/* line 61, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .important, body.investors .deal-pod .important, body.investment.plans .deal-pod .important, body.deals.dashboard .deal-pod .important, body.loans .deal-pod .important, body.schedule .deal-pod .important, body.loan_schedule .deal-pod .important {
  background: #e2f5fe;
  color: #0883bf;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

/* line 68, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .important p, body.investors .deal-pod .important p, body.investment.plans .deal-pod .important p, body.deals.dashboard .deal-pod .important p, body.loans .deal-pod .important p, body.schedule .deal-pod .important p, body.loan_schedule .deal-pod .important p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  margin-bottom: 0;
}

/* line 72, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .important .title-bar, body.investors .deal-pod .important .title-bar, body.investment.plans .deal-pod .important .title-bar, body.deals.dashboard .deal-pod .important .title-bar, body.loans .deal-pod .important .title-bar, body.schedule .deal-pod .important .title-bar, body.loan_schedule .deal-pod .important .title-bar {
  background: #0883bf;
  color: white;
  padding: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 78, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .important .fa.fa-exclamation-circle, body.investors .deal-pod .important .fa.fa-exclamation-circle, body.investment.plans .deal-pod .important .fa.fa-exclamation-circle, body.deals.dashboard .deal-pod .important .fa.fa-exclamation-circle, body.loans .deal-pod .important .fa.fa-exclamation-circle, body.schedule .deal-pod .important .fa.fa-exclamation-circle, body.loan_schedule .deal-pod .important .fa.fa-exclamation-circle {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}

/* line 81, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .offering-closed, body.investors .deal-pod .offering-closed, body.investment.plans .deal-pod .offering-closed, body.deals.dashboard .deal-pod .offering-closed, body.loans .deal-pod .offering-closed, body.schedule .deal-pod .offering-closed, body.loan_schedule .deal-pod .offering-closed {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  padding: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 87, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .closed, body.investors .deal-pod .closed, body.investment.plans .deal-pod .closed, body.deals.dashboard .deal-pod .closed, body.loans .deal-pod .closed, body.schedule .deal-pod .closed, body.loan_schedule .deal-pod .closed {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #344452;
  color: #8ec741;
  padding: 5px;
  text-align: center;
}

/* line 93, app/assets/stylesheets/investments.sass */
body.investments .deal-pod .canceled-investment, body.investors .deal-pod .canceled-investment, body.investment.plans .deal-pod .canceled-investment, body.deals.dashboard .deal-pod .canceled-investment, body.loans .deal-pod .canceled-investment, body.schedule .deal-pod .canceled-investment, body.loan_schedule .deal-pod .canceled-investment {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #F9E5E5;
  color: #C40E17;
}

/* line 99, app/assets/stylesheets/investments.sass */
body.investments .investments .header, body.investors .investments .header, body.investment.plans .investments .header, body.deals.dashboard .investments .header, body.loans .investments .header, body.schedule .investments .header, body.loan_schedule .investments .header {
  margin: 0;
}

/* line 102, app/assets/stylesheets/investments.sass */
body.investments .investments .header h6, body.investors .investments .header h6, body.investment.plans .investments .header h6, body.deals.dashboard .investments .header h6, body.loans .investments .header h6, body.schedule .investments .header h6, body.loan_schedule .investments .header h6 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding-bottom: 5px;
}

/* line 106, app/assets/stylesheets/investments.sass */
body.investments .investments .header .checklist-header, body.investors .investments .header .checklist-header, body.investment.plans .investments .header .checklist-header, body.deals.dashboard .investments .header .checklist-header, body.loans .investments .header .checklist-header, body.schedule .investments .header .checklist-header, body.loan_schedule .investments .header .checklist-header {
  background-color: #344452;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  height: 60px;
  padding-top: 8px;
}

/* line 113, app/assets/stylesheets/investments.sass */
body.investments .investments .header .checklist-header .subtitle, body.investors .investments .header .checklist-header .subtitle, body.investment.plans .investments .header .checklist-header .subtitle, body.deals.dashboard .investments .header .checklist-header .subtitle, body.loans .investments .header .checklist-header .subtitle, body.schedule .investments .header .checklist-header .subtitle, body.loan_schedule .investments .header .checklist-header .subtitle {
  color: #ABB1B7;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -5px;
}

/* line 117, app/assets/stylesheets/investments.sass */
body.investments .investments .header .fa-arrow-circle-right, body.investors .investments .header .fa-arrow-circle-right, body.investment.plans .investments .header .fa-arrow-circle-right, body.deals.dashboard .investments .header .fa-arrow-circle-right, body.loans .investments .header .fa-arrow-circle-right, body.schedule .investments .header .fa-arrow-circle-right, body.loan_schedule .investments .header .fa-arrow-circle-right {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1A99D6;
  position: relative;
  top: 3px;
}

/* line 123, app/assets/stylesheets/investments.sass */
body.investments .investments .investment, body.investors .investments .investment, body.investment.plans .investments .investment, body.deals.dashboard .investments .investment, body.loans .investments .investment, body.schedule .investments .investment, body.loan_schedule .investments .investment {
  margin-top: 10px;
  text-align: left;
}

/* line 127, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .fa.fa-info-circle, body.investors .investments .investment .fa.fa-info-circle, body.investment.plans .investments .investment .fa.fa-info-circle, body.deals.dashboard .investments .investment .fa.fa-info-circle, body.loans .investments .investment .fa.fa-info-circle, body.schedule .investments .investment .fa.fa-info-circle, body.loan_schedule .investments .investment .fa.fa-info-circle {
  color: #8C9BA9;
}

/* line 129, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .fa.fa-info-circle:hover ~ .tooltip, body.investors .investments .investment .fa.fa-info-circle:hover ~ .tooltip, body.investment.plans .investments .investment .fa.fa-info-circle:hover ~ .tooltip, body.deals.dashboard .investments .investment .fa.fa-info-circle:hover ~ .tooltip, body.loans .investments .investment .fa.fa-info-circle:hover ~ .tooltip, body.schedule .investments .investment .fa.fa-info-circle:hover ~ .tooltip, body.loan_schedule .investments .investment .fa.fa-info-circle:hover ~ .tooltip {
  display: block;
}

/* line 131, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container, body.investors .investments .investment .investment-container, body.investment.plans .investments .investment .investment-container, body.deals.dashboard .investments .investment .investment-container, body.loans .investments .investment .investment-container, body.schedule .investments .investment .investment-container, body.loan_schedule .investments .investment .investment-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f1f2f3;
}

/* line 134, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .name, body.investments .investments .investment .investment-container .amount, body.investors .investments .investment .investment-container .name, body.investors .investments .investment .investment-container .amount, body.investment.plans .investments .investment .investment-container .name, body.investment.plans .investments .investment .investment-container .amount, body.deals.dashboard .investments .investment .investment-container .name, body.deals.dashboard .investments .investment .investment-container .amount, body.loans .investments .investment .investment-container .name, body.loans .investments .investment .investment-container .amount, body.schedule .investments .investment .investment-container .name, body.schedule .investments .investment .investment-container .amount, body.loan_schedule .investments .investment .investment-container .name, body.loan_schedule .investments .investment .investment-container .amount {
  font-weight: 500;
  padding: 15px 0 0 15px;
}

/* line 137, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .name .show-for-small-only, body.investments .investments .investment .investment-container .amount .show-for-small-only, body.investors .investments .investment .investment-container .name .show-for-small-only, body.investors .investments .investment .investment-container .amount .show-for-small-only, body.investment.plans .investments .investment .investment-container .name .show-for-small-only, body.investment.plans .investments .investment .investment-container .amount .show-for-small-only, body.deals.dashboard .investments .investment .investment-container .name .show-for-small-only, body.deals.dashboard .investments .investment .investment-container .amount .show-for-small-only, body.loans .investments .investment .investment-container .name .show-for-small-only, body.loans .investments .investment .investment-container .amount .show-for-small-only, body.schedule .investments .investment .investment-container .name .show-for-small-only, body.schedule .investments .investment .investment-container .amount .show-for-small-only, body.loan_schedule .investments .investment .investment-container .name .show-for-small-only, body.loan_schedule .investments .investment .investment-container .amount .show-for-small-only {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 139, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .name .access, body.investments .investments .investment .investment-container .amount .access, body.investors .investments .investment .investment-container .name .access, body.investors .investments .investment .investment-container .amount .access, body.investment.plans .investments .investment .investment-container .name .access, body.investment.plans .investments .investment .investment-container .amount .access, body.deals.dashboard .investments .investment .investment-container .name .access, body.deals.dashboard .investments .investment .investment-container .amount .access, body.loans .investments .investment .investment-container .name .access, body.loans .investments .investment .investment-container .amount .access, body.schedule .investments .investment .investment-container .name .access, body.schedule .investments .investment .investment-container .amount .access, body.loan_schedule .investments .investment .investment-container .name .access, body.loan_schedule .investments .investment .investment-container .amount .access {
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 142, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .name, body.investors .investments .investment .investment-container .name, body.investment.plans .investments .investment .investment-container .name, body.deals.dashboard .investments .investment .investment-container .name, body.loans .investments .investment .investment-container .name, body.schedule .investments .investment .investment-container .name, body.loan_schedule .investments .investment .investment-container .name {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 144, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .amount, body.investors .investments .investment .investment-container .amount, body.investment.plans .investments .investment .investment-container .amount, body.deals.dashboard .investments .investment .investment-container .amount, body.loans .investments .investment .investment-container .amount, body.schedule .investments .investment .investment-container .amount, body.loan_schedule .investments .investment .investment-container .amount {
  padding-top: 0;
}

/* line 146, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .actions, body.investors .investments .investment .investment-container .actions, body.investment.plans .investments .investment .investment-container .actions, body.deals.dashboard .investments .investment .investment-container .actions, body.loans .investments .investment .investment-container .actions, body.schedule .investments .investment .investment-container .actions, body.loan_schedule .investments .investment .investment-container .actions {
  padding: 20px 0 0 0;
}

/* line 148, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .actions ul, body.investors .investments .investment .investment-container .actions ul, body.investment.plans .investments .investment .investment-container .actions ul, body.deals.dashboard .investments .investment .investment-container .actions ul, body.loans .investments .investment .investment-container .actions ul, body.schedule .investments .investment .investment-container .actions ul, body.loan_schedule .investments .investment .investment-container .actions ul {
  margin-left: 0;
}

/* line 150, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .actions ul li, body.investors .investments .investment .investment-container .actions ul li, body.investment.plans .investments .investment .investment-container .actions ul li, body.deals.dashboard .investments .investment .investment-container .actions ul li, body.loans .investments .investment .investment-container .actions ul li, body.schedule .investments .investment .investment-container .actions ul li, body.loan_schedule .investments .investment .investment-container .actions ul li {
  text-transform: uppercase;
}

/* line 152, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .actions ul li:first-of-type, body.investors .investments .investment .investment-container .actions ul li:first-of-type, body.investment.plans .investments .investment .investment-container .actions ul li:first-of-type, body.deals.dashboard .investments .investment .investment-container .actions ul li:first-of-type, body.loans .investments .investment .investment-container .actions ul li:first-of-type, body.schedule .investments .investment .investment-container .actions ul li:first-of-type, body.loan_schedule .investments .investment .investment-container .actions ul li:first-of-type {
  padding-left: 0;
  margin-left: 15px;
}

/* line 155, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .actions ul li:last-of-type, body.investors .investments .investment .investment-container .actions ul li:last-of-type, body.investment.plans .investments .investment .investment-container .actions ul li:last-of-type, body.deals.dashboard .investments .investment .investment-container .actions ul li:last-of-type, body.loans .investments .investment .investment-container .actions ul li:last-of-type, body.schedule .investments .investment .investment-container .actions ul li:last-of-type, body.loan_schedule .investments .investment .investment-container .actions ul li:last-of-type {
  border: none;
}

/* line 157, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist, body.investors .investments .investment .investment-container .checklist, body.investment.plans .investments .investment .investment-container .checklist, body.deals.dashboard .investments .investment .investment-container .checklist, body.loans .investments .investment .investment-container .checklist, body.schedule .investments .investment .investment-container .checklist, body.loan_schedule .investments .investment .investment-container .checklist {
  background: #e3e5e7;
  padding: 10px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  min-height: 150px;
  position: relative;
}

/* line 164, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist a, body.investors .investments .investment .investment-container .checklist a, body.investment.plans .investments .investment .investment-container .checklist a, body.deals.dashboard .investments .investment .investment-container .checklist a, body.loans .investments .investment .investment-container .checklist a, body.schedule .investments .investment .investment-container .checklist a, body.loan_schedule .investments .investment .investment-container .checklist a {
  text-decoration: none;
}

/* line 166, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .button, body.investors .investments .investment .investment-container .checklist .button, body.investment.plans .investments .investment .investment-container .checklist .button, body.deals.dashboard .investments .investment .investment-container .checklist .button, body.loans .investments .investment .investment-container .checklist .button, body.schedule .investments .investment .investment-container .checklist .button, body.loan_schedule .investments .investment .investment-container .checklist .button {
  margin-bottom: 0;
}

/* line 168, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .triangle, body.investments .investments .investment .investment-container .checklist .completed, body.investments body.investors .investments .investment .investment-container .checklist .completed, body.investors body.investments .investments .investment .investment-container .checklist .completed, body.investments body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.investments .investments .investment .investment-container .checklist .completed, body.investments body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.investments .investments .investment .investment-container .checklist .completed, body.investments body.loans .investments .investment .investment-container .checklist .completed, body.loans body.investments .investments .investment .investment-container .checklist .completed, body.investments body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.investments .investments .investment .investment-container .checklist .completed, body.investments body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.investments .investments .investment .investment-container .checklist .completed, body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments .investments .investment .investment-container .checklist .auto-invest, body.investors .investments .investment .investment-container .checklist .triangle, body.investors body.investments .investments .investment .investment-container .checklist .completed, body.investments body.investors .investments .investment .investment-container .checklist .completed, body.investors .investments .investment .investment-container .checklist .completed, body.investors body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.investors .investments .investment .investment-container .checklist .completed, body.investors body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.investors .investments .investment .investment-container .checklist .completed, body.investors body.loans .investments .investment .investment-container .checklist .completed, body.loans body.investors .investments .investment .investment-container .checklist .completed, body.investors body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.investors .investments .investment .investment-container .checklist .completed, body.investors body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.investors .investments .investment .investment-container .checklist .completed, body.investors body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors .investments .investment .investment-container .checklist .auto-invest, body.investment.plans .investments .investment .investment-container .checklist .triangle, body.investment.plans body.investments .investments .investment .investment-container .checklist .completed, body.investments body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.investors .investments .investment .investment-container .checklist .completed, body.investors body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.loans .investments .investment .investment-container .checklist .completed, body.loans body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans .investments .investment .investment-container .checklist .auto-invest, body.deals.dashboard .investments .investment .investment-container .checklist .triangle, body.deals.dashboard body.investments .investments .investment .investment-container .checklist .completed, body.investments body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.investors .investments .investment .investment-container .checklist .completed, body.investors body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.loans .investments .investment .investment-container .checklist .completed, body.loans body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard .investments .investment .investment-container .checklist .auto-invest, body.loans .investments .investment .investment-container .checklist .triangle, body.loans body.investments .investments .investment .investment-container .checklist .completed, body.investments body.loans .investments .investment .investment-container .checklist .completed, body.loans body.investors .investments .investment .investment-container .checklist .completed, body.investors body.loans .investments .investment .investment-container .checklist .completed, body.loans body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.loans .investments .investment .investment-container .checklist .completed, body.loans body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.loans .investments .investment .investment-container .checklist .completed, body.loans .investments .investment .investment-container .checklist .completed, body.loans body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.loans .investments .investment .investment-container .checklist .completed, body.loans body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.loans .investments .investment .investment-container .checklist .completed, body.loans body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans .investments .investment .investment-container .checklist .auto-invest, body.schedule .investments .investment .investment-container .checklist .triangle, body.schedule body.investments .investments .investment .investment-container .checklist .completed, body.investments body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.investors .investments .investment .investment-container .checklist .completed, body.investors body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.loans .investments .investment .investment-container .checklist .completed, body.loans body.schedule .investments .investment .investment-container .checklist .completed, body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule .investments .investment .investment-container .checklist .auto-invest, body.loan_schedule .investments .investment .investment-container .checklist .triangle, body.loan_schedule body.investments .investments .investment .investment-container .checklist .completed, body.investments body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.investors .investments .investment .investment-container .checklist .completed, body.investors body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.loans .investments .investment .investment-container .checklist .completed, body.loans body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.schedule .investments .investment .investment-container .checklist .completed, body.schedule body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule .investments .investment .investment-container .checklist .auto-invest {
  border-left: 40px solid transparent;
  border-right: 40px solid white;
  border-top: 40px solid white;
  border-bottom: 40px solid transparent;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 2;
}

/* line 177, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .auto-invest, body.investors .investments .investment .investment-container .checklist .auto-invest, body.investment.plans .investments .investment .investment-container .checklist .auto-invest, body.deals.dashboard .investments .investment .investment-container .checklist .auto-invest, body.loans .investments .investment .investment-container .checklist .auto-invest, body.schedule .investments .investment .investment-container .checklist .auto-invest, body.loan_schedule .investments .investment .investment-container .checklist .auto-invest {
  border-left: 40px solid transparent;
  border-right: 40px solid #8ec741;
  border-top: 40px solid #8ec741;
  border-bottom: 40px solid transparent;
}

/* line 180, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .auto-invest .fa, body.investors .investments .investment .investment-container .checklist .auto-invest .fa, body.investment.plans .investments .investment .investment-container .checklist .auto-invest .fa, body.deals.dashboard .investments .investment .investment-container .checklist .auto-invest .fa, body.loans .investments .investment .investment-container .checklist .auto-invest .fa, body.schedule .investments .investment .investment-container .checklist .auto-invest .fa, body.loan_schedule .investments .investment .investment-container .checklist .auto-invest .fa {
  color: white;
  font-size: 32px;
  font-size: 2rem;
  opacity: .85;
  position: absolute;
  top: -32px;
  left: 5px;
}

/* line 187, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .not-accredited, body.investors .investments .investment .investment-container .checklist .not-accredited, body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.loans .investments .investment .investment-container .checklist .not-accredited, body.schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule .investments .investment .investment-container .checklist .not-accredited {
  border-left: 40px solid transparent;
  border-right: 40px solid #ff9600;
  border-top: 40px solid #ff9600;
  border-bottom: 40px solid transparent;
}

/* line 190, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .not-accredited .fa-exclamation-circle, body.investors .investments .investment .investment-container .checklist .not-accredited .fa-exclamation-circle, body.investment.plans .investments .investment .investment-container .checklist .not-accredited .fa-exclamation-circle, body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited .fa-exclamation-circle, body.loans .investments .investment .investment-container .checklist .not-accredited .fa-exclamation-circle, body.schedule .investments .investment .investment-container .checklist .not-accredited .fa-exclamation-circle, body.loan_schedule .investments .investment .investment-container .checklist .not-accredited .fa-exclamation-circle {
  color: #FFF4E6;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  top: -32px;
  left: 5px;
}

/* line 196, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .not-accredited-text, body.investments .investments .investment .investment-container .checklist .auto-invest-text, body.investors .investments .investment .investment-container .checklist .not-accredited-text, body.investors .investments .investment .investment-container .checklist .auto-invest-text, body.investment.plans .investments .investment .investment-container .checklist .not-accredited-text, body.investment.plans .investments .investment .investment-container .checklist .auto-invest-text, body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited-text, body.deals.dashboard .investments .investment .investment-container .checklist .auto-invest-text, body.loans .investments .investment .investment-container .checklist .not-accredited-text, body.loans .investments .investment .investment-container .checklist .auto-invest-text, body.schedule .investments .investment .investment-container .checklist .not-accredited-text, body.schedule .investments .investment .investment-container .checklist .auto-invest-text, body.loan_schedule .investments .investment .investment-container .checklist .not-accredited-text, body.loan_schedule .investments .investment .investment-container .checklist .auto-invest-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  padding-right: 40px;
  margin: 10px;
}

/* line 201, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .completed, body.investors .investments .investment .investment-container .checklist .completed, body.investment.plans .investments .investment .investment-container .checklist .completed, body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.loans .investments .investment .investment-container .checklist .completed, body.schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule .investments .investment .investment-container .checklist .completed {
  border-left: 40px solid transparent;
  border-right: 40px solid #8ec741;
  border-top: 40px solid #8ec741;
  border-bottom: 40px solid transparent;
  color: white;
}

/* line 205, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .completed .text, body.investors .investments .investment .investment-container .checklist .completed .text, body.investment.plans .investments .investment .investment-container .checklist .completed .text, body.deals.dashboard .investments .investment .investment-container .checklist .completed .text, body.loans .investments .investment .investment-container .checklist .completed .text, body.schedule .investments .investment .investment-container .checklist .completed .text, body.loan_schedule .investments .investment .investment-container .checklist .completed .text {
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  top: -16px;
  left: -22px;
}

/* line 212, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .processing, body.investments .investments .investment .investment-container .checklist .accreditation, body.investors .investments .investment .investment-container .checklist .processing, body.investors .investments .investment .investment-container .checklist .accreditation, body.investment.plans .investments .investment .investment-container .checklist .processing, body.investment.plans .investments .investment .investment-container .checklist .accreditation, body.deals.dashboard .investments .investment .investment-container .checklist .processing, body.deals.dashboard .investments .investment .investment-container .checklist .accreditation, body.loans .investments .investment .investment-container .checklist .processing, body.loans .investments .investment .investment-container .checklist .accreditation, body.schedule .investments .investment .investment-container .checklist .processing, body.schedule .investments .investment .investment-container .checklist .accreditation, body.loan_schedule .investments .investment .investment-container .checklist .processing, body.loan_schedule .investments .investment .investment-container .checklist .accreditation {
  font-style: italic;
  color: #8C9BA9;
}

/* line 215, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar, body.investors .investments .investment .investment-container .checklist .bar, body.investment.plans .investments .investment .investment-container .checklist .bar, body.deals.dashboard .investments .investment .investment-container .checklist .bar, body.loans .investments .investment .investment-container .checklist .bar, body.schedule .investments .investment .investment-container .checklist .bar, body.loan_schedule .investments .investment .investment-container .checklist .bar {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  background: #F8F9F9;
  padding: 12px 10px;
  margin: 3px;
  border: 1px solid #DEE1E3;
}

@media only screen and (max-width: 40em) {
  /* line 215, app/assets/stylesheets/investments.sass */
  body.investments .investments .investment .investment-container .checklist .bar, body.investors .investments .investment .investment-container .checklist .bar, body.investment.plans .investments .investment .investment-container .checklist .bar, body.deals.dashboard .investments .investment .investment-container .checklist .bar, body.loans .investments .investment .investment-container .checklist .bar, body.schedule .investments .investment .investment-container .checklist .bar, body.loan_schedule .investments .investment .investment-container .checklist .bar {
    margin: 3px 0;
  }
}

/* line 225, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar.loan_closed_or_funded, body.investors .investments .investment .investment-container .checklist .bar.loan_closed_or_funded, body.investment.plans .investments .investment .investment-container .checklist .bar.loan_closed_or_funded, body.deals.dashboard .investments .investment .investment-container .checklist .bar.loan_closed_or_funded, body.loans .investments .investment .investment-container .checklist .bar.loan_closed_or_funded, body.schedule .investments .investment .investment-container .checklist .bar.loan_closed_or_funded, body.loan_schedule .investments .investment .investment-container .checklist .bar.loan_closed_or_funded {
  background: white;
  border: 1px solid #CCD0D4;
  color: #1A99D6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 230, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar.loan_closed_or_funded:hover, body.investors .investments .investment .investment-container .checklist .bar.loan_closed_or_funded:hover, body.investment.plans .investments .investment .investment-container .checklist .bar.loan_closed_or_funded:hover, body.deals.dashboard .investments .investment .investment-container .checklist .bar.loan_closed_or_funded:hover, body.loans .investments .investment .investment-container .checklist .bar.loan_closed_or_funded:hover, body.schedule .investments .investment .investment-container .checklist .bar.loan_closed_or_funded:hover, body.loan_schedule .investments .investment .investment-container .checklist .bar.loan_closed_or_funded:hover {
  border: 1px solid #1A99D6;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 235, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar.contact .fa.fa-arrow-circle-right, body.investors .investments .investment .investment-container .checklist .bar.contact .fa.fa-arrow-circle-right, body.investment.plans .investments .investment .investment-container .checklist .bar.contact .fa.fa-arrow-circle-right, body.deals.dashboard .investments .investment .investment-container .checklist .bar.contact .fa.fa-arrow-circle-right, body.loans .investments .investment .investment-container .checklist .bar.contact .fa.fa-arrow-circle-right, body.schedule .investments .investment .investment-container .checklist .bar.contact .fa.fa-arrow-circle-right, body.loan_schedule .investments .investment .investment-container .checklist .bar.contact .fa.fa-arrow-circle-right {
  color: #1A99D6;
}

/* line 237, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar .fa.fa-info-circle, body.investors .investments .investment .investment-container .checklist .bar .fa.fa-info-circle, body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-info-circle, body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-info-circle, body.loans .investments .investment .investment-container .checklist .bar .fa.fa-info-circle, body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-info-circle, body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-info-circle {
  color: #8C9BA9;
}

/* line 239, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar .fa:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa:not(.fa-info-circle) {
  float: left;
  position: relative;
  top: -6px;
  margin-right: 10px;
}

/* line 245, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar .fa.fa-check-circle:not(.fa-info-circle), body.investments .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-up:not(.fa-info-circle), body.investments .investments .investment .investment-container .checklist .bar .fa.fa-file-text:not(.fa-info-circle), body.investments .investments .investment .investment-container .checklist .bar .fa.fa-check:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-check-circle:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-up:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-file-text:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-check:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-check-circle:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-up:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-file-text:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-check:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-check-circle:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-up:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-file-text:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-check:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-check-circle:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-up:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-file-text:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-check:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-check-circle:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-up:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-file-text:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-check:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-check-circle:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-up:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-file-text:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-check:not(.fa-info-circle) {
  font-size: 32px;
  font-size: 2rem;
  color: #8ec741;
}

/* line 248, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar .fa.fa-exclamation-circle:not(.fa-info-circle), body.investments .investments .investment .investment-container .checklist .bar .fa.fa-exclamation:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-exclamation-circle:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-exclamation:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-exclamation-circle:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-exclamation:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-exclamation-circle:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-exclamation:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-exclamation-circle:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-exclamation:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-exclamation-circle:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-exclamation:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-exclamation-circle:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-exclamation:not(.fa-info-circle) {
  font-size: 32px;
  font-size: 2rem;
  color: #C40E17;
}

/* line 251, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar .fa.fa-clock-o:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-clock-o:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-clock-o:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-clock-o:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-clock-o:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-clock-o:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-clock-o:not(.fa-info-circle) {
  font-size: 32px;
  font-size: 2rem;
  color: #8C9BA9;
}

/* line 254, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-right:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-right:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-right:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-right:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-right:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-right:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-arrow-circle-right:not(.fa-info-circle) {
  font-size: 32px;
  font-size: 2rem;
  color: #1A99D6;
}

/* line 257, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .investment-container .checklist .bar .fa.fa-chevron-right:not(.fa-info-circle), body.investors .investments .investment .investment-container .checklist .bar .fa.fa-chevron-right:not(.fa-info-circle), body.investment.plans .investments .investment .investment-container .checklist .bar .fa.fa-chevron-right:not(.fa-info-circle), body.deals.dashboard .investments .investment .investment-container .checklist .bar .fa.fa-chevron-right:not(.fa-info-circle), body.loans .investments .investment .investment-container .checklist .bar .fa.fa-chevron-right:not(.fa-info-circle), body.schedule .investments .investment .investment-container .checklist .bar .fa.fa-chevron-right:not(.fa-info-circle), body.loan_schedule .investments .investment .investment-container .checklist .bar .fa.fa-chevron-right:not(.fa-info-circle) {
  float: right;
  color: #1A99D6;
  margin: 0;
  top: 3px;
}

/* line 262, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .actions, body.investors .investments .investment .actions, body.investment.plans .investments .investment .actions, body.deals.dashboard .investments .investment .actions, body.loans .investments .investment .actions, body.schedule .investments .investment .actions, body.loan_schedule .investments .investment .actions {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* line 265, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .actions .roi, body.investors .investments .investment .actions .roi, body.investment.plans .investments .investment .actions .roi, body.deals.dashboard .investments .investment .actions .roi, body.loans .investments .investment .actions .roi, body.schedule .investments .investment .actions .roi, body.loan_schedule .investments .investment .actions .roi {
  position: relative;
}

/* line 267, app/assets/stylesheets/investments.sass */
body.investments .investments .investment .actions .roi .f-dropdown.content, body.investors .investments .investment .actions .roi .f-dropdown.content, body.investment.plans .investments .investment .actions .roi .f-dropdown.content, body.deals.dashboard .investments .investment .actions .roi .f-dropdown.content, body.loans .investments .investment .actions .roi .f-dropdown.content, body.schedule .investments .investment .actions .roi .f-dropdown.content, body.loan_schedule .investments .investment .actions .roi .f-dropdown.content {
  width: 300px !important;
  max-width: 300px !important;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize;
}

/* line 274, app/assets/stylesheets/investments.sass */
body.investments .canceled-wrapper .canceled:first-child, body.investors .canceled-wrapper .canceled:first-child, body.investment.plans .canceled-wrapper .canceled:first-child, body.deals.dashboard .canceled-wrapper .canceled:first-child, body.loans .canceled-wrapper .canceled:first-child, body.schedule .canceled-wrapper .canceled:first-child, body.loan_schedule .canceled-wrapper .canceled:first-child {
  border-top: none;
  padding-top: 0;
}

/* line 277, app/assets/stylesheets/investments.sass */
body.investments .canceled-wrapper .canceled, body.investors .canceled-wrapper .canceled, body.investment.plans .canceled-wrapper .canceled, body.deals.dashboard .canceled-wrapper .canceled, body.loans .canceled-wrapper .canceled, body.schedule .canceled-wrapper .canceled, body.loan_schedule .canceled-wrapper .canceled {
  border-top: 1px solid rgba(140, 155, 169, 0.5);
  padding: 20px 0 10px 0;
}

/* line 281, app/assets/stylesheets/investments.sass */
body.investments .entity-bar-container, body.investments .new-entity-bar-container, body.investors .entity-bar-container, body.investors .new-entity-bar-container, body.investment.plans .entity-bar-container, body.investment.plans .new-entity-bar-container, body.deals.dashboard .entity-bar-container, body.deals.dashboard .new-entity-bar-container, body.loans .entity-bar-container, body.loans .new-entity-bar-container, body.schedule .entity-bar-container, body.schedule .new-entity-bar-container, body.loan_schedule .entity-bar-container, body.loan_schedule .new-entity-bar-container {
  min-height: 40px;
}

/* line 283, app/assets/stylesheets/investments.sass */
body.investments .entity-bar-container .entity-bar, body.investments .entity-bar-container .new-entity-bar, body.investments .new-entity-bar-container .entity-bar, body.investments .new-entity-bar-container .new-entity-bar, body.investors .entity-bar-container .entity-bar, body.investors .entity-bar-container .new-entity-bar, body.investors .new-entity-bar-container .entity-bar, body.investors .new-entity-bar-container .new-entity-bar, body.investment.plans .entity-bar-container .entity-bar, body.investment.plans .entity-bar-container .new-entity-bar, body.investment.plans .new-entity-bar-container .entity-bar, body.investment.plans .new-entity-bar-container .new-entity-bar, body.deals.dashboard .entity-bar-container .entity-bar, body.deals.dashboard .entity-bar-container .new-entity-bar, body.deals.dashboard .new-entity-bar-container .entity-bar, body.deals.dashboard .new-entity-bar-container .new-entity-bar, body.loans .entity-bar-container .entity-bar, body.loans .entity-bar-container .new-entity-bar, body.loans .new-entity-bar-container .entity-bar, body.loans .new-entity-bar-container .new-entity-bar, body.schedule .entity-bar-container .entity-bar, body.schedule .entity-bar-container .new-entity-bar, body.schedule .new-entity-bar-container .entity-bar, body.schedule .new-entity-bar-container .new-entity-bar, body.loan_schedule .entity-bar-container .entity-bar, body.loan_schedule .entity-bar-container .new-entity-bar, body.loan_schedule .new-entity-bar-container .entity-bar, body.loan_schedule .new-entity-bar-container .new-entity-bar {
  width: 100%;
}

/* line 286, app/assets/stylesheets/investments.sass */
body.investments .entity-bar-container .new-entity-bar.is-stuck, body.investments .new-entity-bar-container .new-entity-bar.is-stuck, body.investors .entity-bar-container .new-entity-bar.is-stuck, body.investors .new-entity-bar-container .new-entity-bar.is-stuck, body.investment.plans .entity-bar-container .new-entity-bar.is-stuck, body.investment.plans .new-entity-bar-container .new-entity-bar.is-stuck, body.deals.dashboard .entity-bar-container .new-entity-bar.is-stuck, body.deals.dashboard .new-entity-bar-container .new-entity-bar.is-stuck, body.loans .entity-bar-container .new-entity-bar.is-stuck, body.loans .new-entity-bar-container .new-entity-bar.is-stuck, body.schedule .entity-bar-container .new-entity-bar.is-stuck, body.schedule .new-entity-bar-container .new-entity-bar.is-stuck, body.loan_schedule .entity-bar-container .new-entity-bar.is-stuck, body.loan_schedule .new-entity-bar-container .new-entity-bar.is-stuck {
  background: #dee0e3;
}

/* line 290, app/assets/stylesheets/investments.sass */
body.investments .month a, body.investments .month .empty, body.investors .month a, body.investors .month .empty, body.investment.plans .month a, body.investment.plans .month .empty, body.deals.dashboard .month a, body.deals.dashboard .month .empty, body.loans .month a, body.loans .month .empty, body.schedule .month a, body.schedule .month .empty, body.loan_schedule .month a, body.loan_schedule .month .empty {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 20px;
}

/* line 295, app/assets/stylesheets/investments.sass */
body.investments .month a, body.investors .month a, body.investment.plans .month a, body.deals.dashboard .month a, body.loans .month a, body.schedule .month a, body.loan_schedule .month a {
  -webkit-border-radius: 100px 100px;
  -moz-border-radius: 100px 100px;
  border-radius: 100px 100px;
  background: rgba(52, 68, 82, 0.25);
  color: white;
  padding-top: 3px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 301, app/assets/stylesheets/investments.sass */
body.investments .month a .fa, body.investors .month a .fa, body.investment.plans .month a .fa, body.deals.dashboard .month a .fa, body.loans .month a .fa, body.schedule .month a .fa, body.loan_schedule .month a .fa {
  font-size: 21px;
  font-size: 1.3125rem;
}

/* line 303, app/assets/stylesheets/investments.sass */
body.investments .month a:hover, body.investors .month a:hover, body.investment.plans .month a:hover, body.deals.dashboard .month a:hover, body.loans .month a:hover, body.schedule .month a:hover, body.loan_schedule .month a:hover {
  background: #0883bf;
  color: white;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 308, app/assets/stylesheets/investments.sass */
body.investments .history, body.investors .history, body.investment.plans .history, body.deals.dashboard .history, body.loans .history, body.schedule .history, body.loan_schedule .history {
  display: none;
}

/* line 310, app/assets/stylesheets/investments.sass */
body.investments .history h5, body.investors .history h5, body.investment.plans .history h5, body.deals.dashboard .history h5, body.loans .history h5, body.schedule .history h5, body.loan_schedule .history h5 {
  margin-bottom: 30px;
}

/* line 312, app/assets/stylesheets/investments.sass */
body.investments .history table, body.investors .history table, body.investment.plans .history table, body.deals.dashboard .history table, body.loans .history table, body.schedule .history table, body.loan_schedule .history table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

/* line 317, app/assets/stylesheets/investments.sass */
body.investments .history table tr, body.investors .history table tr, body.investment.plans .history table tr, body.deals.dashboard .history table tr, body.loans .history table tr, body.schedule .history table tr, body.loan_schedule .history table tr {
  border: none !important;
}

/* line 320, app/assets/stylesheets/investments.sass */
body.investments .history table tr td, body.investors .history table tr td, body.investment.plans .history table tr td, body.deals.dashboard .history table tr td, body.loans .history table tr td, body.schedule .history table tr td, body.loan_schedule .history table tr td {
  padding: 10px;
}

/* line 322, app/assets/stylesheets/investments.sass */
body.investments .history table tr td:first-of-type, body.investors .history table tr td:first-of-type, body.investment.plans .history table tr td:first-of-type, body.deals.dashboard .history table tr td:first-of-type, body.loans .history table tr td:first-of-type, body.schedule .history table tr td:first-of-type, body.loan_schedule .history table tr td:first-of-type {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

/* line 324, app/assets/stylesheets/investments.sass */
body.investments .history table tr td:last-of-type, body.investors .history table tr td:last-of-type, body.investment.plans .history table tr td:last-of-type, body.deals.dashboard .history table tr td:last-of-type, body.loans .history table tr td:last-of-type, body.schedule .history table tr td:last-of-type, body.loan_schedule .history table tr td:last-of-type {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

/* line 326, app/assets/stylesheets/investments.sass */
body.investments .history table tr td.date, body.investors .history table tr td.date, body.investment.plans .history table tr td.date, body.deals.dashboard .history table tr td.date, body.loans .history table tr td.date, body.schedule .history table tr td.date, body.loan_schedule .history table tr td.date {
  font-weight: 500;
  color: #8ec741;
}

/* line 329, app/assets/stylesheets/investments.sass */
body.investments .history table tr td.date.error, body.investments .history table tr form .date.custom-dynamic-fields-error, form body.investments .history table tr .date.custom-dynamic-fields-error, body.investments .history table tr body.loans.update_guarantor_ownership .date.custom-dynamic-fields-error, body.loans.update_guarantor_ownership body.investments .history table tr .date.custom-dynamic-fields-error, body.investors .history table tr td.date.error, body.investors .history table tr form .date.custom-dynamic-fields-error, form body.investors .history table tr .date.custom-dynamic-fields-error, body.investors .history table tr body.loans.update_guarantor_ownership .date.custom-dynamic-fields-error, body.loans.update_guarantor_ownership body.investors .history table tr .date.custom-dynamic-fields-error, body.investment.plans .history table tr td.date.error, body.investment.plans .history table tr form .date.custom-dynamic-fields-error, form body.investment.plans .history table tr .date.custom-dynamic-fields-error, body.investment.plans .history table tr body.loans.update_guarantor_ownership .date.custom-dynamic-fields-error, body.loans.update_guarantor_ownership body.investment.plans .history table tr .date.custom-dynamic-fields-error, body.deals.dashboard .history table tr td.date.error, body.deals.dashboard .history table tr form .date.custom-dynamic-fields-error, form body.deals.dashboard .history table tr .date.custom-dynamic-fields-error, body.deals.dashboard .history table tr body.loans.update_guarantor_ownership .date.custom-dynamic-fields-error, body.loans.update_guarantor_ownership body.deals.dashboard .history table tr .date.custom-dynamic-fields-error, body.loans .history table tr td.date.error, body.loans .history table tr form .date.custom-dynamic-fields-error, form body.loans .history table tr .date.custom-dynamic-fields-error, body.loans.update_guarantor_ownership .history table tr .date.custom-dynamic-fields-error, body.schedule .history table tr td.date.error, body.schedule .history table tr form .date.custom-dynamic-fields-error, form body.schedule .history table tr .date.custom-dynamic-fields-error, body.schedule .history table tr body.loans.update_guarantor_ownership .date.custom-dynamic-fields-error, body.loans.update_guarantor_ownership body.schedule .history table tr .date.custom-dynamic-fields-error, body.loan_schedule .history table tr td.date.error, body.loan_schedule .history table tr form .date.custom-dynamic-fields-error, form body.loan_schedule .history table tr .date.custom-dynamic-fields-error, body.loan_schedule .history table tr body.loans.update_guarantor_ownership .date.custom-dynamic-fields-error, body.loans.update_guarantor_ownership body.loan_schedule .history table tr .date.custom-dynamic-fields-error {
  color: #C40E17;
}

/* line 332, app/assets/stylesheets/investments.sass */
body.investments .none-pod, body.investors .none-pod, body.investment.plans .none-pod, body.deals.dashboard .none-pod, body.loans .none-pod, body.schedule .none-pod, body.loan_schedule .none-pod {
  display: none;
}

/* line 336, app/assets/stylesheets/investments.sass */
body.investments.investors.promissory_note iframe, body.investors.investors.promissory_note iframe, body.investment.plans.investors.promissory_note iframe, body.deals.dashboard.investors.promissory_note iframe, body.loans.investors.promissory_note iframe, body.schedule.investors.promissory_note iframe, body.loan_schedule.investors.promissory_note iframe {
  height: -webkit-calc(100vh - 160px);
  height: -moz-calc(100vh - 160px);
  height: calc(100vh - 160px);
  width: 100%;
}

/* line 341, app/assets/stylesheets/investments.sass */
body.investments.funds.thankyou .entity-unit, body.investors.funds.thankyou .entity-unit, body.investment.plans.funds.thankyou .entity-unit, body.deals.dashboard.funds.thankyou .entity-unit, body.loans.funds.thankyou .entity-unit, body.schedule.funds.thankyou .entity-unit, body.loan_schedule.funds.thankyou .entity-unit {
  background: #f1f2f3;
  padding: 20px;
}

/* line 345, app/assets/stylesheets/investments.sass */
body.investments select.statement-period, body.investors select.statement-period, body.investment.plans select.statement-period, body.deals.dashboard select.statement-period, body.loans select.statement-period, body.schedule select.statement-period, body.loan_schedule select.statement-period {
  width: 200px;
}

@media screen and (max-width: 39.9375em) {
  /* line 353, app/assets/stylesheets/investments.sass */
  body.investments .deal-pod .header-wrap .text-wrap, body.investments .entity-bar-container .header-wrap .text-wrap, body.investors .deal-pod .header-wrap .text-wrap, body.investors .entity-bar-container .header-wrap .text-wrap, body.investment.plans .deal-pod .header-wrap .text-wrap, body.investment.plans .entity-bar-container .header-wrap .text-wrap {
    text-align: center;
    padding: 0 0 30px 0;
  }
  /* line 356, app/assets/stylesheets/investments.sass */
  body.investments .deal-pod .header-wrap .text-wrap h4, body.investments .entity-bar-container .header-wrap .text-wrap h4, body.investors .deal-pod .header-wrap .text-wrap h4, body.investors .entity-bar-container .header-wrap .text-wrap h4, body.investment.plans .deal-pod .header-wrap .text-wrap h4, body.investment.plans .entity-bar-container .header-wrap .text-wrap h4 {
    padding-top: 0;
  }
  /* line 359, app/assets/stylesheets/investments.sass */
  body.investments .checklist, body.investors .checklist, body.investment.plans .checklist {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  /* line 366, app/assets/stylesheets/investments.sass */
  body.investors.index .investment .investment-container .checklist .triangle, body.investors.index body.investments .investments .investment .investment-container .checklist .auto-invest, body.investments .investments body.investors.index .investment .investment-container .checklist .auto-invest, body.investors.index .investments .investment .investment-container .checklist .auto-invest, body.investors.index body.investment.plans .investments .investment .investment-container .checklist .auto-invest, body.investment.plans .investments body.investors.index .investment .investment-container .checklist .auto-invest, body.investors.index body.deals.dashboard .investments .investment .investment-container .checklist .auto-invest, body.deals.dashboard .investments body.investors.index .investment .investment-container .checklist .auto-invest, body.investors.index body.loans .investments .investment .investment-container .checklist .auto-invest, body.loans .investments body.investors.index .investment .investment-container .checklist .auto-invest, body.investors.index body.schedule .investments .investment .investment-container .checklist .auto-invest, body.schedule .investments body.investors.index .investment .investment-container .checklist .auto-invest, body.investors.index body.loan_schedule .investments .investment .investment-container .checklist .auto-invest, body.loan_schedule .investments body.investors.index .investment .investment-container .checklist .auto-invest, body.investors.index body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments .investments body.investors.index .investment .investment-container .checklist .not-accredited, body.investors.index .investments .investment .investment-container .checklist .not-accredited, body.investors.index body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans .investments body.investors.index .investment .investment-container .checklist .not-accredited, body.investors.index body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard .investments body.investors.index .investment .investment-container .checklist .not-accredited, body.investors.index body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans .investments body.investors.index .investment .investment-container .checklist .not-accredited, body.investors.index body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule .investments body.investors.index .investment .investment-container .checklist .not-accredited, body.investors.index body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule .investments body.investors.index .investment .investment-container .checklist .not-accredited, body.investors.index body.investments .investments .investment .investment-container .checklist .completed, body.investments .investments body.investors.index .investment .investment-container .checklist .completed, body.investors.index .investments .investment .investment-container .checklist .completed, body.investors.index body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans .investments body.investors.index .investment .investment-container .checklist .completed, body.investors.index body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard .investments body.investors.index .investment .investment-container .checklist .completed, body.investors.index body.loans .investments .investment .investment-container .checklist .completed, body.loans .investments body.investors.index .investment .investment-container .checklist .completed, body.investors.index body.schedule .investments .investment .investment-container .checklist .completed, body.schedule .investments body.investors.index .investment .investment-container .checklist .completed, body.investors.index body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule .investments body.investors.index .investment .investment-container .checklist .completed, body.investors.show .investment .investment-container .checklist .triangle, body.investors.show body.investments .investments .investment .investment-container .checklist .auto-invest, body.investments .investments body.investors.show .investment .investment-container .checklist .auto-invest, body.investors.show .investments .investment .investment-container .checklist .auto-invest, body.investors.show body.investment.plans .investments .investment .investment-container .checklist .auto-invest, body.investment.plans .investments body.investors.show .investment .investment-container .checklist .auto-invest, body.investors.show body.deals.dashboard .investments .investment .investment-container .checklist .auto-invest, body.deals.dashboard .investments body.investors.show .investment .investment-container .checklist .auto-invest, body.investors.show body.loans .investments .investment .investment-container .checklist .auto-invest, body.loans .investments body.investors.show .investment .investment-container .checklist .auto-invest, body.investors.show body.schedule .investments .investment .investment-container .checklist .auto-invest, body.schedule .investments body.investors.show .investment .investment-container .checklist .auto-invest, body.investors.show body.loan_schedule .investments .investment .investment-container .checklist .auto-invest, body.loan_schedule .investments body.investors.show .investment .investment-container .checklist .auto-invest, body.investors.show body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments .investments body.investors.show .investment .investment-container .checklist .not-accredited, body.investors.show .investments .investment .investment-container .checklist .not-accredited, body.investors.show body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans .investments body.investors.show .investment .investment-container .checklist .not-accredited, body.investors.show body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard .investments body.investors.show .investment .investment-container .checklist .not-accredited, body.investors.show body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans .investments body.investors.show .investment .investment-container .checklist .not-accredited, body.investors.show body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule .investments body.investors.show .investment .investment-container .checklist .not-accredited, body.investors.show body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule .investments body.investors.show .investment .investment-container .checklist .not-accredited, body.investors.show body.investments .investments .investment .investment-container .checklist .completed, body.investments .investments body.investors.show .investment .investment-container .checklist .completed, body.investors.show .investments .investment .investment-container .checklist .completed, body.investors.show body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans .investments body.investors.show .investment .investment-container .checklist .completed, body.investors.show body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard .investments body.investors.show .investment .investment-container .checklist .completed, body.investors.show body.loans .investments .investment .investment-container .checklist .completed, body.loans .investments body.investors.show .investment .investment-container .checklist .completed, body.investors.show body.schedule .investments .investment .investment-container .checklist .completed, body.schedule .investments body.investors.show .investment .investment-container .checklist .completed, body.investors.show body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule .investments body.investors.show .investment .investment-container .checklist .completed, body.investors .investment .investment-container .checklist .triangle, body.investors body.investments .investments .investment .investment-container .checklist .auto-invest, body.investments .investments body.investors .investment .investment-container .checklist .auto-invest, body.investors .investments .investment .investment-container .checklist .auto-invest, body.investors body.investment.plans .investments .investment .investment-container .checklist .auto-invest, body.investment.plans .investments body.investors .investment .investment-container .checklist .auto-invest, body.investors body.deals.dashboard .investments .investment .investment-container .checklist .auto-invest, body.deals.dashboard .investments body.investors .investment .investment-container .checklist .auto-invest, body.investors body.loans .investments .investment .investment-container .checklist .auto-invest, body.loans .investments body.investors .investment .investment-container .checklist .auto-invest, body.investors body.schedule .investments .investment .investment-container .checklist .auto-invest, body.schedule .investments body.investors .investment .investment-container .checklist .auto-invest, body.investors body.loan_schedule .investments .investment .investment-container .checklist .auto-invest, body.loan_schedule .investments body.investors .investment .investment-container .checklist .auto-invest, body.investors body.investments .investments .investment .investment-container .checklist .not-accredited, body.investments .investments body.investors .investment .investment-container .checklist .not-accredited, body.investors .investments .investment .investment-container .checklist .not-accredited, body.investors body.investment.plans .investments .investment .investment-container .checklist .not-accredited, body.investment.plans .investments body.investors .investment .investment-container .checklist .not-accredited, body.investors body.deals.dashboard .investments .investment .investment-container .checklist .not-accredited, body.deals.dashboard .investments body.investors .investment .investment-container .checklist .not-accredited, body.investors body.loans .investments .investment .investment-container .checklist .not-accredited, body.loans .investments body.investors .investment .investment-container .checklist .not-accredited, body.investors body.schedule .investments .investment .investment-container .checklist .not-accredited, body.schedule .investments body.investors .investment .investment-container .checklist .not-accredited, body.investors body.loan_schedule .investments .investment .investment-container .checklist .not-accredited, body.loan_schedule .investments body.investors .investment .investment-container .checklist .not-accredited, body.investors body.investments .investments .investment .investment-container .checklist .completed, body.investments .investments body.investors .investment .investment-container .checklist .completed, body.investors .investments .investment .investment-container .checklist .completed, body.investors body.investment.plans .investments .investment .investment-container .checklist .completed, body.investment.plans .investments body.investors .investment .investment-container .checklist .completed, body.investors body.deals.dashboard .investments .investment .investment-container .checklist .completed, body.deals.dashboard .investments body.investors .investment .investment-container .checklist .completed, body.investors body.loans .investments .investment .investment-container .checklist .completed, body.loans .investments body.investors .investment .investment-container .checklist .completed, body.investors body.schedule .investments .investment .investment-container .checklist .completed, body.schedule .investments body.investors .investment .investment-container .checklist .completed, body.investors body.loan_schedule .investments .investment .investment-container .checklist .completed, body.loan_schedule .investments body.investors .investment .investment-container .checklist .completed {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

/* line 4, app/assets/stylesheets/investment_plans.sass */
body.investment.plans section.hero .auto-invest-hero {
  background-image: url(/assets/static/auto-invest-hero.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 425px;
  position: relative;
}

/* line 12, app/assets/stylesheets/investment_plans.sass */
body.investment.plans section.hero .auto-invest-hero h1 {
  color: white;
  padding-top: 130px;
  text-align: center;
  text-shadow: 0 0 40px black;
}

/* line 18, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .bank-info {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

/* line 21, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .documents {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0;
}

/* line 25, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .documents .fa {
  color: #0883bf;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}

/* line 29, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .paused {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  background: #feedee;
  border: 1px solid #C40E17;
  color: #C40E17;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

/* line 39, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .user {
  border-top: 1px #ddd solid;
  padding: 15px 0;
  position: relative;
}

/* line 43, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .user .fa {
  float: left;
  margin-right: 15px;
  font-size: 32px;
  font-size: 2rem;
}

/* line 47, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .user .fa-caret-square-o-down {
  font-size: 20px;
  font-size: 1.25rem;
  float: none;
  color: #0883bf;
  margin: 10px 0 0 0;
  padding-right: 10px;
}

/* line 53, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .user .fa-user-times {
  color: #C40E17;
}

/* line 55, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .user .fa-user {
  color: #8ec741;
}

/* line 57, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .user .email {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 59, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .user .role {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
}

/* line 62, app/assets/stylesheets/investment_plans.sass */
body.investment.plans .user .f-dropdown.open {
  width: 300px;
}

/* line 65, app/assets/stylesheets/investment_plans.sass */
body.investment.plans ul.thankyou {
  margin-top: 35px;
}

/* line 68, app/assets/stylesheets/investment_plans.sass */
body.investment.plans ul.thankyou li .inner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-top: 5px;
  padding: 30px;
}

/* line 73, app/assets/stylesheets/investment_plans.sass */
body.investment.plans ul.thankyou li .inner h5 {
  margin-bottom: 10px;
}

/* line 75, app/assets/stylesheets/investment_plans.sass */
body.investment.plans ul.thankyou li .inner a.button {
  margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, app/assets/stylesheets/investment_plans.sass */
  body.investment.plans section.hero .auto-invest-hero {
    background-image: url(/assets/static/auto-invest-mobile-hero.jpg);
    height: 250px;
  }
  /* line 85, app/assets/stylesheets/investment_plans.sass */
  body.investment.plans section.hero .auto-invest-hero h1 {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 75px;
  }
  /* line 89, app/assets/stylesheets/investment_plans.sass */
  body.investment.plans .marketing h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 96, app/assets/stylesheets/investment_plans.sass */
  body.investment.plans section.hero .auto-invest-hero {
    background-image: url(/assets/static/auto-invest-tablet-hero.jpg);
    background-position: right;
    height: 350px;
  }
  /* line 100, app/assets/stylesheets/investment_plans.sass */
  body.investment.plans section.hero .auto-invest-hero h1 {
    padding-top: 100px;
  }
}

/* line 2, app/assets/stylesheets/passwords.sass */
body.passwords.new section.form, body.passwords.create section.form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto 20px;
  padding: 30px;
  width: 540px;
}

/* line 7, app/assets/stylesheets/passwords.sass */
body.passwords.new section.form h3, body.passwords.create section.form h3 {
  margin-bottom: 30px;
}

/* line 9, app/assets/stylesheets/passwords.sass */
body.passwords.new section.form form, body.passwords.create section.form form {
  margin-top: 0;
  width: 100%;
}

/* line 12, app/assets/stylesheets/passwords.sass */
body.passwords.new section.form .label, body.passwords.create section.form .label {
  width: 45%;
}

/* line 14, app/assets/stylesheets/passwords.sass */
body.passwords.new section.form .input, body.passwords.create section.form .input {
  width: 50%;
}

/* line 16, app/assets/stylesheets/passwords.sass */
body.passwords.new section.form .actions, body.passwords.create section.form .actions {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

/* line 19, app/assets/stylesheets/passwords.sass */
body.passwords.new section.form input[type=submit], body.passwords.create section.form input[type=submit] {
  float: none;
}

/* line 1, app/assets/stylesheets/_pdf.sass */
.page-break {
  display: block;
  clear: both;
  page-break-after: always !important;
}

/* line 6, app/assets/stylesheets/_pdf.sass */
#compiled-pdf-body {
  font-family: sans-serif;
  margin: 0;
  width: 100%;
  font-size: 12px;
  background-color: #fff !important;
}

/* line 13, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf {
  padding: 0;
}

/* line 17, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners {
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  margin-left: 0;
  border-left: 1px solid #d4d7da;
  width: fit-content;
}

/* line 25, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner {
  padding: 0;
  display: table;
  border-collapse: collapse;
  width: 100%;
}

/* line 30, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .cell.ownership-cell {
  width: 60px;
}

/* line 35, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .cell:nth-child(3) {
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .cell.child-node {
  width: 25px;
}

/* line 39, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .cell.child-node hr {
  border-bottom: 1px solid #d4d7da;
}

/* line 41, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .ownership {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  background: #0883bf;
  width: 50px;
  height: 40px;
  text-align: center;
  color: white;
  line-height: 40px;
}

/* line 51, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .ownership.individual {
  background: #8ec741;
}

/* line 53, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .ownership .fa-percent {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: super;
  margin-left: -5px;
}

/* line 58, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .child-owners ul.child-owners {
  display: block;
  position: relative;
  height: fit-content;
  margin-left: 50px;
}

/* line 63, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .child-owners ul.child-owners:last-of-type {
  margin-bottom: 20px;
}

/* line 65, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .child-owners ul.child-owners li.child-owner {
  display: table;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  overflow: visible;
  border-left: none;
}

/* line 72, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .child-owners ul.child-owners li.child-owner .cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: visible;
}

/* line 77, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .child-owners ul.child-owners li.child-owner .cell:nth-child(3) {
  font-weight: 500;
}

/* line 80, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .child-owners + .child-owners ul.child-owners {
  margin-left: 50px;
}

/* line 82, app/assets/stylesheets/_pdf.sass */
#my-ownership-pdf ul.child-owners li.child-owner .child-owners + .child-owners ul.child-owners:last-of-type {
  margin-bottom: 20px;
}

/* line 87, app/assets/stylesheets/_pdf.sass */
.full-pfa-pdf .pfa-pdf-section .section-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0 0 10px;
}

/* line 92, app/assets/stylesheets/_pdf.sass */
.darker-light-box {
  background-color: #e3e5e7;
}

/* line 95, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper {
  position: relative;
}

/* line 97, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item {
  position: relative;
  border-bottom: 1px solid #d6d9db;
  padding: 20px;
}

/* line 101, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item:last-of-type {
  border: none;
}

/* line 103, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item.hoverable {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  padding: 20px;
}

/* line 106, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item.hoverable:hover {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  transform: scale(1.03, 1.03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 10px rgba(52, 68, 82, 0.2);
  -moz-box-shadow: 0 1px 10px rgba(52, 68, 82, 0.2);
  -o-box-shadow: 0 1px 10px rgba(52, 68, 82, 0.2);
  box-shadow: 0 1px 10px rgba(52, 68, 82, 0.2);
  overflow: hidden;
  z-index: 1;
}

/* line 114, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item .highlights .highlight {
  padding: 10px 0;
  font-size: 16px;
  font-size: 1rem;
}

/* line 117, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item .highlights .highlight .list-label {
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 119, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item.dashboard {
  padding: 10px 0;
  border-top: 1px solid #e3e5e7;
  border-bottom: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 125, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item.dashboard .highlights .highlight {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0;
}

/* line 128, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item .icon-btn {
  border: none;
  background-color: white;
  color: #d6d9db;
}

/* line 132, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item:hover {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 134, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item:hover .icon-btn {
  visibility: visible;
  animation: shadow-pulse 1s infinite;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  background: #f1f2f3;
  color: #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 141, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item:hover .icon-btn:hover {
  color: white;
  background-color: #0883bf;
}

/* line 144, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item .location-notification {
  position: absolute;
  right: -13px;
  top: 34px;
  -webkit-border-radius: 100px 100px;
  -moz-border-radius: 100px 100px;
  border-radius: 100px 100px;
  animation: notification-pulse 2s infinite;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  width: 28px;
  height: 28px;
}

/* line 155, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .stores-list-item .location-notification.dashboard {
  right: -32px;
  top: 23px;
}

/* line 159, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .brand-logo {
  margin-bottom: 20px;
}

/* line 162, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .brand-logo.small .brand-text-logo, .stores-list-wrapper .brand-logo.small .brand-wrapper {
  height: 70px;
  width: 125px;
}

/* line 165, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .brand-text-logo, .stores-list-wrapper .brand-wrapper {
  -webkit-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  height: 100px;
  width: 165px;
}

/* line 169, app/assets/stylesheets/_pdf.sass */
.stores-list-wrapper .brand-text-logo h5, .stores-list-wrapper .brand-wrapper h5 {
  font-size: 14px;
  font-size: 0.875rem;
  text-shadow: 2px 2px 8px rgba(52, 68, 82, 0.35);
}

/* line 1, app/assets/stylesheets/pfs.sass */
#pfa-checklist {
  background-color: #f1f2f3;
  position: fixed;
  left: 0;
  height: 100vh;
  width: 25%;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 12, app/assets/stylesheets/pfs.sass */
#pfa-checklist #loan-app-menu li:not(.is-active) a:hover {
  background: white;
}

/* line 14, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy {
  font-family: sans-serif;
  margin: 0;
  border-color: white;
  width: 100%;
  font-size: 12px;
  background-color: #fff !important;
}

/* line 21, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy .pfa-pdf-header {
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
}

/* line 25, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy .pfa-pdf-header .logo {
  padding-top: 5px;
  width: 100%;
}

/* line 28, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy .pfa-pdf-header h2 {
  padding-top: 23px;
}

/* line 30, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy #primary-information {
  background-color: #344452;
  color: white;
  padding: 15px 10px;
}

/* line 34, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy #primary-information a {
  color: white;
}

/* line 36, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy .pfa-pdf-section {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

/* line 40, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy .pfa-pdf-section .section-title {
  border-top: 1px solid #8C9BA9;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  padding-top: 5px;
}

/* line 46, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy .pfa-pdf-section .legal {
  font-size: 10px;
  font-size: 0.625rem;
}

/* line 49, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy .pfa-pdf-section table.snapshot td {
  border-bottom: 1px solid white;
  padding: 7px;
}

/* line 52, app/assets/stylesheets/pfs.sass */
#pfs-pdf-copy footer {
  border-top: 1px solid #8C9BA9;
  background-color: #fff !important;
  text-align: center;
  padding: 20px 0 60px 0;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.5625rem;
}

/* line 60, app/assets/stylesheets/pfs.sass */
table.pfa-pdf th {
  background: #f1f2f3;
  font-weight: bold;
}

/* line 63, app/assets/stylesheets/pfs.sass */
table.pfa-pdf tr {
  border-bottom: 1px solid #f1f2f3;
}

/* line 65, app/assets/stylesheets/pfs.sass */
table.pfa-pdf tr td {
  background: white;
}

/* line 68, app/assets/stylesheets/pfs.sass */
table.pfa-pdf tr.subtotal td {
  background-color: #e0f0cb;
}

/* line 71, app/assets/stylesheets/pfs.sass */
table.pfa-pdf tr.total td {
  background-color: #8ec741;
  color: white;
}

/* line 76, app/assets/stylesheets/pfs.sass */
table.assets tr th:nth-child(1) {
  width: 80%;
}

/* line 78, app/assets/stylesheets/pfs.sass */
table.assets tr th:nth-child(2) {
  width: 20%;
}

/* line 82, app/assets/stylesheets/pfs.sass */
table.liabilities tr th {
  width: 20%;
}

/* line 84, app/assets/stylesheets/pfs.sass */
table.liabilities tr th:nth-child(1) {
  width: 60%;
}

/* line 87, app/assets/stylesheets/pfs.sass */
table.liabilities tr .fill-in {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #8C9BA9;
  font-weight: bold;
  padding-bottom: 5px;
  margin-top: 30px;
}

/* line 93, app/assets/stylesheets/pfs.sass */
table.liabilities tr .fill-in:first-of-type {
  margin-top: 0;
}

/* line 95, app/assets/stylesheets/pfs.sass */
table.liabilities footer {
  display: block;
  text-align: center;
  border-top: 3px solid #8C9BA9;
  padding-top: 10px;
  margin-top: -100px;
  font-size: 10px;
}

/* line 102, app/assets/stylesheets/pfs.sass */
.page-break {
  display: block;
  clear: both;
  page-break-after: always !important;
}

/* line 106, app/assets/stylesheets/pfs.sass */
.custom_tooltip {
  position: relative;
}

/* line 108, app/assets/stylesheets/pfs.sass */
.custom_tooltip .tooltiptext {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  font-family: sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  width: 75px;
  background-color: #ff9600;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 7px;
  position: absolute;
  top: -7px;
  left: -80px;
}

/* line 121, app/assets/stylesheets/pfs.sass */
.custom_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ff9600;
}

/* line 130, app/assets/stylesheets/pfs.sass */
.custom_tooltip .pfa-tooltiptext {
  background-color: #344452;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  font-family: sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  top: -99px;
}

/* line 140, app/assets/stylesheets/pfs.sass */
.custom_tooltip .fst-tooltiptext {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  font-family: sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #8C9BA9;
  color: #344452;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 7px;
  position: absolute;
  top: -10px;
  right: 50px;
}

/* line 151, app/assets/stylesheets/pfs.sass */
.custom_tooltip .fst-tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

/* line 161, app/assets/stylesheets/pfs.sass */
.progress-bar-red {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 10px;
  background-color: #C40E17;
}

/* line 165, app/assets/stylesheets/pfs.sass */
.progress-bar-red .progress-meter {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 167, app/assets/stylesheets/pfs.sass */
.real-estate-asset-percentage {
  height: 5px;
  background-color: white;
}

/* line 170, app/assets/stylesheets/pfs.sass */
.real-estate-asset-percentage .progress-meter {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 172, app/assets/stylesheets/pfs.sass */
.real-estate-actions {
  display: block;
  width: 100%;
}

/* line 175, app/assets/stylesheets/pfs.sass */
#primary-address-display {
  border-left: 3px solid #ff9600;
  padding: 5px 15px;
  margin: 30px 0;
}

/* line 179, app/assets/stylesheets/pfs.sass */
.disable-btn-or-link {
  pointer-events: none;
}

/* line 182, app/assets/stylesheets/pfs.sass */
.pfa-button-group {
  white-space: nowrap;
}

/* line 184, app/assets/stylesheets/pfs.sass */
.pfa-button-group .button {
  width: 20%;
}

/* line 186, app/assets/stylesheets/pfs.sass */
.pfa-button-group .button:nth-child(1) {
  -webkit-border-radius: 100px 0 0 100px;
  -moz-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
}

/* line 188, app/assets/stylesheets/pfs.sass */
.pfa-button-group .button:nth-child(2) {
  width: 60%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 191, app/assets/stylesheets/pfs.sass */
.pfa-button-group .button:nth-child(3) {
  -webkit-border-radius: 0 100px 100px 0;
  -moz-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

@media screen and (max-width: 39.9375em) {
  /* line 195, app/assets/stylesheets/pfs.sass */
  .manage-property-menu {
    bottom: 520px !important;
    right: 5px !important;
  }
  /* line 202, app/assets/stylesheets/pfs.sass */
  form#pfa_form table.soures_of_income_table tbody tr input.currency, form#pfa_form table.soures_of_income_table tbody tr input.income-cash, form#pfa_form table.financial_condition_assets tbody tr input.currency, form#pfa_form table.financial_condition_assets tbody tr input.income-cash, form#pfa_form table.financial_condition_liabilities tbody tr input.currency, form#pfa_form table.financial_condition_liabilities tbody tr input.income-cash {
    direction: rtl;
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 207, app/assets/stylesheets/pfs.sass */
  #pfa-checklist {
    width: 33%;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 211, app/assets/stylesheets/pfs.sass */
  .property-address {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 213, app/assets/stylesheets/pfs.sass */
  .manage-property-menu {
    position: absolute;
    right: 0;
    bottom: 540px;
  }
}

/* line 218, app/assets/stylesheets/pfs.sass */
.circle-icon::before {
  color: #dee0e3;
  content: "";
  font-size: 2rem;
  float: left;
  font-family: FontAwesome;
  margin: -3px 10px 0 0;
}

/* line 225, app/assets/stylesheets/pfs.sass */
.circle-icon.active:first-of-type {
  border: none;
}

/* line 227, app/assets/stylesheets/pfs.sass */
.circle-icon.active:first-of-type .content {
  margin-right: 0;
}

/* line 229, app/assets/stylesheets/pfs.sass */
.circle-icon.active {
  color: #344452;
  font-weight: bold;
  padding-bottom: 15px;
}

/* line 233, app/assets/stylesheets/pfs.sass */
.circle-icon.active::before {
  color: #0883bf;
  content: "";
}

/* line 237, app/assets/stylesheets/pfs.sass */
.circle-icon.review::before {
  color: #0883bf;
  content: "";
}

/* line 241, app/assets/stylesheets/pfs.sass */
.circle-icon.attention::before, .circle-icon.problem::before {
  color: #ff9600;
  content: "";
}

/* line 245, app/assets/stylesheets/pfs.sass */
.circle-icon.need-revision::before {
  color: #C40E17;
  content: "";
}

/* line 249, app/assets/stylesheets/pfs.sass */
.circle-icon.complete::before {
  color: #8ec741;
  content: "";
}

@media screen and (min-width: 100em) and (max-width: 112.4375em) {
  /* line 253, app/assets/stylesheets/pfs.sass */
  #pfa-checklist {
    width: 23%;
  }
}

@media screen and (min-width: 112.5em) {
  /* line 256, app/assets/stylesheets/pfs.sass */
  #pfa-checklist {
    width: 420px;
  }
}

/* line 2, app/assets/stylesheets/profiles.sass */
body.profiles h5, body.accounts h5 {
  font-weight: 500;
}

/* line 6, app/assets/stylesheets/profiles.sass */
body.profiles .api p, body.accounts .api p {
  margin-bottom: 10px;
}

/* line 8, app/assets/stylesheets/profiles.sass */
body.profiles .api a.button, body.accounts .api a.button {
  float: none;
  margin-top: 10px;
  display: inline-block;
}

/* line 12, app/assets/stylesheets/profiles.sass */
body.profiles .api code, body.accounts .api code {
  word-break: break-all;
}

/* line 15, app/assets/stylesheets/profiles.sass */
body.profiles .api-section, body.accounts .api-section {
  *zoom: 1;
  width: 800px;
  margin: 0 auto 20px;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
body.profiles .api-section:before, body.profiles .api-section:after, body.accounts .api-section:before, body.accounts .api-section:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
body.profiles .api-section:after, body.accounts .api-section:after {
  clear: both;
}

/* line 19, app/assets/stylesheets/profiles.sass */
body.profiles .api-section code, body.accounts .api-section code {
  word-wrap: break-word;
}

/* line 21, app/assets/stylesheets/profiles.sass */
body.profiles .api-section h6, body.accounts .api-section h6 {
  margin-top: 15px;
}

/* line 2, app/assets/stylesheets/spa_calls.sass */
body.spa.calls .errors {
  background: #fcd5d7;
  color: #C40E17;
  border: #C40E17 2px solid;
  margin: 10px 0;
  padding: 20px;
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/static.sass */
body.static #main {
  margin-top: 60px;
}

/* line 5, app/assets/stylesheets/static.sass */
body.static .linkedin-icon {
  font-size: 24px;
  font-size: 1.5rem;
  color: #3795c7;
}

/* line 10, app/assets/stylesheets/static.sass */
body.static.index section.hero {
  min-height: 550px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 271, app/assets/stylesheets/_mixins.sass */
body.static.index section.hero .shade {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 16, app/assets/stylesheets/static.sass */
body.static.index section.hero .shade {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}

/* line 19, app/assets/stylesheets/static.sass */
body.static.index section.hero video, body.static.index section.hero .mobile-fallback {
  bottom: -120px;
  height: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  width: auto;
}

/* line 30, app/assets/stylesheets/static.sass */
body.static.index section.hero .mobile-fallback {
  width: 100%;
  max-height: 300px;
  background-image: url(/assets/static/apc-vid-fallback-a107402dc793ac455b6ac2572388083a34b556a124e15333713ce72b74912a8e.png);
  background-size: cover;
}

/* line 35, app/assets/stylesheets/static.sass */
body.static.index section.hero hgroup {
  color: white;
  margin-top: 200px;
  position: relative;
  text-align: center;
  z-index: 2;
}

/* line 41, app/assets/stylesheets/static.sass */
body.static.index section.hero hgroup h1 {
  width: 90%;
  margin: 0 auto 10px;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 25px;
}

/* line 46, app/assets/stylesheets/static.sass */
body.static.index section.hero hgroup a.video-link {
  color: white;
  font-size: 21px;
  font-size: 1.3125rem;
  -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

/* line 51, app/assets/stylesheets/static.sass */
body.static.index section.hero hgroup a.video-link .fa {
  font-size: 30px;
  font-size: 1.875rem;
  top: 3px;
  position: relative;
}

/* line 55, app/assets/stylesheets/static.sass */
body.static.index section.hero hgroup a.video-link:hover {
  text-decoration: none;
  -webkit-text-shadow: 0 0 10px white;
  -moz-text-shadow: 0 0 10px white;
  -o-text-shadow: 0 0 10px white;
  text-shadow: 0 0 10px white;
}

/* line 58, app/assets/stylesheets/static.sass */
body.static.index section.news-box {
  background-image: url(/assets/static/fs-high-five-crop-a816d481b8d332b467be4cf40623f2e41f11bf1311158c20ea75771d0b6725e7.png);
  background-repeat: no-repeat;
  background-position: left 5% bottom;
  background-size: contain;
}

/* line 63, app/assets/stylesheets/static.sass */
body.static.index section.franchisors {
  background-image: url(/assets/static/guided-growth-4893e3f1f01a2762242f25cc656087d9f2acf10d5f12be8c243b534b62b0ac57.png);
  background-repeat: no-repeat;
  background-position: right bottom -145px;
  background-size: 650px;
}

/* line 68, app/assets/stylesheets/static.sass */
body.static.index section.franchisors .light-box {
  background: rgba(241, 242, 243, 0.85);
}

/* line 70, app/assets/stylesheets/static.sass */
body.static.index section.franchisors .light-box .fa-pull-left {
  margin-bottom: 50px;
  margin-top: -4px;
}

/* line 73, app/assets/stylesheets/static.sass */
body.static.index section.franchisors .button.hollow {
  background-color: white !important;
}

/* line 77, app/assets/stylesheets/static.sass */
body.static.team .bios {
  *zoom: 1;
  background: #344452;
  color: white;
  display: none;
  padding: 60px 40px;
  position: relative;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
body.static.team .bios:before, body.static.team .bios:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
body.static.team .bios:after {
  clear: both;
}

/* line 85, app/assets/stylesheets/static.sass */
body.static.team .bios .title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 50px;
  text-align: right;
  width: 30%;
}

/* line 91, app/assets/stylesheets/static.sass */
body.static.team .bios .title h3 {
  color: white;
}

/* line 93, app/assets/stylesheets/static.sass */
body.static.team .bios .title h6 {
  margin-bottom: 10px;
}

/* line 95, app/assets/stylesheets/static.sass */
body.static.team .bios .text {
  float: left;
  width: 70%;
}

/* line 98, app/assets/stylesheets/static.sass */
body.static.team .bios .text p:last-child {
  margin-bottom: 0;
}

/* line 100, app/assets/stylesheets/static.sass */
body.static.team .bios h6 {
  color: #8ec741;
}

/* line 102, app/assets/stylesheets/static.sass */
body.static.team .bios p {
  font-weight: 100;
  letter-spacing: 1px;
}

/* line 105, app/assets/stylesheets/static.sass */
body.static.team .bios .close-bio {
  background: #8ec741;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 110, app/assets/stylesheets/static.sass */
body.static.team .bios .close-bio .fa {
  font-size: 21px;
  font-size: 1.3125rem;
  color: white;
  padding: 15px;
}

/* line 116, app/assets/stylesheets/static.sass */
body.static.contact .marketing .hero {
  background-image: url(/shared/apc-hero.jpg);
  background-position: center 60%;
}

@media screen and (max-width: 63.9375em) {
  /* line 123, app/assets/stylesheets/static.sass */
  body.static.index section.news-box {
    background-image: none;
  }
  /* line 126, app/assets/stylesheets/static.sass */
  body.static.index section.hero video, body.static.index section.hero .mobile-fallback {
    bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 132, app/assets/stylesheets/static.sass */
  body.static.index section.hero {
    height: 300px;
    min-height: 300px;
  }
  /* line 135, app/assets/stylesheets/static.sass */
  body.static.index section.hero hgroup {
    margin-top: 75px;
  }
  /* line 137, app/assets/stylesheets/static.sass */
  body.static.index section.hero hgroup h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  /* line 139, app/assets/stylesheets/static.sass */
  body.static.index section.hero video {
    bottom: -70px;
    right: -140px;
  }
  /* line 142, app/assets/stylesheets/static.sass */
  body.static.index section.franchisors {
    background-image: none;
  }
  /* line 145, app/assets/stylesheets/static.sass */
  body.static.index section.franchisors .light-box .fa-pull-left {
    margin-bottom: 0;
  }
  /* line 147, app/assets/stylesheets/static.sass */
  body.static.index #apc-video.reveal {
    background-color: transparent;
  }
  /* line 149, app/assets/stylesheets/static.sass */
  body.static.index #apc-video.reveal .flex-video.widescreen {
    top: 45px;
  }
}

/* line 9, app/assets/stylesheets/issuers.sass */
body.issuers.new .radio-button div.field_with_errors,
body.issuers.create .radio-button div.field_with_errors,
body.investors.new .radio-button div.field_with_errors,
body.investors.create .radio-button div.field_with_errors,
body.statuses.new .radio-button div.field_with_errors,
body.statuses.create .radio-button div.field_with_errors,
body.franchisor.contacts .radio-button div.field_with_errors {
  display: inline-block;
}

/* line 11, app/assets/stylesheets/issuers.sass */
body.issuers.new .radio-button label,
body.issuers.create .radio-button label,
body.investors.new .radio-button label,
body.investors.create .radio-button label,
body.statuses.new .radio-button label,
body.statuses.create .radio-button label,
body.franchisor.contacts .radio-button label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 17, app/assets/stylesheets/issuers.sass */
body.issuers.new .radio-button + small,
body.issuers.create .radio-button + small,
body.investors.new .radio-button + small,
body.investors.create .radio-button + small,
body.statuses.new .radio-button + small,
body.statuses.create .radio-button + small,
body.franchisor.contacts .radio-button + small {
  margin-top: -10px;
}

/* line 22, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-logo-container {
  background-color: #344452;
  height: 270px;
  text-align: center;
  position: relative;
}

/* line 27, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-logo-container .center-aligned-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 34, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-logo-container .text-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* line 40, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-logo-container-splash-page {
  background-color: #344452;
  height: 270px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 48, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-logo-container-splash-page .center-aligned-logo-splash-page {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

/* line 53, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-logo-container-splash-page .text-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* line 59, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-logo-container-arrow {
  width: 0;
  height: 0;
  border-top: 135px solid transparent;
  border-bottom: 135px solid transparent;
  margin: -270px -40px 0 -5px;
  float: right;
}

/* line 66, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-text-container {
  padding-left: 75px;
  padding-right: 75px;
}

/* line 69, app/assets/stylesheets/issuers.sass */
body.prequal .book-call-page-text-container.top {
  padding-left: 80px;
  height: 270px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 74, app/assets/stylesheets/issuers.sass */
body.prequal .testimonial {
  min-height: 500px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 80, app/assets/stylesheets/issuers.sass */
  body.issuers.new ul.thumbnails.image_picker_selector li {
    width: 30%;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 86, app/assets/stylesheets/issuers.sass */
  body.prequal .book-call-page-logo-container {
    height: 200px;
  }
  /* line 88, app/assets/stylesheets/issuers.sass */
  body.prequal .book-call-page-text-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 91, app/assets/stylesheets/issuers.sass */
  body.prequal .book-call-page-text-container.top {
    padding-bottom: 25px;
  }
  /* line 96, app/assets/stylesheets/issuers.sass */
  body.issuers.new ul.thumbnails.image_picker_selector li {
    width: 45%;
  }
  /* line 98, app/assets/stylesheets/issuers.sass */
  body.issuers.new ul.thumbnails.image_picker_selector li .thumbnail {
    height: 160px;
  }
}

/* line 3, app/assets/stylesheets/investors.sass */
body.investors .radio-button div.field_with_errors, body.investors.financial.summaries.index .radio-button div.field_with_errors {
  display: inline-block;
}

/* line 5, app/assets/stylesheets/investors.sass */
body.investors .radio-button label, body.investors.financial.summaries.index .radio-button label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 11, app/assets/stylesheets/investors.sass */
body.investors .radio-button + small, body.investors.financial.summaries.index .radio-button + small {
  margin-top: -10px;
}

/* line 14, app/assets/stylesheets/investors.sass */
body.investors .toggle-field2, body.investors.financial.summaries.index .toggle-field2 {
  position: relative;
}

/* line 16, app/assets/stylesheets/investors.sass */
body.investors .toggle-field2 .accreditation-tooltip:hover ~ .tooltip, body.investors.financial.summaries.index .toggle-field2 .accreditation-tooltip:hover ~ .tooltip {
  display: block;
}

/* line 18, app/assets/stylesheets/investors.sass */
body.investors .toggle-field2 .tooltip, body.investors.financial.summaries.index .toggle-field2 .tooltip {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.8);
  bottom: 50px;
  color: white;
  display: none;
  font-weight: 300;
  left: 0px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 20px;
  position: absolute;
  width: 430px;
}

/* line 33, app/assets/stylesheets/investors.sass */
body.investors .toggle-field2 .tooltip p, body.investors.financial.summaries.index .toggle-field2 .tooltip p {
  margin-bottom: 5px;
}

/* line 35, app/assets/stylesheets/investors.sass */
body.investors .toggle-field2 .tooltip ul, body.investors.financial.summaries.index .toggle-field2 .tooltip ul {
  margin-left: 10px;
}

/* line 37, app/assets/stylesheets/investors.sass */
body.investors .toggle-field2 .tooltip li:not(:last-child), body.investors.financial.summaries.index .toggle-field2 .tooltip li:not(:last-child) {
  margin-bottom: 5px;
}

/* line 40, app/assets/stylesheets/investors.sass */
body.investors table, body.investors.financial.summaries.index table {
  width: 100%;
  margin-bottom: 10px;
}

/* line 44, app/assets/stylesheets/investors.sass */
body.investors table tr th, body.investors table tr td, body.investors.financial.summaries.index table tr th, body.investors.financial.summaries.index table tr td {
  padding: 5px 0;
  text-align: left;
}

/* line 50, app/assets/stylesheets/investors.sass */
body.investors.create fieldset h4, body.investors.financial.summaries.index.create fieldset h4 {
  text-align: center !important;
}

@media all and (max-width: 40em) {
  /* line 55, app/assets/stylesheets/investors.sass */
  body.investors section.padded, body.investors section.half-padding, body.investors.legal section.padded, body.investors.legal section.half-padding, body.investors.legal.entities section.padded, body.investors.legal.entities section.half-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 3, app/assets/stylesheets/legal_entities.sass */
body.legal.entities iframe, body.investment.plans iframe, body.investments iframe {
  height: -webkit-calc(100vh - 160px);
  height: -moz-calc(100vh - 160px);
  height: calc(100vh - 160px);
  width: 100%;
}

/* line 7, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .iframe-report, body.investment.plans .iframe-report, body.investments .iframe-report {
  height: 150px;
  overflow-y: auto;
}

/* line 11, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .add-user-form, body.investment.plans .add-user-form, body.investments .add-user-form {
  display: none;
  border-top: 1px solid #dee0e3;
  padding-top: 20px;
}

/* line 15, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .add-user-form form, body.investment.plans .add-user-form form, body.investments .add-user-form form {
  border-top: 0;
  padding-top: 0;
}

/* line 18, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .add-user-form .padded-input, body.investment.plans .add-user-form .padded-input, body.investments .add-user-form .padded-input {
  margin: 10px 0;
}

/* line 21, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .user, body.investment.plans .user, body.investments .user {
  border-top: 1px solid rgba(140, 155, 169, 0.5);
  padding: 15px 0;
  position: relative;
}

/* line 25, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .user .fa, body.investment.plans .user .fa, body.investments .user .fa {
  float: left;
  margin-right: 15px;
  font-size: 32px;
  font-size: 2rem;
}

/* line 29, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .user .fa-caret-square-o-down, body.investment.plans .user .fa-caret-square-o-down, body.investments .user .fa-caret-square-o-down {
  font-size: 20px;
  font-size: 1.25rem;
  float: none;
  color: #0883bf;
  margin: 10px 0 0 0;
  padding-right: 10px;
}

/* line 35, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .user .fa-user-times, body.investment.plans .user .fa-user-times, body.investments .user .fa-user-times {
  color: #C40E17;
}

/* line 37, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .user .fa-user, body.investment.plans .user .fa-user, body.investments .user .fa-user {
  color: #8ec741;
}

/* line 41, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit .entity-header, body.investment.plans .entity-unit .entity-header, body.investments .entity-unit .entity-header {
  background: #f9fafa;
  border-bottom: 1px solid #dee0e3;
  margin-bottom: 0;
  padding: 0 20px 0 20px;
  text-align: center;
}

/* line 47, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit ul#entity-tabs.tabs, body.investment.plans .entity-unit ul#entity-tabs.tabs, body.investments .entity-unit ul#entity-tabs.tabs {
  background: none;
  border: none;
  display: table;
  height: auto;
  margin: 0 auto;
  margin-bottom: -1px;
}

/* line 55, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit ul#entity-tabs.tabs li.tabs-title a, body.investment.plans .entity-unit ul#entity-tabs.tabs li.tabs-title a, body.investments .entity-unit ul#entity-tabs.tabs li.tabs-title a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  background: none;
  border: none;
  font-weight: 500;
  padding: 12px 17px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 63, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit ul#entity-tabs.tabs li.tabs-title a:hover, body.investment.plans .entity-unit ul#entity-tabs.tabs li.tabs-title a:hover, body.investments .entity-unit ul#entity-tabs.tabs li.tabs-title a:hover {
  background: #8C9BA9;
  color: white;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 69, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit ul#entity-tabs.tabs li.tabs-title.is-active a, body.investment.plans .entity-unit ul#entity-tabs.tabs li.tabs-title.is-active a, body.investments .entity-unit ul#entity-tabs.tabs li.tabs-title.is-active a {
  background: white;
  border: 1px solid #dee0e3;
  border-bottom: none;
  color: #344452;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit .tabs-panel, body.investment.plans .entity-unit .tabs-panel, body.investments .entity-unit .tabs-panel {
  padding: 20px;
}

/* line 77, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit .tabs-content, body.investment.plans .entity-unit .tabs-content, body.investments .entity-unit .tabs-content {
  border: none;
  margin: 0 0 30px 0;
}

/* line 80, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit table, body.investment.plans .entity-unit table, body.investments .entity-unit table {
  border: none;
  border-collapse: collapse;
}

/* line 83, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit table tbody, body.investment.plans .entity-unit table tbody, body.investments .entity-unit table tbody {
  border: none;
}

/* line 86, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit table tbody tr td, body.investment.plans .entity-unit table tbody tr td, body.investments .entity-unit table tbody tr td {
  background: white;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
  vertical-align: top;
}

/* line 91, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit table tbody tr td:nth-child(1), body.investment.plans .entity-unit table tbody tr td:nth-child(1), body.investments .entity-unit table tbody tr td:nth-child(1) {
  font-weight: 500;
  text-align: right;
  width: 50%;
}

/* line 95, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit table tbody tr td:nth-child(2), body.investment.plans .entity-unit table tbody tr td:nth-child(2), body.investments .entity-unit table tbody tr td:nth-child(2) {
  text-align: left;
  width: 50%;
}

/* line 98, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit form.edit_invitation, body.investment.plans .entity-unit form.edit_invitation, body.investments .entity-unit form.edit_invitation {
  border-top: 1px solid rgba(140, 155, 169, 0.5);
  padding-top: 25px;
}

/* line 101, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit .type, body.investment.plans .entity-unit .type, body.investments .entity-unit .type {
  color: #f1f2f3;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 105, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit .documents, body.investment.plans .entity-unit .documents, body.investments .entity-unit .documents {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0;
}

/* line 109, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entity-unit .documents .fa, body.investment.plans .entity-unit .documents .fa, body.investments .entity-unit .documents .fa {
  color: #0883bf;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
}

/* line 114, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .accreditation-status, body.investment.plans .accreditation-status, body.investments .accreditation-status {
  background-color: #dee0e3;
  border-top: 1px solid #f9fafa;
  color: #8C9BA9;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 600px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}

/* line 126, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .accreditation-status.accredited, body.investment.plans .accreditation-status.accredited, body.investments .accreditation-status.accredited {
  background: #8ec741;
  border-top: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* line 130, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .accreditation-status.not-accredited, body.investment.plans .accreditation-status.not-accredited, body.investments .accreditation-status.not-accredited {
  background: #C40E17;
  border-top: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* line 134, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .accreditation-status.processing, body.investment.plans .accreditation-status.processing, body.investments .accreditation-status.processing {
  border-top: 0;
  background: #0883bf;
  color: rgba(255, 255, 255, 0.75);
}

/* line 139, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .sub-flash, body.investment.plans .sub-flash, body.investments .sub-flash {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  border-style: solid;
  border-width: 1px;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 5px 10px;
}

/* line 148, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .sub-flash.success, body.investment.plans .sub-flash.success, body.investments .sub-flash.success {
  background: #ecf5df;
  border-color: #8ec741;
}

/* line 151, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .sub-flash.failure, body.investment.plans .sub-flash.failure, body.investments .sub-flash.failure {
  background: #feedee;
  border-color: #C40E17;
}

/* line 156, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities p, body.investment.plans .entities p, body.investments .entities p {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 158, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .input, body.investment.plans .entities .input, body.investments .entities .input {
  margin-bottom: 20px;
}

/* line 160, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity, body.investment.plans .entities .entity, body.investments .entities .entity {
  text-align: left;
}

/* line 162, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .radio-button-tag, body.investment.plans .entities .entity .radio-button-tag, body.investments .entities .entity .radio-button-tag {
  float: left;
  line-height: 1.5;
}

/* line 165, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .text-tag, body.investment.plans .entities .entity .text-tag, body.investments .entities .entity .text-tag {
  margin-left: 25px;
}

/* line 167, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .type-status, body.investment.plans .entities .entity .type-status, body.investments .entities .entity .type-status {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 171, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .type-status .accredited, body.investment.plans .entities .entity .type-status .accredited, body.investments .entities .entity .type-status .accredited {
  color: #8ec741;
}

/* line 173, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .type-status .not-accredited, body.investment.plans .entities .entity .type-status .not-accredited, body.investments .entities .entity .type-status .not-accredited {
  color: crimson;
}

/* line 175, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .type-status .type, body.investment.plans .entities .entity .type-status .type, body.investments .entities .entity .type-status .type {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  overflow: hidden;
}

/* line 179, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .type-status .type li, body.investment.plans .entities .entity .type-status .type li, body.investments .entities .entity .type-status .type li {
  float: left;
  padding: 0 10px;
}

/* line 182, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .type-status .type li:first-child, body.investment.plans .entities .entity .type-status .type li:first-child, body.investments .entities .entity .type-status .type li:first-child {
  padding-left: 0;
}

/* line 184, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .type-status .type li + li, body.investment.plans .entities .entity .type-status .type li + li, body.investments .entities .entity .type-status .type li + li {
  border-left: 1px solid #ccc;
}

/* line 188, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .name-address h5 label, body.investment.plans .entities .entity .name-address h5 label, body.investments .entities .entity .name-address h5 label {
  color: #0883bf;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

/* line 192, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity .name-address p, body.investment.plans .entities .entity .name-address p, body.investments .entities .entity .name-address p {
  margin-bottom: 5px;
}

/* line 195, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity.disabled .text-tag, body.investment.plans .entities .entity.disabled .text-tag, body.investments .entities .entity.disabled .text-tag {
  zoom: 1;
  filter: alpha(opacity=30);
  opacity: 0.3;
}

/* line 198, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .entities .entity.disabled:hover .open-modal.edit-entity, body.investment.plans .entities .entity.disabled:hover .open-modal.edit-entity, body.investments .entities .entity.disabled:hover .open-modal.edit-entity {
  visibility: hidden;
}

/* line 201, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .select-entity-callout, body.investment.plans .select-entity-callout, body.investments .select-entity-callout {
  background: #8C9BA9;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 15px -15px -21px -15px;
  padding: 5px 10px;
  text-transform: uppercase;
  position: relative;
}

/* line 209, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .select-entity-callout:after, body.investment.plans .select-entity-callout:after, body.investments .select-entity-callout:after {
  top: 100%;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #8C9BA9;
  border-width: 10px;
  margin-left: -10px;
}

/* line 223, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .report-iframe-container, body.investment.plans .report-iframe-container, body.investments .report-iframe-container {
  position: relative;
}

/* line 225, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .report-iframe-container .cross-icon:before, body.investment.plans .report-iframe-container .cross-icon:before, body.investments .report-iframe-container .cross-icon:before {
  content: "\00D7";
  padding: 10px;
  color: rgba(128, 128, 128, 0.5);
  cursor: pointer;
  text-shadow: 2px 2px 2px #DDD;
  font-size: 23px;
}

/* line 233, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .report-iframe-container .cross-icon:hover:before, body.investment.plans .report-iframe-container .cross-icon:hover:before, body.investments .report-iframe-container .cross-icon:hover:before {
  color: rgba(64, 64, 64, 0.5);
}

/* line 235, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .report-iframe-container #slb-sub-head, body.investment.plans .report-iframe-container #slb-sub-head, body.investments .report-iframe-container #slb-sub-head {
  background-color: #f1f2f3;
  border-top: 1px solid #8C9BA9;
  border-bottom: 1px solid #8C9BA9;
  padding: 5px 15px;
}

/* line 240, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .report-iframe-container .slb-legal-entity, body.investment.plans .report-iframe-container .slb-legal-entity, body.investments .report-iframe-container .slb-legal-entity {
  padding: 15px;
  border-bottom: 1px solid #8C9BA9;
}

/* line 243, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .report-iframe-container .slb-legal-entity address, body.investment.plans .report-iframe-container .slb-legal-entity address, body.investments .report-iframe-container .slb-legal-entity address {
  padding-bottom: 15px;
  margin-left: 30px;
}

/* line 246, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .report-iframe-container .slb-legal-entity label, body.investment.plans .report-iframe-container .slb-legal-entity label, body.investments .report-iframe-container .slb-legal-entity label {
  padding-bottom: 10px;
  color: #0771a4;
  font-size: 22px;
}

/* line 250, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .report-iframe-container #btn_select_ln_result, body.investment.plans .report-iframe-container #btn_select_ln_result, body.investments .report-iframe-container #btn_select_ln_result {
  margin-top: 10px;
}

/* line 253, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .iframes-columns, body.legal.entities #slb-multiple-result, body.investment.plans .iframes-columns, body.investment.plans #slb-multiple-result, body.investments .iframes-columns, body.investments #slb-multiple-result {
  position: relative;
}

/* line 255, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .iframes-columns .loader-overlay, body.legal.entities #slb-multiple-result .loader-overlay, body.investment.plans .iframes-columns .loader-overlay, body.investment.plans #slb-multiple-result .loader-overlay, body.investments .iframes-columns .loader-overlay, body.investments #slb-multiple-result .loader-overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  margin: 0 auto;
  width: 100%;
  display: none;
  background-color: rgba(128, 128, 128, 0.5);
}

/* line 263, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .iframes-columns .loader-overlay label.ln_loader, body.legal.entities #slb-multiple-result .loader-overlay label.ln_loader, body.investment.plans .iframes-columns .loader-overlay label.ln_loader, body.investment.plans #slb-multiple-result .loader-overlay label.ln_loader, body.investments .iframes-columns .loader-overlay label.ln_loader, body.investments #slb-multiple-result .loader-overlay label.ln_loader {
  position: relative;
  top: 30%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

/* line 270, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .iframes-columns .loader-overlay label.ln_loader span, body.legal.entities #slb-multiple-result .loader-overlay label.ln_loader span, body.investment.plans .iframes-columns .loader-overlay label.ln_loader span, body.investment.plans #slb-multiple-result .loader-overlay label.ln_loader span, body.investments .iframes-columns .loader-overlay label.ln_loader span, body.investments #slb-multiple-result .loader-overlay label.ln_loader span {
  display: block;
}

/* line 272, app/assets/stylesheets/legal_entities.sass */
body.legal.entities .iframes-columns .loader-overlay label.ln_loader img, body.legal.entities #slb-multiple-result .loader-overlay label.ln_loader img, body.investment.plans .iframes-columns .loader-overlay label.ln_loader img, body.investment.plans #slb-multiple-result .loader-overlay label.ln_loader img, body.investments .iframes-columns .loader-overlay label.ln_loader img, body.investments #slb-multiple-result .loader-overlay label.ln_loader img {
  position: relative;
  bottom: 13px;
}

/* line 275, app/assets/stylesheets/legal_entities.sass */
body.legal.entities #preview-slb-report, body.investment.plans #preview-slb-report, body.investments #preview-slb-report {
  width: 70%;
}

/* line 277, app/assets/stylesheets/legal_entities.sass */
body.legal.entities #preview-slb-report #slb-preview-select-btn, body.investment.plans #preview-slb-report #slb-preview-select-btn, body.investments #preview-slb-report #slb-preview-select-btn {
  margin-right: 15px;
}

/* line 281, app/assets/stylesheets/legal_entities.sass */
.loan-admin .grey-header {
  position: relative;
}

/* line 283, app/assets/stylesheets/legal_entities.sass */
.loan-admin .grey-header .btn-container {
  position: absolute;
  bottom: -15px;
  display: inline-block;
}

/* line 289, app/assets/stylesheets/legal_entities.sass */
.corp-legal-entity-address span, .corp-legal-entity-state span {
  color: #8ec741;
  font-weight: bold;
}

/* line 292, app/assets/stylesheets/legal_entities.sass */
.corp-legal-entity-address span::before, .corp-legal-entity-state span::before {
  content: "";
  font-family: FontAwesome;
  color: #8ec741;
  float: left;
  margin: -8px 15px 0 0;
  font-size: 28px;
  font-size: 1.75rem;
}

/* line 300, app/assets/stylesheets/legal_entities.sass */
.esign-content {
  min-height: 100%;
  padding-bottom: 200px;
}

/* line 304, app/assets/stylesheets/legal_entities.sass */
#esign-disclosure-sigbox {
  position: relative;
}

/* line 306, app/assets/stylesheets/legal_entities.sass */
#esign-disclosure-sigbox::before {
  position: absolute;
  left: 1px;
  top: -251px;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  height: 250px;
  width: 99.5%;
  content: '';
  pointer-events: none;
}

/* line 316, app/assets/stylesheets/legal_entities.sass */
#esign-disclosure-callout {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: calc(100vh - 500px);
  overflow-y: scroll;
  margin-bottom: 0px;
  min-height: 300px;
}

/* line 1, app/assets/stylesheets/_bux_owners.sass */
.owner-card {
  margin: 0 0 15px 0;
  position: relative;
}

/* line 4, app/assets/stylesheets/_bux_owners.sass */
.owner-card .tabs-content {
  border: none;
  min-height: 275px;
}

/* line 9, app/assets/stylesheets/_bux_owners.sass */
.owner-card .tabs-content .tabs-panel .status-wrapper .owner-status {
  padding: 15px 5px 30px 5px;
}

/* line 11, app/assets/stylesheets/_bux_owners.sass */
.owner-card a.owner-actions {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f1f2f3;
  color: #f1f2f3;
  padding: 5px 7px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 17, app/assets/stylesheets/_bux_owners.sass */
.owner-card a.owner-actions:hover {
  background: #0883bf;
  color: white;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 21, app/assets/stylesheets/_bux_owners.sass */
.owner-card a.owner-actions.info {
  margin-top: 35px;
}

/* line 25, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  display: flex;
}

/* line 28, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a::before {
  font-size: 16px;
  font-size: 1rem;
  font-family: FontAwesome;
  padding-right: 10px;
  margin-top: -1px;
}

/* line 34, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.edit::before {
  content: "";
}

/* line 37, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.delete::before {
  content: "";
}

/* line 40, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.not-required::before {
  content: "";
}

/* line 43, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.required::before {
  content: "";
}

/* line 46, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.dashboard::before {
  content: "";
}

/* line 49, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.partially-complete::before {
  content: "";
}

/* line 52, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.incomplete::before {
  content: "";
}

/* line 55, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.reengage-email::before {
  content: "";
}

/* line 58, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.credit-app-double-check::before {
  content: "";
}

/* line 61, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a.store-roster::before {
  content: "";
}

/* line 64, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a#send-borrower-pfs::before {
  content: "";
}

/* line 66, app/assets/stylesheets/_bux_owners.sass */
.owner-card ul.owner-actions li a:hover {
  background-color: #0883bf;
  color: white;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 71, app/assets/stylesheets/_bux_owners.sass */
.owner-card .light-box {
  padding: 0;
  text-align: left;
}

/* line 74, app/assets/stylesheets/_bux_owners.sass */
.owner-card .owner-head {
  padding: 20px 20px 0 20px;
}

/* line 76, app/assets/stylesheets/_bux_owners.sass */
.owner-card .owner-head a.owner-label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  background: #8C9BA9;
  padding: 3px 7px;
}

/* line 83, app/assets/stylesheets/_bux_owners.sass */
.owner-card .owner-head a.owner-label:hover {
  text-decoration: none;
}

/* line 85, app/assets/stylesheets/_bux_owners.sass */
.owner-card .owner-head a.owner-label::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
}

/* line 89, app/assets/stylesheets/_bux_owners.sass */
.owner-card .owner-head a.owner-label.pull-error {
  background: #C40E17;
}

/* line 91, app/assets/stylesheets/_bux_owners.sass */
.owner-card .owner-head a.owner-label.true {
  background: #8ec741;
}

/* line 93, app/assets/stylesheets/_bux_owners.sass */
.owner-card .owner-head a.owner-label.true::before {
  content: "";
}

/* line 96, app/assets/stylesheets/_bux_owners.sass */
.owner-card .ownership-percent-admin {
  background: #8ec741;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: white;
  padding: 5px 7px;
  margin-right: 20px;
  min-width: 60px;
  width: 60px;
  text-align: center;
}

/* line 106, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper {
  background: white;
  position: relative;
}

/* line 109, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist {
  margin: 0;
}

/* line 111, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li {
  padding: 10px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 114, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li:hover {
  background: #e2f5fe;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 118, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li::before {
  color: #dee0e3;
  content: "";
  font-size: 24px;
  font-size: 1.5rem;
  float: left;
  font-family: FontAwesome;
  margin: -5px 10px 0 0;
}

/* line 126, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li.complete::before {
  color: #8ec741;
  content: "";
}

/* line 130, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li.problem::before {
  color: #ff9600;
  content: "";
}

/* line 134, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li.need-revision::before {
  color: #ff9600;
  content: "";
}

/* line 138, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li.not_started.documents.officer::before {
  color: #0883bf;
  content: "";
}

/* line 141, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li.documents {
  margin-top: 0;
  border-bottom: none;
}

/* line 144, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .task_item {
  margin: 0 0 0 30px;
}

/* line 146, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .task_item .status {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 3px;
}

/* line 151, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .task_item .status .fa {
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 154, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .button {
  background: white;
  border: 1px solid #b1e3fc;
  color: #0883bf;
  padding: 10px 7px 7px 10px;
}

/* line 159, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .button .fa {
  font-size: 16px;
  font-size: 1rem;
}

/* line 161, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .button.invite {
  padding: 10px;
  margin-left: 25px;
}

/* line 164, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .button.invite::before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 5px;
}

/* line 169, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .button:hover {
  background: #0883bf;
  border-color: #0883bf;
  color: white;
}

/* line 173, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .corp-owner {
  padding: 20px 10px 0 30px;
  line-height: 1.1;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 177, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper ul.tasklist li .officer {
  margin: 0 0 0 30px;
}

/* line 179, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content {
  background: white;
  padding: 5px 15px;
  width: 100%;
}

/* line 183, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content h6 {
  font-size: 10px;
  font-size: 0.625rem;
  color: #0883bf;
  font-weight: 500;
  margin: 13px 0;
  text-align: center;
  text-transform: uppercase;
}

/* line 190, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content .entity-unit {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
}

/* line 193, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content .entity-unit .toggle-contact {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  color: #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 204, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content .entity-unit .toggle-contact:hover {
  background: #0883bf;
  cursor: pointer;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 208, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content .entity-unit .toggle-contact:hover .fa {
  color: white;
}

/* line 210, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content .entity-unit .fa {
  color: #0883bf;
}

/* line 212, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content .entity-unit .contact, .owner-card .status-wrapper .contact-content .entity-unit .spouse, .owner-card .status-wrapper .contact-content .entity-unit .address {
  margin-bottom: 15px;
}

/* line 215, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content .entity-unit .type {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 30px;
}

/* line 218, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content.current-user {
  background: #f1f2f3;
  cursor: default;
  bottom: 0;
  padding-left: 0;
}

/* line 223, app/assets/stylesheets/_bux_owners.sass */
.owner-card .status-wrapper .contact-content.current-user .contact {
  display: block;
}

/* line 225, app/assets/stylesheets/_bux_owners.sass */
.inactive-link {
  pointer-events: none;
  cursor: default;
}

/* line 228, app/assets/stylesheets/_bux_owners.sass */
.owner-label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: white;
  background: #8C9BA9;
  padding: 3px 7px;
}

/* line 235, app/assets/stylesheets/_bux_owners.sass */
.owner-label::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
}

/* line 239, app/assets/stylesheets/_bux_owners.sass */
.owner-label.true {
  background: #8ec741;
}

/* line 241, app/assets/stylesheets/_bux_owners.sass */
.owner-label.true::before {
  content: "";
}

@media screen and (max-width: 39.9375em) {
  /* line 246, app/assets/stylesheets/_bux_owners.sass */
  .owner-card a.owner-actions {
    right: -42px;
  }
}

/* line 1, app/assets/stylesheets/_bux_docs.sass */
.docs-divider {
  border-top: 1px solid #344452;
  margin-top: 60px;
}

/* line 4, app/assets/stylesheets/_bux_docs.sass */
.docs-divider:first-of-type {
  margin-top: 30px;
}

/* line 6, app/assets/stylesheets/_bux_docs.sass */
.docs-divider h5 {
  background: #344452;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
  padding: 7px;
  text-transform: uppercase;
  width: 215px;
}

/* line 15, app/assets/stylesheets/_bux_docs.sass */
.docs-divider h5::before {
  color: white;
  content: "";
  font-size: 18px;
  font-size: 1.125rem;
  float: left;
  font-family: FontAwesome;
  margin: -3px 7px 0 0;
}

/* line 22, app/assets/stylesheets/_bux_docs.sass */
.docs-divider p {
  margin: 15px 0 30px 0;
}

/* line 24, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.submitted {
  border-top-color: #0883bf;
}

/* line 26, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.submitted h5 {
  background: #0883bf;
  width: 165px;
}

/* line 29, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.submitted h5::before {
  content: "";
}

/* line 31, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.rejected {
  border-top-color: #ff9600;
}

/* line 33, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.rejected h5 {
  background: #ff9600;
  width: 110px;
}

/* line 36, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.rejected h5::before {
  content: "";
}

/* line 38, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.approved {
  border-top-color: #8ec741;
}

/* line 40, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.approved h5 {
  background: #8ec741;
  width: 110px;
}

/* line 43, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.approved h5::before {
  content: "";
}

/* line 45, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.not-applicable {
  border-top-color: #8C9BA9;
  margin-top: 120px;
}

/* line 48, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.not-applicable h5 {
  background: #8C9BA9;
  width: 150px;
}

/* line 51, app/assets/stylesheets/_bux_docs.sass */
.docs-divider.not-applicable h5::before {
  content: "";
}

/* line 53, app/assets/stylesheets/_bux_docs.sass */
.file-name {
  margin-top: 5px;
  font-size: 21px;
  font-size: 1.3125rem;
}

/* line 56, app/assets/stylesheets/_bux_docs.sass */
.warning-border {
  border-top-color: #ff9600 !important;
}

/* line 58, app/assets/stylesheets/_bux_docs.sass */
.warning-border .label.status {
  color: #ff9600 !important;
}

/* line 60, app/assets/stylesheets/_bux_docs.sass */
.file-label-error {
  color: #C40E17;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.2;
  margin: -13px 0 15px 0;
}

/* line 66, app/assets/stylesheets/_bux_docs.sass */
ul.accordion {
  border: none;
  margin: 0;
}

/* line 70, app/assets/stylesheets/_bux_docs.sass */
ul.accordion.nested-loan_document li.loan-document {
  padding-bottom: 0;
}

/* line 73, app/assets/stylesheets/_bux_docs.sass */
ul.accordion.nested-loan_document li.loan-document.is-active a.accordion-title, ul.accordion.nested-loan_document li.loan-document.is-active .accordion-content {
  background: white;
  border-top-width: 1px;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

/* line 80, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .accordion-content {
  padding: 0;
  border-bottom-color: #c6ced5;
  margin-bottom: 60px;
}

/* line 84, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document a.accordion-title {
  background: white;
  border: 1px solid transparent;
  border-top: 1px solid #c6ced5;
  color: #344452;
  margin-top: 5px;
  padding: 10px 0;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 92, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document a.accordion-title:hover {
  background: white;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  border-top-color: #0883bf;
  color: #0883bf;
}

/* line 97, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document a.accordion-title:hover .fa-angle-down {
  color: #0883bf;
}

/* line 99, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document a.accordion-title .fa-angle-down {
  margin-top: 18px;
}

/* line 104, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document a.accordion-title.uploaded .status {
  color: #344452;
}

/* line 110, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active > a:first-of-type, li.accordion-item.loan-document a[aria-expanded="true"] {
  border-top: 5px solid #8C9BA9;
}

/* line 115, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active > a.uploaded:first-of-type .status, li.accordion-item.loan-document a.uploaded[aria-expanded="true"] .status {
  color: #96aabc;
}

/* line 117, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active > a.submitted:first-of-type, li.accordion-item.loan-document.is-active > a:first-of-type .content, li.accordion-item.loan-document a.submitted[aria-expanded="true"], li.accordion-item.loan-document a[aria-expanded="true"] .content {
  border-top-color: #0883bf;
}

/* line 119, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active > a.rejected:first-of-type, li.accordion-item.loan-document a.rejected[aria-expanded="true"] {
  border-top-color: #ff9600;
}

/* line 121, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active > a.accepted:first-of-type, li.accordion-item.loan-document a.accepted[aria-expanded="true"] {
  border-top-color: #8ec741;
}

/* line 123, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active > a:first-of-type .doc-count, li.accordion-item.loan-document.is-active > a:first-of-type .file-name, li.accordion-item.loan-document a[aria-expanded="true"] .doc-count, li.accordion-item.loan-document a[aria-expanded="true"] .file-name {
  color: #344452;
}

/* line 125, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active > a:first-of-type .file-name, li.accordion-item.loan-document a[aria-expanded="true"] .file-name {
  font-weight: 500;
}

/* line 130, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active .fa-angle-down {
  display: none;
}

/* line 132, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active .accordion-content {
  padding: 0;
}

/* line 136, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active .accordion-content.submitted {
  border-top-color: #0883bf;
}

/* line 138, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active .accordion-content.rejected {
  border-top-color: #ff9600;
}

/* line 140, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active .accordion-content.accepted {
  border-top-color: #8ec741;
}

/* line 143, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active .accordion-content .inner h6 {
  margin-top: 10px;
}

/* line 148, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document a.label:hover {
  cursor: pointer;
}

/* line 150, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 0;
  padding-left: 0;
}

/* line 154, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label .fa-clock-o {
  display: inline-block;
  position: absolute;
  color: #8C9BA9;
}

/* line 158, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label .fa-clock-o:hover {
  color: #0883bf;
}

/* line 160, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label.status {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  background: none;
}

/* line 164, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label.status.empty {
  color: #8C9BA9;
}

/* line 166, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label.status.not_applicable {
  color: #c8ccd0;
}

/* line 168, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label.status.submitted {
  color: #0883bf;
}

/* line 170, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label.status.rejected {
  color: #ff9600;
}

/* line 172, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .label.status.accepted {
  color: #8ec741;
}

/* line 177, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document.is-active .label.status.empty {
  color: #344452 !important;
}

/* line 179, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .doc-count {
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 4px;
  padding: 1px 4px;
}

/* line 187, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .missing-files-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #8C9BA9;
  text-align: center;
}

/* line 192, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 194, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file:hover {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 196, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder {
  padding: 5px 0;
}

/* line 199, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file .label {
  color: #0883bf;
  font-family: FontAwesome;
  margin-left: 5px;
  background: none;
  color: #ABB1B7;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  float: right;
  padding: 0 5px;
}

/* line 209, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file .label:hover {
  color: #0883bf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
}

/* line 213, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file {
  background: white;
  border-top: 1px solid #c6ced5;
  padding: 10px 0;
  margin: 0 0 3px 0;
}

/* line 218, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file a:not(.label) {
  margin-left: 25px;
  display: block;
  line-height: 1.1;
  margin-bottom: 5px;
}

/* line 223, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file a:not(.label)::before {
  content: "";
  color: #0883bf;
  font-family: FontAwesome;
  margin-left: -21px;
  margin-right: 7px;
}

/* line 229, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 0 25px;
  margin: 0;
  font-style: italic;
}

/* line 234, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file .last-changed {
  display: inline-block;
}

/* line 236, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file button.doc-delete {
  background: none;
  color: #ABB1B7;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  float: right;
  padding: 0;
}

/* line 243, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file button.doc-delete:hover {
  color: #C40E17;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: none;
}

/* line 247, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file .delete-spinner.fa {
  float: right;
  padding: 3px;
  background: white;
  margin: -24px -2px 0 0;
}

/* line 252, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .file-holder .file .delete-spinner.fa.fa-circle-o-notch {
  font-size: 18px;
  font-size: 1.125rem;
  color: red;
}

/* line 257, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .submit-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}

/* line 260, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .submit-text span {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 263, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .submit-text span.important {
  color: #8ec741;
}

/* line 265, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .submit-text span.success {
  color: #8ec741;
}

/* line 267, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .submit-text span.rejected {
  color: #ff9600;
}

/* line 269, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .boxnote {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 20px 0;
}

/* line 273, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .boxnote ul li {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 275, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .not-applicable {
  background: #8C9BA9;
}

/* line 277, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .not-applicable:hover {
  background: #637585;
  color: #f1f2f3;
}

/* line 280, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .not-applicable:hover .doc-count {
  color: #344452;
}

/* line 282, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .reject-form {
  margin-bottom: 15px;
  padding: 15px 15px 0 15px;
}

/* line 285, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .reject-reason {
  color: white;
}

/* line 287, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .reject-reason p {
  margin-bottom: 10px;
}

/* line 289, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .reject-reason blockquote {
  margin: 0 0 20px 0;
  border-left: 5px solid #ff9600;
  line-height: 1.2;
  padding: 10px;
  font-style: italic;
}

/* line 295, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .reject-reason i {
  margin-right: 8px;
}

/* line 298, app/assets/stylesheets/_bux_docs.sass */
li.accordion-item.loan-document .folder-actions .button, li.accordion-item.loan-document .folder-actions a {
  margin-bottom: 0;
}

/* line 307, app/assets/stylesheets/_bux_docs.sass */
.bulk-action-chkbox {
  display: block;
  left: -30px;
  top: 49px;
  position: relative;
}

/* line 312, app/assets/stylesheets/_bux_docs.sass */
.bulk-action-chkbox.bulk-header {
  top: 39px;
  left: -15px;
}

/* line 315, app/assets/stylesheets/_bux_docs.sass */
.bulk-action-chkbox.ocrolus {
  left: 0;
  top: 42px;
  margin-right: 10px;
  margin-left: 13px;
}

@media screen and (max-width: 39.9375em) {
  /* line 322, app/assets/stylesheets/_bux_docs.sass */
  .docs-divider h5 {
    width: 100%;
  }
  /* line 325, app/assets/stylesheets/_bux_docs.sass */
  li.loan-document .loan-officer-folder-actions {
    float: none;
    margin: 0 0 0 15px;
  }
  /* line 328, app/assets/stylesheets/_bux_docs.sass */
  li.loan-document .boxnote {
    margin-right: 0;
  }
  /* line 331, app/assets/stylesheets/_bux_docs.sass */
  .submit-box .button {
    margin-top: 10px;
  }
}

@-webkit-keyframes buttonPulseWhiteAction {
  from {
    background-color: white;
    -webkit-box-shadow: 0 0 15px rgba(8, 131, 191, 0.5);
  }
  50% {
    color: #0883bf;
    -webkit-box-shadow: 0 0 15px rgba(8, 131, 191, 0);
  }
  to {
    background-color: white;
    -webkit-box-shadow: 0 0 15px rgba(8, 131, 191, 0.5);
  }
}

/* line 15, app/assets/stylesheets/_bux2.sass */
#loan-app-body-start {
  border-left: 1px solid #c6ced5;
  padding: 0 25px 120px 25px;
  min-height: calc(100vh + 150px);
}

/* line 20, app/assets/stylesheets/_bux2.sass */
#loan-app-body-end {
  border-left: 1px solid #c6ced5;
  padding: 0;
  height: 200px;
}

/* line 25, app/assets/stylesheets/_bux2.sass */
.pac-container {
  z-index: 9999;
}

/* line 28, app/assets/stylesheets/_bux2.sass */
#loan-app-menu .dashboard-btn {
  position: relative;
  height: 100px;
  padding: 20px 0;
}

/* line 32, app/assets/stylesheets/_bux2.sass */
#loan-app-menu .dashboard-btn a {
  padding: 20px 20px 20px 15px;
  line-height: 20px;
  display: block;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #344452;
  border: 1px solid #c6ced5;
}

/* line 41, app/assets/stylesheets/_bux2.sass */
#loan-app-menu .dashboard-btn a i {
  font-size: 24px;
  font-size: 1.5rem;
  padding-right: 10px;
  margin-bottom: -5px;
  color: #8C9BA9;
}

/* line 46, app/assets/stylesheets/_bux2.sass */
#loan-app-menu .dashboard-btn a span {
  line-height: 1.2;
}

/* line 48, app/assets/stylesheets/_bux2.sass */
#loan-app-menu .dashboard-btn a:hover {
  color: white;
  background-color: #344452;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/_bux2.sass */
#loan-app-menu .dashboard-btn a:hover i {
  color: #8ec741;
}

/* line 54, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical {
  margin-top: 20px;
}

/* line 56, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li.menu-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #8C9BA9;
  text-transform: uppercase;
  padding-left: 0;
}

/* line 61, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li {
  position: relative;
  margin-bottom: 3px;
}

/* line 64, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li a {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  color: #344452;
  font-weight: 500;
  padding-left: 40px;
}

/* line 69, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li a:before {
  font-family: FontAwesome;
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 10px;
  top: 8px;
  color: #8C9BA9;
  content: "";
}

/* line 77, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li a:hover:not(.menu-text) {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  color: #0883bf;
  text-decoration: none;
  background: #f1f2f3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 83, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li a .spinner {
  position: absolute;
  right: 5px;
}

/* line 87, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li.is-active a {
  color: #fff;
  background: #344452;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
}

/* line 92, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li.is-active a:before {
  color: #8C9BA9;
  content: "";
}

/* line 95, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li.is-active a:hover {
  color: white;
  background: #344452;
}

/* line 100, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li.complete a:before {
  color: #8ec741;
  content: "";
}

/* line 105, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li.need-revision a:before, #loan-app-menu ul.menu.vertical li.attention a:before {
  color: #ff9600;
  content: "";
}

/* line 110, app/assets/stylesheets/_bux2.sass */
#loan-app-menu ul.menu.vertical li.problem a:before {
  color: #C40E17;
  content: "";
}

/* line 114, app/assets/stylesheets/_bux2.sass */
#ownership-warning-message {
  background: #ff9600;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
  padding: 15px;
  margin: -20px -15px 25px -15px;
  position: relative;
  z-index: 3;
}

/* line 125, app/assets/stylesheets/_bux2.sass */
div#ownership-warning {
  position: relative;
}

/* line 127, app/assets/stylesheets/_bux2.sass */
div#ownership-warning::before {
  opacity: .75;
  position: absolute;
  z-index: 2;
  background: white;
  display: block;
  height: 360px;
  width: 100%;
  content: '';
}

/* line 137, app/assets/stylesheets/_bux2.sass */
div#ownership-warning.xtra-height::before {
  height: 435px;
}

/* line 140, app/assets/stylesheets/_bux2.sass */
ul#sidebar-warning {
  background: #dee0e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px 5px 10px;
  margin: 0 -10px;
  position: relative;
}

/* line 146, app/assets/stylesheets/_bux2.sass */
ul#sidebar-warning::before {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #ff9600;
  border-bottom: 2px solid white;
  color: white;
  margin: 0 0 0 -10px;
  position: absolute;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 20px;
  width: 100%;
  content: 'To access these items add your Ownership Information first.';
}

/* line 159, app/assets/stylesheets/_bux2.sass */
ul#sidebar-warning li {
  opacity: .5;
}

/* line 161, app/assets/stylesheets/_bux2.sass */
ul#sidebar-warning li.menu-text {
  padding-top: 60px;
}

/* line 165, app/assets/stylesheets/_bux2.sass */
.checklist .checklist-subhead {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e7ea;
  color: #8C9BA9;
}

/* line 173, app/assets/stylesheets/_bux2.sass */
.checklist .checklist-subhead.headroom {
  border-top: 1px solid #e4e7ea;
  padding-top: 30px;
}

/* line 176, app/assets/stylesheets/_bux2.sass */
.checklist .media-object {
  background: white;
  border-bottom: 1px solid #e4e7ea;
  margin: 0;
}

/* line 182, app/assets/stylesheets/_bux2.sass */
.checklist .media-object:hover .media-object-section a {
  color: #0883bf;
}

/* line 185, app/assets/stylesheets/_bux2.sass */
.checklist .media-object:hover .media-object-section.status:before {
  color: #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 189, app/assets/stylesheets/_bux2.sass */
.checklist .media-object:hover .media-object-section.action a {
  border: 1px solid rgba(8, 131, 191, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 192, app/assets/stylesheets/_bux2.sass */
.checklist .media-object:last-of-type {
  border-bottom: none;
}

/* line 194, app/assets/stylesheets/_bux2.sass */
.checklist .media-object.documents {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 196, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section {
  padding: 15px 15px 20px 15px;
  position: relative;
}

/* line 199, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section h5 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 500;
}

/* line 202, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section a {
  color: #344452;
}

/* line 204, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section a:hover {
  text-decoration: none;
}

/* line 206, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section p {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.3;
  margin: 3px 0 0 0;
}

/* line 211, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.status {
  width: 35px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 214, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.status:before {
  font-family: FontAwesome;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  left: 10px;
  top: 4px;
  color: rgba(52, 68, 82, 0.25);
  content: "";
}

/* line 223, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.status.complete:before {
  color: #8ec741;
  content: "";
}

/* line 227, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.status.need-revision:before {
  color: #C40E17;
  content: "";
}

/* line 231, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.status.attention:before, .checklist .media-object .media-object-section.status.problem:before {
  content: "";
  color: #ff9600;
}

/* line 234, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.status.addon {
  background-color: #04405d;
}

/* line 236, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.action {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  min-width: 65px;
  line-height: 35px;
  float: right;
  padding-right: 10px;
}

/* line 243, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.action a {
  color: #0883bf;
  border: 1px solid transparent;
  padding: 4px 10px;
}

/* line 247, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.action a:hover {
  background: #0883bf;
  color: white;
  text-decoration: none;
  border-color: #0883bf;
}

/* line 252, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section.action a.disabled {
  border-color: white;
  opacity: .5;
  cursor: not-allowed;
}

/* line 256, app/assets/stylesheets/_bux2.sass */
.checklist .media-object .media-object-section h6 {
  margin: 0;
}

/* line 259, app/assets/stylesheets/_bux2.sass */
.brand-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 45%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 130px;
}

/* line 268, app/assets/stylesheets/_bux2.sass */
.lo-info {
  margin-left: 170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 150px;
}

/* line 274, app/assets/stylesheets/_bux2.sass */
.lo-pic-wrapper {
  float: left;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  border-radius: 50% 50%;
  background: white;
  text-align: center;
  background-size: cover;
}

/* line 282, app/assets/stylesheets/_bux2.sass */
.lo-pic-wrapper.medium {
  width: 100px;
  height: 100px;
}

/* line 285, app/assets/stylesheets/_bux2.sass */
.lo-pic-wrapper.small {
  width: 75px;
  height: 75px;
}

/* line 289, app/assets/stylesheets/_bux2.sass */
.bux-header {
  font-size: 32px;
  font-size: 2rem;
  min-height: 100px;
  padding-top: 30px;
  border-bottom: 1px solid #c6ced5;
  line-height: 1.2;
}

/* line 295, app/assets/stylesheets/_bux2.sass */
.bux-header p {
  font-size: 16px;
  font-size: 1rem;
  margin: 20px 0 25px 0;
}

/* line 298, app/assets/stylesheets/_bux2.sass */
.bux-header.no-border {
  border-bottom: none;
  min-height: 78px;
}

/* line 303, app/assets/stylesheets/_bux2.sass */
#please-wait #countdown, #please-wait-bp #countdown {
  margin: auto;
  background-color: #8ec741;
  color: white;
  padding: 26px;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  font-weight: bold;
}

/* line 312, app/assets/stylesheets/_bux2.sass */
#please-wait h1, #please-wait h4, #please-wait h6, #please-wait-bp h1, #please-wait-bp h4, #please-wait-bp h6 {
  font-weight: bold;
}

/* line 314, app/assets/stylesheets/_bux2.sass */
.credit-pull {
  min-height: 450px;
}

/* line 316, app/assets/stylesheets/_bux2.sass */
.credit-pull .credit-pull-pdf-report {
  max-height: 25px;
  border: none 0;
  width: 120px;
}

/* line 320, app/assets/stylesheets/_bux2.sass */
.credit-pull .pull-actions {
  border-left: 1px solid rgba(10, 10, 10, 0.25);
  padding: 15px 10px 0 25px;
  min-height: 160px;
}

/* line 324, app/assets/stylesheets/_bux2.sass */
.credit-pull .pull-actions.affiliate {
  min-height: 125px;
}

/* line 327, app/assets/stylesheets/_bux2.sass */
.credit-pull .pull-action .task {
  pointer-events: auto !important;
}

/* line 329, app/assets/stylesheets/_bux2.sass */
.credit-pull .pull-action .task .button.tiny {
  padding: 7px 6px 7px 8px;
}

/* line 330, app/assets/stylesheets/_bux2.sass */
.credit-pull .pull-action .task .button.tiny:before {
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 334, app/assets/stylesheets/_bux2.sass */
.credit-pull .pull-action .task .button.tiny.run-report:before {
  content: "";
}

/* line 337, app/assets/stylesheets/_bux2.sass */
.credit-pull .pull-action .task .button.tiny.download-report:before {
  content: "";
}

/* line 340, app/assets/stylesheets/_bux2.sass */
.score-box {
  line-height: 1;
}

/* line 342, app/assets/stylesheets/_bux2.sass */
.score-box .min-max {
  border: 1px solid #8C9BA9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 348, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object.owner-head {
  border-top: 1px solid #c6ced5;
  padding-top: 10px;
  border-bottom: none;
  margin: 0;
}

/* line 353, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object.owner-head .media-object-section {
  padding: 0 15px;
}

/* line 355, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object.owner-head .media-object-section.ownership {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #8C9BA9;
  width: 75px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 16px 0;
  line-height: 1;
}

/* line 363, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object.owner-head .media-object-section.ownership sup {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 365, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object.owner-head .media-object-section.ownership.complete {
  background: #8ec741;
  color: white;
}

/* line 368, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object.owner-head .media-object-section.owner-name {
  padding-top: 2px;
}

/* line 370, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object .media-object-section {
  padding: 20px;
}

/* line 372, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object .media-object-section.required {
  padding: 17px 0 0 0;
}

/* line 374, app/assets/stylesheets/_bux2.sass */
.loan-detail .media-object .media-object-section.action {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  width: 125px;
  text-align: right;
  line-height: 35px;
  float: right;
  padding-right: 15px;
}

/* line 382, app/assets/stylesheets/_bux2.sass */
.loan-detail.pbe {
  border-top: none;
}

/* line 385, app/assets/stylesheets/_bux2.sass */
.loan-detail.pbe .media-object .media-object-section {
  padding: 0 0 20px 0;
}

/* line 389, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .entity-info {
  padding: 0 0 20px 0;
}

/* line 391, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list {
  padding: 20px 0;
  min-height: 85px;
}

/* line 394, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list.affiliate {
  padding: 5px 15px 20px 0;
}

/* line 396, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list.business {
  padding: 5px 0 20px 0;
}

/* line 398, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item {
  position: relative;
  padding-top: 20px;
}

/* line 401, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task {
  color: #344452;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-left: 30px;
  position: relative;
  pointer-events: none;
}

/* line 408, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task::before {
  font-family: FontAwesome;
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: -32px;
  top: -4px;
  color: #c6ced5;
  content: "";
}

/* line 417, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task.complete::before {
  color: #8ec741;
  content: "";
}

/* line 421, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task.problem::before {
  color: #ff9600;
  content: "";
}

/* line 425, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task.need-revision::before {
  color: #ff9600;
  content: "";
}

/* line 429, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task.not_started.documents.officer::before {
  color: #0883bf;
  content: "";
}

/* line 433, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task.fail::before {
  color: #C40E17;
  content: "";
}

/* line 437, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task.green::before {
  color: #8ec741;
  content: "";
}

/* line 440, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task .status {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 3px;
}

/* line 444, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item:first-of-type {
  padding-top: 0;
}

/* line 446, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item:last-of-type {
  border-bottom: none;
}

/* line 448, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .task-list .task-item .task-action {
  margin-top: -3px;
  float: right;
}

/* line 451, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .media-object {
  border: none;
  margin: 0;
}

/* line 454, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .media-object .media-object-section {
  padding: 20px 0;
}

/* line 456, app/assets/stylesheets/_bux2.sass */
.loan-detail .owner-body .media-object .media-object-section.action {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  width: 125px;
  text-align: right;
  line-height: 35px;
  float: right;
  padding-right: 15px;
}

/* line 468, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard {
  border-top: none;
}

/* line 470, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .owner-name {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e7ea;
  color: #8C9BA9;
}

/* line 478, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .media-object {
  border: none;
}

/* line 480, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .media-object.owner-head {
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 486, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .media-object.owner-head .media-object-section {
  padding: 0 0 15px 0;
}

/* line 488, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .owner-body {
  border-bottom: 1px solid #e4e7ea;
}

/* line 490, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .owner-body .media-object-section {
  padding: 20px 10px 20px 20px;
}

/* line 492, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .owner-body .task-list {
  padding: 0;
  border-left: none;
}

/* line 495, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .owner-body .task-list .task-item {
  padding: 15px;
}

/* line 497, app/assets/stylesheets/_bux2.sass */
.loan-detail.dashboard .owner-body .task-list .task-item:not(:last-of-type) {
  border-bottom: 1px solid #e4e7ea;
}

/* line 501, app/assets/stylesheets/_bux2.sass */
.loan-detail #stats .callout {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
  border-top: none;
  border-right: none;
}

/* line 510, app/assets/stylesheets/_bux2.sass */
.owner-container {
  border: 1px solid #c6ced5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 285px;
  margin-bottom: 30px;
  position: relative;
}

/* line 517, app/assets/stylesheets/_bux2.sass */
.owner-container .media-object.owner-head {
  padding: 15px 15px 0 15px;
}

/* line 519, app/assets/stylesheets/_bux2.sass */
.owner-container .media-object.owner-head .media-object-section {
  padding: 0 15px;
  margin: 0;
}

/* line 522, app/assets/stylesheets/_bux2.sass */
.owner-container .media-object.owner-head .media-object-section.ownership {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #8C9BA9;
  width: 70px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 16px 0;
  line-height: 1;
}

/* line 530, app/assets/stylesheets/_bux2.sass */
.owner-container .media-object.owner-head .media-object-section.ownership sup {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 532, app/assets/stylesheets/_bux2.sass */
.owner-container .media-object.owner-head .media-object-section.ownership.complete {
  background: #8ec741;
  color: white;
}

/* line 535, app/assets/stylesheets/_bux2.sass */
.owner-container .media-object.owner-head .media-object-section.ownership.problem {
  background: #C40E17;
  color: white;
}

/* line 538, app/assets/stylesheets/_bux2.sass */
.owner-container .media-object.owner-head .media-object-section.owner-name {
  padding-top: 15px;
}

/* line 540, app/assets/stylesheets/_bux2.sass */
.owner-container .media-object .media-object-section {
  padding: 0;
}

/* line 542, app/assets/stylesheets/_bux2.sass */
.owner-container .owner-body {
  padding: 5px 15px 15px 15px;
}

/* line 544, app/assets/stylesheets/_bux2.sass */
.owner-container .owner-card-action {
  background: #f1f2f3;
  position: absolute;
  padding: 15px;
  text-align: right;
  bottom: 0;
  border-top: 1px solid #e4e7ea;
  width: 100%;
}

/* line 553, app/assets/stylesheets/_bux2.sass */
.view-container {
  margin-bottom: 50px;
  border-top: 1px solid #c6ced5;
}

/* line 556, app/assets/stylesheets/_bux2.sass */
.view-container .view-container-head {
  padding: 20px 0;
}

/* line 558, app/assets/stylesheets/_bux2.sass */
.view-container .view-container-head h4 {
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
  margin-right: 100px;
}

/* line 564, app/assets/stylesheets/_bux2.sass */
.view-container .view-container-head h4 a {
  color: #344452;
}

/* line 566, app/assets/stylesheets/_bux2.sass */
.view-container .view-container-head h4 a:hover {
  color: #0883bf;
}

/* line 568, app/assets/stylesheets/_bux2.sass */
.view-container .view-container-head h4:before {
  font-family: FontAwesome;
  font-size: 28px;
  font-size: 1.75rem;
  position: absolute;
  left: 0;
  color: #ABB1B7;
  content: "";
}

/* line 575, app/assets/stylesheets/_bux2.sass */
.view-container .view-container-body {
  margin-left: 35px;
}

/* line 580, app/assets/stylesheets/_bux2.sass */
.view-container.complete .view-container-head h4:before {
  color: #8ec741;
  content: "";
}

/* line 585, app/assets/stylesheets/_bux2.sass */
.bux-edit-btn a:not(.navigation-link) {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-left: 27px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  width: 100%;
  height: 100%;
}

/* line 595, app/assets/stylesheets/_bux2.sass */
.bux-edit-btn a:not(.navigation-link):before {
  position: absolute;
  font-family: FontAwesome;
  padding: 0;
  width: 20px;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  border-right: 1px solid #c6ced5;
  content: "";
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

/* line 607, app/assets/stylesheets/_bux2.sass */
.bux-edit-btn a:not(.navigation-link):hover {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  text-decoration: none;
}

/* line 610, app/assets/stylesheets/_bux2.sass */
.bux-edit-btn a:not(.navigation-link):hover:before {
  background: #0883bf;
  color: white;
  border-left: 1px solid #0883bf;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

/* line 617, app/assets/stylesheets/_bux2.sass */
#review-roster .sticky, #loan-app-menu .sticky, #status-banner .sticky, #loan-amount-bar .sticky {
  width: 100%;
}

/* line 619, app/assets/stylesheets/_bux2.sass */
#review-roster .sticky.is-at-top, #review-roster .sticky.is-anchored, #loan-app-menu .sticky.is-at-top, #loan-app-menu .sticky.is-anchored, #status-banner .sticky.is-at-top, #status-banner .sticky.is-anchored, #loan-amount-bar .sticky.is-at-top, #loan-amount-bar .sticky.is-anchored {
  width: 100%;
}

/* line 622, app/assets/stylesheets/_bux2.sass */
.status-banner-message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 55px;
}

/* line 626, app/assets/stylesheets/_bux2.sass */
.progress-meter-text {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 631, app/assets/stylesheets/_bux2.sass */
  .brand-wrapper {
    background-size: 70%;
  }
  /* line 635, app/assets/stylesheets/_bux2.sass */
  div#ownership-warning::before {
    height: 465px;
  }
  /* line 638, app/assets/stylesheets/_bux2.sass */
  div#ownership-warning.xtra-height::before {
    height: 535px;
  }
  /* line 643, app/assets/stylesheets/_bux2.sass */
  #review-roster .sticky .status-banner-message, #loan-app-menu .sticky .status-banner-message, #status-banner .sticky .status-banner-message, #loan-amount-bar .sticky .status-banner-message {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 647, app/assets/stylesheets/_bux2.sass */
  #panel-owners.tabs-panel {
    padding: 0 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 651, app/assets/stylesheets/_bux2.sass */
  #loan-app-body-start {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 655, app/assets/stylesheets/_bux2.sass */
  #loan-app-header {
    background-position: center -20px;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
  }
  /* line 660, app/assets/stylesheets/_bux2.sass */
  #checklist-menu-container {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #344452;
    color: white;
    padding: 15px 10px;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  /* line 667, app/assets/stylesheets/_bux2.sass */
  #checklist-menu-container:hover {
    cursor: pointer;
    background: #526b81;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  /* line 671, app/assets/stylesheets/_bux2.sass */
  #loan-app-menu {
    padding: 0 20px 20px 20px;
  }
  /* line 673, app/assets/stylesheets/_bux2.sass */
  .close-menu {
    padding: 20px 20px 0 0;
    text-align: right;
    color: #8C9BA9;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  /* line 678, app/assets/stylesheets/_bux2.sass */
  .close-menu:hover {
    cursor: pointer;
    color: #0883bf;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
  }
  /* line 682, app/assets/stylesheets/_bux2.sass */
  .bux-header {
    padding-top: 0;
    font-size: 28px;
    font-size: 1.75rem;
    min-height: 50px;
  }
  /* line 686, app/assets/stylesheets/_bux2.sass */
  .bux-header p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 688, app/assets/stylesheets/_bux2.sass */
  .lo-pic-wrapper {
    width: 125px;
    height: 125px;
  }
  /* line 691, app/assets/stylesheets/_bux2.sass */
  .lo-info {
    min-height: 125px;
    margin-left: 140px;
  }
  /* line 695, app/assets/stylesheets/_bux2.sass */
  div#ownership-warning::before {
    height: 465px;
  }
  /* line 698, app/assets/stylesheets/_bux2.sass */
  div#ownership-warning.xtra-height::before {
    height: 560px;
  }
  /* line 703, app/assets/stylesheets/_bux2.sass */
  .checklist .media-object .media-object-section p.status {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 707, app/assets/stylesheets/_bux2.sass */
  #review-roster .sticky .status-banner-message, #loan-app-menu .sticky .status-banner-message, #status-banner .sticky .status-banner-message, #loan-amount-bar .sticky .status-banner-message {
    margin-bottom: 15px;
  }
  /* line 712, app/assets/stylesheets/_bux2.sass */
  .view-container .view-container-head h4:before {
    top: -5px;
  }
}

/* line 8, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .loan-logo, body.overview .loan-pod .loan-logo {
  border: none;
}

/* line 10, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .loan-detail, body.overview .loan-pod .loan-detail {
  border-bottom: 3px solid #ddd;
}

/* line 13, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li, body.overview .loan-pod ul.stage li {
  border-bottom: 1px solid #ddd;
  color: #8C9BA9;
  padding: 10px 0;
  position: relative;
}

/* line 18, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li::before, body.overview .loan-pod ul.stage li::before {
  color: #dee0e3;
  content: "";
  font-size: 21px;
  font-size: 1.3125rem;
  float: left;
  font-family: FontAwesome;
  margin: -3px 10px 0 0;
}

/* line 25, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li.active:first-of-type, body.overview .loan-pod ul.stage li.active:first-of-type {
  border: none;
}

/* line 27, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li.active:first-of-type .content, body.overview .loan-pod ul.stage li.active:first-of-type .content {
  margin-right: 0;
}

/* line 29, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li.active, body.overview .loan-pod ul.stage li.active {
  color: #344452;
  font-weight: bold;
  padding-bottom: 15px;
}

/* line 33, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li.active::before, body.overview .loan-pod ul.stage li.active::before {
  color: #0883bf;
  content: "";
}

/* line 37, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li.review::before, body.overview .loan-pod ul.stage li.review::before {
  color: #0883bf;
  content: "";
}

/* line 41, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li.attention::before, body.dashboard .loan-pod ul.stage li.problem::before, body.overview .loan-pod ul.stage li.attention::before, body.overview .loan-pod ul.stage li.problem::before {
  color: #ff9600;
  content: "";
}

/* line 44, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li.complete, body.overview .loan-pod ul.stage li.complete {
  color: #8C9BA9;
}

/* line 46, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li.complete::before, body.overview .loan-pod ul.stage li.complete::before {
  color: #8ec741;
  content: "";
}

/* line 49, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li .content, body.overview .loan-pod ul.stage li .content {
  margin: 0 170px 0 30px;
}

/* line 51, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li .content .status, body.overview .loan-pod ul.stage li .content .status {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 3px;
}

/* line 56, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage li .button, body.overview .loan-pod ul.stage li .button {
  position: absolute;
  right: 0;
  top: 12px;
}

/* line 62, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage.multi-loan li.active, body.overview .loan-pod ul.stage.multi-loan li.active {
  padding-bottom: 0;
}

/* line 64, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod ul.stage.multi-loan li .content, body.overview .loan-pod ul.stage.multi-loan li .content {
  margin: 0 0 0 30px;
}

/* line 66, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice, body.overview .loan-pod .notice {
  margin-top: 15px;
}

/* line 68, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice hr, body.overview .loan-pod .notice hr {
  border: 0;
  border-top: 1px solid #dee0e3;
  margin-top: 0;
}

/* line 72, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice span:nth-child(2), body.overview .loan-pod .notice span:nth-child(2) {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 76, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice .fa, body.overview .loan-pod .notice .fa {
  font-size: 21px;
  font-size: 1.3125rem;
  vertical-align: top;
}

/* line 79, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice p, body.overview .loan-pod .notice p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #8C9BA9;
  padding-left: 23px;
  font-style: italic;
}

/* line 84, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice p:first-of-type, body.overview .loan-pod .notice p:first-of-type {
  margin-top: 10px;
}

/* line 86, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice ul, body.overview .loan-pod .notice ul {
  padding-left: 23px;
}

/* line 88, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice ul li, body.overview .loan-pod .notice ul li {
  font-style: normal !important;
}

/* line 90, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice .cra-rejection, body.overview .loan-pod .notice .cra-rejection {
  font-style: italic;
  line-height: 14px !important;
}

/* line 93, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .notice blockquote, body.overview .loan-pod .notice blockquote {
  margin-left: 23px;
  padding-top: 0;
}

/* line 96, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .franchisor-logo, body.overview .loan-pod .franchisor-logo {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f1f2f3;
  height: 170px;
  width: 100%;
}

/* line 104, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .franchisor-logo .franchisor-logo-inner, body.overview .loan-pod .franchisor-logo .franchisor-logo-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #8C9BA9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 150px;
  margin: 10px;
}

/* line 112, app/assets/stylesheets/bux.sass */
body.dashboard .loan-pod .franchisor-logo .franchisor-logo-inner.text, body.overview .loan-pod .franchisor-logo .franchisor-logo-inner.text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1f2f3;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 124, app/assets/stylesheets/bux.sass */
body.dashboard #overview-helpers #expand, body.overview #overview-helpers #expand {
  margin-right: 2px;
}

/* line 126, app/assets/stylesheets/bux.sass */
body.dashboard #overview-helpers #contact_lo, body.overview #overview-helpers #contact_lo {
  margin-left: 3px;
}

@media screen and (max-width: 39.9375em) {
  /* line 129, app/assets/stylesheets/bux.sass */
  body.dashboard #overview-helpers #expand, body.overview #overview-helpers #expand {
    margin-right: 0;
    margin-bottom: 5px;
  }
  /* line 132, app/assets/stylesheets/bux.sass */
  body.dashboard #overview-helpers #contact_lo, body.overview #overview-helpers #contact_lo {
    margin-left: 0;
  }
}

/* line 137, app/assets/stylesheets/bux.sass */
body.dashboard .sticky-overview-helpers.sticky-container, body.overview .sticky-overview-helpers.sticky-container {
  height: 0 !important;
}

/* line 139, app/assets/stylesheets/bux.sass */
body.dashboard .sticky-overview-helpers .sticky, body.overview .sticky-overview-helpers .sticky {
  visibility: hidden;
  margin-bottom: 0 !important;
  width: 100%;
}

/* line 143, app/assets/stylesheets/bux.sass */
body.dashboard .sticky-overview-helpers .sticky.is-stuck, body.overview .sticky-overview-helpers .sticky.is-stuck {
  visibility: visible;
}

/* line 145, app/assets/stylesheets/bux.sass */
body.dashboard .sticky-overview-helpers .sticky.is-anchored, body.overview .sticky-overview-helpers .sticky.is-anchored {
  display: none;
}

/* line 148, app/assets/stylesheets/bux.sass */
body.dashboard .sticky-overview-helpers .sticky .helper-link a, body.overview .sticky-overview-helpers .sticky .helper-link a {
  color: #8ec741;
  display: block;
  height: 100%;
  width: 100%;
  padding: 15px;
}

/* line 154, app/assets/stylesheets/bux.sass */
body.dashboard .sticky-overview-helpers .sticky .helper-link a:hover, body.overview .sticky-overview-helpers .sticky .helper-link a:hover {
  background: #8ec741;
  color: white;
}

/* line 157, app/assets/stylesheets/bux.sass */
body.dashboard .sticky-overview-helpers .sticky .helper-link.left, body.overview .sticky-overview-helpers .sticky .helper-link.left {
  margin-right: 2px;
}

/* line 159, app/assets/stylesheets/bux.sass */
body.dashboard .sticky-overview-helpers .sticky .helper-link.right, body.overview .sticky-overview-helpers .sticky .helper-link.right {
  margin-left: 3px;
}

/* line 164, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary, body.additional ul.accordion.primary, body.admin.loan ul.accordion.primary, body.submit_primary_entity ul.accordion.primary, body.create_corp_entity ul.accordion.primary, body.loans ul.accordion.primary, body.entities_ownership ul.accordion.primary {
  margin-top: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 168, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary, body.additional ul.accordion.primary li.accordion-item.accordion-primary, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary, body.loans ul.accordion.primary li.accordion-item.accordion-primary, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary {
  background: white;
  border: 1px solid transparent;
  border-bottom: 1px solid #c6ced5;
  margin: 0;
  position: relative;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 177, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary:hover, body.additional ul.accordion.primary li.accordion-item.accordion-primary:hover, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary:hover, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary:hover, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary:hover, body.loans ul.accordion.primary li.accordion-item.accordion-primary:hover, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary:hover {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 179, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary::before, body.additional ul.accordion.primary li.accordion-item.accordion-primary::before, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary::before, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary::before, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary::before, body.loans ul.accordion.primary li.accordion-item.accordion-primary::before, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary::before {
  font-size: 32px;
  font-size: 2rem;
  color: #dee0e3;
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 13px;
  z-index: 2;
}

/* line 187, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title {
  background: white;
  border-bottom: 0;
  color: #344452;
  margin: 0;
  padding: 20px 0 25px 40px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 194, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title h4, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title h4, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title h4, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title h4, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title h4, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title h4, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title h4 {
  font-weight: 500;
}

/* line 196, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title span, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title span, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title span, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title span, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title span, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title span, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title span {
  color: #C40E17;
}

/* line 198, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover {
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  text-decoration: none;
}

/* line 201, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover h4, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover h4, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover h4, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover h4, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover h4, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover h4, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover h4 {
  color: #0883bf;
}

/* line 203, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover::after, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover::after, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover::after, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover::after, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover::after, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover::after, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title:hover::after {
  color: #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 206, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::before, body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::before, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::before, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::before, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::before, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::before, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::before, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after {
  font-size: 32px;
  font-size: 2rem;
  font-family: FontAwesome;
}

/* line 209, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title::after {
  color: #c6ced5;
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 216, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title p, body.additional ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title p, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title p, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title p, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title p, body.loans ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title p, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary > a.accordion-title p {
  color: #344452;
  font-style: italic;
  margin-bottom: 0;
  width: 85%;
}

/* line 221, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.is-active, body.additional ul.accordion.primary li.accordion-item.accordion-primary.is-active, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.is-active, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active, body.loans ul.accordion.primary li.accordion-item.accordion-primary.is-active, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.is-active {
  border-top: 5px solid #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 224, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.is-active h4, body.additional ul.accordion.primary li.accordion-item.accordion-primary.is-active h4, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.is-active h4, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active h4, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active h4, body.loans ul.accordion.primary li.accordion-item.accordion-primary.is-active h4, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.is-active h4 {
  color: #0883bf;
}

/* line 226, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.is-active:hover, body.additional ul.accordion.primary li.accordion-item.accordion-primary.is-active:hover, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.is-active:hover, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active:hover, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active:hover, body.loans ul.accordion.primary li.accordion-item.accordion-primary.is-active:hover, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.is-active:hover {
  border-right: 1px solid transparent;
  border-bottom: 1px solid #c6ced5;
  border-left: 1px solid transparent;
}

/* line 230, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.is-active::before, body.additional ul.accordion.primary li.accordion-item.accordion-primary.is-active::before, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.is-active::before, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active::before, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active::before, body.loans ul.accordion.primary li.accordion-item.accordion-primary.is-active::before, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.is-active::before {
  color: #0883bf;
  content: "";
}

/* line 234, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.is-active > a::after, body.additional ul.accordion.primary li.accordion-item.accordion-primary.is-active > a::after, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.is-active > a::after, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active > a::after, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active > a::after, body.loans ul.accordion.primary li.accordion-item.accordion-primary.is-active > a::after, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.is-active > a::after {
  visibility: hidden;
}

/* line 236, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.is-active > a p, body.additional ul.accordion.primary li.accordion-item.accordion-primary.is-active > a p, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.is-active > a p, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active > a p, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.is-active > a p, body.loans ul.accordion.primary li.accordion-item.accordion-primary.is-active > a p, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.is-active > a p {
  display: none;
}

/* line 239, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.complete::before, body.additional ul.accordion.primary li.accordion-item.accordion-primary.complete::before, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.complete::before, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.complete::before, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.complete::before, body.loans ul.accordion.primary li.accordion-item.accordion-primary.complete::before, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.complete::before {
  color: #8ec741;
  content: "";
}

/* line 243, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.problem::before, body.additional ul.accordion.primary li.accordion-item.accordion-primary.problem::before, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.problem::before, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.problem::before, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.problem::before, body.loans ul.accordion.primary li.accordion-item.accordion-primary.problem::before, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.problem::before {
  color: #ff9600;
  content: "";
}

/* line 247, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary.need-revision::before, body.additional ul.accordion.primary li.accordion-item.accordion-primary.need-revision::before, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary.need-revision::before, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary.need-revision::before, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary.need-revision::before, body.loans ul.accordion.primary li.accordion-item.accordion-primary.need-revision::before, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary.need-revision::before {
  color: #C40E17;
  content: "";
}

/* line 250, app/assets/stylesheets/bux.sass */
body.dashboard ul.accordion.primary li.accordion-item.accordion-primary .accordion-content.content-primary, body.additional ul.accordion.primary li.accordion-item.accordion-primary .accordion-content.content-primary, body.admin.loan ul.accordion.primary li.accordion-item.accordion-primary .accordion-content.content-primary, body.submit_primary_entity ul.accordion.primary li.accordion-item.accordion-primary .accordion-content.content-primary, body.create_corp_entity ul.accordion.primary li.accordion-item.accordion-primary .accordion-content.content-primary, body.loans ul.accordion.primary li.accordion-item.accordion-primary .accordion-content.content-primary, body.entities_ownership ul.accordion.primary li.accordion-item.accordion-primary .accordion-content.content-primary {
  padding: 0 40px 30px 40px;
  border-bottom: 1px solid #c6ced5;
}

/* line 254, app/assets/stylesheets/bux.sass */
body.dashboard .ownership-percentage, body.additional .ownership-percentage, body.admin.loan .ownership-percentage, body.submit_primary_entity .ownership-percentage, body.create_corp_entity .ownership-percentage, body.loans .ownership-percentage, body.entities_ownership .ownership-percentage {
  margin-bottom: 7px;
}

/* line 258, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-unfinished h5, body.dashboard .dashboard-greeting-text-unfinished .fa, body.additional .dashboard-greeting-text-unfinished h5, body.additional .dashboard-greeting-text-unfinished .fa, body.admin.loan .dashboard-greeting-text-unfinished h5, body.admin.loan .dashboard-greeting-text-unfinished .fa, body.submit_primary_entity .dashboard-greeting-text-unfinished h5, body.submit_primary_entity .dashboard-greeting-text-unfinished .fa, body.create_corp_entity .dashboard-greeting-text-unfinished h5, body.create_corp_entity .dashboard-greeting-text-unfinished .fa, body.loans .dashboard-greeting-text-unfinished h5, body.loans .dashboard-greeting-text-unfinished .fa, body.entities_ownership .dashboard-greeting-text-unfinished h5, body.entities_ownership .dashboard-greeting-text-unfinished .fa {
  color: #0883bf;
}

/* line 260, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-unfinished .fa, body.additional .dashboard-greeting-text-unfinished .fa, body.admin.loan .dashboard-greeting-text-unfinished .fa, body.submit_primary_entity .dashboard-greeting-text-unfinished .fa, body.create_corp_entity .dashboard-greeting-text-unfinished .fa, body.loans .dashboard-greeting-text-unfinished .fa, body.entities_ownership .dashboard-greeting-text-unfinished .fa {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 262, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-unfinished .loan-app-review, body.additional .dashboard-greeting-text-unfinished .loan-app-review, body.admin.loan .dashboard-greeting-text-unfinished .loan-app-review, body.submit_primary_entity .dashboard-greeting-text-unfinished .loan-app-review, body.create_corp_entity .dashboard-greeting-text-unfinished .loan-app-review, body.loans .dashboard-greeting-text-unfinished .loan-app-review, body.entities_ownership .dashboard-greeting-text-unfinished .loan-app-review {
  background: #0883bf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  margin-top: 20px;
  padding: 20px;
}

/* line 268, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-unfinished .loan-app-review h5, body.dashboard .dashboard-greeting-text-unfinished .loan-app-review .fa, body.additional .dashboard-greeting-text-unfinished .loan-app-review h5, body.additional .dashboard-greeting-text-unfinished .loan-app-review .fa, body.admin.loan .dashboard-greeting-text-unfinished .loan-app-review h5, body.admin.loan .dashboard-greeting-text-unfinished .loan-app-review .fa, body.submit_primary_entity .dashboard-greeting-text-unfinished .loan-app-review h5, body.submit_primary_entity .dashboard-greeting-text-unfinished .loan-app-review .fa, body.create_corp_entity .dashboard-greeting-text-unfinished .loan-app-review h5, body.create_corp_entity .dashboard-greeting-text-unfinished .loan-app-review .fa, body.loans .dashboard-greeting-text-unfinished .loan-app-review h5, body.loans .dashboard-greeting-text-unfinished .loan-app-review .fa, body.entities_ownership .dashboard-greeting-text-unfinished .loan-app-review h5, body.entities_ownership .dashboard-greeting-text-unfinished .loan-app-review .fa {
  color: white;
}

/* line 271, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-finished, body.additional .dashboard-greeting-text-finished, body.admin.loan .dashboard-greeting-text-finished, body.submit_primary_entity .dashboard-greeting-text-finished, body.create_corp_entity .dashboard-greeting-text-finished, body.loans .dashboard-greeting-text-finished, body.entities_ownership .dashboard-greeting-text-finished {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #0883bf;
  color: white;
  padding: 15px;
}

/* line 276, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-finished p, body.dashboard .dashboard-greeting-text-finished h5, body.dashboard .dashboard-greeting-text-finished .fa, body.additional .dashboard-greeting-text-finished p, body.additional .dashboard-greeting-text-finished h5, body.additional .dashboard-greeting-text-finished .fa, body.admin.loan .dashboard-greeting-text-finished p, body.admin.loan .dashboard-greeting-text-finished h5, body.admin.loan .dashboard-greeting-text-finished .fa, body.submit_primary_entity .dashboard-greeting-text-finished p, body.submit_primary_entity .dashboard-greeting-text-finished h5, body.submit_primary_entity .dashboard-greeting-text-finished .fa, body.create_corp_entity .dashboard-greeting-text-finished p, body.create_corp_entity .dashboard-greeting-text-finished h5, body.create_corp_entity .dashboard-greeting-text-finished .fa, body.loans .dashboard-greeting-text-finished p, body.loans .dashboard-greeting-text-finished h5, body.loans .dashboard-greeting-text-finished .fa, body.entities_ownership .dashboard-greeting-text-finished p, body.entities_ownership .dashboard-greeting-text-finished h5, body.entities_ownership .dashboard-greeting-text-finished .fa {
  color: white;
}

/* line 278, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-finished .fa, body.additional .dashboard-greeting-text-finished .fa, body.admin.loan .dashboard-greeting-text-finished .fa, body.submit_primary_entity .dashboard-greeting-text-finished .fa, body.create_corp_entity .dashboard-greeting-text-finished .fa, body.loans .dashboard-greeting-text-finished .fa, body.entities_ownership .dashboard-greeting-text-finished .fa {
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 280, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-finished .button, body.additional .dashboard-greeting-text-finished .button, body.admin.loan .dashboard-greeting-text-finished .button, body.submit_primary_entity .dashboard-greeting-text-finished .button, body.create_corp_entity .dashboard-greeting-text-finished .button, body.loans .dashboard-greeting-text-finished .button, body.entities_ownership .dashboard-greeting-text-finished .button {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #0883bf;
  margin-bottom: 15px;
}

/* line 285, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-finished .button:hover, body.additional .dashboard-greeting-text-finished .button:hover, body.admin.loan .dashboard-greeting-text-finished .button:hover, body.submit_primary_entity .dashboard-greeting-text-finished .button:hover, body.create_corp_entity .dashboard-greeting-text-finished .button:hover, body.loans .dashboard-greeting-text-finished .button:hover, body.entities_ownership .dashboard-greeting-text-finished .button:hover {
  background: #06618e;
  color: white;
}

/* line 288, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-finished.problem, body.additional .dashboard-greeting-text-finished.problem, body.admin.loan .dashboard-greeting-text-finished.problem, body.submit_primary_entity .dashboard-greeting-text-finished.problem, body.create_corp_entity .dashboard-greeting-text-finished.problem, body.loans .dashboard-greeting-text-finished.problem, body.entities_ownership .dashboard-greeting-text-finished.problem {
  background: #ff9600;
}

/* line 294, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-finished .attention-header span, body.dashboard .dashboard-greeting-text-unfinished .attention-header span, body.additional .dashboard-greeting-text-finished .attention-header span, body.additional .dashboard-greeting-text-unfinished .attention-header span, body.admin.loan .dashboard-greeting-text-finished .attention-header span, body.admin.loan .dashboard-greeting-text-unfinished .attention-header span, body.submit_primary_entity .dashboard-greeting-text-finished .attention-header span, body.submit_primary_entity .dashboard-greeting-text-unfinished .attention-header span, body.create_corp_entity .dashboard-greeting-text-finished .attention-header span, body.create_corp_entity .dashboard-greeting-text-unfinished .attention-header span, body.loans .dashboard-greeting-text-finished .attention-header span, body.loans .dashboard-greeting-text-unfinished .attention-header span, body.entities_ownership .dashboard-greeting-text-finished .attention-header span, body.entities_ownership .dashboard-greeting-text-unfinished .attention-header span {
  background: #ff9600;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

/* line 304, app/assets/stylesheets/bux.sass */
body.dashboard .dashboard-greeting-text-finished .attention-header .fa, body.dashboard .dashboard-greeting-text-unfinished .attention-header .fa, body.additional .dashboard-greeting-text-finished .attention-header .fa, body.additional .dashboard-greeting-text-unfinished .attention-header .fa, body.admin.loan .dashboard-greeting-text-finished .attention-header .fa, body.admin.loan .dashboard-greeting-text-unfinished .attention-header .fa, body.submit_primary_entity .dashboard-greeting-text-finished .attention-header .fa, body.submit_primary_entity .dashboard-greeting-text-unfinished .attention-header .fa, body.create_corp_entity .dashboard-greeting-text-finished .attention-header .fa, body.create_corp_entity .dashboard-greeting-text-unfinished .attention-header .fa, body.loans .dashboard-greeting-text-finished .attention-header .fa, body.loans .dashboard-greeting-text-unfinished .attention-header .fa, body.entities_ownership .dashboard-greeting-text-finished .attention-header .fa, body.entities_ownership .dashboard-greeting-text-unfinished .attention-header .fa {
  font-size: 24px;
  font-size: 1.5rem;
  color: white;
  margin-right: 3px;
  vertical-align: sub;
}

/* line 311, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner h6, body.dashboard .contact-content h6, body.additional .entity-inner h6, body.additional .contact-content h6, body.admin.loan .entity-inner h6, body.admin.loan .contact-content h6, body.submit_primary_entity .entity-inner h6, body.submit_primary_entity .contact-content h6, body.create_corp_entity .entity-inner h6, body.create_corp_entity .contact-content h6, body.loans .entity-inner h6, body.loans .contact-content h6, body.entities_ownership .entity-inner h6, body.entities_ownership .contact-content h6 {
  margin: 0;
}

/* line 313, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .section-label, body.dashboard .contact-content .section-label, body.additional .entity-inner .section-label, body.additional .contact-content .section-label, body.admin.loan .entity-inner .section-label, body.admin.loan .contact-content .section-label, body.submit_primary_entity .entity-inner .section-label, body.submit_primary_entity .contact-content .section-label, body.create_corp_entity .entity-inner .section-label, body.create_corp_entity .contact-content .section-label, body.loans .entity-inner .section-label, body.loans .contact-content .section-label, body.entities_ownership .entity-inner .section-label, body.entities_ownership .contact-content .section-label {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

/* line 316, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .address, body.dashboard .contact-content .address, body.additional .entity-inner .address, body.additional .contact-content .address, body.admin.loan .entity-inner .address, body.admin.loan .contact-content .address, body.submit_primary_entity .entity-inner .address, body.submit_primary_entity .contact-content .address, body.create_corp_entity .entity-inner .address, body.create_corp_entity .contact-content .address, body.loans .entity-inner .address, body.loans .contact-content .address, body.entities_ownership .entity-inner .address, body.entities_ownership .contact-content .address {
  margin-bottom: 10px;
}

/* line 318, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .type, body.dashboard .contact-content .type, body.additional .entity-inner .type, body.additional .contact-content .type, body.admin.loan .entity-inner .type, body.admin.loan .contact-content .type, body.submit_primary_entity .entity-inner .type, body.submit_primary_entity .contact-content .type, body.create_corp_entity .entity-inner .type, body.create_corp_entity .contact-content .type, body.loans .entity-inner .type, body.loans .contact-content .type, body.entities_ownership .entity-inner .type, body.entities_ownership .contact-content .type {
  margin: 5px 0 15px 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* line 322, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .type span:not(:first-of-type), body.dashboard .contact-content .type span:not(:first-of-type), body.additional .entity-inner .type span:not(:first-of-type), body.additional .contact-content .type span:not(:first-of-type), body.admin.loan .entity-inner .type span:not(:first-of-type), body.admin.loan .contact-content .type span:not(:first-of-type), body.submit_primary_entity .entity-inner .type span:not(:first-of-type), body.submit_primary_entity .contact-content .type span:not(:first-of-type), body.create_corp_entity .entity-inner .type span:not(:first-of-type), body.create_corp_entity .contact-content .type span:not(:first-of-type), body.loans .entity-inner .type span:not(:first-of-type), body.loans .contact-content .type span:not(:first-of-type), body.entities_ownership .entity-inner .type span:not(:first-of-type), body.entities_ownership .contact-content .type span:not(:first-of-type) {
  border-left: 1px solid #8C9BA9;
  padding-left: 8px;
  margin-left: 5px;
}

/* line 326, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .edit-text-link, body.dashboard .entity-inner .delete-text-link, body.dashboard .contact-content .edit-text-link, body.dashboard .contact-content .delete-text-link, body.additional .entity-inner .edit-text-link, body.additional .entity-inner .delete-text-link, body.additional .contact-content .edit-text-link, body.additional .contact-content .delete-text-link, body.admin.loan .entity-inner .edit-text-link, body.admin.loan .entity-inner .delete-text-link, body.admin.loan .contact-content .edit-text-link, body.admin.loan .contact-content .delete-text-link, body.submit_primary_entity .entity-inner .edit-text-link, body.submit_primary_entity .entity-inner .delete-text-link, body.submit_primary_entity .contact-content .edit-text-link, body.submit_primary_entity .contact-content .delete-text-link, body.create_corp_entity .entity-inner .edit-text-link, body.create_corp_entity .entity-inner .delete-text-link, body.create_corp_entity .contact-content .edit-text-link, body.create_corp_entity .contact-content .delete-text-link, body.loans .entity-inner .edit-text-link, body.loans .entity-inner .delete-text-link, body.loans .contact-content .edit-text-link, body.loans .contact-content .delete-text-link, body.entities_ownership .entity-inner .edit-text-link, body.entities_ownership .entity-inner .delete-text-link, body.entities_ownership .contact-content .edit-text-link, body.entities_ownership .contact-content .delete-text-link {
  font-size: 11px;
  font-size: 0.6875rem;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding: 3px 5px;
  text-transform: uppercase;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 333, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .edit-text-link:hover, body.dashboard .entity-inner .delete-text-link:hover, body.dashboard .contact-content .edit-text-link:hover, body.dashboard .contact-content .delete-text-link:hover, body.additional .entity-inner .edit-text-link:hover, body.additional .entity-inner .delete-text-link:hover, body.additional .contact-content .edit-text-link:hover, body.additional .contact-content .delete-text-link:hover, body.admin.loan .entity-inner .edit-text-link:hover, body.admin.loan .entity-inner .delete-text-link:hover, body.admin.loan .contact-content .edit-text-link:hover, body.admin.loan .contact-content .delete-text-link:hover, body.submit_primary_entity .entity-inner .edit-text-link:hover, body.submit_primary_entity .entity-inner .delete-text-link:hover, body.submit_primary_entity .contact-content .edit-text-link:hover, body.submit_primary_entity .contact-content .delete-text-link:hover, body.create_corp_entity .entity-inner .edit-text-link:hover, body.create_corp_entity .entity-inner .delete-text-link:hover, body.create_corp_entity .contact-content .edit-text-link:hover, body.create_corp_entity .contact-content .delete-text-link:hover, body.loans .entity-inner .edit-text-link:hover, body.loans .entity-inner .delete-text-link:hover, body.loans .contact-content .edit-text-link:hover, body.loans .contact-content .delete-text-link:hover, body.entities_ownership .entity-inner .edit-text-link:hover, body.entities_ownership .entity-inner .delete-text-link:hover, body.entities_ownership .contact-content .edit-text-link:hover, body.entities_ownership .contact-content .delete-text-link:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid transparent;
  color: white;
  text-decoration: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 340, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .edit-text-link:hover, body.dashboard .contact-content .edit-text-link:hover, body.additional .entity-inner .edit-text-link:hover, body.additional .contact-content .edit-text-link:hover, body.admin.loan .entity-inner .edit-text-link:hover, body.admin.loan .contact-content .edit-text-link:hover, body.submit_primary_entity .entity-inner .edit-text-link:hover, body.submit_primary_entity .contact-content .edit-text-link:hover, body.create_corp_entity .entity-inner .edit-text-link:hover, body.create_corp_entity .contact-content .edit-text-link:hover, body.loans .entity-inner .edit-text-link:hover, body.loans .contact-content .edit-text-link:hover, body.entities_ownership .entity-inner .edit-text-link:hover, body.entities_ownership .contact-content .edit-text-link:hover {
  background-color: #0883bf;
}

/* line 343, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .delete-text-link::before, body.dashboard .contact-content .delete-text-link::before, body.additional .entity-inner .delete-text-link::before, body.additional .contact-content .delete-text-link::before, body.admin.loan .entity-inner .delete-text-link::before, body.admin.loan .contact-content .delete-text-link::before, body.submit_primary_entity .entity-inner .delete-text-link::before, body.submit_primary_entity .contact-content .delete-text-link::before, body.create_corp_entity .entity-inner .delete-text-link::before, body.create_corp_entity .contact-content .delete-text-link::before, body.loans .entity-inner .delete-text-link::before, body.loans .contact-content .delete-text-link::before, body.entities_ownership .entity-inner .delete-text-link::before, body.entities_ownership .contact-content .delete-text-link::before {
  content: "";
  font-family: FontAwesome;
  padding-right: 3px;
}

/* line 347, app/assets/stylesheets/bux.sass */
body.dashboard .entity-inner .delete-text-link:hover, body.dashboard .contact-content .delete-text-link:hover, body.additional .entity-inner .delete-text-link:hover, body.additional .contact-content .delete-text-link:hover, body.admin.loan .entity-inner .delete-text-link:hover, body.admin.loan .contact-content .delete-text-link:hover, body.submit_primary_entity .entity-inner .delete-text-link:hover, body.submit_primary_entity .contact-content .delete-text-link:hover, body.create_corp_entity .entity-inner .delete-text-link:hover, body.create_corp_entity .contact-content .delete-text-link:hover, body.loans .entity-inner .delete-text-link:hover, body.loans .contact-content .delete-text-link:hover, body.entities_ownership .entity-inner .delete-text-link:hover, body.entities_ownership .contact-content .delete-text-link:hover {
  background-color: #C40E17;
}

/* line 349, app/assets/stylesheets/bux.sass */
body.dashboard .item-disabled, body.additional .item-disabled, body.admin.loan .item-disabled, body.submit_primary_entity .item-disabled, body.create_corp_entity .item-disabled, body.loans .item-disabled, body.entities_ownership .item-disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

/* line 355, app/assets/stylesheets/bux.sass */
body.dashboard form.additional_owner_form h5, body.additional form.additional_owner_form h5, body.admin.loan form.additional_owner_form h5, body.submit_primary_entity form.additional_owner_form h5, body.create_corp_entity form.additional_owner_form h5, body.loans form.additional_owner_form h5, body.entities_ownership form.additional_owner_form h5 {
  padding: 15px 0;
}

/* line 357, app/assets/stylesheets/bux.sass */
body.dashboard form.additional_owner_form h5 p, body.additional form.additional_owner_form h5 p, body.admin.loan form.additional_owner_form h5 p, body.submit_primary_entity form.additional_owner_form h5 p, body.create_corp_entity form.additional_owner_form h5 p, body.loans form.additional_owner_form h5 p, body.entities_ownership form.additional_owner_form h5 p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 0 0 0;
}

/* line 362, app/assets/stylesheets/bux.sass */
body.dashboard .disclosure p, body.additional .disclosure p, body.admin.loan .disclosure p, body.submit_primary_entity .disclosure p, body.create_corp_entity .disclosure p, body.loans .disclosure p, body.entities_ownership .disclosure p {
  font-size: 11px;
  font-size: 0.6875rem;
}

/* line 366, app/assets/stylesheets/bux.sass */
body.dashboard .alert-box .fa-exclamation-circle, body.dashboard .alert-box.fa-exclamation, body.additional .alert-box .fa-exclamation-circle, body.additional .alert-box.fa-exclamation, body.admin.loan .alert-box .fa-exclamation-circle, body.admin.loan .alert-box.fa-exclamation, body.submit_primary_entity .alert-box .fa-exclamation-circle, body.submit_primary_entity .alert-box.fa-exclamation, body.create_corp_entity .alert-box .fa-exclamation-circle, body.create_corp_entity .alert-box.fa-exclamation, body.loans .alert-box .fa-exclamation-circle, body.loans .alert-box.fa-exclamation, body.entities_ownership .alert-box .fa-exclamation-circle, body.entities_ownership .alert-box.fa-exclamation {
  color: #C40E17;
}

/* line 372, app/assets/stylesheets/bux.sass */
body.pfa ul.accordion.primary li.accordion-item.accordion-primary::before, body.pfs ul.accordion.primary li.accordion-item.accordion-primary::before {
  content: attr(data-accordion-status);
}

/* line 375, app/assets/stylesheets/bux.sass */
body.pfa ul.accordion.primary li.accordion-item.accordion-primary.complete::before, body.pfs ul.accordion.primary li.accordion-item.accordion-primary.complete::before {
  color: #8ec741;
}

@media screen and (max-width: 39.9375em) {
  /* line 382, app/assets/stylesheets/bux.sass */
  body.deals.overview ul.stage li .content, body.deals.officer_overview ul.stage li .content {
    margin-right: 0;
  }
  /* line 384, app/assets/stylesheets/bux.sass */
  body.deals.overview ul.stage li .button, body.deals.officer_overview ul.stage li .button {
    position: relative;
  }
  /* line 387, app/assets/stylesheets/bux.sass */
  body.deals.overview .loan-pod .franchisor-logo, body.deals.officer_overview .loan-pod .franchisor-logo {
    border: none;
    height: 150px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 395, app/assets/stylesheets/bux.sass */
  body.deals.overview .loan-pod .franchisor-logo .franchisor-logo-inner, body.deals.officer_overview .loan-pod .franchisor-logo .franchisor-logo-inner {
    height: 150px;
    margin: 0;
  }
  /* line 398, app/assets/stylesheets/bux.sass */
  body.deals.overview .loan-pod .loan-detail, body.deals.officer_overview .loan-pod .loan-detail {
    margin-left: 0;
    text-align: center;
  }
  /* line 401, app/assets/stylesheets/bux.sass */
  body.deals.overview .loan-pod .loan-detail ul, body.deals.officer_overview .loan-pod .loan-detail ul {
    display: inline-block;
    margin: inherit auto;
  }
  /* line 404, app/assets/stylesheets/bux.sass */
  body.deals.overview .loan-pod .loan-detail ul li:first-of-type, body.deals.officer_overview .loan-pod .loan-detail ul li:first-of-type {
    margin-left: 0;
  }
  /* line 406, app/assets/stylesheets/bux.sass */
  body.deals.overview .loan-pod h4, body.deals.officer_overview .loan-pod h4 {
    margin-bottom: 2px;
  }
  /* line 408, app/assets/stylesheets/bux.sass */
  body.deals.overview .loan-pod h4.title, body.deals.officer_overview .loan-pod h4.title {
    text-align: center;
  }
}

/* line 2, app/assets/stylesheets/admin.sass */
body.admin .bux-loan-officer, body.officer_overview .bux-loan-officer, body.loan.purchaser .bux-loan-officer {
  width: 75%;
  left: 50%;
  margin-left: -37.5%;
  margin-top: -30px;
  position: fixed;
  z-index: 12;
}

/* line 11, app/assets/stylesheets/admin.sass */
body.admin .sticky.is-stuck h5, body.officer_overview .sticky.is-stuck h5, body.loan.purchaser .sticky.is-stuck h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0 !important;
}

/* line 14, app/assets/stylesheets/admin.sass */
body.admin .sticky.is-stuck .bux-loan-summary, body.officer_overview .sticky.is-stuck .bux-loan-summary, body.loan.purchaser .sticky.is-stuck .bux-loan-summary {
  display: none;
}

/* line 17, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar h5, body.officer_overview .bux-admin-bar h5, body.loan.purchaser .bux-admin-bar h5 {
  margin-top: 15px;
}

/* line 19, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar hr, body.officer_overview .bux-admin-bar hr, body.loan.purchaser .bux-admin-bar hr {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar .tabs, body.officer_overview .bux-admin-bar .tabs, body.loan.purchaser .bux-admin-bar .tabs {
  background: none;
  border: none;
}

/* line 24, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar ul#bux-admin-tabs, body.officer_overview .bux-admin-bar ul#bux-admin-tabs, body.loan.purchaser .bux-admin-bar ul#bux-admin-tabs {
  position: relative;
  float: left;
  display: block;
  left: 50%;
}

/* line 29, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar ul#bux-admin-tabs li, body.officer_overview .bux-admin-bar ul#bux-admin-tabs li, body.loan.purchaser .bux-admin-bar ul#bux-admin-tabs li {
  position: relative;
  float: left;
  display: block;
  right: 50%;
}

/* line 34, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar ul#bux-admin-tabs li a, body.officer_overview .bux-admin-bar ul#bux-admin-tabs li a, body.loan.purchaser .bux-admin-bar ul#bux-admin-tabs li a {
  color: #ABB1B7;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 38, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar ul#bux-admin-tabs li a:hover, body.officer_overview .bux-admin-bar ul#bux-admin-tabs li a:hover, body.loan.purchaser .bux-admin-bar ul#bux-admin-tabs li a:hover {
  background: none;
  color: white;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar ul#bux-admin-tabs li.is-active, body.officer_overview .bux-admin-bar ul#bux-admin-tabs li.is-active, body.loan.purchaser .bux-admin-bar ul#bux-admin-tabs li.is-active {
  border-bottom: 5px solid #dee0e3;
}

/* line 44, app/assets/stylesheets/admin.sass */
body.admin .bux-admin-bar ul#bux-admin-tabs li.is-active a, body.officer_overview .bux-admin-bar ul#bux-admin-tabs li.is-active a, body.loan.purchaser .bux-admin-bar ul#bux-admin-tabs li.is-active a {
  background: none;
  color: #8ec741;
}

/* line 48, app/assets/stylesheets/admin.sass */
body.admin #bux-admin-tabs-panels, body.officer_overview #bux-admin-tabs-panels, body.loan.purchaser #bux-admin-tabs-panels {
  border: none;
}

/* line 51, app/assets/stylesheets/admin.sass */
body.admin .owner-tabs, body.admin .legacy-deal-entity-tabs, body.officer_overview .owner-tabs, body.officer_overview .legacy-deal-entity-tabs, body.loan.purchaser .owner-tabs, body.loan.purchaser .legacy-deal-entity-tabs {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 76px;
}

/* line 56, app/assets/stylesheets/admin.sass */
body.admin .owner-tabs li, body.admin .legacy-deal-entity-tabs li, body.officer_overview .owner-tabs li, body.officer_overview .legacy-deal-entity-tabs li, body.loan.purchaser .owner-tabs li, body.loan.purchaser .legacy-deal-entity-tabs li {
  margin-right: 30px;
}

/* line 58, app/assets/stylesheets/admin.sass */
body.admin .owner-tabs li a, body.admin .legacy-deal-entity-tabs li a, body.officer_overview .owner-tabs li a, body.officer_overview .legacy-deal-entity-tabs li a, body.loan.purchaser .owner-tabs li a, body.loan.purchaser .legacy-deal-entity-tabs li a {
  color: #ABB1B7;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 5px;
}

/* line 63, app/assets/stylesheets/admin.sass */
body.admin .owner-tabs li a:hover, body.admin .legacy-deal-entity-tabs li a:hover, body.officer_overview .owner-tabs li a:hover, body.officer_overview .legacy-deal-entity-tabs li a:hover, body.loan.purchaser .owner-tabs li a:hover, body.loan.purchaser .legacy-deal-entity-tabs li a:hover {
  background: none;
  color: white;
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/admin.sass */
body.admin .owner-tabs li.is-active, body.admin .legacy-deal-entity-tabs li.is-active, body.officer_overview .owner-tabs li.is-active, body.officer_overview .legacy-deal-entity-tabs li.is-active, body.loan.purchaser .owner-tabs li.is-active, body.loan.purchaser .legacy-deal-entity-tabs li.is-active {
  border-bottom: 5px solid white;
}

/* line 69, app/assets/stylesheets/admin.sass */
body.admin .owner-tabs li.is-active a, body.admin .legacy-deal-entity-tabs li.is-active a, body.officer_overview .owner-tabs li.is-active a, body.officer_overview .legacy-deal-entity-tabs li.is-active a, body.loan.purchaser .owner-tabs li.is-active a, body.loan.purchaser .legacy-deal-entity-tabs li.is-active a {
  background: none;
  color: #8ec741;
}

/* line 73, app/assets/stylesheets/admin.sass */
body.admin .legacy-deal-entity-tabs, body.officer_overview .legacy-deal-entity-tabs, body.loan.purchaser .legacy-deal-entity-tabs {
  margin: 0 0 0 0px;
}

/* line 76, app/assets/stylesheets/admin.sass */
body.admin .filter-feedback, body.officer_overview .filter-feedback, body.loan.purchaser .filter-feedback {
  font-size: 14px;
  font-size: 0.875rem;
  background: #0883bf;
  color: white;
  padding: 10px;
}

/* line 82, app/assets/stylesheets/admin.sass */
body.admin table#overview-table, body.admin table#lookup-table, body.officer_overview table#overview-table, body.officer_overview table#lookup-table, body.loan.purchaser table#overview-table, body.loan.purchaser table#lookup-table {
  border: none;
}

/* line 84, app/assets/stylesheets/admin.sass */
body.admin table#overview-table th, body.admin table#overview-table tr, body.admin table#overview-table td, body.admin table#lookup-table th, body.admin table#lookup-table tr, body.admin table#lookup-table td, body.officer_overview table#overview-table th, body.officer_overview table#overview-table tr, body.officer_overview table#overview-table td, body.officer_overview table#lookup-table th, body.officer_overview table#lookup-table tr, body.officer_overview table#lookup-table td, body.loan.purchaser table#overview-table th, body.loan.purchaser table#overview-table tr, body.loan.purchaser table#overview-table td, body.loan.purchaser table#lookup-table th, body.loan.purchaser table#lookup-table tr, body.loan.purchaser table#lookup-table td {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 87, app/assets/stylesheets/admin.sass */
body.admin table#overview-table td.stick-right, body.admin table#overview-table th.stick-right, body.admin table#lookup-table td.stick-right, body.admin table#lookup-table th.stick-right, body.officer_overview table#overview-table td.stick-right, body.officer_overview table#overview-table th.stick-right, body.officer_overview table#lookup-table td.stick-right, body.officer_overview table#lookup-table th.stick-right, body.loan.purchaser table#overview-table td.stick-right, body.loan.purchaser table#overview-table th.stick-right, body.loan.purchaser table#lookup-table td.stick-right, body.loan.purchaser table#lookup-table th.stick-right {
  right: 0;
  position: sticky;
}

/* line 91, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th:not(:last-of-type), body.admin table#lookup-table thead th:not(:last-of-type), body.officer_overview table#overview-table thead th:not(:last-of-type), body.officer_overview table#lookup-table thead th:not(:last-of-type), body.loan.purchaser table#overview-table thead th:not(:last-of-type), body.loan.purchaser table#lookup-table thead th:not(:last-of-type) {
  padding-bottom: 7px;
  white-space: nowrap;
}

/* line 94, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th:not(:last-of-type)::before, body.admin table#lookup-table thead th:not(:last-of-type)::before, body.officer_overview table#overview-table thead th:not(:last-of-type)::before, body.officer_overview table#lookup-table thead th:not(:last-of-type)::before, body.loan.purchaser table#overview-table thead th:not(:last-of-type)::before, body.loan.purchaser table#lookup-table thead th:not(:last-of-type)::before {
  float: right;
  font-family: FontAwesome;
  content: "";
  color: #babfc4;
  margin: 1px 0 0 15px;
}

/* line 100, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th:not(:last-of-type)::before:hover, body.admin table#lookup-table thead th:not(:last-of-type)::before:hover, body.officer_overview table#overview-table thead th:not(:last-of-type)::before:hover, body.officer_overview table#lookup-table thead th:not(:last-of-type)::before:hover, body.loan.purchaser table#overview-table thead th:not(:last-of-type)::before:hover, body.loan.purchaser table#lookup-table thead th:not(:last-of-type)::before:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* line 102, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th:not(:last-of-type) .tablesorter-header-inner, body.admin table#lookup-table thead th:not(:last-of-type) .tablesorter-header-inner, body.officer_overview table#overview-table thead th:not(:last-of-type) .tablesorter-header-inner, body.officer_overview table#lookup-table thead th:not(:last-of-type) .tablesorter-header-inner, body.loan.purchaser table#overview-table thead th:not(:last-of-type) .tablesorter-header-inner, body.loan.purchaser table#lookup-table thead th:not(:last-of-type) .tablesorter-header-inner {
  padding-right: 15px;
}

/* line 104, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th:not(:last-of-type):hover, body.admin table#lookup-table thead th:not(:last-of-type):hover, body.officer_overview table#overview-table thead th:not(:last-of-type):hover, body.officer_overview table#lookup-table thead th:not(:last-of-type):hover, body.loan.purchaser table#overview-table thead th:not(:last-of-type):hover, body.loan.purchaser table#lookup-table thead th:not(:last-of-type):hover {
  background: #d6d9db;
  cursor: pointer;
}

/* line 107, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th:not(:last-of-type):hover::before, body.admin table#lookup-table thead th:not(:last-of-type):hover::before, body.officer_overview table#overview-table thead th:not(:last-of-type):hover::before, body.officer_overview table#lookup-table thead th:not(:last-of-type):hover::before, body.loan.purchaser table#overview-table thead th:not(:last-of-type):hover::before, body.loan.purchaser table#lookup-table thead th:not(:last-of-type):hover::before {
  color: #344452;
}

/* line 109, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th.tablesorter-headerAsc, body.admin table#overview-table thead th.tablesorter-headerDesc, body.admin table#lookup-table thead th.tablesorter-headerAsc, body.admin table#lookup-table thead th.tablesorter-headerDesc, body.officer_overview table#overview-table thead th.tablesorter-headerAsc, body.officer_overview table#overview-table thead th.tablesorter-headerDesc, body.officer_overview table#lookup-table thead th.tablesorter-headerAsc, body.officer_overview table#lookup-table thead th.tablesorter-headerDesc, body.loan.purchaser table#overview-table thead th.tablesorter-headerAsc, body.loan.purchaser table#overview-table thead th.tablesorter-headerDesc, body.loan.purchaser table#lookup-table thead th.tablesorter-headerAsc, body.loan.purchaser table#lookup-table thead th.tablesorter-headerDesc {
  background-color: #0883bf;
  color: white;
}

/* line 112, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th.tablesorter-headerAsc:hover, body.admin table#overview-table thead th.tablesorter-headerDesc:hover, body.admin table#lookup-table thead th.tablesorter-headerAsc:hover, body.admin table#lookup-table thead th.tablesorter-headerDesc:hover, body.officer_overview table#overview-table thead th.tablesorter-headerAsc:hover, body.officer_overview table#overview-table thead th.tablesorter-headerDesc:hover, body.officer_overview table#lookup-table thead th.tablesorter-headerAsc:hover, body.officer_overview table#lookup-table thead th.tablesorter-headerDesc:hover, body.loan.purchaser table#overview-table thead th.tablesorter-headerAsc:hover, body.loan.purchaser table#overview-table thead th.tablesorter-headerDesc:hover, body.loan.purchaser table#lookup-table thead th.tablesorter-headerAsc:hover, body.loan.purchaser table#lookup-table thead th.tablesorter-headerDesc:hover {
  background-color: #0883bf;
}

/* line 114, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th.tablesorter-headerAsc:hover::before, body.admin table#overview-table thead th.tablesorter-headerDesc:hover::before, body.admin table#lookup-table thead th.tablesorter-headerAsc:hover::before, body.admin table#lookup-table thead th.tablesorter-headerDesc:hover::before, body.officer_overview table#overview-table thead th.tablesorter-headerAsc:hover::before, body.officer_overview table#overview-table thead th.tablesorter-headerDesc:hover::before, body.officer_overview table#lookup-table thead th.tablesorter-headerAsc:hover::before, body.officer_overview table#lookup-table thead th.tablesorter-headerDesc:hover::before, body.loan.purchaser table#overview-table thead th.tablesorter-headerAsc:hover::before, body.loan.purchaser table#overview-table thead th.tablesorter-headerDesc:hover::before, body.loan.purchaser table#lookup-table thead th.tablesorter-headerAsc:hover::before, body.loan.purchaser table#lookup-table thead th.tablesorter-headerDesc:hover::before {
  color: white;
}

/* line 116, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th.tablesorter-headerAsc::before, body.admin table#lookup-table thead th.tablesorter-headerAsc::before, body.officer_overview table#overview-table thead th.tablesorter-headerAsc::before, body.officer_overview table#lookup-table thead th.tablesorter-headerAsc::before, body.loan.purchaser table#overview-table thead th.tablesorter-headerAsc::before, body.loan.purchaser table#lookup-table thead th.tablesorter-headerAsc::before {
  content: "";
  color: white;
}

/* line 119, app/assets/stylesheets/admin.sass */
body.admin table#overview-table thead th.tablesorter-headerDesc::before, body.admin table#lookup-table thead th.tablesorter-headerDesc::before, body.officer_overview table#overview-table thead th.tablesorter-headerDesc::before, body.officer_overview table#lookup-table thead th.tablesorter-headerDesc::before, body.loan.purchaser table#overview-table thead th.tablesorter-headerDesc::before, body.loan.purchaser table#lookup-table thead th.tablesorter-headerDesc::before {
  content: "";
  color: white;
}

/* line 123, app/assets/stylesheets/admin.sass */
body.admin table#overview-table tbody tr, body.admin table#lookup-table tbody tr, body.officer_overview table#overview-table tbody tr, body.officer_overview table#lookup-table tbody tr, body.loan.purchaser table#overview-table tbody tr, body.loan.purchaser table#lookup-table tbody tr {
  border-bottom: 1px solid #dee0e3;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* line 126, app/assets/stylesheets/admin.sass */
body.admin table#overview-table tbody tr:hover, body.admin table#lookup-table tbody tr:hover, body.officer_overview table#overview-table tbody tr:hover, body.officer_overview table#lookup-table tbody tr:hover, body.loan.purchaser table#overview-table tbody tr:hover, body.loan.purchaser table#lookup-table tbody tr:hover {
  background-color: #ffffcc;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* line 129, app/assets/stylesheets/admin.sass */
body.admin table#overview-table tbody td.loan-app, body.admin table#lookup-table tbody td.loan-app, body.officer_overview table#overview-table tbody td.loan-app, body.officer_overview table#lookup-table tbody td.loan-app, body.loan.purchaser table#overview-table tbody td.loan-app, body.loan.purchaser table#lookup-table tbody td.loan-app {
  background-color: #0883bf;
  color: white;
  font-weight: bold;
}

/* line 133, app/assets/stylesheets/admin.sass */
body.admin table#overview-table tbody td.doc-checklist, body.admin table#lookup-table tbody td.doc-checklist, body.officer_overview table#overview-table tbody td.doc-checklist, body.officer_overview table#lookup-table tbody td.doc-checklist, body.loan.purchaser table#overview-table tbody td.doc-checklist, body.loan.purchaser table#lookup-table tbody td.doc-checklist {
  background-color: #8ec741;
  color: white;
  font-weight: bold;
}

/* line 137, app/assets/stylesheets/admin.sass */
body.admin table#overview-table tbody td.in-servicing, body.admin table#lookup-table tbody td.in-servicing, body.officer_overview table#overview-table tbody td.in-servicing, body.officer_overview table#lookup-table tbody td.in-servicing, body.loan.purchaser table#overview-table tbody td.in-servicing, body.loan.purchaser table#lookup-table tbody td.in-servicing {
  background-color: #8C9BA9;
  color: white;
  font-weight: bold;
}

/* line 141, app/assets/stylesheets/admin.sass */
body.admin table#overview-table tbody td.repaid, body.admin table#lookup-table tbody td.repaid, body.officer_overview table#overview-table tbody td.repaid, body.officer_overview table#lookup-table tbody td.repaid, body.loan.purchaser table#overview-table tbody td.repaid, body.loan.purchaser table#lookup-table tbody td.repaid {
  background-color: black;
  color: white;
  font-weight: bold;
}

/* line 145, app/assets/stylesheets/admin.sass */
body.admin table#overview-table tbody td.rejected, body.admin table#overview-table tbody td.lost, body.admin table#lookup-table tbody td.rejected, body.admin table#lookup-table tbody td.lost, body.officer_overview table#overview-table tbody td.rejected, body.officer_overview table#overview-table tbody td.lost, body.officer_overview table#lookup-table tbody td.rejected, body.officer_overview table#lookup-table tbody td.lost, body.loan.purchaser table#overview-table tbody td.rejected, body.loan.purchaser table#overview-table tbody td.lost, body.loan.purchaser table#lookup-table tbody td.rejected, body.loan.purchaser table#lookup-table tbody td.lost {
  background-color: #C40E17;
  color: white;
  font-weight: bold;
}

/* line 149, app/assets/stylesheets/admin.sass */
body.admin table#overview-table .view, body.admin table#lookup-table .view, body.officer_overview table#overview-table .view, body.officer_overview table#lookup-table .view, body.loan.purchaser table#overview-table .view, body.loan.purchaser table#lookup-table .view {
  background: #0883bf;
  cursor: pointer;
  padding: 0;
  text-align: center;
}

/* line 154, app/assets/stylesheets/admin.sass */
body.admin table#overview-table .view a, body.admin table#lookup-table .view a, body.officer_overview table#overview-table .view a, body.officer_overview table#lookup-table .view a, body.loan.purchaser table#overview-table .view a, body.loan.purchaser table#lookup-table .view a {
  color: white;
  display: block;
  height: 100%;
  padding: 10px;
  width: 100%;
}

/* line 160, app/assets/stylesheets/admin.sass */
body.admin table#overview-table .view:hover, body.admin table#lookup-table .view:hover, body.officer_overview table#overview-table .view:hover, body.officer_overview table#lookup-table .view:hover, body.loan.purchaser table#overview-table .view:hover, body.loan.purchaser table#lookup-table .view:hover {
  background-color: #06618e;
}

/* line 162, app/assets/stylesheets/admin.sass */
body.admin table#overview-table .view:hover a, body.admin table#lookup-table .view:hover a, body.officer_overview table#overview-table .view:hover a, body.officer_overview table#lookup-table .view:hover a, body.loan.purchaser table#overview-table .view:hover a, body.loan.purchaser table#lookup-table .view:hover a {
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/admin.sass */
body.admin ul.states, body.officer_overview ul.states, body.loan.purchaser ul.states {
  margin-bottom: 60px;
}

/* line 167, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step, body.officer_overview ul.states li.state-step, body.loan.purchaser ul.states li.state-step {
  border-top: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 0;
  margin: 0;
}

/* line 172, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step:first-of-type, body.officer_overview ul.states li.state-step:first-of-type, body.loan.purchaser ul.states li.state-step:first-of-type {
  border-top: none;
  padding-top: 0;
}

/* line 175, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step.current:first-of-type, body.officer_overview ul.states li.state-step.current:first-of-type, body.loan.purchaser ul.states li.state-step.current:first-of-type {
  padding-top: 15px;
}

/* line 177, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step::before, body.officer_overview ul.states li.state-step::before, body.loan.purchaser ul.states li.state-step::before {
  color: #8C9BA9;
  content: "";
  font-size: 24px;
  font-size: 1.5rem;
  float: left;
  font-family: FontAwesome;
  margin: -3px 7px 0 0;
}

/* line 184, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step.current, body.officer_overview ul.states li.state-step.current, body.loan.purchaser ul.states li.state-step.current {
  border-top: 3px solid #0883bf;
  font-weight: bold;
}

/* line 187, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step.current::before, body.officer_overview ul.states li.state-step.current::before, body.loan.purchaser ul.states li.state-step.current::before {
  color: #0883bf;
  content: "";
}

/* line 191, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step.complete::before, body.officer_overview ul.states li.state-step.complete::before, body.loan.purchaser ul.states li.state-step.complete::before {
  color: #8ec741;
  content: "";
}

/* line 194, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step.attention, body.officer_overview ul.states li.state-step.attention, body.loan.purchaser ul.states li.state-step.attention {
  border-top: 3px solid #ff9600;
  font-weight: bold;
}

/* line 197, app/assets/stylesheets/admin.sass */
body.admin ul.states li.state-step.attention::before, body.officer_overview ul.states li.state-step.attention::before, body.loan.purchaser ul.states li.state-step.attention::before {
  color: #ff9600;
  content: "";
}

/* line 200, app/assets/stylesheets/admin.sass */
body.admin ul.states .state-wrapper, body.officer_overview ul.states .state-wrapper, body.loan.purchaser ul.states .state-wrapper {
  padding: 0 20px 30px 25px;
}

/* line 202, app/assets/stylesheets/admin.sass */
body.admin ul.states .state-wrapper ul.requirements, body.officer_overview ul.states .state-wrapper ul.requirements, body.loan.purchaser ul.states .state-wrapper ul.requirements {
  margin-bottom: 25px;
}

/* line 204, app/assets/stylesheets/admin.sass */
body.admin ul.states .state-wrapper ul.requirements li, body.officer_overview ul.states .state-wrapper ul.requirements li, body.loan.purchaser ul.states .state-wrapper ul.requirements li {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 206, app/assets/stylesheets/admin.sass */
body.admin ul.states .state-wrapper .actions, body.admin ul.states .state-wrapper .primary-actions, body.officer_overview ul.states .state-wrapper .actions, body.officer_overview ul.states .state-wrapper .primary-actions, body.loan.purchaser ul.states .state-wrapper .actions, body.loan.purchaser ul.states .state-wrapper .primary-actions {
  margin-bottom: 10px;
}

/* line 208, app/assets/stylesheets/admin.sass */
body.admin ul.states .state-wrapper .actions a, body.admin ul.states .state-wrapper .primary-actions a, body.officer_overview ul.states .state-wrapper .actions a, body.officer_overview ul.states .state-wrapper .primary-actions a, body.loan.purchaser ul.states .state-wrapper .actions a, body.loan.purchaser ul.states .state-wrapper .primary-actions a {
  background-color: #8C9BA9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #f1f2f3;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 2px 5px 2px;
  padding: 7px 12px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 219, app/assets/stylesheets/admin.sass */
body.admin ul.states .state-wrapper .actions a:hover, body.admin ul.states .state-wrapper .primary-actions a:hover, body.officer_overview ul.states .state-wrapper .actions a:hover, body.officer_overview ul.states .state-wrapper .primary-actions a:hover, body.loan.purchaser ul.states .state-wrapper .actions a:hover, body.loan.purchaser ul.states .state-wrapper .primary-actions a:hover {
  background-color: #06618e;
  color: white;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 224, app/assets/stylesheets/admin.sass */
body.admin ul.states.admin li.state-step, body.officer_overview ul.states.admin li.state-step, body.loan.purchaser ul.states.admin li.state-step {
  padding: 15px;
}

/* line 226, app/assets/stylesheets/admin.sass */
body.admin ul.states.admin .state-wrapper, body.officer_overview ul.states.admin .state-wrapper, body.loan.purchaser ul.states.admin .state-wrapper {
  padding: 0 42px 30px 42px;
}

/* line 229, app/assets/stylesheets/admin.sass */
body.admin .sf-status, body.officer_overview .sf-status, body.loan.purchaser .sf-status {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 232, app/assets/stylesheets/admin.sass */
body.admin ul.sf-status li, body.officer_overview ul.sf-status li, body.loan.purchaser ul.sf-status li {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0;
}

/* line 236, app/assets/stylesheets/admin.sass */
body.admin ul.sf-status li a .bold, body.officer_overview ul.sf-status li a .bold, body.loan.purchaser ul.sf-status li a .bold {
  color: #344452;
}

/* line 238, app/assets/stylesheets/admin.sass */
body.admin ul.sf-status li span, body.officer_overview ul.sf-status li span, body.loan.purchaser ul.sf-status li span {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 240, app/assets/stylesheets/admin.sass */
body.admin .details, body.officer_overview .details, body.loan.purchaser .details {
  cursor: pointer;
}

/* line 242, app/assets/stylesheets/admin.sass */
body.admin .details .hide, body.officer_overview .details .hide, body.loan.purchaser .details .hide {
  display: none;
}

/* line 244, app/assets/stylesheets/admin.sass */
body.admin .detailed-info, body.officer_overview .detailed-info, body.loan.purchaser .detailed-info {
  border: 1px solid #ABB1B7;
  -webkit-box-shadow: inner 1px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inner 1px 3px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inner 1px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inner 1px 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
  height: 500px;
  overflow: scroll;
  padding: 15px 15px 0 15px;
  width: 100%;
}

/* line 252, app/assets/stylesheets/admin.sass */
body.admin .detailed-info h6, body.officer_overview .detailed-info h6, body.loan.purchaser .detailed-info h6 {
  margin-top: 30px;
}

/* line 255, app/assets/stylesheets/admin.sass */
body.admin .detailed-info ul li, body.officer_overview .detailed-info ul li, body.loan.purchaser .detailed-info ul li {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 259, app/assets/stylesheets/admin.sass */
body.admin li.loan-document .reject-form, body.officer_overview li.loan-document .reject-form, body.loan.purchaser li.loan-document .reject-form {
  border-top: 1px solid #485e71;
  padding: 15px;
}

/* line 262, app/assets/stylesheets/admin.sass */
body.admin li.loan-document .reject-form textarea, body.officer_overview li.loan-document .reject-form textarea, body.loan.purchaser li.loan-document .reject-form textarea {
  height: 150px;
}

/* line 264, app/assets/stylesheets/admin.sass */
body.admin li.loan-document .reject-form .cancel-reject-doc, body.officer_overview li.loan-document .reject-form .cancel-reject-doc, body.loan.purchaser li.loan-document .reject-form .cancel-reject-doc {
  color: #8C9BA9;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 20px;
}

/* line 269, app/assets/stylesheets/admin.sass */
body.admin li.loan-document .reject-form .cancel-reject-doc:hover, body.officer_overview li.loan-document .reject-form .cancel-reject-doc:hover, body.loan.purchaser li.loan-document .reject-form .cancel-reject-doc:hover {
  color: white;
  text-decoration: underline;
}

/* line 275, app/assets/stylesheets/admin.sass */
body.admin.disbursements table td.negative-amount, body.officer_overview.disbursements table td.negative-amount, body.loan.purchaser.disbursements table td.negative-amount {
  color: #C40E17;
}

/* line 277, app/assets/stylesheets/admin.sass */
body.admin.disbursements .valid, body.admin.disbursements .invalid, body.officer_overview.disbursements .valid, body.officer_overview.disbursements .invalid, body.loan.purchaser.disbursements .valid, body.loan.purchaser.disbursements .invalid {
  border: thin solid #8ec741;
  background-color: #d4eab7;
  color: #8ec741;
  padding: 5px;
  margin: 5px 0;
}

/* line 283, app/assets/stylesheets/admin.sass */
body.admin.disbursements .valid .bold, body.admin.disbursements .invalid .bold, body.officer_overview.disbursements .valid .bold, body.officer_overview.disbursements .invalid .bold, body.loan.purchaser.disbursements .valid .bold, body.loan.purchaser.disbursements .invalid .bold {
  font-weight: bold;
}

/* line 285, app/assets/stylesheets/admin.sass */
body.admin.disbursements .invalid, body.officer_overview.disbursements .invalid, body.loan.purchaser.disbursements .invalid {
  border: thin solid #C40E17;
  background-color: #f5767c;
  color: #C40E17;
}

/* line 291, app/assets/stylesheets/admin.sass */
body.admin #pager, body.officer_overview #pager, body.loan.purchaser #pager {
  padding: 0 10px 10px;
}

/* line 293, app/assets/stylesheets/admin.sass */
body.admin #pager .bold, body.officer_overview #pager .bold, body.loan.purchaser #pager .bold {
  font-weight: inherit;
}

/* line 297, app/assets/stylesheets/admin.sass */
ul.outstanding-list li {
  border-top: 1px solid #ddd;
  margin: 2px 0;
  padding: 5px 0;
}

/* line 301, app/assets/stylesheets/admin.sass */
ul.outstanding-list li .rejected {
  padding: 5px 0 0 35px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 304, app/assets/stylesheets/admin.sass */
ul.outstanding-list li .rejected span {
  color: #C40E17;
  font-weight: bold;
}

/* line 308, app/assets/stylesheets/admin.sass */
.reject-banner {
  font-size: 14px;
  font-size: 0.875rem;
  background: #C40E17;
  color: white;
  font-weight: 500;
  padding: 5px;
  text-align: center;
}

/* line 315, app/assets/stylesheets/admin.sass */
.reject-banner:hover {
  background: #7d090f;
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/admin.sass */
.rejection-notice {
  background: #C40E17;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
}

/* line 324, app/assets/stylesheets/admin.sass */
.rejection-notice .wrapper {
  color: white;
  padding: 15px 15px 20px 15px;
  text-align: center;
}

/* line 328, app/assets/stylesheets/admin.sass */
.rejection-notice .wrapper .reject-reason {
  padding-bottom: 5px;
}

/* line 330, app/assets/stylesheets/admin.sass */
.rejection-notice .wrapper span {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 14px;
}

/* line 335, app/assets/stylesheets/admin.sass */
.callout.reject-form {
  background-color: #f9fafa;
  border-color: #ff9600;
  margin: 30px 0 60px 0;
}

/* line 342, app/assets/stylesheets/admin.sass */
body.admin.deal.spa_calls .errors, body.admin.deal.settlements .errors {
  padding: 10px;
  color: #C40E17;
  font-weight: bold;
  background-color: #fcd5d7;
  border: thin red solid;
  margin: 10px 0;
}

/* line 351, app/assets/stylesheets/admin.sass */
body.admin.bank.accounts .errors {
  padding: 10px;
  color: #C40E17;
  font-weight: bold;
  background-color: #fcd5d7;
  border: thin red solid;
  margin: 10px 0;
}

/* line 360, app/assets/stylesheets/admin.sass */
body.admin.bank.accounts table .actions {
  width: 150px;
}

/* line 362, app/assets/stylesheets/admin.sass */
body.admin.bank.accounts table .legal-entity {
  width: 150px;
}

/* line 367, app/assets/stylesheets/admin.sass */
body.admin.compliance.securities .fa.fa-check {
  color: #8ec741;
}

/* line 369, app/assets/stylesheets/admin.sass */
body.admin.compliance.securities .fa.fa-close {
  color: #C40E17;
}

/* line 374, app/assets/stylesheets/admin.sass */
body.admin.deals.prepayments table tr.totals {
  background-color: #bdde90;
  font-weight: bold;
}

/* line 377, app/assets/stylesheets/admin.sass */
body.admin.deals.prepayments table tr.diff {
  background: #f5767c;
  font-weight: bold;
}

/* line 382, app/assets/stylesheets/admin.sass */
body.admin.bank.accounts iframe.vault-iframe, body.loans.edit iframe.vault-iframe, body.deals.additional.owners.pfa iframe.vault-iframe, body.deals.additional.owners.pfs iframe.vault-iframe, #mailing-address-section iframe.vault-iframe {
  outline: none;
  border: none;
  height: 18px;
  max-width: 200px;
}

/* line 388, app/assets/stylesheets/admin.sass */
.light-circle {
  height: 65px;
  width: 65px;
  background-color: #f1f2f3;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.3;
}

/* line 395, app/assets/stylesheets/admin.sass */
.light-circle:hover {
  opacity: 1 !important;
  transition: 0.3s;
}

/* line 399, app/assets/stylesheets/admin.sass */
.selected-light {
  opacity: 1 !important;
}

/* line 402, app/assets/stylesheets/admin.sass */
.snapshot-header {
  background: rgba(44, 130, 201, 0.5);
}

/* line 404, app/assets/stylesheets/admin.sass */
.snapshot-header th, .snapshot-header a {
  color: white !important;
}

/* line 407, app/assets/stylesheets/admin.sass */
.snapshot-header .owner-names:hover {
  background: rgba(44, 130, 201, 0.6);
  color: rgba(135, 211, 124, 0.4);
  transition: 0.3s;
}

/* line 412, app/assets/stylesheets/admin.sass */
.score-pass {
  background: rgba(142, 199, 65, 0.6);
}

/* line 415, app/assets/stylesheets/admin.sass */
.score-fail {
  background: rgba(196, 14, 23, 0.5);
}

/* line 418, app/assets/stylesheets/admin.sass */
.score-warning {
  background: rgba(255, 205, 97, 0.6);
}

/* line 421, app/assets/stylesheets/admin.sass */
.not-counted {
  opacity: 0.4;
}

/* line 423, app/assets/stylesheets/admin.sass */
.not-counted:hover {
  opacity: 1;
}

/* line 426, app/assets/stylesheets/admin.sass */
.blank-sba {
  background-color: #f1f2f3 !important;
  opacity: 0.8;
}

/* line 430, app/assets/stylesheets/admin.sass */
.not-eligible-text {
  font-size: 20.5pt;
  background-color: #f1f2f3 !important;
  opacity: 0.8;
}

/* line 435, app/assets/stylesheets/admin.sass */
.expanded-row {
  display: none;
  font-style: italic;
  background: rgba(107, 185, 240, 0.5) !important;
  border-bottom: 0.5px solid #fff;
}

/* line 441, app/assets/stylesheets/admin.sass */
.asset-name {
  padding-left: 20px;
}

/* line 444, app/assets/stylesheets/admin.sass */
#owners-table {
  table-layout: fixed;
}

/* line 447, app/assets/stylesheets/admin.sass */
#brand-averages {
  table-layout: fixed;
}

/* line 451, app/assets/stylesheets/admin.sass */
.expandable:hover {
  background: rgba(44, 130, 201, 0.5) !important;
  transition: 0.3s;
}

/* line 455, app/assets/stylesheets/admin.sass */
#feedback {
  display: none;
  margin-top: 24px;
  background-color: lightgrey;
}

/* line 461, app/assets/stylesheets/admin.sass */
#reason-for-score textarea {
  height: 72px !important;
}

/* line 464, app/assets/stylesheets/admin.sass */
#sba-requirements {
  height: 220px !important;
}

/* line 467, app/assets/stylesheets/admin.sass */
#core-requirements {
  height: 220px !important;
}

/* line 470, app/assets/stylesheets/admin.sass */
#lights {
  padding: 0;
  height: 255px !important;
}

@media screen and (max-width: 39.9375em) {
  /* line 478, app/assets/stylesheets/admin.sass */
  body.admin ul#bux-admin-tabs li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 486, app/assets/stylesheets/admin.sass */
  body.admin table#overview-table th, body.admin table#overview-table tr, body.admin table#overview-table td {
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 488, app/assets/stylesheets/admin.sass */
  body.admin ul.details {
    width: auto;
  }
  /* line 490, app/assets/stylesheets/admin.sass */
  body.admin ul.details li {
    float: none;
    text-align: center;
  }
}

/* line 493, app/assets/stylesheets/admin.sass */
.slider {
  position: absolute;
  cursor: pointer;
  height: 1rem;
  margin-bottom: 0.25rem;
  margin-top: 0.22rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 506, app/assets/stylesheets/admin.sass */
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 516, app/assets/stylesheets/admin.sass */
.slider.round {
  border-radius: 34px;
}

/* line 518, app/assets/stylesheets/admin.sass */
.slider.round:before {
  border-radius: 50%;
}

/* line 522, app/assets/stylesheets/admin.sass */
input:checked + .slider {
  background-color: rgba(142, 199, 65, 0.6);
}

/* line 524, app/assets/stylesheets/admin.sass */
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* line 529, app/assets/stylesheets/admin.sass */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 532, app/assets/stylesheets/admin.sass */
.franchisor-logo-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #8C9BA9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  margin: 10px;
}

/* line 540, app/assets/stylesheets/admin.sass */
.franchisor-logo-inner.text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1f2f3;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 551, app/assets/stylesheets/admin.sass */
.admin .loan-stage {
  background: #8ec741;
  color: white;
  padding: 10px 60px;
  border-radius: 100px;
}

/* line 557, app/assets/stylesheets/admin.sass */
#unit-details-form {
  min-height: 302px;
  border-radius: 15px;
}

/* line 561, app/assets/stylesheets/admin.sass */
.update-box-file-id-note {
  margin-left: 84px !important;
  margin-bottom: 15px !important;
}

/* line 4, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .fst-filter {
  padding-top: 15px;
  border: 1px solid #8C9BA9;
}

/* line 7, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .fst-loader {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  padding: 25%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  color: white;
}

/* line 21, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .fst-loader img {
  display: inline-block;
  margin-left: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  padding: 10px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools a.traverse-back, body.financial.submission.tools a.traverse-forward {
  display: inline-block;
  padding: 0 20px;
  height: 100%;
}

/* line 32, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools a.select-periodicity-value {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools span#month-periodicity-value, body.financial.submission.tools span#quarter-periodicity-value, body.financial.submission.tools span#year-periodicity-value, body.financial.submission.tools span#other-periodicity-value {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  font-size: 1.5rem;
}

/* line 38, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions {
  background-color: transparent;
}

/* line 40, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions thead {
  background-color: transparent;
  border: none;
}

/* line 44, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions thead tr th {
  font-size: 16px;
  font-size: 1rem;
}

/* line 47, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions tbody tr {
  background-color: white;
  border-top: 1px solid #dee0e3;
}

/* line 50, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions tbody tr td {
  border-right: 1px solid #dee0e3;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 53, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions tbody tr td:nth-child(1), body.financial.submission.tools table.financial-submissions tbody tr td:nth-child(4), body.financial.submission.tools table.financial-submissions tbody tr td:nth-child(5) {
  width: 125px;
}

/* line 55, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions tbody tr td:nth-child(4):hover {
  background-color: rgba(8, 131, 191, 0.15);
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 58, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions tbody tr td:last-child {
  border-right: 0;
  padding: 0;
  width: 50px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 63, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools table.financial-submissions tbody tr td:last-child:hover {
  background: #0883bf;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 67, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .first-letter-blue a {
  color: #344452;
  display: block;
  height: 100%;
}

/* line 71, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .first-letter-blue a:hover {
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .first-letter-blue a::first-letter {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0883bf;
}

/* line 76, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .first-letter-blue::first-letter {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0883bf;
}

/* line 80, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .first-letter-green::first-letter {
  font-size: 24px;
  font-size: 1.5rem;
  color: #8ec741;
}

/* line 83, app/assets/stylesheets/financial_submissions.sass */
body.financial.submission.tools .first-letter-orange::first-letter {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff9600;
}

/* line 90, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups thead {
  background-color: transparent;
  border: none;
}

/* line 93, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody {
  border: 1px solid #8C9BA9;
}

/* line 95, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr {
  background: white;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 98, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr:hover {
  background-color: rgba(8, 131, 191, 0.2);
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 101, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr:not(first-of-type) {
  border-top: 1px solid #8C9BA9;
}

/* line 103, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr td {
  position: relative;
}

/* line 105, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr td:not(last-of-type) {
  border-right: 1px solid #8C9BA9;
}

/* line 107, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr td:not(:nth-child(1)) {
  width: 50px;
  vertical-align: middle;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 111, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr td:not(:nth-child(1)):hover {
  background-color: rgba(8, 131, 191, 0.3);
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 115, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr td:nth-child(1):hover {
  background-color: white;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 118, app/assets/stylesheets/financial_submissions.sass */
body.periodic.financial.groups.documents #groups-and-documents-form table.fst-groups tbody tr td .description-edit-btn {
  position: absolute;
  right: 15px;
}

/* line 125, app/assets/stylesheets/financial_submissions.sass */
.deals-search input:focus {
  border-color: #A5CEF5;
}

/* line 128, app/assets/stylesheets/financial_submissions.sass */
.deals-search .results .ui-widget-content {
  background: #fff;
  font-size: .9em;
  padding: .5em 0;
  border-color: #ddd;
  box-shadow: 0 0.1em 0.2em rgba(187, 187, 187, 0.64);
  line-height: 1.2;
  max-height: 20em;
  overflow: hidden;
  overflow-y: auto;
}

/* line 138, app/assets/stylesheets/financial_submissions.sass */
.deals-search .results .ui-menu-item {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  padding: .4em .6em .4em 6.2em;
  position: relative;
  border: 0;
  border-left: 5px solid transparent;
  position: relative;
  height: 6.5em;
}

/* line 2, app/assets/stylesheets/bulk_payment_update.sass */
body .bulk-payment-loader {
  background-color: #0883bf;
  position: fixed;
  top: 230px;
  left: 50%;
  right: 50%;
  margin-left: -150px;
  width: 300px;
  z-index: 15;
  padding: 20px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  color: white;
}

/* line 15, app/assets/stylesheets/bulk_payment_update.sass */
body .bulk-payment-loader img {
  display: inline-block;
  margin-left: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  padding: 10px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/_store_roster.sass */
label.entity-ownership-destroy, .store-loan-destroy {
  font-size: 21px;
  font-size: 1.3125rem;
  cursor: pointer;
  color: #8C9BA9;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 6, app/assets/stylesheets/_store_roster.sass */
label.entity-ownership-destroy:hover, .store-loan-destroy:hover {
  color: #C40E17;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 11, app/assets/stylesheets/_store_roster.sass */
#render_store_detail_modal_data .button {
  font-size: 21px;
  font-size: 1.3125rem;
}

/* line 13, app/assets/stylesheets/_store_roster.sass */
.store-error {
  margin-top: -16px !important;
}

/* line 15, app/assets/stylesheets/_store_roster.sass */
.high-index {
  z-index: 100;
}

@media screen and (max-width: 63.9375em) {
  /* line 21, app/assets/stylesheets/_store_roster.sass */
  .outstanding-loans-questions .store-loan-row .row {
    position: relative;
    margin-right: 25px;
  }
  /* line 24, app/assets/stylesheets/_store_roster.sass */
  .outstanding-loans-questions .store-loan-row .row .remove-loan {
    position: absolute;
    top: -7px;
    right: -35px;
  }
}

/* line 7, app/assets/stylesheets/signup.sass */
form fieldset.no-border {
  border-bottom: 0;
}

/* line 10, app/assets/stylesheets/signup.sass */
.radio-group {
  border: solid 1px #c6cbcf;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

/* line 17, app/assets/stylesheets/signup.sass */
.radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

/* line 21, app/assets/stylesheets/signup.sass */
.radio-group label {
  color: #8C9BA9;
  flex-grow: 1;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  margin: 0 !important;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

/* line 30, app/assets/stylesheets/signup.sass */
.radio-group label:hover {
  background: #f7fbf2;
  color: #8ec741;
}

/* line 33, app/assets/stylesheets/signup.sass */
.radio-group input[type=radio]:checked + label {
  color: white;
  background: #8ec741;
  cursor: default;
}

/* line 37, app/assets/stylesheets/signup.sass */
.radio-group label + input[type=radio] + label {
  border-left: solid 1px #c6cbcf;
}

/* line 40, app/assets/stylesheets/signup.sass */
ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 30px 0 0 0;
  text-align: center;
}

/* line 48, app/assets/stylesheets/signup.sass */
ul.thumbnails.image_picker_selector li {
  width: 18%;
  padding: 0;
  margin: 0 8px;
  display: inline-block;
  vertical-align: text-top;
}

/* line 54, app/assets/stylesheets/signup.sass */
ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 20px 15px 0 15px;
  border: 1px solid #c6cbcf;
  height: 190px;
  width: 100%;
}

/* line 59, app/assets/stylesheets/signup.sass */
ul.thumbnails.image_picker_selector li .thumbnail .image_picker_image {
  width: 45%;
}

/* line 61, app/assets/stylesheets/signup.sass */
ul.thumbnails.image_picker_selector li .thumbnail p {
  font-weight: bold;
  margin-top: 15px;
}

/* line 64, app/assets/stylesheets/signup.sass */
ul.thumbnails.image_picker_selector li .thumbnail.selected {
  border-color: #8ec741;
  border-width: 3px;
  box-shadow: inset 0 0 10px #8ec741;
}

/* line 68, app/assets/stylesheets/signup.sass */
ul.thumbnails.image_picker_selector li:hover {
  cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  /* line 73, app/assets/stylesheets/signup.sass */
  ul.thumbnails.image_picker_selector li {
    width: 45%;
  }
  /* line 75, app/assets/stylesheets/signup.sass */
  ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 10px 10px 0 10px;
    height: 160px;
  }
  /* line 78, app/assets/stylesheets/signup.sass */
  ul.thumbnails.image_picker_selector li .thumbnail .image_picker_image {
    width: 45%;
  }
  /* line 80, app/assets/stylesheets/signup.sass */
  ul.thumbnails.image_picker_selector li .thumbnail p {
    margin-top: 5px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 85, app/assets/stylesheets/signup.sass */
  ul.thumbnails.image_picker_selector li {
    width: 30%;
  }
}

/* line 2, app/assets/stylesheets/_jqueryui.sass */
#tabs.ui-tabs ul.ui-tabs-nav {
  *zoom: 1;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
#tabs.ui-tabs ul.ui-tabs-nav:before, #tabs.ui-tabs ul.ui-tabs-nav:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
#tabs.ui-tabs ul.ui-tabs-nav:after {
  clear: both;
}

/* line 4, app/assets/stylesheets/_jqueryui.sass */
#tabs.ui-tabs ul.ui-tabs-nav li {
  float: left;
}

/* line 6, app/assets/stylesheets/_jqueryui.sass */
#tabs.ui-tabs ul.ui-tabs-nav li a {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #344452;
  display: block;
  padding: 20px;
  border-top: 5px solid transparent;
}

/* line 12, app/assets/stylesheets/_jqueryui.sass */
#tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active {
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
}

/* line 14, app/assets/stylesheets/_jqueryui.sass */
#tabs.ui-tabs ul.ui-tabs-nav li.ui-state-active a {
  background: white;
  color: #8ec741;
  border-top: 5px solid #8ec741;
  margin-bottom: -5px;
  border-bottom: 5px solid white;
}

/* line 21, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog {
  -webkit-box-shadow: 0 0 20px black;
  -moz-box-shadow: 0 0 20px black;
  -o-box-shadow: 0 0 20px black;
  box-shadow: 0 0 20px black;
  z-index: 3;
}

/* line 24, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog .ui-button {
  float: right;
}

/* line 26, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-titlebar {
  background: #344452;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 300;
  padding: 20px;
}

/* line 32, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-titlebar span.ui-dialog-title {
  font-size: 30px;
  font-size: 1.875rem;
}

/* line 34, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-titlebar button {
  font-size: 30px;
  font-size: 1.875rem;
  background: #344452;
  border: none;
  color: white;
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-content {
  background: white;
  padding: 20px;
}

/* line 43, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-content h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 20px 0;
}

/* line 47, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-content h3 {
  margin-bottom: 5px;
}

/* line 49, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-content h4 {
  margin-bottom: 20px;
}

/* line 52, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-content form .checkbox-field {
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-content form .checkbox-field label {
  display: block;
  margin-left: 25px;
}

/* line 57, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-content form hr {
  display: none;
}

/* line 59, app/assets/stylesheets/_jqueryui.sass */
.ui-dialog-content form .actions {
  margin-top: 20px;
}

/* line 61, app/assets/stylesheets/_jqueryui.sass */
.ui-widget-overlay {
  background: black;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}

/* line 71, app/assets/stylesheets/_jqueryui.sass */
ul.ui-autocomplete {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
  border: solid 1px #999;
  cursor: default;
}

/* line 80, app/assets/stylesheets/_jqueryui.sass */
ul.ui-autocomplete li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-top: solid 1px #ddd;
  color: #333;
  cursor: pointer;
  margin: 0;
  padding: 5px;
}

/* line 88, app/assets/stylesheets/_jqueryui.sass */
ul.ui-autocomplete li:hover {
  background: #8ec741;
  color: white;
}

/* line 93, app/assets/stylesheets/_jqueryui.sass */
.issuers.new, .issuers.create, .new_deal {
  /* support: IE8 - See #6727 */
}

/* line 94, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider, .issuers.create .ui-slider, .new_deal .ui-slider {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #8ec741;
  border: 1px solid #aaa;
  position: relative;
  text-align: left;
}

/* line 100, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider .ui-slider-handle, .issuers.create .ui-slider .ui-slider-handle, .new_deal .ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 2;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 108, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider .ui-slider-range, .issuers.create .ui-slider .ui-slider-range, .new_deal .ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1;
}

/* line 116, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider.ui-state-disabled .ui-slider-handle, .issuers.create .ui-slider.ui-state-disabled .ui-slider-handle, .new_deal .ui-slider.ui-state-disabled .ui-slider-handle {
  filter: inherit;
}

/* line 118, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-horizontal, .issuers.create .ui-slider-horizontal, .new_deal .ui-slider-horizontal {
  height: .8em;
}

/* line 120, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-horizontal .ui-slider-handle, .issuers.create .ui-slider-horizontal .ui-slider-handle, .new_deal .ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
  top: -4px;
}

/* line 123, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-horizontal .ui-slider-range, .issuers.create .ui-slider-horizontal .ui-slider-range, .new_deal .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

/* line 126, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-horizontal .ui-slider-range-min, .issuers.create .ui-slider-horizontal .ui-slider-range-min, .new_deal .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 128, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-horizontal .ui-slider-range-max, .issuers.create .ui-slider-horizontal .ui-slider-range-max, .new_deal .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 130, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-vertical, .issuers.create .ui-slider-vertical, .new_deal .ui-slider-vertical {
  height: 100px;
  width: .8em;
}

/* line 133, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-vertical .ui-slider-handle, .issuers.create .ui-slider-vertical .ui-slider-handle, .new_deal .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 137, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-vertical .ui-slider-range, .issuers.create .ui-slider-vertical .ui-slider-range, .new_deal .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 140, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-vertical .ui-slider-range-min, .issuers.create .ui-slider-vertical .ui-slider-range-min, .new_deal .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 142, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-vertical .ui-slider-range-max, .issuers.create .ui-slider-vertical .ui-slider-range-max, .new_deal .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 144, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-widget-header, .issuers.create .ui-widget-header, .new_deal .ui-widget-header {
  background: white;
}

/* line 146, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-state-default, .issuers.create .ui-state-default, .new_deal .ui-state-default {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #aaa;
  border: 1px solid #666;
}

/* line 150, app/assets/stylesheets/_jqueryui.sass */
.issuers.new .ui-slider-range, .issuers.create .ui-slider-range, .new_deal .ui-slider-range {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 154, app/assets/stylesheets/_jqueryui.sass */
.ui-helper-hidden-accessible div {
  display: none;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*
 *= require jquery-ui/theme
 */
/* Layout helpers
----------------------------------*/
/* line 17, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-hidden {
  display: none;
}

/* line 20, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 30, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 59, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 66, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
/* line 74, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 84, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 94, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/core.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/*
 *= depend_on_asset "jquery-ui/ui-icons_444444_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_555555_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_ffffff_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_777620_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_cc0000_256x240.png"
 *= depend_on_asset "jquery-ui/ui-icons_777777_256x240.png"
 */
/* Component containers
----------------------------------*/
/* line 27, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 31, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 41, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 44, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 49, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-content a {
  color: #333333;
}

/* line 52, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 58, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 64, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 78, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a.ui-button:link,
a.ui-button:visited,
.ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 88, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 101, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 115, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 118, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* line 129, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

/* line 134, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 143, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 150, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 154, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 159, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 166, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 171, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 176, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 181, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 188, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 195, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 203, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 207, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-2cf09a9836e39b057a837066130f555bdc32d4f957fe1ff85b48ebdd0c2fe623.png);
}

/* line 211, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-2cf09a9836e39b057a837066130f555bdc32d4f957fe1ff85b48ebdd0c2fe623.png);
}

/* line 214, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-f6e5f3c14072b6c756f795b7e863335b0fd2206ff50553b54a31f995dcdc76bb.png);
}

/* line 220, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-438dbca77d7c69542cb8b20211370a95c37a3ab9fd86f5de79c47787e6475d31.png);
}

/* line 224, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-812b58fbbaa2c5df29dc2e5c3f29a4415e3951986a2e80d902d45242636fa1b6.png);
}

/* line 228, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-5b8d4f9549bb13006528f8731036b517afde82cf6fa17bfbcd1dbd28d43a1e30.png);
}

/* line 232, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-button .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-678903463e3d1dacb737117b4bd1b9debc269476a43bccbb5e7edee1781ea2ff.png);
}

/* positioning */
/* line 237, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 238, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 239, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 240, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 241, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 242, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 243, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 244, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 245, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 246, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 247, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 248, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 249, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 250, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 251, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 252, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 253, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 254, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 255, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 256, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 257, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 258, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 259, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 260, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 261, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 262, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 263, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 264, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 265, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 266, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 267, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 268, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 269, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 270, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 271, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 272, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 273, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 274, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 275, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 276, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 277, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 278, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 279, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 280, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 281, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 282, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 283, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 284, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 285, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 286, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 287, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 288, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 289, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 290, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 291, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 292, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 293, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 294, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 295, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 296, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 297, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 298, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 299, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 300, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 301, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 302, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 303, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 304, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 305, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 306, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 307, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 308, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 309, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 310, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 311, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 312, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 313, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 314, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 315, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 316, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 317, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 318, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 319, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 320, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 321, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 322, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 323, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 324, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 325, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 326, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 327, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 328, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 329, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 330, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 331, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 332, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 333, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 334, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 335, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 336, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 337, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 338, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 339, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 340, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 341, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 342, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 343, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 344, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 345, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 346, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 347, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 348, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 349, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 350, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 351, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 352, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 353, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 354, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 355, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 356, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 357, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 358, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 359, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 360, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 361, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 362, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 363, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 364, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 365, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 366, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 367, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 368, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 369, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 370, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 371, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 372, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 373, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 375, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 376, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 377, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 378, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 379, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 380, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 381, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 382, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 383, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 384, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 385, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 386, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 387, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 388, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 389, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 390, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 391, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 392, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 393, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 394, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 395, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 396, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 397, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 398, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 399, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 400, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 401, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 402, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 403, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 404, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 405, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 406, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 407, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 408, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 409, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 410, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 411, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 412, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 419, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 425, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 431, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 437, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 445, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 450, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/theme.css.erb */
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*
 *= require jquery-ui/theme
 */
/* line 14, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 19, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 23, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 30, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 34, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 37, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 40, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 43, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 46, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 55, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 60, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 64, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 68, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 74, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 80, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 84, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 91, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 99, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 107, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 112, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 115, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 118, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 122, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 125, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 128, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 131, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 135, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 138, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 145, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 148, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 152, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 156, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 160, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 164, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 167, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 170, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 174, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
/* line 181, ../../../.rvm/gems/ruby-3.3.0@applepiecapital/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets/jquery-ui/datepicker.css */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 2, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #344452;
  padding: 20px;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
#interest-calculator form:before, #interest-calculator form:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
#interest-calculator form:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator form label {
  font-size: 21px;
  font-size: 1.3125rem;
  color: white;
  float: left;
  font-weight: 300;
  margin: 2px 10px 0 0;
}

/* line 13, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator form input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 200px;
}

/* line 19, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator .result p {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 20px;
  text-align: center;
}

/* line 24, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator .result ul li {
  *zoom: 1;
}

/* line 95, app/assets/stylesheets/_mixins.sass */
#interest-calculator .result ul li:before, #interest-calculator .result ul li:after {
  content: '';
  display: table;
}

/* line 98, app/assets/stylesheets/_mixins.sass */
#interest-calculator .result ul li:after {
  clear: both;
}

/* line 27, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator .result ul li:nth-child(odd) .payment div {
  background: #8ec741;
}

/* line 30, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator .result ul li:nth-child(even) .payment div {
  background: #344452;
}

/* line 32, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator .result ul li .year {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #344452;
  float: left;
  padding: 18px 10px 12px 0;
  text-align: right;
  width: 10%;
}

/* line 39, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator .result ul li .payment {
  color: white;
  float: left;
  margin-top: 10px;
  width: 80%;
}

/* line 44, app/assets/stylesheets/_interest_calculator.sass */
#interest-calculator .result ul li .payment div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px;
  text-align: right;
  min-width: 65px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
