@charset "UTF-8";
/*
  Resets annoying things */
/* line 6, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* line 16, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
strong,
b {
  font-weight: bold;
}

/* line 21, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
em,
i {
  font-style: italic;
}

/*
  HTML5 element fixes */
/* line 29, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
video,
audio,
canvas {
  display: block;
}

/*
  Hides things that should be hidden */
/* line 51, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
.hidden,
[hidden],
template,
audio:not([controls]) {
  display: none !important;
  height: 0 !important;
}

/*
  Misc element fixes */
/* line 62, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
a {
  background-color: transparent;
  text-decoration: none;
}

/* line 67, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 72, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 77, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 84, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
sup {
  top: -0.5em;
}

/* line 87, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 91, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
hr {
  height: 0;
}

/*
  Image fixes */
/* line 98, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
img,
svg {
  border: none;
  display: block;
}

/*
  Buttons and forms */
/* line 107, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
button {
  overflow: visible;
}

/* line 111, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
button,
[type="submit"],
[type="reset"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  white-space: normal;
}

/* line 122, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
[disabled] {
  cursor: not-allowed !important;
  opacity: 1;
}

/* line 127, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 133, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 137, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 142, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
input {
  background: none;
  border: none;
}

/* line 147, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
textarea {
  overflow: auto;
  resize: vertical;
  display: block;
  min-height: 3rem;
}

/*
  Tables */
/* line 157, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
}

/* line 163, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
td,
th {
  padding: 0;
  text-align: left;
}

/*
  Touchable things */
/* line 172, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
a,
button,
input,
textarea {
  touch-action: manipulation;
}

/*
  List things */
/* line 181, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 188, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
dl {
  margin: 0;
}

/* line 192, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
dt {
  margin: 0;
}

/* line 196, /usr/src/app/app/assets/stylesheets/setup/_reset.scss */
dd {
  margin: 0;
}

/* line 3, /usr/src/app/app/assets/stylesheets/base/_baseline.scss */
html {
  font-size: 133%;
  /* Used if browser doesn't support calc() */
  font-size: calc(0.9em + 0.3vw + 0.3vh + 0.2vmin);
}
@media screen and (min-width: 1000px) {
  /* line 3, /usr/src/app/app/assets/stylesheets/base/_baseline.scss */
  html {
    font-size: 21px;
  }
}

/* line 1, /usr/src/app/app/assets/stylesheets/base/_global.scss */
html,
body {
  height: 100%;
}

/* line 6, /usr/src/app/app/assets/stylesheets/base/_global.scss */
html {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, /usr/src/app/app/assets/stylesheets/base/_global.scss */
body {
  position: relative;
  line-height: 1rem;
  font-size: 0.7rem;
  font-weight: 400;
}

/* line 1, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
input:not([type]) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.25rem;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background-color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 30, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, textarea::-moz-placeholder, input:not([type])::-moz-placeholder {
  color: #9e9e9e;
}
input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, textarea:-ms-input-placeholder, input:not([type]):-ms-input-placeholder {
  color: #9e9e9e;
}
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
textarea::placeholder,
input:not([type])::placeholder {
  color: #9e9e9e;
}
/* line 33, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
input:not([type]):focus {
  border-color: #e94f2d;
  outline: none;
}
/* line 37, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
textarea:disabled,
input:not([type]):disabled {
  border-color: #cccccc;
  color: #9e9e9e;
  background-color: #fcf7f5;
  cursor: not-allowed;
}

/* line 49, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
input[type="color"] {
  padding: 0 !important;
}

/* line 52, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
/* line 58, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  border-color: #fcf7f5;
  color: #e94f2d;
  background-color: #fcf7f5;
  cursor: not-allowed;
}

/* line 69, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
label {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 72, /usr/src/app/app/assets/stylesheets/base/_forms.scss */
select {
  width: 100%;
  padding: 0.25rem;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 4, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.borders {
  border-style: solid;
  border-width: 1px;
}

/* line 8, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.borders-dashed {
  border-style: dashed;
  border-width: 2px;
}

/* line 12, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.borders-dotted {
  border-style: dotted;
  border-width: 1px;
}

/* line 17, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.borders-y {
  border-style: solid;
  border-width: 1px 0;
}

/* line 21, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.borders-x {
  border-style: solid;
  border-width: 0 1px;
}

/* line 26, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-left {
  border-width: 0 0 0 1px;
  border-style: solid;
}

/* line 30, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-left-2 {
  border-width: 0 0 0 2px;
  border-style: solid;
}

/* line 34, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-top {
  border-width: 1px 0 0 0;
  border-style: solid;
}

/* line 38, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-top-2 {
  border-width: 2px 0 0 0;
  border-style: solid;
}

/* line 42, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-right {
  border-width: 0 1px 0 0;
  border-style: solid;
}

/* line 46, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-right-2 {
  border-width: 0 2px 0 0;
  border-style: solid;
}

/* line 50, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-bottom {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 54, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-bottom-2 {
  border-width: 0 0 2px 0;
  border-style: solid;
}

/* line 61, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.child-borders > *,
.child-borders-x > *,
.child-borders-y > * {
  border-style: solid;
  border-width: 0;
}

/* line 68, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.child-borders {
  border: 0 solid;
  border-width: 1px 0 0 1px;
}

/* line 72, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.child-borders > * + * {
  border-width: 0 1px 1px 0;
}

/* line 76, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.child-borders-x > * + * {
  border-left-width: 1px;
}

/* line 79, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.child-borders-y > * + * {
  border-top-width: 1px;
}

/* line 85, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-radius,
.border-radius-0-125 {
  border-radius: 0.125rem;
}

/* line 89, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-radius-0-25 {
  border-radius: 0.25rem;
}

/* line 92, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-radius-0-5 {
  border-radius: 0.5rem;
}

/* line 95, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-radius-rounded {
  border-radius: 200px;
}

/* line 98, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
.border-radius-50 {
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  /* line 103, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
  .border-left-m {
    border-width: 0 0 0 1px;
    border-style: solid;
  }
}
@media screen and (max-width: 767px) {
  /* line 110, /usr/src/app/app/assets/stylesheets/tachyons/_borders.scss */
  .border-top-m-max {
    border-width: 1px 0 0 0;
    border-style: solid;
  }
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-primary-lighten-2 {
  color: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-primary-lighten-1 {
  color: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-primary {
  color: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-primary-darken-1 {
  color: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-primary-darken-2 {
  color: #592009;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-gray-lighten-3 {
  color: #fafafa;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-gray-lighten-2 {
  color: #ebebeb;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-gray-lighten-1 {
  color: #cccccc;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-gray {
  color: #9e9e9e;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-gray-darken-1 {
  color: #666666;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-gray-darken-2 {
  color: #1a1a1a;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-red-lighten-2 {
  color: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-red-lighten-1 {
  color: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-red {
  color: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-red-darken-1 {
  color: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-green-lighten-2 {
  color: #f6fad4;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-green-lighten-1 {
  color: #dce693;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-green {
  color: #cade36;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-green-darken-1 {
  color: #adbf26;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-yellow-lighten-2 {
  color: #fff9e5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-yellow-lighten-1 {
  color: #ffeaa3;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-yellow {
  color: #ffd136;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-yellow-darken-1 {
  color: #e6b000;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-border-lighten-1 {
  color: rgba(0, 0, 0, 0.07);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-border {
  color: rgba(0, 0, 0, 0.15);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-border-darken-1 {
  color: rgba(0, 0, 0, 0.25);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-black {
  color: black;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-white {
  color: white;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-transparent {
  color: transparent;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-none {
  color: none;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-inherit {
  color: inherit;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.color-currentcolor {
  color: currentcolor;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-primary-lighten-2 {
  background-color: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-primary-lighten-1 {
  background-color: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-primary {
  background-color: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-primary-darken-1 {
  background-color: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-primary-darken-2 {
  background-color: #592009;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-gray-lighten-3 {
  background-color: #fafafa;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-gray-lighten-2 {
  background-color: #ebebeb;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-gray-lighten-1 {
  background-color: #cccccc;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-gray {
  background-color: #9e9e9e;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-gray-darken-1 {
  background-color: #666666;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-gray-darken-2 {
  background-color: #1a1a1a;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-red-lighten-2 {
  background-color: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-red-lighten-1 {
  background-color: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-red {
  background-color: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-red-darken-1 {
  background-color: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-green-lighten-2 {
  background-color: #f6fad4;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-green-lighten-1 {
  background-color: #dce693;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-green {
  background-color: #cade36;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-green-darken-1 {
  background-color: #adbf26;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-yellow-lighten-2 {
  background-color: #fff9e5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-yellow-lighten-1 {
  background-color: #ffeaa3;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-yellow {
  background-color: #ffd136;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-yellow-darken-1 {
  background-color: #e6b000;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-border-lighten-1 {
  background-color: rgba(0, 0, 0, 0.07);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-border {
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-border-darken-1 {
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-black {
  background-color: black;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-white {
  background-color: white;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-transparent {
  background-color: transparent;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-none {
  background-color: none;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-inherit {
  background-color: inherit;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.bg-currentcolor {
  background-color: currentcolor;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-primary-lighten-2 {
  border-color: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-primary-lighten-1 {
  border-color: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-primary {
  border-color: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-primary-darken-1 {
  border-color: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-primary-darken-2 {
  border-color: #592009;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-gray-lighten-3 {
  border-color: #fafafa;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-gray-lighten-2 {
  border-color: #ebebeb;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-gray-lighten-1 {
  border-color: #cccccc;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-gray {
  border-color: #9e9e9e;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-gray-darken-1 {
  border-color: #666666;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-gray-darken-2 {
  border-color: #1a1a1a;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-red-lighten-2 {
  border-color: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-red-lighten-1 {
  border-color: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-red {
  border-color: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-red-darken-1 {
  border-color: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-green-lighten-2 {
  border-color: #f6fad4;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-green-lighten-1 {
  border-color: #dce693;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-green {
  border-color: #cade36;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-green-darken-1 {
  border-color: #adbf26;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-yellow-lighten-2 {
  border-color: #fff9e5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-yellow-lighten-1 {
  border-color: #ffeaa3;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-yellow {
  border-color: #ffd136;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-yellow-darken-1 {
  border-color: #e6b000;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-border-lighten-1 {
  border-color: rgba(0, 0, 0, 0.07);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-border {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-border-darken-1 {
  border-color: rgba(0, 0, 0, 0.25);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-black {
  border-color: black;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-white {
  border-color: white;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-transparent {
  border-color: transparent;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-none {
  border-color: none;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-inherit {
  border-color: inherit;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.border-color-currentcolor {
  border-color: currentcolor;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-primary-lighten-2 {
  stroke: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-primary-lighten-1 {
  stroke: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-primary {
  stroke: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-primary-darken-1 {
  stroke: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-primary-darken-2 {
  stroke: #592009;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-gray-lighten-3 {
  stroke: #fafafa;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-gray-lighten-2 {
  stroke: #ebebeb;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-gray-lighten-1 {
  stroke: #cccccc;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-gray {
  stroke: #9e9e9e;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-gray-darken-1 {
  stroke: #666666;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-gray-darken-2 {
  stroke: #1a1a1a;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-red-lighten-2 {
  stroke: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-red-lighten-1 {
  stroke: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-red {
  stroke: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-red-darken-1 {
  stroke: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-green-lighten-2 {
  stroke: #f6fad4;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-green-lighten-1 {
  stroke: #dce693;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-green {
  stroke: #cade36;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-green-darken-1 {
  stroke: #adbf26;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-yellow-lighten-2 {
  stroke: #fff9e5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-yellow-lighten-1 {
  stroke: #ffeaa3;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-yellow {
  stroke: #ffd136;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-yellow-darken-1 {
  stroke: #e6b000;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-border-lighten-1 {
  stroke: rgba(0, 0, 0, 0.07);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-border {
  stroke: rgba(0, 0, 0, 0.15);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-border-darken-1 {
  stroke: rgba(0, 0, 0, 0.25);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-black {
  stroke: black;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-white {
  stroke: white;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-transparent {
  stroke: transparent;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-none {
  stroke: none;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-inherit {
  stroke: inherit;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.stroke-currentcolor {
  stroke: currentcolor;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-primary-lighten-2 {
  fill: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-primary-lighten-1 {
  fill: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-primary {
  fill: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-primary-darken-1 {
  fill: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-primary-darken-2 {
  fill: #592009;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-gray-lighten-3 {
  fill: #fafafa;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-gray-lighten-2 {
  fill: #ebebeb;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-gray-lighten-1 {
  fill: #cccccc;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-gray {
  fill: #9e9e9e;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-gray-darken-1 {
  fill: #666666;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-gray-darken-2 {
  fill: #1a1a1a;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-red-lighten-2 {
  fill: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-red-lighten-1 {
  fill: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-red {
  fill: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-red-darken-1 {
  fill: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-green-lighten-2 {
  fill: #f6fad4;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-green-lighten-1 {
  fill: #dce693;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-green {
  fill: #cade36;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-green-darken-1 {
  fill: #adbf26;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-yellow-lighten-2 {
  fill: #fff9e5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-yellow-lighten-1 {
  fill: #ffeaa3;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-yellow {
  fill: #ffd136;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-yellow-darken-1 {
  fill: #e6b000;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-border-lighten-1 {
  fill: rgba(0, 0, 0, 0.07);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-border {
  fill: rgba(0, 0, 0, 0.15);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-border-darken-1 {
  fill: rgba(0, 0, 0, 0.25);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-black {
  fill: black;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-white {
  fill: white;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-transparent {
  fill: transparent;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-none {
  fill: none;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-inherit {
  fill: inherit;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.fill-currentcolor {
  fill: currentcolor;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-primary-lighten-2 {
  outline: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-primary-lighten-1 {
  outline: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-primary {
  outline: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-primary-darken-1 {
  outline: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-primary-darken-2 {
  outline: #592009;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-gray-lighten-3 {
  outline: #fafafa;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-gray-lighten-2 {
  outline: #ebebeb;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-gray-lighten-1 {
  outline: #cccccc;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-gray {
  outline: #9e9e9e;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-gray-darken-1 {
  outline: #666666;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-gray-darken-2 {
  outline: #1a1a1a;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-red-lighten-2 {
  outline: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-red-lighten-1 {
  outline: #fac2af;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-red {
  outline: #e94f2d;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-red-darken-1 {
  outline: #b33f12;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-green-lighten-2 {
  outline: #f6fad4;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-green-lighten-1 {
  outline: #dce693;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-green {
  outline: #cade36;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-green-darken-1 {
  outline: #adbf26;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-yellow-lighten-2 {
  outline: #fff9e5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-yellow-lighten-1 {
  outline: #ffeaa3;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-yellow {
  outline: #ffd136;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-yellow-darken-1 {
  outline: #e6b000;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-border-lighten-1 {
  outline: rgba(0, 0, 0, 0.07);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-border {
  outline: rgba(0, 0, 0, 0.15);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-border-darken-1 {
  outline: rgba(0, 0, 0, 0.25);
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-black {
  outline: black;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-white {
  outline: white;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-transparent {
  outline: transparent;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-none {
  outline: none;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-inherit {
  outline: inherit;
}
/* line 27, /usr/src/app/app/assets/stylesheets/setup/_mixins.scss */
.outline-currentcolor {
  outline: currentcolor;
}
/* line 4, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.flex {
  display: flex;
  align-items: stretch;
}

/* line 9, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.grow,
.grow-children > * {
  flex-basis: auto;
  flex-grow: 1;
}

/* line 15, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.no-shrink {
  flex-shrink: 0;
}

/* line 19, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.even,
.even-children > * {
  flex-basis: 0;
  flex-grow: 1;
}

/* line 25, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.wrap {
  flex-wrap: wrap;
}

/* line 28, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.flex.inline {
  display: inline-flex;
}

/* line 32, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.no-shrink {
  flex-shrink: 0;
}

/* line 38, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.align-stretch {
  align-items: stretch;
}

/* line 41, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.align-start {
  align-items: flex-start;
}

/* line 44, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.align-center {
  align-items: center;
}

/* line 47, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.align-end {
  align-items: flex-end;
}

/* line 50, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.align-baseline {
  align-items: baseline;
}

/* line 56, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.justify {
  justify-content: space-between;
}

/* line 59, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.justify-around {
  justify-content: space-around;
}

/* line 62, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.justify-start {
  justify-content: flex-start;
}

/* line 65, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.justify-center {
  justify-content: center;
}

/* line 68, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.justify-end {
  justify-content: flex-end;
}

/* line 74, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.vertical {
  flex-direction: column;
}

/* line 77, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.vertical-reverse {
  flex-direction: column-reverse;
}

/* line 80, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.reverse {
  flex-direction: row-reverse;
}

/* line 86, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.content-stretch {
  align-content: stretch;
}

/* line 89, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.content-start {
  align-content: flex-start;
}

/* line 92, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.content-center {
  align-content: center;
}

/* line 95, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.content-end {
  align-content: flex-end;
}

/* line 98, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.content-justify {
  align-content: space-between;
}

/* line 101, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.content-justify-around {
  align-content: space-around;
}

/* line 107, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.self-stretch {
  align-self: stretch;
}

/* line 110, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.self-start {
  align-self: flex-start;
}

/* line 113, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.self-center {
  align-self: center;
}

/* line 116, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.self-end {
  align-self: flex-end;
}

/* line 119, /usr/src/app/app/assets/stylesheets/tachyons/_flex.scss */
.self-baseline {
  align-self: baseline;
}

/* line 3, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.container, .page-header__inner {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 9, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.container--collapse {
  padding-right: 0;
  padding-left: 0;
}
/* line 12, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.container--collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 16, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.container--collapse *[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 23, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
/* line 31, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.row .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 37, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.row.reverse {
  flex-direction: row-reverse;
}

/* line 41, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col.reverse {
  flex-direction: column-reverse;
}

/* line 45, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 77, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

/* line 83, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

/* line 88, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

/* line 93, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

/* line 98, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

/* line 103, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

/* line 108, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 113, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

/* line 118, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

/* line 123, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

/* line 128, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

/* line 133, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

/* line 138, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

/* line 143, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

/* line 147, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 151, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 155, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 159, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 163, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 167, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 171, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 175, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 179, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 183, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 187, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 191, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.start-xs {
  justify-content: flex-start;
  text-align: start;
}

/* line 196, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.center-xs {
  justify-content: center;
  text-align: center;
}

/* line 201, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.end-xs {
  justify-content: flex-end;
  text-align: end;
}

/* line 206, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.top-xs {
  align-items: flex-start;
}

/* line 210, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.middle-xs {
  align-items: center;
}

/* line 214, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.bottom-xs {
  align-items: flex-end;
}

/* line 218, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.around-xs {
  justify-content: space-around;
}

/* line 222, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.between-xs {
  justify-content: space-between;
}

/* line 226, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.first-xs {
  order: -1;
}

/* line 230, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
.last-xs {
  order: 1;
}

@media screen and (min-width: 612px) {
  /* line 235, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s,
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11,
  .col-s-12,
  .col-s-offset-0,
  .col-s-offset-1,
  .col-s-offset-2,
  .col-s-offset-3,
  .col-s-offset-4,
  .col-s-offset-5,
  .col-s-offset-6,
  .col-s-offset-7,
  .col-s-offset-8,
  .col-s-offset-9,
  .col-s-offset-10,
  .col-s-offset-11,
  .col-s-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 267, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 273, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 278, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 283, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 288, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 293, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 298, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 303, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 308, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 313, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 318, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 323, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 328, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 333, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-0 {
    margin-left: 0;
  }

  /* line 337, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 341, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 345, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-3 {
    margin-left: 25%;
  }

  /* line 349, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 353, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 357, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-6 {
    margin-left: 50%;
  }

  /* line 361, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 365, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 369, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-9 {
    margin-left: 75%;
  }

  /* line 373, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 377, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-s-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 381, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .start-s {
    justify-content: flex-start;
    text-align: start;
  }

  /* line 386, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .center-s {
    justify-content: center;
    text-align: center;
  }

  /* line 391, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .end-s {
    justify-content: flex-end;
    text-align: end;
  }

  /* line 396, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .top-s {
    align-items: flex-start;
  }

  /* line 400, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .middle-s {
    align-items: center;
  }

  /* line 404, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .bottom-s {
    align-items: flex-end;
  }

  /* line 408, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .around-s {
    justify-content: space-around;
  }

  /* line 412, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .between-s {
    justify-content: space-between;
  }

  /* line 416, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .first-s {
    order: -1;
  }

  /* line 420, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .last-s {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  /* line 426, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m,
  .col-m-1,
  .col-m-2,
  .col-m-3,
  .col-m-4,
  .col-m-5,
  .col-m-6,
  .col-m-7,
  .col-m-8,
  .col-m-9,
  .col-m-10,
  .col-m-11,
  .col-m-12,
  .col-m-offset-0,
  .col-m-offset-1,
  .col-m-offset-2,
  .col-m-offset-3,
  .col-m-offset-4,
  .col-m-offset-5,
  .col-m-offset-6,
  .col-m-offset-7,
  .col-m-offset-8,
  .col-m-offset-9,
  .col-m-offset-10,
  .col-m-offset-11,
  .col-m-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 458, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 464, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 469, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 474, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 479, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 484, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 489, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 494, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 499, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 504, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 509, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 514, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 519, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 524, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-0 {
    margin-left: 0;
  }

  /* line 528, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 532, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 536, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-3 {
    margin-left: 25%;
  }

  /* line 540, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 544, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 548, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-6 {
    margin-left: 50%;
  }

  /* line 552, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 556, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 560, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-9 {
    margin-left: 75%;
  }

  /* line 564, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 568, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-m-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 572, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .start-m {
    justify-content: flex-start;
    text-align: start;
  }

  /* line 577, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .center-m {
    justify-content: center;
    text-align: center;
  }

  /* line 582, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .end-m {
    justify-content: flex-end;
    text-align: end;
  }

  /* line 587, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .top-m {
    align-items: flex-start;
  }

  /* line 591, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .middle-m {
    align-items: center;
  }

  /* line 595, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .bottom-m {
    align-items: flex-end;
  }

  /* line 599, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .around-m {
    justify-content: space-around;
  }

  /* line 603, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .between-m {
    justify-content: space-between;
  }

  /* line 607, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .first-m {
    order: -1;
  }

  /* line 611, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .last-m {
    order: 1;
  }
}
@media screen and (min-width: 980px) {
  /* line 617, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l,
  .col-l-1,
  .col-l-2,
  .col-l-3,
  .col-l-4,
  .col-l-5,
  .col-l-6,
  .col-l-7,
  .col-l-8,
  .col-l-9,
  .col-l-10,
  .col-l-11,
  .col-l-12,
  .col-l-offset-0,
  .col-l-offset-1,
  .col-l-offset-2,
  .col-l-offset-3,
  .col-l-offset-4,
  .col-l-offset-5,
  .col-l-offset-6,
  .col-l-offset-7,
  .col-l-offset-8,
  .col-l-offset-9,
  .col-l-offset-10,
  .col-l-offset-11,
  .col-l-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 649, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 655, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 660, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 665, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 670, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 675, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 680, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 685, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 690, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 695, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 700, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 705, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 710, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 715, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-0 {
    margin-left: 0;
  }

  /* line 719, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 723, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 727, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-3 {
    margin-left: 25%;
  }

  /* line 731, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 735, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 739, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-6 {
    margin-left: 50%;
  }

  /* line 743, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 747, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 751, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-9 {
    margin-left: 75%;
  }

  /* line 755, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 759, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-l-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 763, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .start-l {
    justify-content: flex-start;
    text-align: start;
  }

  /* line 768, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .center-l {
    justify-content: center;
    text-align: center;
  }

  /* line 773, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .end-l {
    justify-content: flex-end;
    text-align: end;
  }

  /* line 778, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .top-l {
    align-items: flex-start;
  }

  /* line 782, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .middle-l {
    align-items: center;
  }

  /* line 786, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .bottom-l {
    align-items: flex-end;
  }

  /* line 790, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .around-l {
    justify-content: space-around;
  }

  /* line 794, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .between-l {
    justify-content: space-between;
  }

  /* line 798, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .first-l {
    order: -1;
  }

  /* line 802, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .last-l {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  /* line 808, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 840, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 846, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 851, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 856, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 861, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 866, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 871, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 876, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 881, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 886, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 891, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 896, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 901, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 906, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-0 {
    margin-left: 0;
  }

  /* line 910, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 914, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 918, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 922, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 926, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 930, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 934, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 938, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 942, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 946, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 950, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 954, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }

  /* line 959, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .center-xl {
    justify-content: center;
    text-align: center;
  }

  /* line 964, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }

  /* line 969, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .top-xl {
    align-items: flex-start;
  }

  /* line 973, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .middle-xl {
    align-items: center;
  }

  /* line 977, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .bottom-xl {
    align-items: flex-end;
  }

  /* line 981, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .around-xl {
    justify-content: space-around;
  }

  /* line 985, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .between-xl {
    justify-content: space-between;
  }

  /* line 989, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .first-xl {
    order: -1;
  }

  /* line 993, /usr/src/app/app/assets/stylesheets/tachyons/_grid.scss */
  .last-xl {
    order: 1;
  }
}
/* line 1, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.float-left {
  float: left;
}

/* line 4, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.float-right {
  float: right;
}

/* line 10, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.inline {
  display: inline;
}

/* line 13, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.block {
  display: block;
}

/* line 16, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.inline-block {
  display: inline-block;
}

/* line 19, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.round {
  border-radius: 50%;
}

/* line 25, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.relative {
  position: relative;
}

/* line 28, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.absolute {
  position: absolute;
}

/* line 31, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.static {
  position: static;
}

/* line 34, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.fixed {
  position: fixed;
}

/* line 38, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.table {
  display: table;
}

/* line 41, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.table-cell {
  display: table-cell;
}

/* line 47, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.vertical-top {
  vertical-align: top;
}

/* line 50, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.vertical-middle {
  vertical-align: middle;
}

/* line 53, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.vertical-bottom {
  vertical-align: bottom;
}

/* line 59, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-1-percent {
  width: 1%;
}

/* line 62, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-100 {
  width: 100%;
}

/* line 65, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-50 {
  width: 50%;
}

/* line 68, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.min-width-100 {
  min-width: 100%;
}

/* line 71, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-auto {
  width: auto;
}

/* line 74, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-100vw {
  width: 100vw;
}

/* line 77, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.min-width-100vw {
  min-width: 100vw;
}

/* line 80, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-hairline {
  width: 1px;
}

/* line 84, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-0-125 {
  width: 0.125rem;
}

/* line 87, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-0-25 {
  width: 0.25rem;
}

/* line 90, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-0-5 {
  width: 0.5rem;
}

/* line 93, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-0-75 {
  width: 0.75rem;
}

/* line 96, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-1 {
  width: 1rem;
}

/* line 99, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-1-25 {
  width: 1.25rem;
}

/* line 102, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-1-5 {
  width: 1.5rem;
}

/* line 105, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-2 {
  width: 2rem;
}

/* line 108, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-3 {
  width: 3rem;
}

/* line 111, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-4 {
  width: 4rem;
}

/* line 114, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.width-5 {
  width: 5rem;
}

/* line 118, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-100 {
  height: 100%;
}

/* line 121, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.min-height-100 {
  min-height: 100%;
}

/* line 124, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-auto {
  height: auto;
}

/* line 127, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-100vh {
  height: 100vh;
}

/* line 130, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.min-height-100vh {
  min-height: 100vh;
}

/* line 133, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-hairline {
  height: 1px;
}

/* line 137, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-0-125 {
  height: 0.125rem;
}

/* line 140, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-0-25 {
  height: 0.25rem;
}

/* line 143, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-0-5 {
  height: 0.5rem;
}

/* line 146, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-0-75 {
  height: 0.75rem;
}

/* line 149, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-1 {
  height: 1rem;
}

/* line 152, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-1-25 {
  height: 1.25rem;
}

/* line 155, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-1-5 {
  height: 1.5rem;
}

/* line 158, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-2 {
  height: 2rem;
}

/* line 161, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-3 {
  height: 3rem;
}

/* line 164, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-4 {
  height: 4rem;
}

/* line 167, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.height-5 {
  height: 5rem;
}

/* line 171, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
.display-none {
  display: none;
}

@media screen and (max-width: 611px) {
  /* line 176, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
  .unflex-s > * + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 182, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
  .unflex-m > * + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 979px) {
  /* line 188, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
  .unflex-l > * + * {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 611px) {
  /* line 194, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
  .unflex-s-0-5 > * + * {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 200, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
  .unflex-m-0-5 > * + * {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 979px) {
  /* line 206, /usr/src/app/app/assets/stylesheets/tachyons/_layout.scss */
  .unflex-l-0-5 > * + * {
    margin-top: 0.5rem;
  }
}
/* line 5, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-0-125 > * + * {
  margin-left: 0.125rem;
}

/* line 8, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-0-25 > * + * {
  margin-left: 0.25rem;
}

/* line 11, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-0-5 > * + * {
  margin-left: 0.5rem;
}

/* line 14, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-0-75 > * + * {
  margin-left: 0.75rem;
}

/* line 17, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-1 > * + * {
  margin-left: 1rem;
}

/* line 20, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-1-25 > * + * {
  margin-left: 1.25rem;
}

/* line 23, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-1-5 > * + * {
  margin-left: 1.5rem;
}

/* line 26, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-2 > * + * {
  margin-left: 2rem;
}

/* line 29, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-3 > * + * {
  margin-left: 3rem;
}

/* line 32, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-4 > * + * {
  margin-left: 4rem;
}

/* line 35, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-5 > * + * {
  margin-left: 5rem;
}

/* line 39, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-0-125 > * + * {
  margin-top: 0.125rem;
}

/* line 42, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-0-25 > * + * {
  margin-top: 0.25rem;
}

/* line 45, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-0-5 > * + * {
  margin-top: 0.5rem;
}

/* line 48, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-0-75 > * + * {
  margin-top: 0.75rem;
}

/* line 51, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-1 > * + * {
  margin-top: 1rem;
}

/* line 54, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-1-25 > * + * {
  margin-top: 1.25rem;
}

/* line 57, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-1-5 > * + * {
  margin-top: 1.5rem;
}

/* line 60, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-2 > * + * {
  margin-top: 2rem;
}

/* line 63, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-3 > * + * {
  margin-top: 3rem;
}

/* line 66, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-4 > * + * {
  margin-top: 4rem;
}

/* line 69, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-5 > * + * {
  margin-top: 5rem;
}

/* line 73, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-x-hairline > * + * {
  margin-left: 1px;
}

/* line 76, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.child-margins-y-hairline > * + * {
  margin-top: 1px;
}

/* line 83, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-hairline {
  padding: 1px;
}

/* line 87, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-0-125 {
  padding: 0.125rem;
}

/* line 90, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-0-25 {
  padding: 0.25rem;
}

/* line 93, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-0-5 {
  padding: 0.5rem;
}

/* line 96, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-0-75 {
  padding: 0.75rem;
}

/* line 99, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-1 {
  padding: 1rem;
}

/* line 102, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-1-25 {
  padding: 1.25rem;
}

/* line 105, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-1-5 {
  padding: 1.5rem;
}

/* line 108, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-2 {
  padding: 2rem;
}

/* line 111, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-3 {
  padding: 3rem;
}

/* line 114, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-4 {
  padding: 4rem;
}

/* line 117, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-5 {
  padding: 5rem;
}

/* line 121, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-top {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* line 126, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/* line 131, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-bottom {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 136, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-left {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* line 142, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-x {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 146, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-y {
  padding-left: 0;
  padding-right: 0;
}

/* line 151, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-top-0 {
  padding-top: 0;
}

/* line 154, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-right-0 {
  padding-right: 0;
}

/* line 157, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-bottom-0 {
  padding-bottom: 0;
}

/* line 160, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.padding-left-0 {
  padding-left: 0;
}

/* line 167, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-auto {
  margin: auto;
}

/* line 170, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-auto-left {
  margin-left: auto;
}

/* line 173, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-auto-x {
  margin-left: auto;
  margin-right: auto;
}

/* line 177, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-auto-y {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 182, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-hairline {
  margin: 1px;
}

/* line 186, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-0-125 {
  margin: 0.125rem;
}

/* line 189, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-0-25 {
  margin: 0.25rem;
}

/* line 192, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-0-5 {
  margin: 0.5rem;
}

/* line 195, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-0-75 {
  margin: 0.75rem;
}

/* line 198, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-1 {
  margin: 1rem;
}

/* line 201, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-1-25 {
  margin: 1.25rem;
}

/* line 204, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-1-5 {
  margin: 1.5rem;
}

/* line 207, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-2 {
  margin: 2rem;
}

/* line 210, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-3 {
  margin: 3rem;
}

/* line 213, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-4 {
  margin: 4rem;
}

/* line 216, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-5 {
  margin: 5rem;
}

/* line 220, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-0-125 {
  margin: -0.125rem;
}

/* line 223, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-0-25 {
  margin: -0.25rem;
}

/* line 226, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-0-5 {
  margin: -0.5rem;
}

/* line 229, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-0-75 {
  margin: -0.75rem;
}

/* line 232, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-1 {
  margin: -1rem;
}

/* line 235, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-1-25 {
  margin: -1.25rem;
}

/* line 238, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-1-5 {
  margin: -1.5rem;
}

/* line 241, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-2 {
  margin: -2rem;
}

/* line 244, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-3 {
  margin: -3rem;
}

/* line 247, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-4 {
  margin: -4rem;
}

/* line 250, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.negative-margin-5 {
  margin: -5rem;
}

/* line 254, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-top {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 259, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 264, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-bottom {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

/* line 269, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-left {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* line 275, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-x {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 279, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-y {
  margin-left: 0;
  margin-right: 0;
}

/* line 284, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-top-0 {
  margin-top: 0;
}

/* line 287, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-right-0 {
  margin-right: 0;
}

/* line 290, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-bottom-0 {
  margin-bottom: 0;
}

/* line 293, /usr/src/app/app/assets/stylesheets/tachyons/_spacing.scss */
.margin-left-0 {
  margin-left: 0;
}

/* line 1, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.museo-sans {
  font-family: 'museo-sans';
}

/* line 6, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.size-0-75, .nav-list__link {
  font-size: 0.55rem;
  line-height: 0.75rem;
}

/* line 9, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.size-1 {
  font-size: 0.7rem;
  line-height: 1rem;
}

/* line 12, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.size-1-25 {
  font-size: 1rem;
  line-height: 1.25rem;
}

/* line 15, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.size-1-5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

/* line 18, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.size-1-75 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

/* line 21, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.size-2 {
  font-size: 1.8rem;
  line-height: 2rem;
}

/* line 27, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.line-0-75 {
  line-height: 0.75rem;
}

/* line 30, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.line-1 {
  line-height: 1rem;
}

/* line 33, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.line-1-25 {
  line-height: 1.25rem;
}

/* line 36, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.line-1-5 {
  line-height: 1.5rem;
}

/* line 39, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.line-1-75 {
  line-height: 1.75rem;
}

/* line 42, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.line-2 {
  line-height: 2rem;
}

/* line 48, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.weight-300 {
  font-weight: 300;
}

/* line 51, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.weight-400 {
  font-weight: 400;
}

/* line 54, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.weight-600,
.bold,
strong,
b {
  font-weight: 600;
}

/* line 61, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.weight-700 {
  font-weight: 700;
}

/* line 65, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.weight-900 {
  font-weight: 900;
}

/* line 71, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.text-align-left {
  text-align: left;
}

/* line 74, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.text-align-center {
  text-align: center;
}

/* line 77, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.text-align-right {
  text-align: right;
}

/* line 80, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 83, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.vertical-align-top {
  vertical-align: top;
}

/* line 86, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.vertical-align-bottom {
  vertical-align: bottom;
}

/* line 89, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.vertical-align-baseline {
  vertical-align: baseline;
}

/* line 95, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 98, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.italic {
  font-style: italic;
}

/* line 101, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.underlined {
  border-bottom: 1px solid;
}

/* line 107, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.nowrap {
  white-space: nowrap;
}

/* line 110, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 113, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.overflow-ellipsis {
  text-overflow: ellipsis;
}

/* line 116, /usr/src/app/app/assets/stylesheets/tachyons/_typography.scss */
.letter-spacing-1 {
  letter-spacing: 1px;
}

/* line 1, /usr/src/app/app/assets/stylesheets/components/_avatar.scss */
.avatar {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 5rem;
  background-color: #e94f2d;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 13, /usr/src/app/app/assets/stylesheets/components/_avatar.scss */
.avatar img {
  max-width: 100%;
}

/* line 18, /usr/src/app/app/assets/stylesheets/components/_avatar.scss */
.avatar--large {
  width: 42px;
  height: 42px;
}

/* line 23, /usr/src/app/app/assets/stylesheets/components/_avatar.scss */
.avatar--huge {
  width: 105px;
  height: 105px;
}

/* line 28, /usr/src/app/app/assets/stylesheets/components/_avatar.scss */
.avatar--no-margin {
  margin: 0;
}

/* line 5, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-family: "True North Textures W01 Rg", "True North Textures W01 Hv", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: center;
  background-color: transparent;
  transition: background-color 200ms cubic-bezier(0.236, 0, 0.236, 1), color 200ms cubic-bezier(0.236, 0, 0.236, 1), border-color 200ms cubic-bezier(0.236, 0, 0.236, 1);
}
/* line 20, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn:hover {
  border-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* line 26, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--square {
  border-radius: 0;
}

/* line 30, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--round {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 5rem;
}

/* line 39, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.55rem;
  line-height: 0.75rem;
}
/* line 43, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--small.btn--round {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 48, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--large {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
/* line 52, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--large.btn--round {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--primary {
  background-color: #e94f2d;
  color: white;
  border-color: #e94f2d;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--primary:hover {
  background-color: #b33f12;
  border-color: #b33f12;
  color: white;
}

/* line 102, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--primary {
  background-color: transparent;
  color: #e94f2d;
  border-color: #e94f2d;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--primary:hover {
  background-color: #e94f2d;
  border-color: #e94f2d;
  color: white;
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--gray {
  background-color: #9e9e9e;
  color: white;
  border-color: #9e9e9e;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--gray:hover {
  background-color: #666666;
  border-color: #666666;
  color: white;
}

/* line 102, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--gray {
  background-color: transparent;
  color: #9e9e9e;
  border-color: #9e9e9e;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--gray:hover {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  color: white;
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--red {
  background-color: #e94f2d;
  color: white;
  border-color: #e94f2d;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--red:hover {
  background-color: #b33f12;
  border-color: #b33f12;
  color: white;
}

/* line 102, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--red {
  background-color: transparent;
  color: #e94f2d;
  border-color: #e94f2d;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--red:hover {
  background-color: #e94f2d;
  border-color: #e94f2d;
  color: white;
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--green {
  background-color: #cade36;
  color: white;
  border-color: #cade36;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--green:hover {
  background-color: #adbf26;
  border-color: #adbf26;
  color: white;
}

/* line 102, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--green {
  background-color: transparent;
  color: #cade36;
  border-color: #cade36;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--green:hover {
  background-color: #cade36;
  border-color: #cade36;
  color: white;
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--yellow {
  background-color: #ffd136;
  color: white;
  border-color: #ffd136;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--yellow:hover {
  background-color: #e6b000;
  border-color: #e6b000;
  color: white;
}

/* line 102, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--yellow {
  background-color: transparent;
  color: #ffd136;
  border-color: #ffd136;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--yellow:hover {
  background-color: #ffd136;
  border-color: #ffd136;
  color: white;
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--border {
  background-color: rgba(0, 0, 0, 0.15);
  color: white;
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--border:hover {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
  color: white;
}

/* line 102, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--border {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--border:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.15);
  color: white;
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--black {
  background-color: black;
  color: white;
  border-color: black;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--black:hover {
  background-color: black;
  border-color: black;
  opacity: 0.7;
  color: white;
}

/* line 102, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--black {
  background-color: transparent;
  color: black;
  border-color: black;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--black:hover {
  background-color: black;
  border-color: black;
  color: white;
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--white {
  background-color: white;
  color: black;
  border-color: white;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--white:hover {
  background-color: white;
  border-color: white;
  opacity: 0.7;
  color: black;
}

/* line 102, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--white {
  background-color: transparent;
  color: white;
  border-color: white;
}
/* line 68, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn--ghost.btn--white:hover {
  background-color: white;
  border-color: white;
  color: black;
}

/* line 114, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn-group .btn:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 119, /usr/src/app/app/assets/stylesheets/components/_button.scss */
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 30, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox, .checkbox-collection .collection-input {
  position: relative;
}
/* line 32, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox input, .checkbox-collection .collection-input input {
  position: absolute;
  left: 0;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
/* line 46, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox label, .checkbox-collection .collection-input label {
  position: relative;
  overflow: hidden;
  min-width: 1em;
  min-height: 1em;
  padding-left: 1.375em;
  color: #1a1a1a;
  cursor: pointer;
}
/* line 56, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox label:before, .checkbox-collection .collection-input label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  box-sizing: border-box;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: white;
  transform: translateY(-50%);
  transition: border-color 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 247.2187886279ms, border-width 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 123.609394314ms, background-color 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 0s;
}
/* line 80, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox label:after, .checkbox-collection .collection-input label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  opacity: 0;
  text-align: center;
  color: #fff;
  background-image: url(/assets/icons/icon-tick-8b960fa88fd67d05c0c4fcad9a88c636ea4c63c90e392f89fb51fc936a55b587.svg);
  background-size: 0.7em;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) scale(0);
  transition: transform 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 123.609394314ms;
}
/* line 104, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox input:focus + label, .checkbox-collection .collection-input input:focus + label {
  color: #1a1a1a;
}
/* line 106, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox input:focus + label:before, .checkbox-collection .collection-input input:focus + label:before {
  background-color: white;
  border-color: #e94f2d;
}
/* line 114, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox input:checked + label:before, .checkbox-collection .collection-input input:checked + label:before {
  border-width: 0.5em;
  border-color: #e94f2d;
  background-color: #e94f2d;
  transition: border-width 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 0s, background-color 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 123.609394314ms;
}
/* line 122, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox input:checked + label:after, .checkbox-collection .collection-input input:checked + label:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
/* line 129, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox input:disabled + label, .checkbox-collection .collection-input input:disabled + label {
  color: #9e9e9e;
}
/* line 131, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.custom-checkbox input:disabled + label:before, .checkbox-collection .collection-input input:disabled + label:before {
  border-color: #cccccc;
  background-color: #ebebeb;
}

/* line 145, /usr/src/app/app/assets/stylesheets/components/_checkbox.scss */
.checkbox-collection .custom-checkbox + .custom-checkbox, .checkbox-collection .collection-input + .custom-checkbox, .checkbox-collection .custom-checkbox + .collection-input, .checkbox-collection .collection-input + .collection-input {
  margin-top: 0.5rem;
}

/* line 53, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input {
  display: block;
  position: relative;
}
/* line 56, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input label {
  display: block;
  position: absolute;
  left: 0.375rem;
  color: #9e9e9e;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1;
  cursor: text;
  pointer-events: none;
  transition: transform 123.609394314ms ease, top 123.609394314ms ease, font-size 123.609394314ms ease;
}
/* line 71, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input input,
.floating-label-input textarea {
  padding: 1.05rem 0.375rem 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  box-shadow: none;
  color: #1a1a1a;
  font-size: 16px;
  background-color: white;
  transition: border-color 123.609394314ms ease, box-shadow 123.609394314ms ease;
}
/* line 91, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input.floating-label-input--has-value label, .floating-label-input.floating-label-input--focused label, .input--has-placeholder .floating-label-input label {
  font-size: 0.55rem;
}
/* line 97, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input.floating-label-input--has-value label {
  color: #666666;
}
/* line 103, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input.floating-label-input--focused label {
  color: #1a1a1a;
}
/* line 106, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input.floating-label-input--focused input,
.floating-label-input.floating-label-input--focused textarea {
  border-color: #e94f2d;
}
/* line 113, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.input--has-error .floating-label-input input,
.input--has-error .floating-label-input textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #e94f2d;
}
/* line 119, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.input--has-error .floating-label-input.floating-label-input--has-value label {
  color: #e94f2d;
}
/* line 125, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.input--has-hint .floating-label-input input,
.input--has-hint .floating-label-input textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 133, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.input--required .floating-label-input label:after {
  content: " *";
  color: #e94f2d;
}
/* line 140, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input input:disabled + label,
.floating-label-input textarea:disabled + label {
  color: #9e9e9e;
}

/* line 149, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input--text label {
  top: 50%;
  left: 0.375rem;
  transform: translateY(-50%);
  transform-origin: 0 0;
  font-size: 16px;
}
/* line 157, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input--text input {
  line-height: 1;
}
/* line 164, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input--text.floating-label-input--has-value label, .floating-label-input--text.floating-label-input--focused label, .input--has-placeholder .floating-label-input--text label {
  top: 0.375rem;
  transform: translateY(0%);
}

/* line 174, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input--textarea label {
  top: 1px;
  left: 1px;
  right: 1px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.125rem;
  box-shadow: none;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  background-color: white;
}
/* line 190, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.floating-label-input--textarea textarea {
  line-height: 1.2;
  height: 130px;
}
/* line 202, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.input--material .floating-label-input--textarea label {
  top: 0;
  left: 0;
  right: 0;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.375rem;
  box-shadow: none;
  font-size: 0.55rem;
}

/* line 219, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.input__hint {
  position: relative;
  display: block;
  padding: 0.125rem 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  border-top: none;
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #9e9e9e;
  background-color: #fafafa;
}

/* line 236, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.input__error {
  display: block;
  padding: 0.125rem 0.25rem;
  border: 1px solid #e94f2d;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  border-top: none;
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #e94f2d;
  background-color: #fcf7f5;
}
/* line 249, /usr/src/app/app/assets/stylesheets/components/_floating-label-input.scss */
.input--has-hint .input__error {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 41, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select {
  position: relative;
}
/* line 43, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1rem;
  height: 100%;
  background-image: url(/assets/icons/icon-chevron-d-56acb649c4bf380a851eab4b8d71df2e14f164872598297cf0f8e871b4deb642.svg);
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
/* line 61, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select label {
  display: block;
  position: absolute;
  top: 0.3755rem;
  left: 0.3755rem;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1;
  color: #e94f2d;
  white-space: nowrap;
  pointer-events: none;
}
/* line 75, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select label + select {
  padding: 1.3505rem 0.3755rem 0.375rem;
  padding-right: 1.8755rem;
  line-height: 1;
}
/* line 80, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select select {
  box-shadow: none;
  border-radius: 0.125rem;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding: 0.375rem 0.3755rem 0.375rem;
  padding-right: 1.8755rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #e94f2d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 104, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* line 113, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select select::-ms-expand {
  display: none;
}
/* line 117, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select select:focus {
  border-color: #e94f2d;
  color: #1a1a1a;
}
/* line 122, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.floating-select select:disabled {
  border-color: rgba(0, 0, 0, 0.07);
  color: #9e9e9e;
  background-color: #ebebeb;
}
/* line 131, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.input--has-error .floating-select select {
  border-color: #e94f2d;
}
/* line 137, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
.input--no-borders .floating-select select, .floating-select--no-borders select {
  border-radius: 0;
  border: none;
}

@media all and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0), all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  /* line 146, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
  .select select {
    padding-right: 0;
  }
  /* line 150, /usr/src/app/app/assets/stylesheets/components/_floating-label-select.scss */
  .select:after, .select:before {
    display: none;
  }
}
/* line 1, /usr/src/app/app/assets/stylesheets/components/_icon-label.scss */
.icon-label {
  display: flex;
  align-items: center;
  padding: 0.125rem 0.375rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  height: 1rem;
}

/* line 10, /usr/src/app/app/assets/stylesheets/components/_icon-label.scss */
.icon-label__icon {
  display: block;
  width: 0.75rem;
  margin-right: 0.125rem;
}
/* line 14, /usr/src/app/app/assets/stylesheets/components/_icon-label.scss */
.icon-label__icon svg {
  stroke: #666666;
  width: 0.75rem;
}

/* line 19, /usr/src/app/app/assets/stylesheets/components/_icon-label.scss */
.icon-label__label {
  font-weight: bold;
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #666666;
}

/* line 26, /usr/src/app/app/assets/stylesheets/components/_icon-label.scss */
.icon-post-option svg {
  width: 1rem;
  stroke: #676868;
}

/* line 33, /usr/src/app/app/assets/stylesheets/components/_icon-label.scss */
.icon-post-option:hover svg {
  stroke: #e94f2d;
}

/* line 1, /usr/src/app/app/assets/stylesheets/components/_input-suffix.scss */
.input-suffix {
  display: flex;
}
/* line 3, /usr/src/app/app/assets/stylesheets/components/_input-suffix.scss */
.input-suffix .input-suffix__input {
  padding-left: 0.5rem;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
/* line 12, /usr/src/app/app/assets/stylesheets/components/_input-suffix.scss */
.input-suffix .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.5rem;
}

/* line 3, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.links a,
.link {
  color: #e94f2d;
  background: linear-gradient(rgba(233, 79, 45, 0.382), rgba(233, 79, 45, 0.382)) left bottom 0.05em repeat-x;
  background-size: 1px 1px;
  transition: 91ms ease-out;
  transition-property: color, background, box-shadow;
}

/* line 15, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.link.link--red {
  color: #e94f2d;
  background: linear-gradient(rgba(233, 79, 45, 0.382), rgba(233, 79, 45, 0.382)) left bottom 0.05em repeat-x;
  background-size: 1px 1px;
  transition: 91ms ease-out;
  transition-property: color, background, box-shadow;
}

/* line 23, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.link.link--white {
  color: white;
  background: linear-gradient(rgba(255, 255, 255, 0.382), rgba(255, 255, 255, 0.382)) left bottom 0.05em repeat-x;
  background-size: 1px 1px;
  transition: 91ms ease-out;
  transition-property: color, background, box-shadow;
}

/* line 35, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.links a:hover,
.link:hover,
.links a:focus,
.link:focus .links a:active,
.link:active {
  background: #e94f2d;
  background-size: auto;
  border-radius: 0.125rem;
  color: #ffffff;
  box-shadow: -0.125rem -0.075rem 0 #e94f2d, 0.125rem 0.075rem 0 #e94f2d, 0.125rem -0.075rem 0 #e94f2d, -0.125rem 0.075rem 0 #e94f2d;
}
/* line 47, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.links a:hover.link--inline,
.link:hover.link--inline,
.links a:focus.link--inline,
.link:focus .links a:active.link--inline,
.link:active.link--inline {
  display: inline;
}
/* line 50, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.links a:hover.link--inline-block,
.link:hover.link--inline-block,
.links a:focus.link--inline-block,
.link:focus .links a:active.link--inline-block,
.link:active.link--inline-block {
  display: inline-block;
}

/* line 54, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.link.link--red:hover,
.link.link--red:focus .link.link--red:active {
  background: #e94f2d;
  box-shadow: -0.125rem -0.075rem 0 #e94f2d, 0.125rem 0.075rem 0 #e94f2d, 0.125rem -0.075rem 0 #e94f2d, -0.125rem 0.075rem 0 #e94f2d;
}

/* line 60, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.link.link--white:hover,
.link.link--white:focus .link.link--white:active {
  color: #e94f2d;
  background: white;
  box-shadow: -0.125rem -0.075rem 0 white, 0.125rem 0.075rem 0 white, 0.125rem -0.075rem 0 white, -0.125rem 0.075rem 0 white;
}

/* line 68, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.links a:active,
.link:active {
  background: shade(#e94f2d, 30%);
  box-shadow: -0.125rem -0.075rem 0 shade(#e94f2d, 30%), 0.125rem 0.075rem 0 shade(#e94f2d, 30%), 0.125rem -0.075rem 0 shade(#e94f2d, 30%), -0.125rem 0.075rem 0 shade(#e94f2d, 30%);
}

/* line 76, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.link.link--red:active {
  background: shade(#e94f2d, 30%);
  box-shadow: -0.125rem -0.075rem 0 shade(#e94f2d, 30%), 0.125rem 0.075rem 0 shade(#e94f2d, 30%), 0.125rem -0.075rem 0 shade(#e94f2d, 30%), -0.125rem 0.075rem 0 shade(#e94f2d, 30%);
}

/* line 83, /usr/src/app/app/assets/stylesheets/components/_link.scss */
.link.link--white:active {
  background: shade(white, 30%);
  box-shadow: -0.125rem -0.075rem 0 shade(white, 30%), 0.125rem 0.075rem 0 shade(white, 30%), 0.125rem -0.075rem 0 shade(white, 30%), -0.125rem 0.075rem 0 shade(white, 30%);
}

/* line 1, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  cursor: default;
}

/* line 10, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination a,
.pagination span,
.pagination em {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.55rem;
  line-height: 0.75rem;
}
/* line 16, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination a:first-child,
.pagination span:first-child,
.pagination em:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
/* line 20, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination a:last-child,
.pagination span:last-child,
.pagination em:last-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
/* line 24, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination a:not(:first-child),
.pagination span:not(:first-child),
.pagination em:not(:first-child) {
  margin-left: -1px;
}

/* line 29, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination .disabled {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
}

/* line 35, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination .current {
  border: 1px solid #e94f2d;
  font-style: normal;
  color: white;
  background: #e94f2d;
}

/* line 44, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination a {
  border: 1px solid #e94f2d;
  text-decoration: none;
  color: #e94f2d;
}

/* line 51, /usr/src/app/app/assets/stylesheets/components/_pagination.scss */
.pagination a:hover,
.pagination a:focus {
  position: relative;
  z-index: 1;
  border-color: #e94f2d;
  color: white;
  background-color: #e94f2d;
}

/* line 26, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio {
  position: relative;
}
/* line 28, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio input {
  position: absolute;
  left: 0;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
/* line 42, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio label {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-width: 1rem;
  min-height: 1rem;
  color: #666666;
  cursor: pointer;
}
/* line 53, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio label:before {
  flex-shrink: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #9e9e9e;
  box-shadow: 0 0 0 0.5rem white inset;
  background-color: white;
  transition: box-shadow 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 123.609394314ms, border-color 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 0s, background-color 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 247.2187886279ms;
}
/* line 78, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio input:focus + label {
  color: #e94f2d;
}
/* line 80, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio input:focus + label:before {
  background-color: white;
  border-color: #cade36;
  box-shadow: none;
}
/* line 90, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio input:checked + label:before {
  border-color: #e94f2d;
  background-color: #e94f2d;
  box-shadow: 0 0 0 0.25rem white inset;
  transition: box-shadow 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 0s, border-color 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1) 123.609394314ms;
}
/* line 102, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio input:disabled + label {
  color: #9e9e9e;
}
/* line 104, /usr/src/app/app/assets/stylesheets/components/_radio.scss */
.custom-radio input:disabled + label:before {
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

/* line 2, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table-container {
  position: relative;
}
/* line 4, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table-container .table-container__inner {
  overflow-x: auto;
}

/* line 8, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table {
  width: 100%;
}
/* line 11, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table thead tr {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
/* line 14, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table thead th {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  font-size: 0.55rem;
  line-height: 0.75rem;
  font-weight: bold;
  white-space: nowrap;
}
/* line 25, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table tbody tr,
.table tfoot tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* line 27, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table tbody tr:hover,
.table tfoot tr:hover {
  background-color: #fafafa;
}
/* line 31, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table tbody td,
.table tfoot td {
  padding: 0.375rem 0.5rem;
  vertical-align: middle;
  font-size: 0.55rem;
  line-height: 0.75rem;
}

/* line 39, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table__row-link {
  cursor: pointer;
}
/* line 41, /usr/src/app/app/assets/stylesheets/components/_table.scss */
.table__row-link:hover {
  color: #e94f2d;
}

/*
Trix 0.11.2
Copyright © 2018 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 19, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 26, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 40, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 42, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 45, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 47, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 50, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
/* line 53, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 60, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
/* line 63, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 76, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
/* line 79, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 81, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 83, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 85, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 87, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 89, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 91, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 93, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 95, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 97, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 99, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 101, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 103, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 105, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 107, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 109, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 111, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 123, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 135, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 137, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 141, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 143, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 146, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 148, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 151, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 156, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor [data-trix-mutable=true] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 158, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor [data-trix-mutable=true].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 161, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor [data-trix-mutable=true]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

/* line 164, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor [data-trix-mutable=true]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable=true]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

/* line 167, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 169, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 171, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 180, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 182, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 197, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment__remove {
  cursor: pointer;
}

/* line 199, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment__remove--icon {
  text-indent: -9999px;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0;
  margin: 0;
  top: -1.1em;
  left: calc(50% - 0.8em);
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 215, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment__remove--icon::before {
  display: inline-block;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  left: 0.1em;
  opacity: 0.75;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 228, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment__remove--icon:hover {
  border-color: #333;
}

/* line 230, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
trix-editor .attachment__remove--icon:hover::before {
  opacity: 1;
}

/* line 233, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content {
  line-height: 1.5;
}

/* line 235, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content * {
  box-sizing: border-box;
}

/* line 237, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}

/* line 241, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}

/* line 245, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 256, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0;
}

/* line 259, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content ul li, .trix-content ol li, .trix-content li li {
  margin-left: 1em;
}

/* line 261, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 264, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none;
}

/* line 267, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
  color: inherit;
}

/* line 269, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* line 275, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content .attachment__caption {
  padding: 0;
  text-align: center;
}

/* line 278, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 280, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 283, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 287, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 296, /usr/src/app/app/assets/stylesheets/components/_trix.scss */
button[data-trix-action='x-show-messages-link'] {
  text-indent: 0;
  width: auto;
  max-width: none;
}

/* line 1, /usr/src/app/app/assets/stylesheets/components/_facebook-share.scss */
#fb-share-button {
  background: #3b5998;
  border-radius: 3px;
  font-weight: 600;
  padding: 1px;
  display: flex;
  align-items: center;
}

/* line 10, /usr/src/app/app/assets/stylesheets/components/_facebook-share.scss */
#fb-share-button:hover {
  cursor: pointer;
  background: #213a6f;
}

/* line 15, /usr/src/app/app/assets/stylesheets/components/_facebook-share.scss */
#fb-share-button svg {
  width: 16px;
  height: 12px;
  padding-left: 4px;
  fill: white;
  vertical-align: middle;
  border-radius: 2px;
}

/* line 24, /usr/src/app/app/assets/stylesheets/components/_facebook-share.scss */
#fb-share-button span {
  vertical-align: middle;
  color: white;
  font-size: 11px;
  padding: 0 4px;
}

/* line 1, /usr/src/app/app/assets/stylesheets/components/_notifications.scss */
.notification-bubble {
  background: #e94f2d;
  color: white;
  border-radius: 100%;
  width: 0.85rem;
  height: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  margin-left: 0.2rem;
  font-weight: 900;
}

/* line 15, /usr/src/app/app/assets/stylesheets/components/_notifications.scss */
.unread-message {
  background: #fac2af;
}

/* line 1, /usr/src/app/app/assets/stylesheets/components/_tabs.scss */
.tab-list {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
}

/* line 6, /usr/src/app/app/assets/stylesheets/components/_tabs.scss */
.tab-list-item {
  display: inline-block;
  list-style: none;
  margin-bottom: -1px;
  padding: 0.5rem 0.75rem;
}

/* line 13, /usr/src/app/app/assets/stylesheets/components/_tabs.scss */
.tab-list-active {
  background-color: white;
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
}

/* line 19, /usr/src/app/app/assets/stylesheets/components/_tabs.scss */
.tab-list-placeholder {
  padding: 2rem 1rem 1rem 1rem;
}

/* line 38, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-header {
  position: relative;
  background-color: #e94f2d;
}

/* line 44, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #e94f2d;
}
@media screen and (min-width: 768px) {
  /* line 44, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-container {
    display: flex;
    align-items: center;
  }
}
/* line 55, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-container .nav-container__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  /* line 60, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-container .nav-container__right {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  /* line 68, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .navigation {
    overflow-y: hidden;
  }
  /* line 72, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .navigation.navigation--hidden {
    max-height: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 68, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .navigation {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
  }
  /* line 80, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .navigation.navigation--hidden {
    max-height: 100%;
  }
}

/* line 87, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-logo {
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0.375rem;
  color: white;
  line-height: 1.1;
  text-align: left;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 87, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-logo {
    min-width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 87, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-logo {
    height: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  /* line 87, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-logo {
    padding-left: 0;
  }
}
/* line 106, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-logo svg {
  display: block;
  width: 100%;
  min-width: 3rem;
  max-width: 3.25rem;
  max-height: 100%;
  fill: white;
}

/* line 118, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle {
  display: block;
  padding: 0.6875rem 0.5rem 0.8125rem;
  width: 2.5rem;
  height: 2.5rem;
  outline: none;
  background-color: transparent;
  transition: background-color 80ms cubic-bezier(0.236, 0, 0.236, 1);
}
/* line 128, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle svg {
  display: block;
  width: 100%;
  max-height: 100%;
}
/* line 133, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle.nav-toggle--active {
  background-color: #e94f2d;
}
@media screen and (min-width: 768px) {
  /* line 118, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-toggle {
    display: none;
  }
}

/* line 140, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
/* line 146, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon span {
  width: 100%;
  display: block;
  height: 3px;
  background-color: white;
  display: block;
  border-radius: 0.125rem;
  position: absolute;
  right: 0;
  transition: all 80ms cubic-bezier(0.236, 0, 0.236, 1);
}
/* line 157, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon span.nav-toggle__line-1 {
  top: 0;
}
/* line 160, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon span.nav-toggle__line-2 {
  top: 0.5rem;
}
/* line 163, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon span.nav-toggle__line-3 {
  top: 1rem;
}
/* line 168, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon.nav-toggle__icon--active span {
  background-color: white;
}
/* line 170, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon.nav-toggle__icon--active span.nav-toggle__line-1 {
  top: 0.5rem;
}
/* line 175, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon.nav-toggle__icon--active span.nav-toggle__line-3 {
  top: 0.5rem;
}
/* line 182, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon.nav-toggle__icon--rotate span.nav-toggle__line-1 {
  transform: rotateZ(45deg);
}
/* line 185, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon.nav-toggle__icon--rotate span.nav-toggle__line-2 {
  transform: rotateZ(-45deg);
}
/* line 188, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-toggle__icon.nav-toggle__icon--rotate span.nav-toggle__line-3 {
  transform: rotateZ(45deg);
}

@media screen and (min-width: 768px) {
  /* line 199, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list {
    display: flex;
    align-items: center;
    flex-basis: auto;
    flex-grow: 1;
    background-color: #e94f2d;
  }
  /* line 206, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list.nav-list--right {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  /* line 213, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list {
    background-color: #e94f2d;
    overflow-y: hidden;
  }
  /* line 216, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list.nav--hidden {
    max-height: 0;
  }
}
/* line 222, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-list__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 226, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__item {
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 232, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__item {
    border-top: 1px solid #b33f12;
  }
  /* line 235, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list:first-child .nav-list__item:first-child {
    border-top: none;
  }
}
/* line 243, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-list__link {
  position: relative;
  display: block;
  font-weight: 400;
  transition: color 150ms ease;
}
/* line 250, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-list__link > * {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  /* line 255, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link {
    padding: 0 0.5rem;
    color: white;
    line-height: 2rem;
    font-weight: bold;
    height: 100%;
  }
  /* line 263, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link.nav-list__link--toggle {
    padding-right: 1.25rem;
    transition: all 80ms cubic-bezier(0.236, 0, 0.236, 1) 100ms;
    background-color: transparent;
  }
  /* line 267, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link.nav-list__link--toggle .nav-list__chevron {
    display: block;
    position: absolute;
    width: 0.5rem;
    right: 0.5rem;
    top: 50%;
    fill: white;
    transform: translateY(-50%);
  }
  /* line 280, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link.nav-list__link--open {
    background-color: #b33f12;
    z-index: 10;
    transition: background-color 80ms cubic-bezier(0.236, 0, 0.236, 1);
  }
  /* line 285, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__item--active .nav-list__link {
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 288, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__item--active .nav-list__link:hover:not(.nav-list__link--toggle) {
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
  }
  /* line 293, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.05);
  }
  /* line 296, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link:hover .nav-list__chevron,
  .nav-list__link:hover .nav__user-icon {
    fill: white;
  }
  /* line 301, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link.nav-list__link--open {
    z-index: 10;
    transition: background-color 80ms cubic-bezier(0.236, 0, 0.236, 1);
  }
}
@media screen and (max-width: 767px) {
  /* line 308, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link {
    padding: 0.75rem 0.5rem;
    color: white;
    line-height: 1rem;
  }
  /* line 314, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link.nav-list__link--toggle {
    padding-right: 1.25rem;
  }
  /* line 316, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link.nav-list__link--toggle .nav-list__chevron {
    display: block;
    position: absolute;
    width: 0.5rem;
    right: 0.5rem;
    top: 50%;
    fill: white;
    transform: translateY(-50%);
  }
  /* line 329, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__item--active .nav-list__link:not(.nav-list__link--toggle) {
    color: white;
  }
  /* line 333, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__item--active .nav-list__link.nav-list__link--toggle .nav-list__chevron {
    fill: white;
  }
  /* line 337, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__item--active .nav-list__link {
    color: white;
  }
  /* line 339, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__item--active .nav-list__link:hover:not(.nav-list__link--toggle) {
    color: white;
  }
  /* line 343, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link:hover {
    color: white;
  }
  /* line 345, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link:hover .nav-list__chevron,
  .nav-list__link:hover .nav__user-icon {
    fill: white;
  }
  /* line 350, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link.nav-list__link--open {
    color: white;
  }
  /* line 352, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__link.nav-list__link--open .nav-list__chevron,
  .nav-list__link.nav-list__link--open .nav__user-icon {
    fill: white;
  }
}
/* line 359, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-list__link--toggle {
  position: relative;
}

/* line 365, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-list__sub {
  padding: 0;
  overflow-y: hidden;
}
/* line 368, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.nav-list__sub.nav-list__sub--hidden {
  max-height: 0;
}

@media screen and (min-width: 768px) {
  /* line 373, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub {
    position: absolute;
    right: 0;
    min-width: 7rem;
    max-height: 0;
    z-index: 5;
    background-color: #b33f12;
  }
}
@media screen and (max-width: 767px) {
  /* line 384, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub {
    background-color: #592009;
  }
}
@media screen and (min-width: 768px) {
  /* line 392, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__item {
    height: auto;
  }
  /* line 394, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__item:first-child {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 404, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__item {
    border-top: 1px solid #592009;
  }
}
@media screen and (min-width: 768px) {
  /* line 413, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__link {
    display: block;
    padding: 0.25rem 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.25rem;
    transition: color 150ms ease, background-color 150ms ease;
  }
  /* line 421, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__link:hover {
    color: white;
    background: #592009;
  }
  /* line 427, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__item--sub.nav-list__item--active .nav-list__link {
    color: white;
  }
  /* line 429, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__item--sub.nav-list__item--active .nav-list__link:hover {
    color: white;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  /* line 439, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__link {
    display: block;
    padding: 0.75rem 0.5rem;
    color: #fcf7f5;
    line-height: 1rem;
  }
  /* line 445, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub__item.nav-list__item--active .nav-list__sub .nav-list__link {
    color: white;
  }
  /* line 447, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub__item.nav-list__item--active .nav-list__sub .nav-list__link:hover {
    color: white;
    background-color: transparent;
  }
  /* line 452, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__link:hover {
    color: white;
  }
  /* line 457, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__item--sub.nav-list__item--active .nav-list__link {
    color: white;
  }
  /* line 459, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
  .nav-list__sub .nav-list__item--sub.nav-list__item--active .nav-list__link:hover {
    color: white;
    background-color: transparent;
  }
}
/* line 469, /usr/src/app/app/assets/stylesheets/modules/admin/_navigation.scss */
.active--green {
  color: green;
}

/* line 1, /usr/src/app/app/assets/stylesheets/modules/admin/_page-header.scss */
.page-header {
  padding: 1rem 0;
  box-shadow: 0 -20px 40px -20px #ebebeb inset;
  background-color: #fafafa;
}

/* line 9, /usr/src/app/app/assets/stylesheets/modules/admin/_page-header.scss */
.page-header__inner {
  display: flex;
  align-items: center;
}
/* line 14, /usr/src/app/app/assets/stylesheets/modules/admin/_page-header.scss */
.page-header__inner > * + * {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  /* line 9, /usr/src/app/app/assets/stylesheets/modules/admin/_page-header.scss */
  .page-header__inner {
    display: block;
  }
  /* line 19, /usr/src/app/app/assets/stylesheets/modules/admin/_page-header.scss */
  .page-header__inner > * + * {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/* line 26, /usr/src/app/app/assets/stylesheets/modules/admin/_page-header.scss */
.page-header__left {
  flex-grow: 1;
}

/* line 32, /usr/src/app/app/assets/stylesheets/modules/admin/_page-header.scss */
.page-header__title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
}

/* line 37, /usr/src/app/app/assets/stylesheets/modules/admin/_page-header.scss */
.page-header__sub-title {
  font-size: 0.7rem;
  line-height: 1rem;
}

/* line 1, /usr/src/app/app/assets/stylesheets/modules/_comment-wrapper.scss */
.comment-wrapper {
  position: relative;
}

/* line 5, /usr/src/app/app/assets/stylesheets/modules/_comment-wrapper.scss */
.comment-wrapper__write {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  background-image: linear-gradient(rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.5) 25%, rgba(250, 250, 250, 0.75) 50%, #fafafa 100%);
}

@media screen and (min-width: 901px) {
  /* line 1, /usr/src/app/app/assets/stylesheets/modules/_feed-posts.scss */
  .feed-posts {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 1, /usr/src/app/app/assets/stylesheets/modules/_marker-meta.scss */
.marker-meta {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #1a1a1a;
  overflow: hidden;
}
/* line 11, /usr/src/app/app/assets/stylesheets/modules/_marker-meta.scss */
.marker-meta > * + * {
  margin-left: 0.25rem;
}

/* line 16, /usr/src/app/app/assets/stylesheets/modules/_marker-meta.scss */
.marker-meta__avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 80px;
  background-color: #fac2af;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 29, /usr/src/app/app/assets/stylesheets/modules/_marker-meta.scss */
.marker-meta__name {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

/* line 34, /usr/src/app/app/assets/stylesheets/modules/_marker-meta.scss */
.marker-meta__organization {
  margin-bottom: 0.25rem;
}
/* line 36, /usr/src/app/app/assets/stylesheets/modules/_marker-meta.scss */
.marker-meta__organization .avatar {
  margin-right: 0.25rem;
  width: 25px;
  height: 25px;
}

/* line 42, /usr/src/app/app/assets/stylesheets/modules/_marker-meta.scss */
.marker-meta__date {
  font-size: 14px;
  white-space: nowrap;
}

/* line 47, /usr/src/app/app/assets/stylesheets/modules/_marker-meta.scss */
.marker-content {
  color: #1a1a1a;
  font-size: 14px;
  word-break: break-word;
  position: relative;
  margin: 0 1rem;
}

/* line 18, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker {
  display: block;
}

/* line 21, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
  background: none !important;
  cursor: pointer;
  transform: translateX(-30px) translateY(-58px);
  transform-origin: center bottom;
}
/* line 36, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker__inner:before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid white;
  background-color: currentColor;
  transform: translateX(-9px);
}
/* line 51, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker--open .post-marker__inner {
  z-index: 1;
  width: 300px;
  height: 380px;
  transform: translateX(-150px) translateY(-398px);
}

/* line 62, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker__closed .post-marker__content {
  position: relative;
  top: -15px;
}

/* line 67, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker__content {
  padding: 20px;
  opacity: 1;
  visibility: visible;
  position: relative;
  top: -45px;
}

/* line 76, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.closeCross {
  font-size: 40px;
  position: absolute;
  right: 50%;
  bottom: 4rem;
  pointer-events: all;
  transform: translateX(50%);
}

/* line 86, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-0 {
  position: relative;
}

/* line 90, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-1 > .bubbleMarker, .post-marker-stack-1 > .post-marker {
  transform: translateX(-30px);
}

/* line 95, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-2 > .bubbleMarker, .post-marker-stack-2 > .post-marker {
  transform: translateX(30px);
}

/* line 100, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-3 > .bubbleMarker, .post-marker-stack-3 > .post-marker {
  transform: translateY(-30px);
}

/* line 105, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-4 > .bubbleMarker, .post-marker-stack-4 > .post-marker {
  transform: translateY(30px);
}

/* line 110, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-5 > .bubbleMarker, .post-marker-stack-5 > .post-marker {
  transform: translateY(30px) translateX(30px);
}

/* line 115, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-6 > .bubbleMarker, .post-marker-stack-6 > .post-marker {
  transform: translateY(-30px) translateX(-30px);
}

/* line 120, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-7 > .bubbleMarker, .post-marker-stack-7 > .post-marker {
  transform: translateY(30px) translateX(-30px);
}

/* line 125, /usr/src/app/app/assets/stylesheets/modules/_post-marker.scss */
.post-marker-stack-8 > .bubbleMarker, .post-marker-stack-8 > .post-marker {
  transform: translateY(-30px) translateX(30px);
}

/* line 1, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

/* line 6, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post-header__left {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

/* line 10, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post-header__right {
  flex-basis: auto;
  flex-grow: 1;
  margin-right: 0.5rem;
}

/* line 15, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post-header__avatar {
  flex-shrink: 0;
}

/* line 19, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post {
  display: block;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
/* line 24, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post--linked:hover {
  background-color: #fcf7f5;
}
/* line 27, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post.post--comment {
  display: flex;
}
/* line 30, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post > * {
  position: relative;
}
/* line 35, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
}

/* line 46, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post__content {
  flex-basis: auto;
  flex-grow: 1;
  flex: 1;
  word-break: break-word;
}
/* line 51, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post--comment .post__content {
  margin-left: 0.5rem;
}

/* line 56, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post__user {
  font-weight: bold;
}
/* line 58, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post__user:hover, .post__user--hover {
  text-decoration: underline;
  color: #e94f2d;
}

/* line 68, /usr/src/app/app/assets/stylesheets/modules/_post.scss */
.post__date {
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: #666666;
}

/* line 2, /usr/src/app/app/assets/stylesheets/modules/_resource.scss */
.resource__user:hover, .resource__user--hover {
  text-decoration: underline;
  color: #e94f2d;
}

/* line 5, /usr/src/app/app/assets/stylesheets/modules/_user-marker.scss */
.user-marker {
  display: block;
}

/* line 8, /usr/src/app/app/assets/stylesheets/modules/_user-marker.scss */
.user-marker__inner {
  width: 14px;
  height: 14px;
  border: 1px solid white;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
  background: #e94f2d;
  cursor: pointer;
  transform: translate(-7px, -7px);
}

/* line 5, /usr/src/app/app/assets/stylesheets/modules/_user-cluster-marker.scss */
.user-cluster-marker {
  display: block;
}

/* line 8, /usr/src/app/app/assets/stylesheets/modules/_user-cluster-marker.scss */
.user-cluster-marker__inner {
  width: 24px;
  height: 24px;
  border: 1px solid white;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
  background: #e94f2d;
  cursor: pointer;
  color: white;
  text-align: center;
  padding-top: 6px;
  transform: translate(-12px, -12px);
}

/* line 1, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment {
  display: flex;
  align-items: flex-end;
  padding: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.07);
  background-color: white;
  background-color: white;
}

/* line 14, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__avatar {
  flex-shrink: 0;
}

/* line 17, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__textarea {
  flex-basis: auto;
  flex-grow: 1;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1rem;
  border: none;
  min-height: 1.5rem;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
}
/* line 32, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__textarea::-moz-placeholder {
  color: #e94f2d;
}
.write-comment__textarea:-ms-input-placeholder {
  color: #e94f2d;
}
.write-comment__textarea::placeholder {
  color: #e94f2d;
}
/* line 35, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__textarea:focus {
  outline: none;
}

/* line 40, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__submit {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  border-radius: 5rem;
  transition: padding 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1);
}
/* line 49, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__submit .write-comment__submit-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ebebeb;
  transition: fill 123.609394314ms cubic-bezier(0.236, 0, 0.236, 1);
}
/* line 58, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__submit--active {
  padding: 0.125rem;
}
/* line 60, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__submit--active .write-comment__submit-icon {
  fill: #e94f2d;
}
/* line 64, /usr/src/app/app/assets/stylesheets/modules/_write-comment.scss */
.write-comment__submit:disabled {
  background: transparent;
}

/* line 1, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write {
  border-radius: 0.25rem;
  background-color: white;
}
/* line 7, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write > * + * {
  border-top: 2px solid #e94f2d;
}

/* line 11, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-textarea {
  display: flex;
  align-items: flex-start;
  padding: 0.5rem;
}

/* line 16, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-textarea__avatar {
  flex-shrink: 0;
}

/* line 19, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-textarea__input {
  flex-basis: auto;
  flex-grow: 1;
  min-height: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  border: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
}
/* line 35, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-textarea__input::-moz-placeholder {
  color: #e94f2d;
}
.write-textarea__input:-ms-input-placeholder {
  color: #e94f2d;
}
.write-textarea__input::placeholder {
  color: #e94f2d;
}
/* line 38, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-textarea__input:focus {
  outline: none;
}

/* line 43, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-options {
  display: flex;
}
/* line 45, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-options .write-options__column {
  flex-basis: auto;
  flex-grow: 1;
}
/* line 48, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-options .write-options__column:last-child {
  border-left: 2px solid #e94f2d;
}
/* line 51, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write-options .write-options__column:first-child {
  border-left: 0;
}

/* line 57, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write__footer {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0;
}
/* line 62, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write__footer > * + * {
  margin-left: 0.25rem;
}

/* line 67, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write__cancel,
.write__submit {
  padding: 0.25rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.55rem;
  line-height: 0.75rem;
  transition: background-color 200ms cubic-bezier(0.236, 0, 0.236, 1), color 200ms cubic-bezier(0.236, 0, 0.236, 1);
}
/* line 77, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write__cancel:hover, .write__cancel:focus,
.write__submit:hover,
.write__submit:focus {
  outline: none;
}

/* line 83, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write__cancel {
  color: #e94f2d;
}
/* line 85, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write__cancel:hover, .write__cancel:focus {
  color: #592009;
}

/* line 91, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write__submit {
  color: white;
  background-color: #fcf7f5;
}
/* line 94, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write--has-text .write__submit {
  color: white;
  background-color: #e94f2d;
}
/* line 97, /usr/src/app/app/assets/stylesheets/modules/_write.scss */
.write--has-text .write__submit:hover, .write--has-text .write__submit:focus {
  background-color: #b33f12;
}

/* line 1, /usr/src/app/app/assets/stylesheets/modules/_messages.scss */
.messages__avatar {
  margin: 0 0.5rem;
}

/* line 4, /usr/src/app/app/assets/stylesheets/modules/_flash.scss */
.flash {
  z-index: 9999;
  position: relative;
  cursor: pointer;
}
/* line 8, /usr/src/app/app/assets/stylesheets/modules/_flash.scss */
.flash .notice, .flash .alert {
  text-align: center;
  padding: 1em 0;
  color: #fff;
  font-weight: bold;
}
/* line 14, /usr/src/app/app/assets/stylesheets/modules/_flash.scss */
.flash .notice {
  background: #72D02F;
  border-bottom: 3px solid shade(#72D02F, 20%);
}
/* line 18, /usr/src/app/app/assets/stylesheets/modules/_flash.scss */
.flash .alert {
  background: #CC0000;
  border-bottom: 3px solid shade(#CC0000, 20%);
}

/* line 1, /usr/src/app/app/assets/stylesheets/modules/_resource-feed.scss */
.range-flex {
  display: flex;
}

/* line 5, /usr/src/app/app/assets/stylesheets/modules/_resource-feed.scss */
.range-slider {
  padding-right: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.55rem;
  margin-bottom: 0.5rem;
}

/* line 13, /usr/src/app/app/assets/stylesheets/modules/_resource-feed.scss */
.wrapperStyle {
  width: 15rem;
  margin: 5px;
}

/**
 * <div class="react-tags">
 *   <div class="react-tags__selected">
 *     <button class="react-tags__selected-tag">
 *       <span class="react-tags__selected-tag-name" />
 *     </button>
 *   </div>
 *   <div class="react-tags__search">
 *     <div class="react-tags__search-wrapper">
 *       <input class="react-tags__search-input" />
 *       <div />
 *     </div>
 *     <div class="react-tags__suggestions">
 *       <ul>
 *         <li class="is-active">
 *           <mark />
 *         </li>
 *         <li class="is-disabled">
 *           <mark />
 *         </li>
 *       </ul>
 *     </div>
 *   </div>
 */
/* line 25, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags {
  position: relative;
  padding: 0 5px 5px 5px;
  border-radius: 1px;
  /* shared font styles */
  font-size: 1em;
  line-height: 1.2;
  z-index: 10;
  /* clicking anywhere will focus the input */
  cursor: text;
  border: 2px solid #e94f2d;
}

/* line 41, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__selected {
  display: inline;
}

/* line 45, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__selected-tag {
  display: inline-block;
  box-sizing: border-box;
  margin: 5px 5px 0px 0;
  padding: 6px 8px;
  border: 1px solid #aaa;
  border-radius: 2px;
  color: #1a1a1a;
  /* match the font styles */
  font-size: inherit;
  line-height: inherit;
}

/* line 59, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__selected-tag:after {
  content: '\2715';
  color: #888;
  margin-left: 8px;
}

/* line 65, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__selected-tag:hover,
.react-tags__selected-tag:focus {
  border-color: #888;
}

/* line 70, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__search {
  display: inline-block;
  /* match tag layout */
  padding: 1px 2px;
  margin-top: 5px;
  /* prevent autoresize overflowing the container */
  max-width: 100%;
}

@media screen and (min-width: 30em) {
  /* line 83, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
  .react-tags__search {
    /* this will become the offsetParent for suggestions */
    position: relative;
  }
}
/* line 90, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__search-input {
  /* prevent autoresize overflowing the container */
  max-width: 100%;
  /* remove styles and layout from this element */
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  /* match the font styles */
  font-size: inherit;
  line-height: inherit;
}

/* line 105, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__search-input::-ms-clear {
  display: none;
}

/* line 109, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 30em) {
  /* line 118, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
  .react-tags__suggestions {
    width: 240px;
  }
}
/* line 124, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__suggestions ul {
  margin: 4px -1px;
  padding: 0;
  list-style: none;
  background: white;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* line 134, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__suggestions li {
  border-bottom: 1px solid #ddd;
  padding: 6px 8px;
}

/* line 139, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600;
}

/* line 145, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__suggestions li:hover {
  cursor: pointer;
  background: #eee;
}

/* line 150, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__suggestions li.is-active {
  background: #b7cfe0;
}

/* line 154, /usr/src/app/app/assets/stylesheets/vendors/react-tags.css */
.react-tags__suggestions li.is-disabled {
  opacity: 0.5;
  cursor: auto;
}

/* line 1, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion {
  font-weight: bold;
}

/* line 5, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__item {
  border-top: 2px solid #e94f2d;
  color: #e94f2d;
}

/* line 9, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__item:last-child {
  border-bottom: 2px solid #e94f2d;
}

/* line 13, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__item_nav {
  color: #e94f2d;
}

/* line 17, /usr/src/app/app/assets/stylesheets/shame.scss */
.nav__border-bottom {
  border-bottom: 2px solid #e94f2d;
}

/* line 21, /usr/src/app/app/assets/stylesheets/shame.scss */
.nav__border-top {
  border-top: 2px solid #e94f2d;
}

/* line 25, /usr/src/app/app/assets/stylesheets/shame.scss */
.own_resource__link {
  padding: 0.25rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.55rem;
  line-height: 0.75rem;
  display: block;
  text-align: center;
  transition: background-color 200ms cubic-bezier(0.236, 0, 0.236, 1), color 200ms cubic-bezier(0.236, 0, 0.236, 1);
  color: white;
  background-color: #fcf7f5;
  color: white;
  background-color: #e94f2d;
}
/* line 35, /usr/src/app/app/assets/stylesheets/shame.scss */
.own_resource__link:hover, .own_resource__link:focus {
  outline: none;
}
/* line 45, /usr/src/app/app/assets/stylesheets/shame.scss */
.own_resource__link:hover, .own_resource__link:focus {
  background-color: #b33f12;
}

/* line 51, /usr/src/app/app/assets/stylesheets/shame.scss */
.logo {
  width: auto;
  height: 3em;
}

/* line 56, /usr/src/app/app/assets/stylesheets/shame.scss */
.headerLeft,
.headerRight {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
}

/* line 63, /usr/src/app/app/assets/stylesheets/shame.scss */
.headerRight {
  justify-content: flex-end;
}

/* line 67, /usr/src/app/app/assets/stylesheets/shame.scss */
.headerCenter {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 74, /usr/src/app/app/assets/stylesheets/shame.scss */
.navLinks {
  padding-bottom: 1em;
}
/* line 77, /usr/src/app/app/assets/stylesheets/shame.scss */
.navLinks > li {
  padding: 0.25em 0;
}

/* line 82, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburger {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 20px;
}
/* line 89, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburger:focus {
  outline: none;
}
/* line 93, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburger > div {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  background: #e94f2d;
}
/* line 101, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburger > div:nth-child(1) {
  left: 0;
  top: 0;
}
/* line 106, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburger > div:nth-child(2) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 112, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburger > div:nth-child(3) {
  left: 0;
  bottom: 0;
}

/* line 121, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburgerOpen > div:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
/* line 126, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburgerOpen > div:nth-child(2) {
  width: 0;
}
/* line 130, /usr/src/app/app/assets/stylesheets/shame.scss */
.hamburgerOpen > div:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* line 137, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__caret {
  width: 1rem;
}

/* line 141, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__caret--small {
  display: inline-block;
  width: 20px;
  top: 4px;
  position: relative;
}

/* line 148, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__filter-ball {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
  border-radius: 20px;
  margin-right: 0.5em;
}

/* line 157, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__title {
  cursor: pointer;
  padding: 0.4rem 0.25rem;
  align-items: flex-end;
}
/* line 162, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__title .accordion__filters li {
  display: inline-block;
}
/* line 164, /usr/src/app/app/assets/stylesheets/shame.scss */
.accordion__title .accordion__filters li .accordion__filter-ball {
  margin: 0 0 0 0.5em;
}

/* line 170, /usr/src/app/app/assets/stylesheets/shame.scss */
.write {
  border-radius: 0;
  border-bottom: 2px solid #e94f2d;
}

/* line 175, /usr/src/app/app/assets/stylesheets/shame.scss */
.write--active {
  border: 0;
}

/* line 179, /usr/src/app/app/assets/stylesheets/shame.scss */
.feed-posts__item.highlight .post:before {
  opacity: 0;
}

/* line 184, /usr/src/app/app/assets/stylesheets/shame.scss */
.listWrapper > div {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
  top: -1px;
}

/* line 192, /usr/src/app/app/assets/stylesheets/shame.scss */
.langSelector {
  display: inline-block;
  position: relative;
}
/* line 195, /usr/src/app/app/assets/stylesheets/shame.scss */
.langSelector:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  border-right: 2px solid #e94f2d;
  border-bottom: 2px solid #e94f2d;
  transform: rotate(45deg);
  transform-origin: top;
  pointer-events: none;
}

/* line 214, /usr/src/app/app/assets/stylesheets/shame.scss */
.langSelector select {
  width: 100%;
  padding: 4px 8px;
  padding-right: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e94f2d;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  color: #e94f2d;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
}
/* line 233, /usr/src/app/app/assets/stylesheets/shame.scss */
.langSelector select:focus {
  outline: none;
  border-color: #e94f2d;
}
/* line 237, /usr/src/app/app/assets/stylesheets/shame.scss */
.langSelector select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* line 241, /usr/src/app/app/assets/stylesheets/shame.scss */
.langSelector select::-ms-expand {
  display: none;
}
@media all and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0), all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  /* line 245, /usr/src/app/app/assets/stylesheets/shame.scss */
  .langSelector select:after, .langSelector select:before {
    display: none;
  }
}

/* line 252, /usr/src/app/app/assets/stylesheets/shame.scss */
.infoLink {
  font-weight: 900;
  text-transform: uppercase;
}

/* line 257, /usr/src/app/app/assets/stylesheets/shame.scss */
.mode-selector {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  display: none !important;
}
/* line 265, /usr/src/app/app/assets/stylesheets/shame.scss */
.mode-selector > * {
  display: block;
  background: #fff;
  color: #e94f2d;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 272, /usr/src/app/app/assets/stylesheets/shame.scss */
.mode-selector .activeMode {
  box-shadow: 0 -4px #e94f2d inset;
}

/* line 277, /usr/src/app/app/assets/stylesheets/shame.scss */
.generic__button {
  padding: 0.25rem 0.5rem;
  border-radius: 0.125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.55rem;
  line-height: 0.75rem;
  color: white;
  background-color: #e94f2d;
}

/* line 290, /usr/src/app/app/assets/stylesheets/shame.scss */
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}
/* line 299, /usr/src/app/app/assets/stylesheets/shame.scss */
.text-content p {
  margin-bottom: 1rem;
}

/* line 304, /usr/src/app/app/assets/stylesheets/shame.scss */
button:focus {
  outline: none;
}

/* line 308, /usr/src/app/app/assets/stylesheets/shame.scss */
.modal-heading {
  text-align: center;
  color: #e94f2d;
  border-width: 2px 0;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2;
  border-style: solid;
  border-color: #e94f2d;
  padding: 0.5rem 0;
}

/* line 321, /usr/src/app/app/assets/stylesheets/shame.scss */
.close-x {
  position: absolute;
  right: 1rem;
  top: 0;
}

/* line 327, /usr/src/app/app/assets/stylesheets/shame.scss */
.homeIcon {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 331, /usr/src/app/app/assets/stylesheets/shame.scss */
.homeIcon img {
  height: 3em;
}
/* line 334, /usr/src/app/app/assets/stylesheets/shame.scss */
.homeIcon span {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  padding: 0 4px;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e94f2d;
  border-radius: 256px;
  color: #e94f2d;
  transform: translate(-15px, 10px);
}
/* line 348, /usr/src/app/app/assets/stylesheets/shame.scss */
.homeIcon:hover > span {
  color: #fff;
  background: #e94f2d;
}

/* line 355, /usr/src/app/app/assets/stylesheets/shame.scss */
.tab-nav {
  border-top: 2px solid #e8e8e8;
  min-height: 3.1rem;
}

/* line 360, /usr/src/app/app/assets/stylesheets/shame.scss */
.tab-nav-item {
  font-weight: bold;
  background: #e8e8e8;
  color: #6a6a6a;
}
/* line 361, /usr/src/app/app/assets/stylesheets/shame.scss */
.tab-nav-item.active {
  background: #fff;
  color: #e94f2d;
}

/* line 370, /usr/src/app/app/assets/stylesheets/shame.scss */
.tab-feed-item {
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #e94f2d;
  border: 2px solid #e94f2d;
  padding: 8px;
}
/* line 371, /usr/src/app/app/assets/stylesheets/shame.scss */
.tab-feed-item.active {
  background: #e94f2d;
  color: #fff;
}
/* line 382, /usr/src/app/app/assets/stylesheets/shame.scss */
.tab-feed-item:first-of-type {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
/* line 387, /usr/src/app/app/assets/stylesheets/shame.scss */
.tab-feed-item:last-of-type {
  border-radius: 0 3px 3px 0;
  border-left: none;
}

@media screen and (max-width: 900px) {
  /* line 394, /usr/src/app/app/assets/stylesheets/shame.scss */
  .mapWrap {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
/* line 403, /usr/src/app/app/assets/stylesheets/shame.scss */
.fb-btn {
  background-color: #4267b2;
  border-color: #4267b2;
}
/* line 406, /usr/src/app/app/assets/stylesheets/shame.scss */
.fb-btn:hover, .fb-btn:focus {
  background-color: #4267b2;
  border-color: #4267b2;
}

/* line 413, /usr/src/app/app/assets/stylesheets/shame.scss */
img,
video {
  max-width: 100%;
}

/* line 419, /usr/src/app/app/assets/stylesheets/shame.scss */
html {
  overflow-y: scroll;
}

@media screen and (max-width: 900px) {
  /* line 425, /usr/src/app/app/assets/stylesheets/shame.scss */
  #app-wrapper {
    display: block !important;
  }
  /* line 427, /usr/src/app/app/assets/stylesheets/shame.scss */
  #app-wrapper .list {
    padding-top: 2rem !important;
    max-width: none !important;
    min-width: none !important;
    min-height: 100%;
    position: relative;
    height: 100%;
  }
  /* line 435, /usr/src/app/app/assets/stylesheets/shame.scss */
  #app-wrapper .modal {
    max-width: none !important;
    margin-left: 0 !important;
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3 !important;
  }

  /* line 447, /usr/src/app/app/assets/stylesheets/shame.scss */
  .mode-selector {
    display: flex !important;
    flex-direction: row !important;
  }

  /* line 452, /usr/src/app/app/assets/stylesheets/shame.scss */
  .listWrapper {
    min-width: 100% !important;
  }

  /* line 456, /usr/src/app/app/assets/stylesheets/shame.scss */
  .list {
    min-width: 100%;
    flex-basis: auto;
  }

  /* line 460, /usr/src/app/app/assets/stylesheets/shame.scss */
  .mapWrap {
    min-width: 100%;
    flex-basis: auto;
    padding: 1rem;
  }

  /* line 466, /usr/src/app/app/assets/stylesheets/shame.scss */
  .list--hidden {
    display: none !important;
  }

  /* line 470, /usr/src/app/app/assets/stylesheets/shame.scss */
  .comment-wrapper__write {
    max-width: unset;
  }
}
/* line 475, /usr/src/app/app/assets/stylesheets/shame.scss */
.map-bg {
  background: url(/assets/map2-436c26687c1a8074bbb9b3daf173f5511c8c01b4081412d6d86d9dd513d812e3.png);
  min-height: 100vh;
  background-attachment: fixed;
  background-repeat: none;
  background-size: cover;
}

/* line 483, /usr/src/app/app/assets/stylesheets/shame.scss */
.layoutWrapper {
  padding: 1rem;
  max-width: 550px;
  min-width: 550px;
  background: white;
  z-index: 3;
  position: relative;
}

/* line 492, /usr/src/app/app/assets/stylesheets/shame.scss */
.bubbleMarker {
  position: absolute;
  bottom: 10px;
  left: -28px;
  z-index: 1;
}

/* line 499, /usr/src/app/app/assets/stylesheets/shame.scss */
.post-marker--open,
.post-marker--closed {
  position: relative;
}

/* line 504, /usr/src/app/app/assets/stylesheets/shame.scss */
.post-marker--closed {
  z-index: 2;
}

/* line 507, /usr/src/app/app/assets/stylesheets/shame.scss */
.post-marker--open {
  z-index: 90 !important;
}

/* line 512, /usr/src/app/app/assets/stylesheets/shame.scss */
.post-marker--closed .avatar {
  background-color: transparent;
}

/* line 517, /usr/src/app/app/assets/stylesheets/shame.scss */
.post-marker__content {
  pointer-events: all;
}

/* line 521, /usr/src/app/app/assets/stylesheets/shame.scss */
.post-marker__inner {
  pointer-events: none;
}

/* line 525, /usr/src/app/app/assets/stylesheets/shame.scss */
.post-marker--open .bubbleMarker {
  position: absolute;
  bottom: 540px;
  left: -28px;
  z-index: 1;
  transform: scale(5);
  pointer-events: none;
}
/* line 531, /usr/src/app/app/assets/stylesheets/shame.scss */
.post-marker--open .bubbleMarker svg g {
  stroke-width: 20px !important;
}

/* line 537, /usr/src/app/app/assets/stylesheets/shame.scss */
.event {
  padding: 0.5rem 0;
  border-top: 2px solid #e94f2d;
  border-bottom: 2px solid #e94f2d;
}

/* line 543, /usr/src/app/app/assets/stylesheets/shame.scss */
.eventAvatar {
  width: 5rem;
  height: 5rem;
  background-color: transparent;
}

@media screen and (max-width: 611px) {
  /* line 549, /usr/src/app/app/assets/stylesheets/shame.scss */
  .subnav {
    flex-direction: column;
  }
}
/* line 554, /usr/src/app/app/assets/stylesheets/shame.scss */
.subnav > * + * {
  margin-left: 0.5rem;
}
/* line 557, /usr/src/app/app/assets/stylesheets/shame.scss */
.subnav a {
  color: #e94f2d;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -1px;
  padding-left: 3px;
}

/* line 568, /usr/src/app/app/assets/stylesheets/shame.scss */
.required abbr {
  text-decoration: none;
  color: #e94f2d;
}

/* line 573, /usr/src/app/app/assets/stylesheets/shame.scss */
.showAllButton {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.55rem;
  margin-bottom: 0.25rem;
}

/* line 581, /usr/src/app/app/assets/stylesheets/shame.scss */
.calendar-event-form h1,
.calendar-event-form h2 {
  font-weight: 900;
  color: #e94f2d;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

/* line 591, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content,
.message_formatted_content {
  line-height: 1.4;
  margin-bottom: -1rem;
}
/* line 595, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content a,
.message_formatted_content a {
  color: #e94f2d;
}
/* line 598, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content blockquote,
.message_formatted_content blockquote {
  text-align: center;
  font-size: 1.2rem;
  color: #e94f2d;
  line-height: 1.2;
  margin: 2rem 0;
}
/* line 605, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content h1,
.formatted_content h2,
.message_formatted_content h1,
.message_formatted_content h2 {
  font-weight: 900;
  color: #e94f2d;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
/* line 613, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content p,
.formatted_content div,
.message_formatted_content p,
.message_formatted_content div {
  margin-bottom: 1rem;
}
/* line 617, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content div br:only-child,
.message_formatted_content div br:only-child {
  display: none;
}
/* line 621, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content figure .caption,
.formatted_content figure .attachment__caption,
.message_formatted_content figure .caption,
.message_formatted_content figure .attachment__caption {
  display: none;
}
/* line 625, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content figure img,
.message_formatted_content figure img {
  height: auto;
  margin-left: -1.25rem;
  width: calc(100% + 2.5rem);
  max-width: none;
}

/* line 634, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content {
  font-size: 0.85rem;
}
/* line 636, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content > * {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
/* line 640, /usr/src/app/app/assets/stylesheets/shame.scss */
.formatted_content .generic__button {
  color: white;
  font-size: 0.75em;
}

/* line 646, /usr/src/app/app/assets/stylesheets/shame.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 650, /usr/src/app/app/assets/stylesheets/shame.scss */
.overflow-y-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 655, /usr/src/app/app/assets/stylesheets/shame.scss */
.tab-list-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 660, /usr/src/app/app/assets/stylesheets/shame.scss */
.link,
.accordion__content button {
  font-weight: 700;
}

/* line 665, /usr/src/app/app/assets/stylesheets/shame.scss */
.showAllButton,
.infoLink .link {
  font-weight: 900 !important;
}

/* line 670, /usr/src/app/app/assets/stylesheets/shame.scss */
.listBgWrapper {
  background: #fff;
  padding: 1rem;
  position: relative;
  height: 100vh;
}

/* line 677, /usr/src/app/app/assets/stylesheets/shame.scss */
.listBgWrapper > div {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

/* line 684, /usr/src/app/app/assets/stylesheets/shame.scss */
.DayPicker {
  display: block !important;
}

/* line 688, /usr/src/app/app/assets/stylesheets/shame.scss */
.DayPicker-Day--selected {
  background-color: #e94f2d;
}

/* line 692, /usr/src/app/app/assets/stylesheets/shame.scss */
.DayPicker-Caption {
  color: #e94f2d;
}

/* line 696, /usr/src/app/app/assets/stylesheets/shame.scss */
.calendar-event-form .message {
  border: 2px solid #e94f2d;
}

/* line 700, /usr/src/app/app/assets/stylesheets/shame.scss */
.map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 711, /usr/src/app/app/assets/stylesheets/shame.scss */
.uppy-DragDrop-label {
  color: #e94f2d;
}

/* line 715, /usr/src/app/app/assets/stylesheets/shame.scss */
.uppy-container {
  position: relative;
}

/* line 719, /usr/src/app/app/assets/stylesheets/shame.scss */
.uppy-container .isvg {
  position: relative;
  top: 3px;
}

/* line 724, /usr/src/app/app/assets/stylesheets/shame.scss */
.write-comment .uppy-container .isvg {
  top: -3px;
  right: 3px;
}

/* line 729, /usr/src/app/app/assets/stylesheets/shame.scss */
.write-comment .uppy-container .uppy-FileInput-btn {
  width: 20px;
}

/* line 733, /usr/src/app/app/assets/stylesheets/shame.scss */
.uppy-container button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-indent: -9999px;
}

/* line 743, /usr/src/app/app/assets/stylesheets/shame.scss */
.image_remove_wrapper {
  position: relative;
}
/* line 745, /usr/src/app/app/assets/stylesheets/shame.scss */
.image_remove_wrapper:after {
  content: "×";
  position: absolute;
  top: 0px;
  right: -6px;
  background: #e94f2d;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  border: 2px solid;
}

/* line 763, /usr/src/app/app/assets/stylesheets/shame.scss */
.datetime_select select {
  width: auto;
}
/* line 766, /usr/src/app/app/assets/stylesheets/shame.scss */
.datetime_select label {
  display: block;
}

/* line 771, /usr/src/app/app/assets/stylesheets/shame.scss */
.form-alert {
  color: #e94f2d;
}

/* line 775, /usr/src/app/app/assets/stylesheets/shame.scss */
.notification_check_box::before {
  top: 25% !important;
}

/* line 779, /usr/src/app/app/assets/stylesheets/shame.scss */
.notification_check_box::after {
  transform: translateY(-113%) scale(1) !important;
}

/* line 61, /usr/src/app/app/assets/stylesheets/application.scss */
.tag-filtering {
  width: 100%;
}
/* line 63, /usr/src/app/app/assets/stylesheets/application.scss */
.tag-filtering input {
  width: 100% !important;
  border: 0;
}
