@charset "UTF-8";
/* 1. Theme Variables */
/* 3a. Override default includes of bootstrap */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #047bf8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e65252;
  --orange: #fd7e14;
  --yellow: #fbe4a0;
  --green: #24b314;
  --teal: #20c997;
  --cyan: #5bc0de;
  --white: #fff;
  --gray: #636c72;
  --gray-dark: #343a40;
  --primary: #047bf8;
  --secondary: #3d4752;
  --success: #24b314;
  --info: #5bc0de;
  --warning: #fbe4a0;
  --danger: #e65252;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1250px;
  --breakpoint-xxl: 1450px;
  --breakpoint-xxxl: 1550px;
  --breakpoint-xxxxl: 1650px;
  --font-family-sans-serif: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #484848;
  text-align: left;
  background-color: #fff;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 500;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #047bf8;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0356ad;
  text-decoration: underline;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

/* line 279, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 345, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 358, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 373, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 380, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 413, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 425, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 430, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 470, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 481, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #334152;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fbe4a0;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #636c72;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 4px;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #292b2c;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1250px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1190px;
  }
}

@media (min-width: 1450px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1550px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1580px;
  }
}

@media (min-width: 1650px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1680px;
  }
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xxxxl,
.col-xxxxl-auto, .col-xxxxl-12, .col-xxxxl-11, .col-xxxxl-10, .col-xxxxl-9, .col-xxxxl-8, .col-xxxxl-7, .col-xxxxl-6, .col-xxxxl-5, .col-xxxxl-4, .col-xxxxl-3, .col-xxxxl-2, .col-xxxxl-1, .col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1250px) {
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1450px) {
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-first {
    order: -1;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-last {
    order: 13;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-0 {
    order: 0;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-1 {
    order: 1;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-2 {
    order: 2;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-3 {
    order: 3;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-4 {
    order: 4;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-5 {
    order: 5;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-6 {
    order: 6;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-7 {
    order: 7;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-8 {
    order: 8;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-9 {
    order: 9;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-10 {
    order: 10;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-11 {
    order: 11;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-12 {
    order: 12;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1550px) {
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-first {
    order: -1;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-last {
    order: 13;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-0 {
    order: 0;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-1 {
    order: 1;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-2 {
    order: 2;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-3 {
    order: 3;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-4 {
    order: 4;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-5 {
    order: 5;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-6 {
    order: 6;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-7 {
    order: 7;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-8 {
    order: 8;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-9 {
    order: 9;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-10 {
    order: 10;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-11 {
    order: 11;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-12 {
    order: 12;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-0 {
    margin-left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1650px) {
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-first {
    order: -1;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-last {
    order: 13;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-0 {
    order: 0;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-1 {
    order: 1;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-2 {
    order: 2;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-3 {
    order: 3;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-4 {
    order: 4;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-5 {
    order: 5;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-6 {
    order: 6;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-7 {
    order: 7;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-8 {
    order: 8;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-9 {
    order: 9;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-10 {
    order: 10;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-11 {
    order: 11;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-12 {
    order: 12;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #484848;
  background-color: transparent;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(83, 101, 140, 0.33);
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(83, 101, 140, 0.33);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid rgba(83, 101, 140, 0.33);
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid rgba(83, 101, 140, 0.33);
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(83, 101, 140, 0.33);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(94, 130, 152, 0.05);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #484848;
  background-color: rgba(18, 95, 142, 0.075);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b9dafd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7cbafb;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #a0cdfc;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a0cdfc;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c9cbcf;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #9a9fa5;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #bcbec3;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bcbec3;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c2eabd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8dd785;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b0e4aa;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b0e4aa;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1edf6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #aadeee;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #bce5f2;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bce5f2;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fef7e4;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fdf1ce;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #fdf0cb;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fdf0cb;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8cfcf;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f2a5a5;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f5b9b9;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b9b9;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(18, 95, 142, 0.075);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(15, 80, 119, 0.075);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(15, 80, 119, 0.075);
}

/* line 114, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #292b2c;
  border-color: #3b3e40;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(83, 101, 140, 0.33);
}

/* line 130, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #292b2c;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #3b3e40;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1249.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1449.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1549.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1649.98px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxxxl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.1rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #dde2ec;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #047bf8;
  outline: 0;
  box-shadow: none;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #484848;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.7rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(2.875rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 6px;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 161, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #636c72;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 222, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #24b314;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(36, 179, 20, 0.9);
  border-radius: 4px;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #24b314;
  padding-right: 2.1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2324b314' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #24b314;
  box-shadow: 0 0 0 0.2rem rgba(36, 179, 20, 0.25);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.1rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #24b314;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2324b314' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #24b314;
  box-shadow: 0 0 0 0.2rem rgba(36, 179, 20, 0.25);
}

/* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #24b314;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #24b314;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #24b314;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #2de119;
  background-color: #2de119;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(36, 179, 20, 0.25);
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #24b314;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #24b314;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #24b314;
  box-shadow: 0 0 0 0.2rem rgba(36, 179, 20, 0.25);
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e65252;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(230, 82, 82, 0.9);
  border-radius: 4px;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e65252;
  padding-right: 2.1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e65252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e65252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e65252;
  box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.25);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.1rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e65252;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e65252' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e65252' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e65252;
  box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.25);
}

/* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e65252;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e65252;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e65252;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec7f7f;
  background-color: #ec7f7f;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.25);
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e65252;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e65252;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e65252;
  box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.25);
}

/* line 258, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 280, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 289, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 296, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 307, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 314, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 322, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 326, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #484848;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #484848;
  text-decoration: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0368d2;
  border-color: #0362c6;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 143, 249, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0362c6;
  border-color: #035cb9;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 143, 249, 0.5);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #3d4752;
  border-color: #3d4752;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #2d343c;
  border-color: #272e35;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 99, 108, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #3d4752;
  border-color: #3d4752;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #272e35;
  border-color: #22272d;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 99, 108, 0.5);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #24b314;
  border-color: #24b314;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #1d9110;
  border-color: #1b850f;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 190, 55, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #24b314;
  border-color: #24b314;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1b850f;
  border-color: #187a0e;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 190, 55, 0.5);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #292b2c;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #3bb4d8;
  border-color: #31b0d5;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 170, 195, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #292b2c;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aaacf;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 170, 195, 0.5);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #292b2c;
  background-color: #fbe4a0;
  border-color: #fbe4a0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #292b2c;
  background-color: #f9da7b;
  border-color: #f9d66f;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 200, 143, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #292b2c;
  background-color: #fbe4a0;
  border-color: #fbe4a0;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #292b2c;
  background-color: #f9d66f;
  border-color: #f8d363;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 200, 143, 0.5);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #e13131;
  border-color: #e02525;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 108, 108, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e02525;
  border-color: #d91f1f;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 108, 108, 0.5);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #292b2c;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #292b2c;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #047bf8;
  border-color: #047bf8;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 123, 248, 0.5);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #047bf8;
  background-color: transparent;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 123, 248, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #3d4752;
  border-color: #3d4752;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3d4752;
  border-color: #3d4752;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 71, 82, 0.5);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3d4752;
  background-color: transparent;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3d4752;
  border-color: #3d4752;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 71, 82, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #24b314;
  border-color: #24b314;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #24b314;
  border-color: #24b314;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 179, 20, 0.5);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #24b314;
  background-color: transparent;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #24b314;
  border-color: #24b314;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 179, 20, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #5bc0de;
  border-color: #5bc0de;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #292b2c;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #292b2c;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #fbe4a0;
  border-color: #fbe4a0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #292b2c;
  background-color: #fbe4a0;
  border-color: #fbe4a0;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 228, 160, 0.5);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fbe4a0;
  background-color: transparent;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #292b2c;
  background-color: #fbe4a0;
  border-color: #fbe4a0;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 228, 160, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #e65252;
  border-color: #e65252;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.5);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e65252;
  background-color: transparent;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #292b2c;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #047bf8;
  text-decoration: none;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0356ad;
  text-decoration: underline;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #636c72;
  pointer-events: none;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 6px;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #484848;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1250px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1450px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1550px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1650px) {
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxxxl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxxxl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #047bf8;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #636c72;
  white-space: nowrap;
}

/* line 187, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #292b2c;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -2px;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -2px;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #dde2ec;
  border-radius: 4px;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 4px);
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 6px;
}

/* line 147, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.7rem + 4px);
}

/* line 152, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.35rem;
  padding-left: 2.5rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #047bf8;
  background-color: #047bf8;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, none;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #047bf8;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b1d6fe;
  border-color: #b1d6fe;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #636c72;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #dee2e6;
  border: #adb5bd solid 2px;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 119, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #047bf8;
  background-color: #047bf8;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 130, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 123, 248, 0.5);
}

/* line 133, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(4, 123, 248, 0.5);
}

/* line 144, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 156, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 123, 248, 0.5);
}

/* line 167, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 3.25rem;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.175rem + 4px);
  left: calc(-3.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 192, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #dee2e6;
  transform: translateX(0.75rem);
}

/* line 199, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 123, 248, 0.5);
}

/* line 212, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 2px solid #dde2ec;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #047bf8;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(4, 123, 248, 0.5);
}

/* line 239, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 250, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #636c72;
  background-color: #e9ecef;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 268, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.7rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 75%;
}

/* line 276, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 125%;
}

/* line 289, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 4px);
  margin-bottom: 0;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.1rem + 4px);
  margin: 0;
  opacity: 0;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #047bf8;
  box-shadow: none;
}

/* line 310, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 315, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 320, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 325, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.1rem + 4px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #dde2ec;
  border-radius: 4px;
}

/* line 342, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}

/* line 366, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 378, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

/* line 379, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

/* line 380, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #047bf8;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 387, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 398, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b1d6fe;
}

/* line 403, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 414, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #047bf8;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 414, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 424, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b1d6fe;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 440, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #047bf8;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 440, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 453, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b1d6fe;
}

/* line 458, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 469, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 474, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 481, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 485, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 493, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 503, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 503, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #636c72;
  pointer-events: none;
  cursor: default;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 transparent;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 4px;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #047bf8;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}

/* line 102, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(4px - 1px);
}

/* line 130, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px);
}

/* line 143, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 147, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 143, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  /* line 156, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

/* line 173, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 173, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 187, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 192, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 199, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 202, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 207, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 214, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 222, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 239, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 238, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 249, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 262, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 4px;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #636c72;
  content: "/";
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #636c72;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #047bf8;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0356ad;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #047bf8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0362c6;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 123, 248, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #3d4752;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #272e35;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 71, 82, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #24b314;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1b850f;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(36, 179, 20, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #292b2c;
  background-color: #5bc0de;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #292b2c;
  background-color: #31b0d5;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #292b2c;
  background-color: #fbe4a0;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #292b2c;
  background-color: #f9d66f;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 228, 160, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #e65252;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #e02525;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 82, 82, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #292b2c;
  background-color: #f8f9fa;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #292b2c;
  background-color: #dae0e5;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 6px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 500;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3.85rem;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #02366d;
  background-color: #54a5fa;
  border-color: #1886f9;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #0679f1;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #011d3b;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #1b1f24;
  background-color: #7b8289;
  border-color: #4d5660;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #424952;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #050607;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #104f09;
  background-color: #6acb5f;
  border-color: #36b927;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #30a423;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #072104;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #285462;
  background-color: #8fd4e9;
  border-color: #68c5e1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #53bddd;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #19353e;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #6e6446;
  background-color: #fcedbe;
  border-color: #fbe6a8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #fadf90;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #4f4832;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #652424;
  background-color: #ee8989;
  border-color: #e86060;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e54a4a;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #3f1717;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #6d6e6e;
  background-color: #fafbfc;
  border-color: #f9f9fa;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ebebee;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #545454;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #171a1c;
  background-color: #75797d;
  border-color: #444a4f;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #383d41;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 4px;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #047bf8;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #484848;
  background-color: #e9ecef;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 91, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 91, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 91, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1250px) {
  /* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 91, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1450px) {
  /* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 91, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1550px) {
  /* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  /* line 91, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1650px) {
  /* line 88, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxxl {
    flex-direction: row;
  }
  /* line 91, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxxl .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxxxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #024081;
  background-color: #b9dafd;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #024081;
  background-color: #a0cdfc;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #024081;
  border-color: #024081;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #20252b;
  background-color: #c9cbcf;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #20252b;
  background-color: #bcbec3;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #20252b;
  border-color: #20252b;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #135d0a;
  background-color: #c2eabd;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #135d0a;
  background-color: #b0e4aa;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #135d0a;
  border-color: #135d0a;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #2f6473;
  background-color: #d1edf6;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2f6473;
  background-color: #bce5f2;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f6473;
  border-color: #2f6473;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #837753;
  background-color: #fef7e4;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #837753;
  background-color: #fdf0cb;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #837753;
  border-color: #837753;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #782b2b;
  background-color: #f8cfcf;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #782b2b;
  background-color: #f5b9b9;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #782b2b;
  border-color: #782b2b;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #235a94;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.3;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0px solid #e9ecef;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 151, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0px solid #e9ecef;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 176, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 200, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 205, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 208, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 900px;
  }
}

@media (min-width: 1250px) {
  /* line 228, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 6px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 0px) * -1);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 0px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 0px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 6px 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 0px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 0px) * -1);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 0px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0px solid #047bf8;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 0px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 6px 0;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 0px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 12px 15px;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #fff;
  background-color: #047bf8;
  border-bottom: 0px solid #046fdf;
  border-top-left-radius: calc(6px - 0px);
  border-top-right-radius: calc(6px - 0px);
}

/* line 163, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 15px 20px;
  color: #484848;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #047bf8 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0362c6 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #3d4752 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #272e35 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #24b314 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1b850f !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #5bc0de !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #31b0d5 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fbe4a0 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f9d66f !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #e65252 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e02525 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #047bf8 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #3d4752 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #24b314 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #5bc0de !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #fbe4a0 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #e65252 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 4px !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 4px !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 6px !important;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1250px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1450px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1550px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1650px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-inline {
    display: inline !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-block {
    display: block !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-table {
    display: table !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-flex {
    display: flex !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1250px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1450px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1550px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1650px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1250px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1450px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-none {
    float: none !important;
  }
}

@media (min-width: 1550px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxl-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxl-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxl-none {
    float: none !important;
  }
}

@media (min-width: 1650px) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxxl-left {
    float: left !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxxl-right {
    float: right !important;
  }
  /* line 9, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxxl-none {
    float: none !important;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1250px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1450px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1550px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-0,
.my-xxxl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-0,
.mx-xxxl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-0,
.my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-0,
.mx-xxxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-1,
.my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-1,
.mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-1,
.my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-1,
.mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-2,
.my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-2,
.mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-2,
.my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-2,
.mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-3,
.my-xxxl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-3,
.mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-3,
.my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-3,
.mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-4,
.my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-4,
.mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-4,
.my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-4,
.mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-5,
.my-xxxl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-5,
.mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-5,
.my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-5,
.mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-0,
.py-xxxl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-0,
.px-xxxl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-0,
.py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-0,
.px-xxxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-1,
.py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-1,
.px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-1,
.py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-1,
.px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-2,
.py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-2,
.px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-2,
.py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-2,
.px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-3,
.py-xxxl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-3,
.px-xxxl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-3,
.py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-3,
.px-xxxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-4,
.py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-4,
.px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-4,
.py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-4,
.px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-5,
.py-xxxl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-5,
.px-xxxl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-5,
.py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-5,
.px-xxxl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n1,
.my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n1,
.mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n1,
.my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n1,
.mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n2,
.my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n2,
.mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n2,
.my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n2,
.mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n3,
.my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n3,
.mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n3,
.my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n3,
.mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n4,
.my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n4,
.mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n4,
.my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n4,
.mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n5,
.my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n5,
.mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n5,
.my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n5,
.mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-auto,
.my-xxxl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-auto,
.mx-xxxl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-auto,
.my-xxxl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-auto,
.mx-xxxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1650px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-0,
.my-xxxxl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-0,
.mx-xxxxl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-0,
.my-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-0,
.mx-xxxxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-1,
.my-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-1,
.mx-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-1,
.my-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-1,
.mx-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-2,
.my-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-2,
.mx-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-2,
.my-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-2,
.mx-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-3 {
    margin: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-3,
.my-xxxxl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-3,
.mx-xxxxl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-3,
.my-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-3,
.mx-xxxxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-4,
.my-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-4,
.mx-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-4,
.my-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-4,
.mx-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-5 {
    margin: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-5,
.my-xxxxl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-5,
.mx-xxxxl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-5,
.my-xxxxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-5,
.mx-xxxxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-0,
.py-xxxxl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-0,
.px-xxxxl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-0,
.py-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-0,
.px-xxxxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-1,
.py-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-1,
.px-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-1,
.py-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-1,
.px-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-2,
.py-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-2,
.px-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-2,
.py-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-2,
.px-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-3 {
    padding: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-3,
.py-xxxxl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-3,
.px-xxxxl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-3,
.py-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-3,
.px-xxxxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-4,
.py-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-4,
.px-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-4,
.py-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-4,
.px-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-5 {
    padding: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-5,
.py-xxxxl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-5,
.px-xxxxl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-5,
.py-xxxxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-5,
.px-xxxxl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n1,
.my-xxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n1,
.my-xxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n1,
.mx-xxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n2,
.my-xxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n2,
.my-xxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n2,
.mx-xxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n3,
.my-xxxxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n3,
.my-xxxxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n3,
.mx-xxxxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n4,
.my-xxxxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n4,
.my-xxxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n4,
.mx-xxxxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n5,
.my-xxxxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n5,
.my-xxxxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n5,
.mx-xxxxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-auto {
    margin: auto !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-auto,
.my-xxxxl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-auto,
.mx-xxxxl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-auto,
.my-xxxxl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-auto,
.mx-xxxxl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1250px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1450px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1550px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxxl-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxxl-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1650px) {
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxxxl-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxxxl-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxxxl-center {
    text-align: center !important;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 500 !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #047bf8 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0356ad !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #3d4752 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #1c2126 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #24b314 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #166e0c !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #5bc0de !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #28a1c5 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #fbe4a0 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #f8cf57 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #e65252 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #ce1e1e !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #484848 !important;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #636c72 !important;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: rgba(83, 101, 140, 0.33);
  }
  /* line 134, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: rgba(83, 101, 140, 0.33);
  }
}

/* line 1, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
label {
  margin-bottom: 4px;
}

/* line 4, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
button, input, optgroup, select, textarea {
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

/* line 9, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-control.rounded {
  border-radius: 30px !important;
}

/* line 12, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
select.form-control.rounded {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  padding-left: 15px;
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

/* line 22, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-text {
  font-size: 0.81rem;
}

/* line 24, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-text.with-errors {
  color: #e65252;
}

/* line 29, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.has-danger .form-control-feedback.text-muted {
  color: #e65252 !important;
  font-weight: 400;
}

/* line 34, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.has-danger .form-control {
  border-color: #e65252;
}

/* line 38, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-control {
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* line 40, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-control.form-control-faded {
  background-color: #dde2ec;
}

/* line 43, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-control.bright {
  border-color: #e2e4ef;
}

/* line 46, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-control[type="checkbox"] {
  width: auto;
  display: inline-block;
}

/*.form-group {*/
/*.date-input {*/
/*position: relative;*/
/*&:before {*/
/*content: "\e972";*/
/*@include osfont();*/
/*font-size: 15px;*/
/*color: $primary;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 10px;*/
/*transform: translateY(-50%);*/
/*}*/
/*.form-control {*/
/*padding-left: 35px;*/
/*}*/
/*}*/
/*}*/
/* line 72, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 76, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-check-input {
  margin-right: 0.5rem;
}

/* line 82, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-check.stick-right span {
  margin-right: 5px;
}

/* line 89, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-buttons-w {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 94, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-buttons-w.compact {
  margin-top: 0.5rem;
}

/* line 98, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-buttons-w .btn + .btn {
  margin-left: 10px;
}

/* line 104, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
label.bigger {
  font-size: 1.08rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 109, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
label.lighter {
  color: rgba(90, 99, 126, 0.49);
}

/* line 112, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
label.smaller {
  font-size: 0.8rem;
  line-height: 1.5;
}

/* line 119, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
fieldset {
  margin-top: 2rem;
}

/* line 123, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
legend {
  font-size: 0.99rem;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  color: #047bf8;
}

/* line 129, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
legend span {
  padding: 0px 0.5rem 0 0;
  background-color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}

/* line 136, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
legend:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 149, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-header {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  display: block;
}

/* line 155, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.form-desc {
  color: #999;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
}

/* line 171, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.os-toggler-w {
  display: inline-block;
  margin-right: 10px;
}

/* line 174, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.os-toggler-w .os-toggler-i {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 20px;
  width: 35px;
  position: relative;
  transition: all 0.2s ease;
}

/* line 181, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.os-toggler-w .os-toggler-i .os-toggler-pill {
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}

/* line 194, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.os-toggler-w.on .os-toggler-i {
  background-color: #E1E6F2;
}

/* line 196, app/assets/stylesheets/clean_admin/bootstrap-override/_forms.scss */
.os-toggler-w.on .os-toggler-i .os-toggler-pill {
  transform: translate(15px, -50%);
  background-color: #047bf8;
}

/* line 2, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.toggled-buttons .btn-toggled {
  border: 2px solid #FC5D5D;
  border: 2px solid transparent;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 0.72rem;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.3);
  margin: 5px 0px;
}

/* line 15, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.toggled-buttons .btn-toggled.on, .toggled-buttons .btn-toggled:hover {
  border-color: #FC5D5D;
  color: #FC5D5D;
}

/* line 19, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.toggled-buttons .btn-toggled + .btn-toggled {
  margin-left: 10px;
}

/* line 24, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.toggled-buttons.solid .btn-toggled {
  background-color: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.81rem;
}

/* line 28, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.toggled-buttons.solid .btn-toggled.on, .toggled-buttons.solid .btn-toggled:hover {
  background-color: #FC5D5D;
  color: #fff;
}

/* line 37, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.775rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 43, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-white {
  color: #292b2c;
  background-color: #fff;
  border-color: #fff;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover {
  color: #292b2c;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 223, 223, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #292b2c;
  background-color: #fff;
  border-color: #fff;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 223, 223, 0.5);
}

/* line 47, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-grey {
  color: #292b2c;
  background-color: #dde2ec;
  border-color: #dde2ec;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-grey:hover {
  color: #292b2c;
  background-color: #c4cdde;
  border-color: #bcc6da;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey:focus, .btn-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 199, 207, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey.disabled, .btn-grey:disabled {
  color: #292b2c;
  background-color: #dde2ec;
  border-color: #dde2ec;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey:not(:disabled):not(.disabled):active, .btn-grey.active:not(:disabled):not(.disabled), .show > .btn-grey.dropdown-toggle {
  color: #292b2c;
  background-color: #bcc6da;
  border-color: #b4bfd5;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey.active:not(:disabled):not(.disabled):focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 199, 207, 0.5);
}

/* line 51, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-white-gold {
  color: #292b2c;
  background-color: #fff;
  border-color: #fff;
  color: #CF8D0D;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white-gold:hover {
  color: #292b2c;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white-gold:focus, .btn-white-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 223, 223, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white-gold.disabled, .btn-white-gold:disabled {
  color: #292b2c;
  background-color: #fff;
  border-color: #fff;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white-gold:not(:disabled):not(.disabled):active, .btn-white-gold.active:not(:disabled):not(.disabled), .show > .btn-white-gold.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white-gold:not(:disabled):not(.disabled):active:focus, .btn-white-gold.active:not(:disabled):not(.disabled):focus, .show > .btn-white-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 223, 223, 0.5);
}

/* line 56, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-dark-grey {
  color: #fff;
  background-color: #3d4752;
  border-color: #3d4752;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark-grey:hover {
  color: #fff;
  background-color: #2d343c;
  border-color: #272e35;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-grey:focus, .btn-dark-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 99, 108, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-grey.disabled, .btn-dark-grey:disabled {
  color: #fff;
  background-color: #3d4752;
  border-color: #3d4752;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-grey:not(:disabled):not(.disabled):active, .btn-dark-grey.active:not(:disabled):not(.disabled), .show > .btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #272e35;
  border-color: #22272d;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-dark-grey.active:not(:disabled):not(.disabled):focus, .show > .btn-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 99, 108, 0.5);
}

/* line 60, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-navy-blue {
  color: #fff;
  background-color: #21466e;
  border-color: #21466e;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-navy-blue:hover {
  color: #fff;
  background-color: #183351;
  border-color: #152d47;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-navy-blue:focus, .btn-navy-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 98, 132, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-navy-blue.disabled, .btn-navy-blue:disabled {
  color: #fff;
  background-color: #21466e;
  border-color: #21466e;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-navy-blue:not(:disabled):not(.disabled):active, .btn-navy-blue.active:not(:disabled):not(.disabled), .show > .btn-navy-blue.dropdown-toggle {
  color: #fff;
  background-color: #152d47;
  border-color: #12273d;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-navy-blue:not(:disabled):not(.disabled):active:focus, .btn-navy-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-navy-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 98, 132, 0.5);
}

/* line 64, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-dark-blue {
  color: #fff;
  background-color: #00448f;
  border-color: #00448f;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark-blue:hover {
  color: #fff;
  background-color: #003269;
  border-color: #002c5c;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-blue:focus, .btn-dark-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 96, 160, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-blue.disabled, .btn-dark-blue:disabled {
  color: #fff;
  background-color: #00448f;
  border-color: #00448f;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-blue:not(:disabled):not(.disabled):active, .btn-dark-blue.active:not(:disabled):not(.disabled), .show > .btn-dark-blue.dropdown-toggle {
  color: #fff;
  background-color: #002c5c;
  border-color: #00264f;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-blue:not(:disabled):not(.disabled):active:focus, .btn-dark-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-dark-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 96, 160, 0.5);
}

/* line 68, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-teal {
  color: #292b2c;
  background-color: #fff;
  border-color: #31C37F;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-teal:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #279a64;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-teal:focus, .btn-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 172, 115, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-teal.disabled, .btn-teal:disabled {
  color: #292b2c;
  background-color: #fff;
  border-color: #31C37F;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal.active:not(:disabled):not(.disabled), .show > .btn-teal.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #24905e;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 172, 115, 0.5);
}

/* line 73, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn-link.btn-danger {
  color: #e65252;
}

/* line 79, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn {
  font-family: "Avenir Next W01", "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  outline: none;
  line-height: 1;
}

/* line 84, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-secondary:focus, .btn.btn-secondary.focus {
  box-shadow: none;
}

/* line 87, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn .os-icon {
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
}

/* line 92, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn .os-icon + span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn span + .os-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

/* line 108, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-sm .os-icon, .btn-group-sm > .btn .os-icon {
  font-size: 14px;
}

/* line 111, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-sm .os-icon + span, .btn-group-sm > .btn .os-icon + span {
  margin-left: 0.5rem;
}

/* line 114, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-sm span + .os-icon, .btn-group-sm > .btn span + .os-icon {
  margin-left: 0.5rem;
}

/* line 118, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-rounded {
  border-radius: 40px;
}

/* line 121, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-upper {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 126, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
}

/* line 131, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined span {
  border-bottom: 2px solid #FC5D5D;
}

/* line 134, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined i {
  font-size: 0.63rem;
  transition: all 0.2s ease;
}

/* line 138, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined:hover {
  color: #fb2b2b;
}

/* line 140, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined:hover span {
  border-color: #fb2b2b;
}

/* line 143, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined:hover i {
  transform: translateX(5px);
}

/* line 148, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined.btn-gold {
  color: #BE8B1C;
}

/* line 150, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined.btn-gold span {
  border-color: #BE8B1C;
}

/* line 153, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined.btn-gold:hover {
  color: #926a15;
}

/* line 155, app/assets/stylesheets/clean_admin/bootstrap-override/_buttons.scss */
.btn.btn-underlined.btn-gold:hover span {
  border-color: #926a15;
}

/* line 3, app/assets/stylesheets/clean_admin/bootstrap-override/_type.scss */
.text-muted {
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/clean_admin/bootstrap-override/_modal.scss */
.modal-content {
  box-shadow: 0 25px 65px rgba(15, 24, 33, 0.29);
}

/* line 5, app/assets/stylesheets/clean_admin/bootstrap-override/_modal.scss */
.modal-footer.buttons-on-left {
  justify-content: flex-start;
}

/* line 10, app/assets/stylesheets/clean_admin/bootstrap-override/_modal.scss */
.modal-header.faded {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, app/assets/stylesheets/clean_admin/bootstrap-override/_modal.scss */
.modal-header.smaller {
  font-size: 0.99rem;
}

/* line 16, app/assets/stylesheets/clean_admin/bootstrap-override/_modal.scss */
.modal-header span, .modal-header strong, .modal-header .avatar {
  display: inline-block;
  vertical-align: middle;
}

/* line 20, app/assets/stylesheets/clean_admin/bootstrap-override/_modal.scss */
.modal-header span {
  color: #999;
  margin-right: 5px;
}

/* line 24, app/assets/stylesheets/clean_admin/bootstrap-override/_modal.scss */
.modal-header .avatar {
  border-radius: 50%;
  width: 40px;
  height: auto;
}

/* line 29, app/assets/stylesheets/clean_admin/bootstrap-override/_modal.scss */
.modal-header .avatar + span {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  margin-left: 15px;
}

@font-face {
  font-family: 'batch';
  src: url(/assets/clean_admin/batch-c7b14bc05a9fae13caa779d98149c4793afd0c1e89005360732f45cad9480a47.woff2?lqk6vk) format("woff2"), url(/assets/clean_admin/batch-42d2aec37e2804a86b0ab32d12930624f90283414b5f797755dac38c585d6b5d.ttf?lqk6vk) format("truetype"), url(/assets/clean_admin/batch-7257cb728c6b9c0ab4f2b3a064b6d08534b604cd18909f0020284ae831f17127.woff?lqk6vk) format("woff"), url(/assets/clean_admin/batch-86c15dfeff79d864c98efd9e9e92064748c9ab884d7f07207ef6c0cacfdfc99e.svg?lqk6vk#batch) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 9, app/assets/stylesheets/legacy/public.scss.erb */
[class^="batch-icon-"], [class*=" batch-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'batch' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 24, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-add:before {
  content: "\e900";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 29, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-address-book-2:before {
  content: "\e901";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 34, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-address-book:before {
  content: "\e902";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 39, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-alarm-clock:before {
  content: "\e903";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 44, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-align-bottom:before {
  content: "\e904";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 49, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-align-horizontal-centers:before {
  content: "\e905";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 54, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-align-left-edges:before {
  content: "\e906";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 59, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-align-right-edges:before {
  content: "\e907";
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 64, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-align-top:before {
  content: "\e908";
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 69, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-align-vertical-centers:before {
  content: "\e909";
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 74, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-anchor:before {
  content: "\e90a";
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 79, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-arrow-down:before {
  content: "\e90b";
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 84, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-arrow-left:before {
  content: "\e90c";
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 89, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-arrow-right:before {
  content: "\e90d";
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 94, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-arrow-up:before {
  content: "\e90e";
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 99, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-asterisk:before {
  content: "\e90f";
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 104, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-attachment-2:before {
  content: "\e910";
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 109, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-attachment:before {
  content: "\e911";
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 114, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-audio-high:before {
  content: "\e912";
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 119, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-audio-low:before {
  content: "\e913";
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 124, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-audio-mid:before {
  content: "\e914";
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 129, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-audio-mute:before {
  content: "\e915";
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 134, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-20-2:before {
  content: "\e916";
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 139, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-20:before {
  content: "\e917";
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 144, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-40-2:before {
  content: "\e918";
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 149, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-40:before {
  content: "\e919";
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 154, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-60-2:before {
  content: "\e91a";
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 159, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-60:before {
  content: "\e91b";
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 164, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-80-2:before {
  content: "\e91c";
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 169, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-80:before {
  content: "\e91d";
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 174, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-100-2:before {
  content: "\e91e";
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 179, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-100:before {
  content: "\e91f";
}

/* line 123, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 184, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-charge-2:before {
  content: "\e920";
}

/* line 126, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 189, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-charge:before {
  content: "\e921";
}

/* line 129, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 194, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-empty-2:before {
  content: "\e922";
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 199, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-battery-empty:before {
  content: "\e923";
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 204, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bell-2:before {
  content: "\e924";
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 209, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bell-mute-2:before {
  content: "\e925";
}

/* line 141, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 214, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bell-mute:before {
  content: "\e926";
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 219, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bell:before {
  content: "\e927";
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 224, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bin-2:before {
  content: "\e928";
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 229, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bin-3:before {
  content: "\e929";
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 234, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bin:before {
  content: "\e92a";
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 239, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-book-2:before {
  content: "\e92b";
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 244, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-book-lines-2:before {
  content: "\e92c";
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 249, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-book-lines:before {
  content: "\e92d";
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 254, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-book:before {
  content: "\e92e";
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 259, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-brightness-high:before {
  content: "\e92f";
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 264, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-brightness-low:before {
  content: "\e930";
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 269, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-2:before {
  content: "\e931";
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 274, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-close-2:before {
  content: "\e932";
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 279, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-close:before {
  content: "\e933";
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 284, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-download-2:before {
  content: "\e934";
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 289, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-download:before {
  content: "\e935";
}

/* line 189, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 294, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-minimize-2:before {
  content: "\e936";
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 299, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-minimize:before {
  content: "\e937";
}

/* line 195, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 304, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-new-window-2:before {
  content: "\e938";
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 309, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-new-window:before {
  content: "\e939";
}

/* line 201, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 314, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-upload-2:before {
  content: "\e93a";
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 319, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-upload:before {
  content: "\e93b";
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 324, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-windows-2:before {
  content: "\e93c";
}

/* line 210, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 329, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser-windows:before {
  content: "\e93d";
}

/* line 213, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 334, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-browser:before {
  content: "\e93e";
}

/* line 216, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 339, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bulb-2:before {
  content: "\e93f";
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 344, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bulb:before {
  content: "\e940";
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 349, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bullet:before {
  content: "\e941";
}

/* line 225, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 354, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bullhorn-2:before {
  content: "\e942";
}

/* line 228, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 359, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-bullhorn:before {
  content: "\e943";
}

/* line 231, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 364, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-calendar:before {
  content: "\e944";
}

/* line 234, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 369, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-camera-2:before {
  content: "\e945";
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 374, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-camera-3:before {
  content: "\e946";
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 379, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-camera:before {
  content: "\e947";
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 384, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cassette:before {
  content: "\e948";
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 389, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-clipboard-2:before {
  content: "\e949";
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 394, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-clipboard:before {
  content: "\e94a";
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 399, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-clock:before {
  content: "\e94b";
}

/* line 255, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 404, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cloud-add-2:before {
  content: "\e94c";
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 409, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cloud-add:before {
  content: "\e94d";
}

/* line 261, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 414, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cloud-download:before {
  content: "\e94e";
}

/* line 264, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 419, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cloud-remove-2:before {
  content: "\e94f";
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 424, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cloud-remove:before {
  content: "\e950";
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 429, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cloud-upload:before {
  content: "\e951";
}

/* line 273, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 434, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cloud:before {
  content: "\e952";
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 439, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cmd:before {
  content: "\e953";
}

/* line 279, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 444, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-code:before {
  content: "\e954";
}

/* line 282, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 449, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-commit:before {
  content: "\e955";
}

/* line 285, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 454, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-compass:before {
  content: "\e956";
}

/* line 288, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 459, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-compose-2:before {
  content: "\e957";
}

/* line 291, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 464, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-compose-3:before {
  content: "\e958";
}

/* line 294, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 469, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-compose-4:before {
  content: "\e959";
}

/* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 474, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-compose:before {
  content: "\e95a";
}

/* line 300, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 479, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-contract-2:before {
  content: "\e95b";
}

/* line 303, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 484, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-contract-3:before {
  content: "\e95c";
}

/* line 306, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 489, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-contract:before {
  content: "\e95d";
}

/* line 309, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 494, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-contrast:before {
  content: "\e95e";
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 499, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-converge:before {
  content: "\e95f";
}

/* line 315, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 504, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-crate:before {
  content: "\e960";
}

/* line 318, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 509, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-credit-card-2:before {
  content: "\e961";
}

/* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 514, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-credit-card-3:before {
  content: "\e962";
}

/* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 519, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-credit-card-4:before {
  content: "\e963";
}

/* line 327, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 524, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-credit-card:before {
  content: "\e964";
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 529, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-crop:before {
  content: "\e965";
}

/* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 534, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-cross:before {
  content: "\e966";
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 539, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-curlybrace-2:before {
  content: "\e967";
}

/* line 339, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 544, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-curlybrace:before {
  content: "\e968";
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 549, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-database-add:before {
  content: "\e969";
}

/* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 554, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-database-remove:before {
  content: "\e96a";
}

/* line 348, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 559, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-database:before {
  content: "\e96b";
}

/* line 351, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 564, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-delete:before {
  content: "\e96c";
}

/* line 354, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 569, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-distribute-bottom-edges:before {
  content: "\e96d";
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 574, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-distribute-horizontal-centers:before {
  content: "\e96e";
}

/* line 360, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 579, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-distribute-left-edges:before {
  content: "\e96f";
}

/* line 363, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 584, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-distribute-right-edges:before {
  content: "\e970";
}

/* line 366, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 589, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-distribute-top-edges:before {
  content: "\e971";
}

/* line 369, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 594, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-distribute-vertical-centers:before {
  content: "\e972";
}

/* line 372, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 599, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-document-add:before {
  content: "\e973";
}

/* line 375, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 604, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-document-remove:before {
  content: "\e974";
}

/* line 378, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 609, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-document:before {
  content: "\e975";
}

/* line 381, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 614, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-droplet:before {
  content: "\e976";
}

/* line 384, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 619, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-ellipsis:before {
  content: "\e977";
}

/* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 624, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-envelope:before {
  content: "\e978";
}

/* line 390, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 629, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-exclude:before {
  content: "\e979";
}

/* line 393, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 634, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-expand-2:before {
  content: "\e97a";
}

/* line 396, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 639, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-expand-3:before {
  content: "\e97b";
}

/* line 399, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 644, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-expand:before {
  content: "\e97c";
}

/* line 402, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 649, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-eye-2:before {
  content: "\e97d";
}

/* line 405, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 654, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-eye:before {
  content: "\e97e";
}

/* line 408, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 659, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-fast-forward:before {
  content: "\e97f";
}

/* line 411, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 664, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-flag-2:before {
  content: "\e980";
}

/* line 414, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 669, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-flag:before {
  content: "\e981";
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 674, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-flask-empty:before {
  content: "\e982";
}

/* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 679, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-flask-full:before {
  content: "\e983";
}

/* line 423, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 684, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-floppy:before {
  content: "\e984";
}

/* line 426, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 689, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-flux:before {
  content: "\e985";
}

/* line 429, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 694, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-folder-2:before {
  content: "\e986";
}

/* line 432, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 699, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-folder-add-2:before {
  content: "\e987";
}

/* line 435, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 704, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-folder-add:before {
  content: "\e988";
}

/* line 438, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 709, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-folder-duplicate-2:before {
  content: "\e989";
}

/* line 441, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 714, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-folder-duplicate:before {
  content: "\e98a";
}

/* line 444, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 719, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-folder-remove-2:before {
  content: "\e98b";
}

/* line 447, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 724, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-folder-remove:before {
  content: "\e98c";
}

/* line 450, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 729, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-folder:before {
  content: "\e98d";
}

/* line 453, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 734, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-fork:before {
  content: "\e98e";
}

/* line 456, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 739, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-grid-2:before {
  content: "\e98f";
}

/* line 459, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 744, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-grid:before {
  content: "\e990";
}

/* line 462, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 749, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-headphones:before {
  content: "\e991";
}

/* line 465, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 754, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-heart-empty:before {
  content: "\e992";
}

/* line 468, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 759, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-heart-full:before {
  content: "\e993";
}

/* line 471, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 764, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-heart-half:before {
  content: "\e994";
}

/* line 474, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 769, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-home-2:before {
  content: "\e995";
}

/* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 774, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-home-3:before {
  content: "\e996";
}

/* line 480, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 779, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-home:before {
  content: "\e997";
}

/* line 483, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 784, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-icon0:before {
  content: "\e998";
}

/* line 486, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 789, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-image:before {
  content: "\e999";
}

/* line 489, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 794, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-in:before {
  content: "\e99a";
}

/* line 492, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 799, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-inbox-2:before {
  content: "\e99b";
}

/* line 495, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 804, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-inbox:before {
  content: "\e99c";
}

/* line 498, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 809, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-infinity:before {
  content: "\e99d";
}

/* line 501, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 814, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-intersect:before {
  content: "\e99e";
}

/* line 504, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 819, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-key-2:before {
  content: "\e99f";
}

/* line 507, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 824, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-key:before {
  content: "\e9a0";
}

/* line 510, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 829, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-keys:before {
  content: "\e9a1";
}

/* line 513, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 834, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-layout-column-center:before {
  content: "\e9a2";
}

/* line 516, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 839, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-layout-content-left-2:before {
  content: "\e9a3";
}

/* line 519, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 844, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-layout-content-left:before {
  content: "\e9a4";
}

/* line 522, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 849, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-layout-content-right-2:before {
  content: "\e9a5";
}

/* line 525, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 854, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-layout-content-right:before {
  content: "\e9a6";
}

/* line 528, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 859, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-layout-sidebar-left:before {
  content: "\e9a7";
}

/* line 531, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 864, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-layout-sidebar-right:before {
  content: "\e9a8";
}

/* line 534, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 869, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-link-2:before {
  content: "\e9a9";
}

/* line 537, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 874, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-link:before {
  content: "\e9aa";
}

/* line 540, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 879, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-list-2:before {
  content: "\e9ab";
}

/* line 543, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 884, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-list:before {
  content: "\e9ac";
}

/* line 546, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 889, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-locked:before {
  content: "\e9ad";
}

/* line 549, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 894, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-mail-2:before {
  content: "\e9ae";
}

/* line 552, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 899, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-mail-3:before {
  content: "\e9af";
}

/* line 555, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 904, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-mail-4:before {
  content: "\e9b0";
}

/* line 558, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 909, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-mail-incoming:before {
  content: "\e9b1";
}

/* line 561, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 914, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-mail-outgoing:before {
  content: "\e9b2";
}

/* line 564, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 919, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-mail:before {
  content: "\e9b3";
}

/* line 567, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 924, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-map-2:before {
  content: "\e9b4";
}

/* line 570, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 929, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-map:before {
  content: "\e9b5";
}

/* line 573, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 934, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-marquee-download:before {
  content: "\e9b6";
}

/* line 576, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 939, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-marquee-minus:before {
  content: "\e9b7";
}

/* line 579, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 944, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-marquee-plus:before {
  content: "\e9b8";
}

/* line 582, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 949, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-marquee-upload:before {
  content: "\e9b9";
}

/* line 585, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 954, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-marquee:before {
  content: "\e9ba";
}

/* line 588, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 959, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-maximise:before {
  content: "\e9bb";
}

/* line 591, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 964, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-menu-2:before {
  content: "\e9bc";
}

/* line 594, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 969, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-menu-pull-down:before {
  content: "\e9bd";
}

/* line 597, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 974, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-menu-pull-up:before {
  content: "\e9be";
}

/* line 600, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 979, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-menu:before {
  content: "\e9bf";
}

/* line 603, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 984, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-microphone-2:before {
  content: "\e9c0";
}

/* line 606, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 989, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-microphone:before {
  content: "\e9c1";
}

/* line 609, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 994, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-minus:before {
  content: "\e9c2";
}

/* line 612, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 999, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-mixer:before {
  content: "\e9c3";
}

/* line 615, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1004, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-newspaper-2:before {
  content: "\e9c4";
}

/* line 618, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1009, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-newspaper:before {
  content: "\e9c5";
}

/* line 621, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1014, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-next:before {
  content: "\e9c6";
}

/* line 624, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1019, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-nib:before {
  content: "\e9c7";
}

/* line 627, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1024, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-nope:before {
  content: "\e9c8";
}

/* line 630, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1029, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-notes:before {
  content: "\e9c9";
}

/* line 633, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1034, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-options:before {
  content: "\e9ca";
}

/* line 636, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1039, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-out:before {
  content: "\e9cb";
}

/* line 639, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1044, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-outbox-2:before {
  content: "\e9cc";
}

/* line 642, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1049, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-outbox:before {
  content: "\e9cd";
}

/* line 645, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1054, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-outgoing-2:before {
  content: "\e9ce";
}

/* line 648, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1059, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-outgoing:before {
  content: "\e9cf";
}

/* line 651, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1064, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paper-ripped:before {
  content: "\e9d0";
}

/* line 654, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1069, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paper-roll-ripped:before {
  content: "\e9d1";
}

/* line 657, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1074, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paper-roll:before {
  content: "\e9d2";
}

/* line 660, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1079, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paragraph-center-2:before {
  content: "\e9d3";
}

/* line 663, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1084, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paragraph-center:before {
  content: "\e9d4";
}

/* line 666, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1089, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paragraph-justify-2:before {
  content: "\e9d5";
}

/* line 669, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1094, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paragraph-justify:before {
  content: "\e9d6";
}

/* line 672, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1099, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paragraph-left-2:before {
  content: "\e9d7";
}

/* line 675, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1104, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paragraph-left:before {
  content: "\e9d8";
}

/* line 678, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1109, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paragraph-right-2:before {
  content: "\e9d9";
}

/* line 681, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1114, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-paragraph-right:before {
  content: "\e9da";
}

/* line 684, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1119, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-pause:before {
  content: "\e9db";
}

/* line 687, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1124, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-pen:before {
  content: "\e9dc";
}

/* line 690, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1129, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-pencil:before {
  content: "\e9dd";
}

/* line 693, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1134, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-pin-2:before {
  content: "\e9de";
}

/* line 696, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1139, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-pin:before {
  content: "\e9df";
}

/* line 699, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1144, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-play:before {
  content: "\e9e0";
}

/* line 702, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1149, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-plus:before {
  content: "\e9e1";
}

/* line 705, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1154, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-podcast-2:before {
  content: "\e9e2";
}

/* line 708, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1159, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-podcast:before {
  content: "\e9e3";
}

/* line 711, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1164, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-polaroid-2:before {
  content: "\e9e4";
}

/* line 714, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1169, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-polaroid:before {
  content: "\e9e5";
}

/* line 717, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1174, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-power:before {
  content: "\e9e6";
}

/* line 720, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1179, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-previous:before {
  content: "\e9e7";
}

/* line 723, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1184, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-print:before {
  content: "\e9e8";
}

/* line 726, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1189, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-pull:before {
  content: "\e9e9";
}

/* line 729, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1194, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-quill-2:before {
  content: "\e9ea";
}

/* line 732, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1199, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-quill:before {
  content: "\e9eb";
}

/* line 735, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1204, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-refresh:before {
  content: "\e9ec";
}

/* line 738, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1209, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-reminder:before {
  content: "\e9ed";
}

/* line 741, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1214, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-remove:before {
  content: "\e9ee";
}

/* line 744, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1219, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-repeat-2:before {
  content: "\e9ef";
}

/* line 747, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1224, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-repeat:before {
  content: "\e9f0";
}

/* line 750, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1229, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-reply-all:before {
  content: "\e9f1";
}

/* line 753, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1234, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-reply:before {
  content: "\e9f2";
}

/* line 756, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1239, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-return:before {
  content: "\e9f3";
}

/* line 759, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1244, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-revert:before {
  content: "\e9f4";
}

/* line 762, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1249, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-rewind:before {
  content: "\e9f5";
}

/* line 765, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1254, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-rulers:before {
  content: "\e9f6";
}

/* line 768, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1259, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-safe:before {
  content: "\e9f7";
}

/* line 771, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1264, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-search-2:before {
  content: "\e9f8";
}

/* line 774, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1269, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-search:before {
  content: "\e9f9";
}

/* line 777, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1274, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-section:before {
  content: "\e9fa";
}

/* line 780, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1279, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-settings-2:before {
  content: "\e9fb";
}

/* line 783, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1284, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-settings-3:before {
  content: "\e9fc";
}

/* line 786, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1289, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-settings-4:before {
  content: "\e9fd";
}

/* line 789, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1294, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-settings:before {
  content: "\e9fe";
}

/* line 792, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1299, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-shred:before {
  content: "\e9ff";
}

/* line 795, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1304, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-shuffle:before {
  content: "\ea00";
}

/* line 798, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1309, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-sleep:before {
  content: "\ea01";
}

/* line 801, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1314, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-spam-2:before {
  content: "\ea02";
}

/* line 804, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1319, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-spam:before {
  content: "\ea03";
}

/* line 807, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1324, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-center-2:before {
  content: "\ea04";
}

/* line 810, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1329, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-center-3:before {
  content: "\ea05";
}

/* line 813, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1334, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-center:before {
  content: "\ea06";
}

/* line 816, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1339, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-left-2:before {
  content: "\ea07";
}

/* line 819, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1344, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-left-3:before {
  content: "\ea08";
}

/* line 822, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1349, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-left-4:before {
  content: "\ea09";
}

/* line 825, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1354, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-left:before {
  content: "\ea0a";
}

/* line 828, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1359, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-right-2:before {
  content: "\ea0b";
}

/* line 831, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1364, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-right-3:before {
  content: "\ea0c";
}

/* line 834, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1369, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-right-4:before {
  content: "\ea0d";
}

/* line 837, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1374, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-speech-bubble-right:before {
  content: "\ea0e";
}

/* line 840, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1379, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-spinner-2:before {
  content: "\ea0f";
}

/* line 843, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1384, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-spinner-3:before {
  content: "\ea10";
}

/* line 846, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1389, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-spinner:before {
  content: "\ea11";
}

/* line 849, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1394, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-split-2:before {
  content: "\ea12";
}

/* line 852, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1399, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-split:before {
  content: "\ea13";
}

/* line 855, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1404, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-spool:before {
  content: "\ea14";
}

/* line 858, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1409, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-square-brackets:before {
  content: "\ea15";
}

/* line 861, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1414, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-stamp-2:before {
  content: "\ea16";
}

/* line 864, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1419, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-stamp:before {
  content: "\ea17";
}

/* line 867, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1424, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-star-2:before {
  content: "\ea18";
}

/* line 870, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1429, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-star:before {
  content: "\ea19";
}

/* line 873, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1434, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-stiffy:before {
  content: "\ea1a";
}

/* line 876, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1439, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-stop:before {
  content: "\ea1b";
}

/* line 879, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1444, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-stopwatch:before {
  content: "\ea1c";
}

/* line 882, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1449, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-store-2:before {
  content: "\ea1d";
}

/* line 885, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1454, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-store:before {
  content: "\ea1e";
}

/* line 888, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1459, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-subtract:before {
  content: "\ea1f";
}

/* line 891, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1464, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-support-2:before {
  content: "\ea20";
}

/* line 894, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1469, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-support-3:before {
  content: "\ea21";
}

/* line 897, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1474, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-support:before {
  content: "\ea22";
}

/* line 900, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1479, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-swap-2:before {
  content: "\ea23";
}

/* line 903, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1484, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-swap:before {
  content: "\ea24";
}

/* line 906, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1489, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-swatch:before {
  content: "\ea25";
}

/* line 909, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1494, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-swatches:before {
  content: "\ea26";
}

/* line 912, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1499, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-switch-off:before {
  content: "\ea27";
}

/* line 915, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1504, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-switch-on:before {
  content: "\ea28";
}

/* line 918, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1509, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-tag-2:before {
  content: "\ea29";
}

/* line 921, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1514, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-tag-3:before {
  content: "\ea2a";
}

/* line 924, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1519, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-tag-4:before {
  content: "\ea2b";
}

/* line 927, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1524, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-tag:before {
  content: "\ea2c";
}

/* line 930, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1529, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-terminal-2:before {
  content: "\ea2d";
}

/* line 933, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1534, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-terminal-3:before {
  content: "\ea2e";
}

/* line 936, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1539, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-terminal:before {
  content: "\ea2f";
}

/* line 939, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1544, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-tick:before {
  content: "\ea30";
}

/* line 942, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1549, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-tilde:before {
  content: "\ea31";
}

/* line 945, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1554, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-timeline:before {
  content: "\ea32";
}

/* line 948, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1559, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-toggle-off:before {
  content: "\ea33";
}

/* line 951, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1564, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-toggle-on:before {
  content: "\ea34";
}

/* line 954, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1569, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-transfer:before {
  content: "\ea35";
}

/* line 957, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1574, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-tray:before {
  content: "\ea36";
}

/* line 960, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1579, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-unite:before {
  content: "\ea37";
}

/* line 963, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1584, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-unlocked:before {
  content: "\ea38";
}

/* line 966, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1589, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-unwatch:before {
  content: "\ea39";
}

/* line 969, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1594, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user-2-add:before {
  content: "\ea3a";
}

/* line 972, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1599, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user-2-remove:before {
  content: "\ea3b";
}

/* line 975, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1604, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user-2:before {
  content: "\ea3c";
}

/* line 978, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1609, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user-3:before {
  content: "\ea3d";
}

/* line 981, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1614, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user-4-add:before {
  content: "\ea3e";
}

/* line 984, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1619, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user-4-remove:before {
  content: "\ea3f";
}

/* line 987, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1624, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user-4:before {
  content: "\ea40";
}

/* line 990, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1629, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user-card:before {
  content: "\ea41";
}

/* line 993, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1634, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-user:before {
  content: "\ea42";
}

/* line 996, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1639, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-users:before {
  content: "\ea43";
}

/* line 999, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1644, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-video-2:before {
  content: "\ea44";
}

/* line 1002, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1649, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-video:before {
  content: "\ea45";
}

/* line 1005, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1654, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-vinyl:before {
  content: "\ea46";
}

/* line 1008, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1659, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-voicemail:before {
  content: "\ea47";
}

/* line 1011, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1664, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-wallet-2:before {
  content: "\ea48";
}

/* line 1014, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1669, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-wallet:before {
  content: "\ea49";
}

/* line 1017, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1674, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-watch-2:before {
  content: "\ea4a";
}

/* line 1020, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1679, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-watch:before {
  content: "\ea4b";
}

/* line 1023, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1684, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-wave-2:before {
  content: "\ea4c";
}

/* line 1026, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1689, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-wave:before {
  content: "\ea4d";
}

/* line 1029, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1694, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-wifi-high:before {
  content: "\ea4e";
}

/* line 1032, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1699, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-wifi-low:before {
  content: "\ea4f";
}

/* line 1035, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1704, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-wifi-mid:before {
  content: "\ea50";
}

/* line 1038, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1709, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-wiggle:before {
  content: "\ea51";
}

/* line 1041, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1714, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-windows:before {
  content: "\ea52";
}

/* line 1044, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1719, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-zoom-in-2:before {
  content: "\ea53";
}

/* line 1047, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1724, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-zoom-in:before {
  content: "\ea54";
}

/* line 1050, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1729, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-zoom-out-2:before {
  content: "\ea55";
}

/* line 1053, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/batch-icons/style.scss */
/* line 1734, app/assets/stylesheets/legacy/public.scss.erb */
.batch-icon-zoom-out:before {
  content: "\ea56";
}

/* Generated by grunt-webfont */
@font-face {
  font-family: "dashicons";
  src: url(/assets/clean_admin/dashicons-6fce0ac39aeada589a5f1027ddb6f324b473e16aded70e362848a7f8aea77671.eot?b1d2984e1a886fadb803092a84de341c);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "dashicons";
  src: url(/assets/clean_admin/dashicons-6fce0ac39aeada589a5f1027ddb6f324b473e16aded70e362848a7f8aea77671.eot?b1d2984e1a886fadb803092a84de341c);
  src: url(/assets/clean_admin/dashicons-6fce0ac39aeada589a5f1027ddb6f324b473e16aded70e362848a7f8aea77671.eot?#iefix) format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAIDwABAAAAAA1PAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAACA1AAAABoAAAAcfZhTEUdERUYAAIC0AAAAHQAAAB4AJwD6T1MvMgAAAdQAAABEAAAAYEDUYe1jbWFwAAAC9AAAAVsAAALKyALMumN2dCAAAAsMAAAAEgAAACQEGAAYZnBnbQAABFAAAAY6AAANFnZkfXZnYXNwAACArAAAAAgAAAAIAAAAEGdseWYAAA0MAABrsAAAr/he+WENaGVhZAAAAWwAAAApAAAANguvacVoaGVhAAABmAAAABoAAAAkBEACBWhtdHgAAAIYAAAA2gAAAfAhYBxSbG9jYQAACyAAAAHqAAAB6hNZ6sptYXhwAAABtAAAACAAAAAgAvECiG5hbWUAAHi8AAAA7AAAAar136ECcG9zdAAAeagAAAcEAAAMqThSlXBwcmVwAAAKjAAAAIAAAACNE0njCnicY2BkYGAA4iWMltnx/DZfGeSZGEDgqplICjLNJAgW52AAUwDMVAYxAAAAeJxjYGRgYGIAAj0wycAkyMDIgApYAAcVAEwAAAABAAAA9ACyABEAAAAAAAIAYABxAIsAAAEAAWMAAAAAeJxjYGFiYJzAwMrAwOjDmMbAwOAOpb8ySDK0MDAwMbByMsCBAILJEJDmmsLQ8JHhqzsTiKvHBBFmRFKiwMAIALy1CF54nE1QsQ0CMQw8qGmQvoCAkBAvOl5ILmgQVIgqULJBSqCiDjtQsQZzsBPOJW8+J9vJJT477gND6OpnG8NjD4HTuNXoMaNPiMoe1RyuehLyUHPqB+RbhJKR8MWHELywoXKC4KYWygkdL3gbK1ovVxLyD80IOJi2UC+qj6WfwH68ZXly0qnb7gWToirYoUJd7s7sK5RXU/TYSVorU/R4lv2dCrleGx3/VeFkncfOL7z1EnDRPdBgbjVz/KOxjJy14Mxhaq1+5PTA/PxyVKqlydR6s1ZuCfcDvw03uQAAeJzF0L8vw1EQAPD3bZE0773TQSQVQ0NUTb5ISgfyTbUqYiCmJgY/kkZNtdBuxI/EJhGD/8AgNiaTGAiTjclMDPfe3YZ6KTH4A+qSu8sll3wuJ4QIi+/sFJ6rwrt2k1efm7wT14siEM0igR0Yx25Moo8pTGMGcziJBVzEElZxC3eNZyImZnpNn0mbwGSsZyO2zcZswiZt2k5SgRaoSCVapyrt0D4d0jE3cYRj3McDPMIZztdqQqBwThf2OGcQRzBwTh7ncAGXcQ03cdsIEzZRE3eO/+OEbdS227hzfBvUnSVaoTJVaJP26ICOWHALRznOPg9xwLlarTUMn/AB78BAYOENXuEFnuEJHuEB7uEOZmEGpiAL4zAKw5DSFb2h13RZr+qSXtLzalpNqJzKqjE1qoZVSvmqX97KG3klL+WFPJdn8vT7n40Ir0X8Yl7IldDfhUZd8n/xBWKUm+cAeJytVml300YUlbxlIxtZaFFLx0ycptHIpBSCAQNBiu1CujhbK0FppThJ9wW60X1f8K95ctpz6Dd+Wu8b2SaBhJ721B/07sy7M2+beWMylCBj3a8EQizdNYaWlyi3es2nUxbNBOG2aK77lCpEf/UavUajITesfJ6MgAxPLrYM0/BC1yFTkQi3HUopsSnoXp0y09daM2a/V2lUKFfx85QuBCvX/bzMW01fUL2OqYXAElRiVAoCESfsaJNmMNUeCZpj/Rwz79V9AW+akaD+uh9iRrCun9E8o/nQCoMgsMi0g0CSUfe3gsChtBLYJ1OI4FnWq/uUlS7lpIs4AjJDhzJKwi+xGWc3XMEa9thKPOAvSJUGpWfzUHqiKZowEM9lCwhy2Q/rVrQS+DLIB4IWVn3oLA6tbd+hrKIez24ZqSRTOQylK5Fx6UaU2tgmswEDlJ11qEcJdnXAa9zNGBuCd6CFMGBKuKhd7VWtngHDq7iz+W7u+9TeWvQnu5g2XPAQdygqTRlxXXS+DItzSsKCkx0vUR0ZLSYmBg5YTlNYZVj3Q9u96JDSAbUG+tMotiXzwWzeoUEVp1IV2owWHRpSIApBh7yrvBxAugEN8mgFo0GMHBrGNiM6JQIZaMAuDXmhaIaChpA0h0bU0pofZzYXgyka3JK3HRpVS8v+0moyaeUxP6bnD6vYGPbW/Xh4GAWMXBq2+cziJLvxIf4M4kPmJCqRLtT9mJOHaN0m6stmZ/MSyzrYSvS8BFeBZwJEUoP/NczuLdUBBYwNY0wiWx4ZF1umaepajSkjNlKVNZ+GpSsqNIDD1w/DoStCmP9zdNQ0hgzXbYbx4ZxNd2zrONI0jtjGbIcmVGyynESeWR5RcZrlYyrOsHxcxVmWR1WcY2mpuIflEyruZfmkivtYPqNkJ++UC5FhKYpk3uAL4tDsLuVkV3kzUdq7lNNd5a1EeUwZNGj/h/ieQnzH4JdAfCzziI/lccTHUiI+llOIj2UB8bGcRnwsn0Z8LGcQH0ulRFkfU0fB7GgoPHbB06XE1VN8VouKHJsc3MITuAA1cUAVZVSS3BEfybA4+rluac1JOjEbZ82Jio9GxgE+uzszD6tPKnFa+/sceGblYSO4nfsa53lj8g+Df4sXZSk+aU5wcKeQAHi8v8O4FVHJodOqeKTs0Pw/UXGCG6CfQU2MyYIoihrffOTySrNZkzW0Ch9PBDor2sG8aU6MI6UltKhJGgEtg65Z0DTq8+ytZlEKUW5iv7N7KaKY7EUZzIApKOSmsbDs76REWlg7qen00cDlRtqLniw1W1Zxhb0H72PIzSx5N1JeuCkp7UWbUKe8yAIOuZE9uCaCW2jvsopiSlioIj4IbQX77WNEJi0zgy6BImRxsrIP7YodOaKCdgLfetIq79tC7c918iAwm51u50GWkaLzXRX1an1V1tgoV6/cTR8H086wseYXRRlPLnvfnhTsV6cEuQJGV3a/7knx9jvW7UpJPtsXdnnidUoV8l+AB0PulPciGkWRs1ilEc+vW3gyRTkoxkVzHBf00h7tilXfo13Yd+2jVlxWVLIfZdBVdNZuwjc+XwjqQCoKWqQiVng6ZD6bnZrwsZS4LEXcs2TXRfQdPCEd4r84xLX/69xyFNyiyhJdaNcJyQdtHyvorSW7k4cqRmftvGxnoh1JN+gagp5ILjj+XuAujxXpFO7z8wfMX8F25vgYnQa+qugMxBLnrYIEiyre0k6mXlB8hGkJ8EXVQrMCeAnAZPCyapl6pg6gZ5aZUwFYYQ6DVeYwWGMOg3W1g653GegVIFOjV9WOmcz5QMlcwDyT0TXmaXSdeRq9xjyNbrBND+B1tsngDbbJIGSbDCLmVAE2mMOgwRwGm8xhsKX9coG2tV+M3tR+MXpL+8Xobe0Xo3e0X4ze1X4xek/7xeh95Phct4Af6BFdBPwwgZcAP+Kk69ECRjfxjLY5txLInI81x2xzPsHi891dP9UjveKzBPKKzxPI9NvYp034IoFM+DKBTPgK3HJ3v6/1SNO/SSDTv00g07/Dyjbh+wQy4YcEMuFHcC909/tJjzT95wQy/ZcEMv1XrGwTfksgE35PIBPuqJ2+TKrzZ9W1qXeL0lP125132PkbZTO6LAAAeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxnYnTYxMDJogRibeZgYOSAsAQYwi8NpF7MDUJoTyOZ02sUAZTMzuGxUYewIjNjg0BGxkTnFZaMaiLeLo4GBkcWhIzkkAqQkEgg28zEx8mjtYPzfuoGldyMTg8tm1hQ2BhcXAOttJS94nGNgwAJ4IJAJyARhAAJ8ADUAAAAAACgAKAAoAIoAugD+AXwB+gIqAnICvAN0A6oD4AQQBD4EsATaBSoFdAXoBjAGRAaABwIHwAgKCGAIlAjcCYIJzAoiCnYK4AssC7gMJgxUDMQNAA1QDaAN3A3sDgQOFA4qDtoO9g8gD1YPgg+cD8IQIhBAEG4Q0hF0EhQSfhLMEy4TlBPkFDQUcBSsFO4VTBW2FfQWShbaF0QXdBfOGEwYgBiqGPwZKBmWGnYawhr8GzYbcBuwHIAczB2eHd4eGB5OHtIfVh+mIHQgyCE+IcQiOCMSI6IkWCSIJJ4k6iUuJcAmPiaKJrwm6idEJ7YoMij6KT4prCn4KlQqkCrMK3wruCwELEAtBi1kLdwuXi6YLtAu+i9mL8AwBDCSMMgxajH+MxgzdDOqM/g0SDR4NKQ0wjWUNrY3TDe0N+I39jgWOCo4VjhqOIo4njjeOQQ5Hjl+OeI6FDpSOq47DjtSO5o75jxKPKA8yjzqPUo9qD40Pm4/BD9uP8JAlkH8QipCtEMgQ3pD+kSIRPRFykZsRwRHLkdmR9RIVkicSOhJKkl8SeJK8EtQS8BMME0+TcpOXk6kTs5O+E8OTyRPQE+uT75P4FDcUUBSKFK8UyBTYlQAVExUhlTKVSZVVFWSVdRWFFaaVthXIFecV/wAAHictL0JlBzXdSX4f2w/lsyIjIyMiMzIyr0ys1CFWlCRC5ZCIbEQS6ESIAkWQQAEQUqsLJKSadqkKR4bDaUJSrJpS7Ld2qrau2S1Jctu2UW52/JYlm21ZnwaJR91e6Z75PHMuE+r0G73HJ9pec7p6TmdmPd+ZFYVQMp2L64lY8lYf7z/3r3vvf+CCMQmhKzTFSISRiY7dVgSBSKuEoFSYYUIAr0uwRztEsIUWYLNRFtm7lRoh3Y9tCv2j7yv16Mrg1+xaQj7CiRDFul/ov+MxElICp2xME7heHQJv7oNBxVuE0pfccYckflT1Xq75fl56ueFVtuiSnmW1srMFJgCH/UZukjbrfai0G414IvGMUpf/lJNO+wbk66VLAXe+gxz1azqMmY6YlxL1msxTYi5cc2WszZT1SxjM9/+Us2QLLUcY5ouiBszjI0xxuycZGvJtBLXsrlcXItLSZMxj+GxZgglXRLSDbpFHLwDg9IzIoW1t6FJ6CsCMWO6ShzBkVhqygnn8zRHU8oUZc1KuXaUNlr9bTNt5r2wH7r5PN0y0/G33Hy/n3dhQrB9yTE4/u/RrxKNmCRJOp2jTJZEgRIGBzcEURCWFErODptMFG5LVKRUXIGJSK8TWOhalpW0ko6TlqEZqc/qrN72myHz3VLTb1ZculHPfvaz2d/rNTY2Bne2erQ2XA4n1tfX39/v8+sISY1u028Rj4yTg+R052RYs5kkiPC4RDi5KNwiggx/NxVKYXtK1ogsSfJlIsvSDSLJ0kVCDrb3TxULmTQcxMsxkAzipSxq0voxodWolS2h1jpGWyKswCe4SH38uu0p+LiHa5iS8ubpZzvFuns4ezLlJIozidTjquXWiy+qnqaqP6L68PkzL6imWy9dO16ccA+NvWCXpum3jl8r1V2T4U4zxYRzOXsYthh8g1FV9dUfjSZ/8AJfe/zJIm76QmKmRIhEAhLAvW/DZefJfrj7JztXpicFptIlaGtBEqh0i+hEJbp6K0ZVRlR206CMvQ7tIimCtEYUosmKtkpkQniLkOswQ7oHW+H87Mz+qYrjOKmSXW3EWW6qmjKFSikSjyO0HfooNq5SxhtvNfzQTmFjwJ7w7FgzdEeLtCsxXb5HdMvSp8q98hSLsfc3a7Vm9eV+FaaBwrq9MJrbljUmWfpbuhWGzGBx2KjapIO/ysKkJrz+evYKn0OpGsm3CBIYduawOW4TiUq3ZezqKHMi7/vidZABEbq+pu50fgUecdsu2XLoluxwg5LB9tY9EvZpd7AZhKgnRLJAjtCv0/8RWi8gZRJ0/LJv6AJVUKahH6EGSM4IzINOM9QArO0zk8JyJBTNRstvt/KCRenDl+YuKWldl/6Ff7cQX0g/WzSKnlFMfB3WOjK7RH8CNmCyrvuN3F03bhcND7Z4d+bYVVjrpJVLcL8h3O836TeJS3JkX6fmJO2ELirC2aE+gou6DNdEbuDVXRzLpn1XhLtEIR5eTw3UEMipD3Ir4ROrlRX6K5nTxTedVs35h/F4JnMiv3R2STcHn7Q8C/6okjHNf+jUms6PFU5nMqaxdG4pf/xLluVaVqQDuqRLt+gmSZAZskR++fwX4w8/0VmIUV3QBP0lKy5oIvzdNJkgQo+UoAtK0OteJNSggk6FNZVywYOJTJ5CybuQ7SwOd9duvfP+giTf/GsOcKVTnJ217dml2XOnTx3vHD2CsmzP2NMVp1Lxm/MJlgVJVlCQmzaIZwmFWG5ia+RoBYX5CHVRoo/ScL7VbMzQSnt3uVGbonu3DemWZQw2UbRpF+T6HlF1NWNYlpGJZmDdGghygKsCnMFNe3z7hm7Birc+rDCmfBjatIYzNctgMaXx4EoXG5xCLy/TP6V/RrJE2QSxmpuiIHI1BVUVqk+Top6qt70WqiRqzH56NjVvp2w5PrN41lw2G/Gzi7OpA0knKdPNmV+cBZPhJA+4+GXD7JpnFodruA0MiQPP9i+IBWdTv5R14rIwhy3HZIWrgHa15bmsVa9ZoBWZUqB0K+8O7oC5cGnDzVeZaqi3f8FQZP3z/9qfVn9Qc/3/3d+v/aCa8gu6wvQvHJE0jb06lKMe3aQb3H4bZH9nH94tWNxVVODw5FcJys0KAb19HbS33LXxJ6GwYMopuTu/XdobbOz8bzSW4Ze3G8rpJsipQeY600QSJeww9A1FFkQ4/QpORXIdjBdeCoHNDH4CxjJT1K24lWalGYJGo5vrjfX1Bg3wc30d+4Cyo4ds4pMSqZJ9ZJpc6zwBh5KJKK9JggBXoOC9KDFdUDVFXU3ELcMETce0leGsxq4TprHu5GStVi5PTk9O75+q7avtm6iXq+VqKkwmk5WKU7RBDYMYejlaaqISXhRggYUztKywko0GHKS6DaYzHP7TsGtYg01L74pO1vKr7+pKXsZ7Dw0sY9uwuplesBbQDRBNEFDTN3OeYZpP3CNcgN/iP7z9+tB+fXg+BpnoVCUKd3YbDQx9g8iCIK+A4RCug4kV9jwXCrgKLqBih25IO51OH/7oxmDzAx+g3Q/iMx/ZLsYl7GznIZ1qoiRqYLLgecgK2G3YTCMidHKJUVmR5AjQXUZAdwPkg15MJBLZRBbPmQJLlTCgeZLzHjc8yUjDpdpuuPMEf/6rH/zgVz/4Dz7x3HOfeG5rGaRjmW5/ENcN/q/ncOWv46rGMuHyf4bM0t+C52pCrwOpCVIAYgBTgNyAhUFUI1GENUQUX4GOmfNdO8EUYlJTAUgFzwHQXgsejimxNj4wpYKr4KmFlAQVSVaq3XEZlJgZJE5Pn77+5OSTQebkLHX2e15tYaEmxgq+c2L23FQnZzHWmT7NrwnbbAuuqU5myaXOw+OVcqkwFmTSvs6khGXGDRUsnKhTRVgiEgMpZyK7DTJKiUJvgXV4XaZc4GGyI++OnU7DX0JlY1PVisJAkYB5rDRrCMdqdWi3VhtwWasNHcDzQd94fqgMG5duHWTmRGvCC7qBD1OTtduKNdGqe2PdwIOpqRz8T53p6c70VtavR9/zHfxgebjDwYOKWccVL0/jhmR4nyH9V/TfgF1Jk3anETMUgHLQ+NBdAYijYLwOgB6A5GWYUPEGwDoRYJznJm3YJ5GRIwgHCrFuCRW4jRZY6NE1//hyLXexMtetdTP/LBnPVU+MpVJjKfpvzr+nmosnVtQb4T8dfzRX+1AK1xMu/y+S2/QL9DWQe2UT1NIcR6ttn/7I+D9/7/hZ+tr4N98zfnZoD1HPRHrsROcYXJhAOQQFaZFugr6Ay0VdsKvPQLRBoakqIaAwDV3bASkq3ITTLLl+qVmiMO1TEnLVtgUy2A/DrQ2ALMhXJI4NIjvsgQ7aRz70m54DdpIunf9iABb5AEAkRdFegjsRQOYAAIMOlAH+gTBoIllVKVqZFZgo7CmgSAzM8DzuQzTl1t9+pysdc9+EbSedajLVnNc5ZHzA0Cpl5s23KykTzCeAw3mQJQD7oFu5Hd1AvUN7YDN/4IsnTnzxxBqoJLAnk/mwO9jo3om+JtxsNpa7XWQoU/n8vw6CDGdqXdAnW6BNHNDEWVKAXjIF/aRNjgBXOUPOk5/pbBAaUBEoyKoK8FdjAqIJ0CpjVjYu6Yagr8aokXOERMpIrJGU7aZWktTOZzzRNW13Ne0LJiHmCk5NhMom6Z49e/Dg/v0TE4nE2fNnzy+dewhAx7HFowsHjxw8cvhQs3Fgbv/s/tmZ6YmpianJfdXxUrGQz41lsdN6birhJBxoqwLyyPvaynNlaBjAp5X28H8EtEGhQU8Mm9KeZYAslUm6u0y3LX3Q583V160B4tqtbrfX7a51u39sqCrgkF7YH3x9ONvdXRtBky43AGtrQYg/XRZ9GfT7IaAa+AuCEFbA6iAgERYPQO63gAfmyWxn/54bhOdFl/QH2Wfc0BhJCknOPkuoHu8jn369DcqHIVb1QeoRUoT9Lkz+stMJRn8IN7YiTgqTb41WZzqdCJsSEkJX3eL2pUgOdppFG9iBKOQzDmqRJQami56D/niWDPkC56hEvA27vlKtO25SRvtfdypOvSrXhs3N2p5fq5RNygAZllmrTcnvxsJYDW/v/+GwOfjomBLXiwszifQjB/S4MkbJ8uAuHbegPXlL/v1DtRnBqwf1OWGmRkZc5n+jf05igCIqnSJAO8E2ZVAUoMeH8J7yy0ransjJMhJQ4C6ldmueteuwwxfHVfVFOI09o7pvvjn+ZpL+2Thz1Rf/I+3PqH/2o9U3W1yv9qGP9HmLTHUmwJKjShVWCafmZIeZU1IY8xxNIYAsZTRn0SMasb8Q8TIsmOg18EBaW3QTH9Jgg6O/vhkbbIB8mDHai5kUHhBfDx+bfcNUYqwfg+6D2InfPOAjfEaLQKwukMfIw51uniryYw8vnVrcPwVaUEJjpjBFYrfAnilMvLlHJQEqUFbxaYuX4fKR/Yjk4qVHWo3yWcd2kiogERIR0flRB5KBrgFgrZQri4Cl/JriplBSTSBq9TZ8D89VqdTh5uDWCkJ7UajDt0rVmQHrXUA7XhfIJ/74E5/4Y+MrH/rQVz40uHshq1Kt5Gpy7mrz4cPxtBtTdE0SH3JA00hSyW1JKHhe7qWToHPkdHvwxWfCY390JF8MsvQFPNAngg/hob71zwWaocLkfJM6jlXyKlohn9XUr0qKqiqiiJ/Chd/5Ddlu+vtbB2/8u8F3gmcXZi7+vKFiM8YAQ9+h34A+WCV+J1XK50xDB7aKXo9X0l5FQM6bwvuu1cEe+kAZgLV6/ttX/UkmU586ouhXT03uayrO/rjzf+Oaw0y/+tC+fU2WnI4nv1z3/OOti68XD7uPVmU9kS49uALZ2AjjScCiY2CdHPRQ2JQyuiTAxzkDuDKYkQibgFmhQ7edDjZRAMUsKQq3ksp1MDOS0o3HNU2WnWQ8EQe4o8W0mKHLqqwmk4kYdAunZLOSg3oT/kGbuH67EtA764OtZdoY3KGNjY2tPvSAwdY67QfBWiYDn70+2cFWeK0OqZGFziGgmpQuyaCvzuWpdAbl9DYK120FOgjoCPgacKAkveKlSoVcNlXzas1qkWHnrCA93FFmR3jnCUdKzq0P19PAdStddK+5615+nSu5bsbL52lv3JntdvNuH9f1YOrll5fzXh89b4xjI7xODWyeTVySITnozdCuYFhEQ6dLMUpURYpLvC01JsOUmzYTSDM1VmBiYDc3aDcIdB1uPBeAvo7UNXoVLFOP63HAXDLRBM0aqmjXroJl8lnYDivwMfx37JINkBAYEJiZhvV9jSDsBmHQj/4zYLb76+vcGvUoXdetTDf6GWxTco/cXetF+GrU9mUy3ZlMQAODDUYdnbQFVM8iKL9IMXNnovBKpVaZkFh6ykEOao/QBHqemLtnobEobFJg3Ol96WqzWXWcbTksVxuNqpOSFJ3+eigkjMHvZ/alm0sN7RfCbxf3N5aa2h/LmiIRste/hpgiSw6TFzprB8YEpgEUBZQGlOQWUSVNUrVbRGOAJ26CgpJAQemoWGVUrACaVABNRuT8NHadn4mEQA62ZqYn6+OVbOB7iASStg6aULBiO22+iwkotHRyqMn8BboohfZIIc97BVwGMHWY/riZTJqDV+CTfmiwsQnYKT/5HlGOJTIJy0Bi59cZ8CkrkTX9mkq3hxubuONgjfPmWcBUU/m3JKOYqwR2RAY3wyAj6tmUHcRRbwfc57oND8XgLVMjM+R85yzvH2BXRUG8rQDx5ZZLhYena4Z+OUZVohmqtkZ03bhBDN24mBvbPzUBHWKslqs5+APkMQ48JFlMFFtDvO49MGWII6OGUIZcD/r4oPHuoucV/Tfx0/vRou8XvU09qcMq/6yLLivo9m/1Pf71nr9P60kjgTuG3OcFstgDG4lY5r/ZV9Dv9vtd2sXP/lDHoJ2Pju2TT0besiNEh+PrqAIBrrwI0v06CB6KEZg1WQGrLIPu08DKGVQDFQkypGmIPTXSzXYW7ttbuPlftPuVTnLY54c/oERzoL7gLko2B5mMU3gX4SZceBgM7m53w0wjE8IH7YZ3KXb0EP92/YH/3fkPG/KfLu2F9+Bugf/07uM/8gPnxd56ufMYgXbhJwNUZ1BoCxldMEwQwIyuElXT1BWiqtr1ONVUDfpjLIYXEfXDmBUDOv3ABZmjC4In7EPzoJNbji6sv70dolrbGF0awOa1MOz9jdeHTi6AMqAYFHRz4fVJoL3f+fok6f7rg4tTgebDBd53fTJeF1yjzK+RXx/QJ5rZ3oZJN7pCuLK1jY3oCv/un1sPnxv83//cKNki2GA96BlDXu34bAsMRm9tlX+/Cd/3aQjfu50kAJkzHMxEqFFAXMrqtL/WoyF3xkXbd/cer1pv0+7GxsbO8TbheN2d45194HjHqL+51tvc2IB2iDj1tzB+xnlkyJnkZtRrj6NbjykKecm2hLgeA3t5K2EKAEdixk2ZihplRGRr0PUIMAC9l4xsb3LX9mY7J6JjMKLc+q89yJVOef9+oJkH261mI5wfcc3Jfa7rRdrU4R5DG/sz0m0AInwKnTryaaNK9ffM44Nro3wP/2m/O+h1QT/2QKFuMyR9bDOagFChFDUa8Ek3But0LZPw/USGf3ZkVZU76CHYmRt8bHs7s+tT/Bj5GP1Zit6pZMcC2aESRlaA4lAMW/isgg6Wm+WPly+VT9Db6X/5SvEof1Bt0qZ/SP8QEKVBip0cSB5SS8CTo6gMJSCIKlXFiLhEpsJpMkouvfrqZ1999YMfp3+I08++Ovjjr79r6OsOuV+NwdMudfIRCgIIBHaL8rjv8NBOAgM+IxejvIem/srnX3vt86+Btu+Goz+69Rqu/MU9q/biTA3OpX7J1CUizE3RAmVgmdv1Y9SCe28jA6aku/58bmMj9/x6d+F9j3ivveY98j66ve6873PLy597n/P0a9a1NxYW3rhm3YehNJB9ifuoRsds7znSnv35tWzAPtgfZFLtlCXeI+iZqC1F5OoiGj1ZlLGHSFGPg7ulQb9/B5B0dxN/yLAN0Te5Dai0Tk52OoxSSQUlAuRNBEUhAlSChTdQHYpEXuPwWroMEwl9uRK9aJlpz6xbddupJBhgO4KtDGSLofC2/PlFoF8zAmBroGsMmEoqnG8dox594tSBA2VNyw62/0p82MpamuXG0iXlUa0sC+oMuxSj23MPHRCyg+/QfnUVNoi5Ca2cNmOXtHmJFtRLSoRBv5d8L/1J+pMgVcqmKgx9fKyOvk+44da19tVrrWv8j5Kr7WvDhfYD8mORcqcwzD9Ye9BdjT5qhK0jARpBmkh4PvXC+fMvnB9Kzf98HpfQpvaG8QWMLkyThzon9gOVU3h0G/SttKZyYIJqZA0UBnCrFZgwVBCMdsvldLo8XZ6eqKdLQNGcarOoI1AJ7yf0R2ikFRiPdyF98estHufCxqY9Hr6KkGCw8NhCyP1yXZ1DKB2DCZscJBrW8tTCwtTyMs8dWH6rbaQBWyXSRnsPF0S+UiUdco682nm52RCgiy1xeqjGbhFdMRTduEUMTTG0m0STFA2sTxRKWSUxhcRWoB8TRYe7JVKcCqYkrGL4i5orMDHxtk3aPX78+Lnj586ePnlicQG04mwadKEDwKyYGAZQ3B3wXNnjcqMlu+SNMPaiEgKYQ2zdWJRDnNqgNJHB0Y15vN3Bl4wEn6HnjcRgk2YGd/s+YsolKjDVNFPGXT9AMyqruqU5Gek3Mwnj23QjgXvCbvMJ3BMP9A2amePodUPUgkzOtbY26o5DJV2PqUom/lWa+baRyEDP3uUj6OGsQE+bJy2ySE6Q7+m8gL1IALu9BqYDnbMiF4iYI+gG09fi1EhQ0zLMNZuCwrAuw8Qi15MUDtbdN0HJieOdYwtHIksyvX9ift98vYbuysiX56bsROQPSoEWaO9pNGxJMsTn1ZJbkvbMy9E8StU+ev9XIXc0buDn4DMRQA8Hd6ERv7J3ASOrrsVi9PTbvgt2du/pFl23+FdhOJw2cIqh1J01e/0RUfvVyCRnLaIAXUi+BbZYUxhQuVE7AnTWBYx3rhEOnckOcs6NTe6bqJeKyFts6NXNeYMFb/Pg/jUtEVHiURMMfuy73/OedgqiO1nfubf1yM8J9yQQkiQuSaP3LGEJkmxTUUq7AhPFJQyYDjkMqmSRSeKqpguMEFAVMGWczTBkM76XcuBAI0JgYKx8yGkiVhMC2XfrFddHH3Ovu9XrdTe7Qbe3FvS2uj3+v5zpbvbXMr2IP0f+PY1HR7NkrfMsxVjoUhz0o6qoJAovgJ1YMwHsqISpqxpsYIAeWAVqI8V0gMIxWY6tkFgMY78xuavrhIzcy05St/WhsYazaHYyaaEjiNVDeAhu2a3aEZnxOYupw5PYfPTkzEMLy/T9/cHG9hYA4j6CU9q/fPnQmdYSgJo+Jdsh3NXGyAcQ3YMODZMmY+S9nec1Kgv8HgRd1gUZ7wGwPAGNZFJdkHS4B9miMVWOreI9GSqQMUNRjBViGMp1Ajqum8k4DiGZsQz0Lift8JsZoQ44lY7YDX1JDVBBwHdDVgcpAhzXrDhIzZrMLTXpp87XjxSmTz46eAsuGS487C5n8FaWWqXD1cuXe9v3gMsCZ+pubgOkJejUCAAWb4ONM7m8gLSYVJFcSjXuZEWuq9E3AJMxVWF48UBCdCT0lMd8OB8hSEcIiXxF8dgOAzaGDLjEZaXkVsO6D+3NKj4Q34h5DL7z1tVNJElX3rpKg8adO/AX9j4bdHo7bc1lGTkSXt/FzjJvFlD/dAkNnUIUkdxCcYVLvAl7KKKkrL7d7sVihEQcaefyuN2zuTBzcivaFVtkfrXu0m28jkYcLqNHMRMhutiIzsF//Cr8vBVhrC6380lyqNNKACOyMAa8ZANuQl/6g0mHaPS7lJgxIEcSSdKkPIKkU7Q5zCZx622Xhp2rVzv9/uTRo5PoL+tfff/VcGFlAfpVl2OTUWyLnxdwGZE4shKG5x2mStyf8ASKPR7TmTw6rwOdAJ2SUYYL95Ftwcmik/bhAgDqr/W6cNoQTh9hug3AHj2e25Aj452SpooiPUN44B9ORC7jRjewe1yspAo8MJFSGBhJizZnBA4pWOS3qZRNgfamSkE87pVTACG4vjYw24v2Km31Z42AsW/KuX0+AAjbwDCKxHSymyewBbgBI5uALInEw3a3CGb1EUQHgiQKnOBhmkUUl7zM45I3QCQUdrFeQy7khJWwiFHJdsihJVfVvB0iFy1I6sih1BpON7ZHwIer4a5h0eXedo7b6v8c+Zj4fUBb4yTcXNvjWuJ+svCBmGSFPNN5KkYjR6Yk3CYyk+QVUMzQ49Bngw6yFZ0CuRFVYzUeuQ3j97sNK+W3BxFHrkPznVyHyOmGUUQ2nIa7ttOibw42Mt3u2tbWGv/cG4s1rMH63btbmUw3EwTd3T7QJ3mS6wQ+qBv6QIyqsr/JRYG76fg1NBbFdq3JfbKLHH2lgNjNNqv3SLXBLCcdF2pBPBafy08ukHtiWEEXrZlxbTROQU3OFBYm41weCXkWRP2nSQI9jp2patFPGbKIVxD5iAXxNm7FMTfGggRyMZP0aoi5Ac2bIs/BaC/C45bmW+0ZyiM7eIFtU2Qe/Y+q6rQ652rdD9RUtfaBjQ8MvvPq86XM8nS9dbZV9yarpVgJUJNValSd8ycs68T5818+NFdr6MEc+pfnAjmZKTlzhPt8RpwAn/0ULHXIuzo3SIypLKZyqwd9eNUEkMdTWzAVEyw6WzXQSyqqGj579DfGeaoGd655qUTiyGHMzKxVRgKQmvKmhkFk6x2CyCKQpyjAWuF5MKG7u4E3dKvW/aFDFZ5Q+/5nHww2psGOxQL4iamDv1JjsT8BBbGwMpUyk/mpfNLsjjbF3bi27MbU4nJjuQjbqrjv1x5bgP6+mVcyCYxnJDLKKL/mOP0y/QpgsHlyoDODDie6VEkKwhmcRaYIeg41DJInQi9OTU3NT8G9T+7jPDRPWZ76nu+FGMSCXwaqR6nX+G+DfyrwgXG/of+Ytit6liqCFkvQhBrXNEWmNohdHGyuZgDSVpT6k6V9j/6A12wuNRr04+PPTlCFMryROGxlGvEEoBdZ12KaRRMxVZU9s7TvBx7dbpxvwB9Yowf9fMCpUVvT2wLPmeIus9vIeV8ZeVwx68YZ+lrE4XR7fX1r9EeD9fX1wcY6OrgUkCJggrS3x4/ok17n3QoVZE0WtFssLoi6pCPZJiaAFAKkSSOqoakAQIguGvoqQd6NHjx6PQZztKuq6FbcDf7EY5E/b49j0cLQIVp0MJujdANMDAJbGgJaGmyGjTuNMERH28bGnTsZPt0ADBgCghj1A7zmxDBehXlyr3fej70AHvYqgFVNFfC615JUJ0BXAP0xdIYqqw6Nkbgci6+mTND2VkK2Vl2aICSxApME9owEAZqbzweB50kSpsuNV/KlPKjIKLDlZTxQkxG6ggfNHaYw72FvAb6HDlJ/CM5BM4KpwtTz3f+SS7cGPboRDu50i5jJ1A3CvLu1xn8Gd0CPdoMgxNylYuDCRQTdRiOEzyAY+gVQHiQSRxnnOcro+diTpBxlkMmYxhqX4+hGhY0kG5PQKbBPt+6GkUmiZOn5rbee//jzz1Oy+fzSxltLz8MCGebA77axgR6soT6UQR/KRL7NkxBf2U3OqwIEEvk/Zt6srW30eutra+jF69FgsL2Fx9wY5vwlAfOOY/6EylHvrm9DGQVpdwQKmVM3l8uN5yrlammmiDERB5Q+alnmejhlAH3aPLG2DuAnF+XYVjaePpnLB14+Hi/km68crwfpeHysMjUWHKQbbmp/ri4JzHFK00HmD5MpR1Nfv+z5kyA9r8I1vsnzEuudceA50NVksoqpiQJdQf8VpiXS+9ISwQIyeM5t+Kc/CGrd+tUE/6S97TDcbkQ5nT3ejzcAiJvEA4uHWZ2Y0ykg2ACIR8GCywj4QWlLCJRlImmYG6XpqnYZdjNUFGFNU28QVVMvUgJ0sVYqRCY75UQ4X5aANehxtNgR5nBTJo1SfSIIsjPPM+354ocTiDr0ZGt7e44DkCCaSehJHWYpumr5Qhis42wxx6eGbSRywfDeznKZxPgxeg+eJc+Rjc4nmSLigIE8WKMcVeUEldgNalpP0bh5hCbip6lhP0R1Q1vabQSMCgAnUIAnK2DAwG4xsFsggpLFgLZZxIxb5hqcJgZqdg36KVyEDYpI143LwIT0G0Q39IvPrfVW3/X0tSuPP3bpkfPnTp1oNe2piUl4Xn4iCWANlGNbwcyM0Ef4Akst/MUElLLC6nwBQ59cthhsCRwVN8QlF1sN0xvqTTQU8+2h2DUjqSszPADKJx56w6OyGNNLyXB7u3g6EwM0DRASuBpoIQUesm6J0I0U0YrvL25vl2BFPG4YqWScwY8hw6YmY3HDkmWZ6WYqoeklfB4P6ZKoxYMw+JQVxERZkiTYUjYVQHSATRUV/plkxmgxOK8zBjYwrluqpjjog5BUANy2osYE4JMGWDfUKQ8BQ/k9kE3MU/A7qXIhb8WMUZ5Hxr8/z2OR/nWJHt9xvVJ1XlbGF6qVyrRi1YzEN1yvWDugqMtHRmt+reSk2rPTjx9KzidPF0TVTI3xNSe/d2y0gnO3B21fqxOSaMAN5ucIshhFw5kMooE3vUIApgMZZkp3rzGkaARLzRIbTik8jj5Ci/5wSvvhergB/3+H5+zducPJX3c4/Ts6J1Dlkjuc0k0Mz4EW2r7/hN8lftjszI/OigF3jLZreGYNGDo6qtTrqHi6e2K7yHwonEjeE92JTsyB291ud73X6w9jmN3eVgN/tpCYj2JhfwSYv0YOgwR2AZhdJx/uvBlQoixlBZ3MUVNHPBGnMpWXrj957eoVWThDgLCLSMUMSyC6AgpTT1IzpqMTMgaGIyb14pRqCSaCaZEB8oLGvoEa++KFC6dPFwqUXLh84fFHLp7unu4+dPLokcMH99ULtUKtipnPxYyfMDVG8jTv8JRrxjO5sJu3XRR1gPVcOfgMpJ7VK6j3/XZkj9gDBmmkGlgdGAJoEYA5kZGqMPT/M/oJLx6LxXwNCFrSL41rqm1Dl9J0Rft/rSNm9nD2UGy6aFoqi9tMNa2gnUknGIB923vcFICgyubrWcuG3daD3lZwl/6WZWVzJnwlemxfLZ1MarruAo/94NQUYCdNTwFAFaikagnXiF2VFcOQ5YcmFdAw9oRyAFSPonw96G4EWxHXiMbhiKCE49xPdaRzMI3p0BbAiZjBJAn9BT6Qx7gKc+cQY9wehrUAhwAIE17JIP6TuckG/emG9bYfNjHNGVqgWnHbfn1zY6O/Vji4uVZ4JlM+8kxhsAVzR2jYC3qFZ/q9wqHt0o1DhR7M3EC5Tezw3714NWLB9T0x1WPk33a+XaRRUt9qLV41xrUKK2tyTFcVCZOOV0tIhiyRrNapRRKOlVjdn5nyJ919zEl7KTGZdZKrs4WZ3LSczY8JgZ0NVieobZr2Ckxs8zoxbbO7sHDwYKMxN4fpuuPjxeLYWDqdSkWBf8TAC8cWji0ejRJ3G20QnuZcOBfOH9ibwDteH6/XqsVKEQRwrDAGLCydTSMP8zGJ8O3JA3tQ9BxCOkxOQzruDuHznn//u3yHyfil4TzdHjSgw/a6YT/sN+A/7O1dsdXPbNEMzNIteFS9Xrex89MHFr+5uR4Of5ajtWBP+tzH0+fPZr4zCzAgQqYgV8JwrCQO8JCu41jJbsQUYGPHcV2e7YaZk+UZ4SgNh2FkpDPACDOzndmMEdZa46DBaf+Tqdq4643XUp/4+5WJevWngDSQYe76SHZ39enbRv+QaPgHzzgnoFSvY+D8Pn26dxwQ/kZgdu//Jtw2sJSQ33Of3qYY5dfRo6ZRiY8ukITbMro6uaccrg39MhJSDND6PNFBV3XYh/F0Hxz5CyrFCZ1ZyuilsfeMzfUaz1/eXwMdiiD6lb/39/bk5m9BL0WvRYj+41JeEOQD+/eJhiosSQhWzwE1FAXQgrdABwJupwiwAV8JiK90TVANRcXcdEkyVmBi4NMw8GmE83Mgm1OTE/XxcrGQy3pOTAcKAaA/afI4OghVe+SCg2fl7PL/IxSdyHX0x7AKqsd6xQ+hz9OjJ++RUwc8HmNgd0f+gLpJG2bdsLphkGlkgvBAE3gP3QKi0+1ivMJgxuAr3BsQGlbi6IJtGb0+/LzFk5/2tkOKc/6XOy9N1kEz0mELKJicDY/7lmkIGrS0pt+KYVtI0BZxiknC2BgMzBoDNqvLsr5CdB1jArrcnZqCmyboIDiA7bF/30RtvDDmu1ZcSbEUbw5rpzn8+UWhOWoQrx3e7y2LmgWzRzHtKWqMBVlnEm8O65P1yNcxapLGneXGsBUkpil8cIJhBbDJ1qgx7IWFT0MH3JMDtkF/E3hFnceKIw689mAOsz8xmY78Vhip5ePKBYzVHqNo0cRoOHmlDF+kCtSbpy+OJRKft6atsZxlfd7yPev1z6hqmxkG+yXG2qpL3xyzAPRZn08kxsYSXsuHrazBX/wSc2Er9hnVY20G12dz7rPBc9S+u74+ycdT/EHnqzXAHpiaKyrYSaGRMPbBTBqLs9iqReNJmrDjCSDxtkdThp1CN0TaNdKrPnXHaJB1g9UczRZpvpDNg5IvjNNyplBeJRlCKxm6WqUVQiorMKnwIFUFg1Tnl86dPXP6oVMnT0QjLfbmv+Czn8LY3BAi7HWTjtwbOxGBehQRGI1SazJ45G34B50W1ofz7IHpX/cd3ehudLsbm0GwDV1jYziz9+8dV9KtQT+TwYTkIJPJ9Hs4Hf73e7AG16IDbmcc4y8BHwU+XlCx2wDEQgkiaxgSoMIK70zXuXuhi+PSxrKug4kspEqrbA9M8tGiAC5CkMRdsqBQ0cJE3IqSA5nAju9fv15NOJOTS+dWHLv61PqkmQzpq2PZ5oFSNheG2VJ99uTExMVTs/VyAIvZyoFmm/AR07t4FSNNyKHzpEx+sPO+GNUUuhTHlDcDcAiAPYJMnQgMbD86fTSmrCZolDe7x3sV140VEo9R3YrrwC1N01ohloWW3TJBOb/Ts1ZN1UT8m7AR1GBCHP67FQy54CwbouARIt7E8M/29j0SwgwYrXBzM8TFXm8NVPpGJgzBzF65Ggbc9Ibo3oJ77fLYzNvv9ac76wZVGR/9gkOaz9kU0Lq4AjecoMMBoUkaxdnAvmlo31SHogcB1Bs8shUSc+Mp0TBjxircpWWuELjr6x61TKtbKGSzvu84loXIpVAuQANk81loAj/woREcz4FmwPoKdsKM35cm6PP8vNDFAX0sCgpVh9mMjI8siqbd7aDXg5YI75HtTSAnGOHF9D0Qx2549QofGNRoLEM7wPID+Z862Uea5EznVIaKQoCKfYmgewEdk0N9x8DCKrKkrO3WHriBUPaiYYQH9k8Z+4x9lWmnoqIK3B0uxiJMP+T/zG/toHn4zVHFmx+5Bly6OffogaXnn//Y878gSabL1GqhWkrkvDg0uWzZSMIzjJmxuAnC/ugcbPf8S+gTNoBO25m8UwImr2tA7UHyTKMDND8Wi8fiQ9/+rwMHv0BOkQvkCrkGdmm984kmtfQW1SyJphUcZyktmTFBD1KCpenWmpNMxA1Z811blWTB04RelnpESXvKaoYij7tM0sjkaFrEFSOv99WrFy9S8syNp568eu3qtWtXL165+MQjD585jarvyKHG/PRU7e2Kzo4ZqkJO0VNj0OGrIz5Ur9UrQ8LTrPgVzodA6tGx0oya0aJhaw9l4g4S0AnAk6osrDe4Tx2IUas9ZEYVrg55k9OP65pqADNKWmJaNq1MezydtQ5b2XS6nM76M9N5y2JCSVC0RMJLpzSma5ob14Tz5wUtNviOnFVE6B7SS3ldUVXVfs/+t+iBIKGqXweC5LKUnVNjqVis05mawkFeHUMDfiQkYpw1AWiwDDtI6daKaQmqaIiJxCQV5RhQplNTigIqf+iHxtwPH/onjpiYBwk9CNbscucxtCDNqclKGZsxcJJMSUqELmVAh55rUPEMKilAILd4BRGJB/pFUbpMgJvcgCct4djTduvAXK06loXj+7slRBQ2KiEi1rGEiAwsKvTrPibRDcsy+BYfuNeWWR0eCnzDi4gYdmtqWETEmbTVWL04+PMQ8y23trZ+J+FUsILI+IJdt0vToCxH39DtzpPFeky1J4e1RFJT7YRRLy7jl9CVf9JeGC8ev1aqOImJxHTJdofro/bpcRxu8IzXSVg+QpbI4+QHOt8fAjilSwDQBOjE4i3ApwBVbwJk1QRZu5kAvKbD302ENxIR1lDsgWfq8TWiUqpeJqpKn7Jgjl44ukDIymOPXHzo5MLS0SVo9cbc7EStVAx4glFkm8dt9GBF8ULuwBOGeTR8AFfIwVsLM9PyvCIDmjPOO0bju6r8O2FYvYFh1ZJIeTw9/drKwafa0x/nw/ReHQWgvxKBV+vTifxk/vejTJzAsEZo7kNYvYRHpHuHzqy81n7q4JlDtMFHC1RhU/wWI6mIDd33Wx4f6daNMnWi4/PvunwuKpwxGgeANiOOtTwws4FqkoC5BPdFMgUeULV9m6cNtgGm+M2WB715RkBNXPpaI7h45uGQ9re34kF8y6CmNDz+Bhy/x/M61S8hpxHmppw2cHjW5ZUL7q3ducNzogXAeydGdYJwxINBhTM8UxOzakEriVwXSRjFuuimKAnSqYJbIA51omSGvDBUvzzyhjVPhk+JQuNTUji0L3O8bJYZg4/jVzvjjcZ4eiKdnqBbmX2HCg8dzCX3ZzL7k7mDD3WungjPNdITc/v83ZjGV3nezRi20thQvanDC3wwQAiENKrHVIuSGVNsNGzEb7uszprtAqXdfLnarJVN7jtXHvt7P9Pvv7j/i59K1oIa/CWf4pH7Z8t3G41wu1H98o7va4v3C5/HrvaD5vhA53VCU1QRqAKmDMCMKgrqmk5Fi8Y0MfacSzWbElMDXWHGZfOyR+MJR5CTcXnNp0lJSq7AJIk0Lil1p6fz+VQK1dR0cxqA7OzM5ESlHAWxcGRW5FywEzEn7uyg1zSAmnazYpeQp9ilpoN0JmzUkLlgHKus4FxrWMMEWsJvlmfEitsLKdDgwVbfTJtr+T/MbPVA7PvBX0zmeVZnr9KuVQ9W+gAeu917YM+jZM+tPh+A+2v9fibv8oHXb4QJz0/0CdnJc9jknMHn2rVG3t+5macGANS4ytQ4w0H7AECAJxiSDFBOIpYqWZgpRdS4rK7ZlCFQYnQ1SWMmBd0uAG1IiGJiBSYJTGpJiN1SKZ2OxUq1Esf3xUI6l+Z2D7UHul0id2cixbI4GHBnJAu6VVrDoAprlrCF5JLPZ/oUVOdgIwxxjPT/h8Ol8pnBdtDF8Qqbg7sBhY9GSINw6+7dNT6c6p8Ed7a31/uZre1hfgrqzQ1+7wX0XlgxAatPxUEmz5nYm3bKUAmv8zo9Kyi413ldkiawT54RHNXu4KkofhuYSbQ8Gj/obllGH7VM3/jltbWMZWzhAhBM+mNcl2307pG1EPnmOn4MxzOOxvo6mCdvJwRM1UhSetahQN9G2RrNeUxprz5wPr/ZtmmYd/mwXvgI1jeHQ3jz7tXg5XtklPMdYV/M1sp0PMCaIs8HedvB7x/Z3q7T7bw74IekIFaDu+vrfLBjNNZ7u9fjOU8h/Sr0uyqORylQ0aGyTsk4FaRz0aisneimQu+rywasZyyT5nBLGrGeapTQA+ixroyGB7YjPRElmYNc+C36Mo/wii/5ZZgpltIviTywW/K/TxS/z9viC5p2JICZ4Iim8a1hJgmr7ssDLwC6uNA5X/JAEESQATptC7IwRSVZWiLR8FGMVspro0JcDAgBUVZgoqBkKKRbLBbni/PVqVq96kSjmJld2msV/Z17wKkr2ozHD/no0jq/J7qVHtx6r+xhOJBWYwmFPWl5CcZoZkXhw972GTGFPUq/GuqDL/6qpicwTCjJ0PM+E0smfFEUB7dp7pMAsZK6lxCSjI8tG/l0Mf94hrTI451L2aRAZTAcii0IqgAMT5Uw6xRul97CNHVZlNawBslQWRJVA13Jc2ov7+bUNkKn6jiuV3d5qKJaau/ocZ415LffptelXRTgDVcBme4uZ6Cfii0lSCTiL+SwQ0fmePAVD+sxGdYHo4zgH7HGvHze07S6mdQ/Fy+h7OWsh/jGn7EAEoBFX+RLUT9fgPv+GsdFL5HDnTaCdoD5OEYKA+E8C1TCKBAs7K1VhLGQI4fbLQSXvDaMZ9Jafec34i78d85VGK+3svPrD5NblGFaGqstUs/f+d3dsD0HzB2wemr3aKNkmBr9OU0JCpqi6kzXDcP3DUPXVVVTFEkSXj0lUD0et+xEMlmvJ5MJ24rHV2qNWq3xW3t20+JeOq7hbiq7fzfbqdcdm+9G32sWkorJdBUOLQsy/EmKomqqrlNVXwaYHgcyxVRRhT9mwP7P4HlqX9izmyTKIC64m6oZGu5GJRrtxyQVeCzfj/e1CK9qJIU+3HhMBnwKqF2j0lkk1AQJNeUOhrUHcyOTtpNMJXk+AGualC3SdlMsNdtoLeAR0K3+4ceq8rVLd0HvD/r/4fTUBRr2lmlh/0MX5AuDu+G+n6BBrB6NG8mS0/Tb9MtklnQ7SzP7J4tw30oGZN9LAt81sA4fjhZWbkd52JHq4vDuHeq2jXtexS5PMLBfwB1SLgevdYxpYbIanxwFAUBFlqf+sPO32gpr0W87Y+PHn1u8cCKuHw/zc5qmxuKlyZQ3Ga+sHhbb9X1jxayRz9KP5FKSOvvUhblJOkHHx6ioNMpgp8fCjLe/IRh6vZ1niXJS3MVgX4c2ToL8dzpHyQ4BIphHvkaYILDLhDHhuqLJqiQwgednY5IDaI0kOtx4XrajoyFAJMLzmSvIHzG9pTa0yvTWlU9d/d7fefFbBw9dfOnnfn+6WJwuhlc+cbn73i9/z8V2u/vTL0LrF4v7yTAfNhzWQVrqnEmhnllimLMPQPcWUA76ugbXCdpf3sPUrivI1LoCKXKq7LuOzYd4qaQu1PXdtEms4AesuMILbDVrfDQMT57jFmxRWKLv1eOKoTzXVI/Gk0U7X51qNr+mmZKi0q24PvgYfPdzi3XLOihM1acXfy6u0/fKKo4opzyf9kW4bi6xOl7uEmp+5Q1ECHADq4izASBgVSNyXabc5Udg85TtlCu2jYagzdOr+YN3+cWh//F/PXYsnCyma651Vl8Mf/tcazoUjyeTM+d+e5gf1B/GWDATH2PH0ZCaWzuR6yjCsgY6WlAuE0XBxBlF6DoRnkJ55GGdEvoLRkQLs6TDQa8f3v3YsenpY9O0D7Byu9EdFXJSyCLc7/9E/wlgIxdw8xw5QR4lNzpPPrJ8vCGp2qigKuZQUxGLe2gi027FgEyqoqbeBFCtiKpyEy7ndYmPR72M3k3OuQXx4qmT58+dfPTUo53Fuj9eTaVS1SSWqXQwvdP3uCWsR/OgO9t71or4OSMMC3TVlcKwOFcNy6n5SnvewxFF0O/aLVCfrW9IuXJOkvSsHeSfFTO5jKhkp4J/C3NpSdQ8y81qchGk3TKEojX/wgHzd7L2WNy2s1JWkVNlT9fFb05PxmDRts2cPSZKOv1IMp1O2vsKi5KVSll+o+Hj1KwEjcF/iCdl1WAvzh48OPt4rfWMasauu0UvBtI7O3E9ZqpPt2sSZn3Ds0uRWfrn9Hcwp64TZBIKFmBl9yEwP8NLVPq8ltewOm2jXYXb8vOiT//p+JVxz8y8+iHmqgVEBkcef/5YArR+kj41fnncLQWfe42xAvPYoEqLaSVZ1tPwzMYB9/0j+ttYiZLEOhqeyHMp9iHPFHxvUYDmxuxM6EyMG7tFMTJWkbn7ExXIUUIr5suans6kVd0NK/MvXXNNpT6/eMio1QxZ0SbqmkR/Q3S8QFcS2YIsS1LK9pcfvegXpNaB8eWzrcyvBQmrmEwAK8wbQ/wVYXH0xAJqxB5mUFnicaQlzFjbCSdy64B6dwUb8jq2F/Q09JTuCfA52O3tHS9pb2Nrq7e+sbFOe3caFBgiDu0f5kd0+XnRFo3x6mxtkPWvfanGA4vnv5h++InOGTKM8PF0dekmkVRRUm/GqIrpvliXVVcU9hL2Vxnz6zSiM01fw5HXvEfSp+IwRy9kO2f/FkfSmXLrbzzUlU6RQDshOMGs4qnJUhELh6YcM4ZKO2WOHDEcdQkRrW/uqcbgc8/VIj1GsVoOX+UNk+dbo+FOlfLT0699/rXpL0fxM++j3HWymihOJ/RpO/mTn+YI602+9seGgcTuwbMrr722cvYgHR86Z054pulZ35eYLib0S9XqQyFfruJOJkiwiccexZOjcahYO65EJtBqGVQBQqbpKgASaASFRAVnJLB9ingZKxIrN0APi8rFTKZWzZQyJc9Job5NGJipMxo+jaYWQyXAuMH+lhWZ356XA7jNx1XTzWDQC843s+l0tnl+sBUGxWlgNBU36AaNaHBX2Dyv6+ebYThZmb4UuuOpymT4Xr8chmXuV75IUvTX6R8Bn8IxklPkAI6AsUwsXCuIGOYFe8UkIixhqJSend0nSGcecBgBGZJIVJnGThyYw+oahXzaS+TsHBIh5xj12zgw2KJ1Nkvb0bjaUSx0xJELtMK4k5LVK98fFo8cKYam2SgcOVJomP2x2ezCJH4s8cp+7sXO+PHmZ4qtzniH3sQNcQfYEHdYy86OTS7wjww3C+fePPSJWPtQ/OOHsHra3rxVzLW0of+MIo410C37oSc93bnOwzmgAPZP7Zuoy/EYH/mCtWCJtIqBc0o1mWKBCww8ajzwqKrxFZjE1esAPeNqd3amVt31k9tp2+aRIRwP6gyHRNTbFT9swo27bRw3HTo74SE3PAYN0q4XaNOiYbi5eXdz88O17la//9Vav17v1LvRunuk3/9svRvU61drnRqohM3NzZdr/T5s0K3X4vV7BFZk+lfqa/Vard7t1CL/WzS+F3XWQueQQaUziAl4yUa4M4lQ6SY+ztf5yAYEsUiYBMxI4AGuZJQBEfDCHZgoUsfRYmGTrm2BkgobvArJxkh1EbL3nEp0TjGqhBAlJwvSbTasbAlIHIuCIY8RZa4eMZKoMthPSQIY8RCMtP0KKkhex28LT7Z+pzG409jAszXgtKPxS5F+nOpMgFaSgBTe2kkkfSCBmCMOnodUwo6HI/ewgF1vs/FWQLv3QFE3tu+rH1onB9E/OFMrJGMyrxMJh36DYCAUofUwo2y84iRFuORROTAs0Z6X3FabxzVq7VaeArputcFkeVXFzwv+3KI0I9JtXpvrpxKuIoqu78V7QuXwIyZLaX4hYbN47HgvOUUPN3UpPaahgxzwvhqjN3htsD9X07alxk13Kr9/uTSuW2Unodq+aB+cd8SHjx5Yna6YmWIqxuy4m/S9YFT7Evl1GTTA8c5idVyQaYUKsgCUGkAQqH0EQa8r3D27onD3LB9kcFEghVyQSSYMHPVVFsosqu3Oh5vx4tyAX/lILJcvHY2CarTpf/h3d4aXGrKuSAnXMuZOnqQaoEbkzZujTAZ0dkd5DZ869fSpwdadXiRPY6RC/5T+KWjccaJ+qVRIS1jTII/Fp2v1NuCuRQQBvLYocHmGJgW9sYBJ6PXlRvcXz5/NTiaPHrp5ZOLwoZu5uffrM7VPV1WayXRfBon4zdovfrJRH1/OHi/mJl6+mc9NHE5f/Hh6ufGXDOsq/dAPPdrC/BCQX4DL9D/zOphp0J1HyGrnXWAVgR2AfRBlqlJZvUUAeKo4tlx7fZjLvqrEpZjEo+fRnECv6zyAPj9v24TMH5k/crB5YG5uZl99vFTIgfZIu0k4iVUOLZAoB4DNEToPSrNsUbEG87UpWlZgHkM+R2h7twYYop9KaZ7OCNEWPSZI9mOWnHrDlQ5NUEP9o3isLRuieEiT9ovW9yW1+DNMf5TptGhI3uB7UvRRKsbVw8yE7tLP6Al7Ifnn5J4eC+JMGfyfcf9/iI9bulTVtZ8/6ALoAfDIlN36ZqhrJbAuWPsPLciZYRVfVCoru4P5FAydWYqVkDBnJnRpvbpr+GkAem6TLg+rb4KSg8WemY57WDYqylfdrevXBA6A+aIrnUcnqCgfpYLSPXf8YEZTVIlDMnR/IQ0BLQ70QwQIu0IURrEIDqaUEx4+QnaskovLS83G3MzUPrCbTlIDDTHqy2J7lpZrLd8L2y0Pm9jHCOWMguEInifOv4D1ssLwRuoeyCPGjXhvB1o9rOj36dmSD1RdqXlHFZgy88I4aAkgQiLNWsevHlktyPqCTrWESS/EjjWOZtngjv+4c/oXjCl1rFApD8v5Dd738ctCIoGj9qwElf7l1Vo9LRqypmhMcj1h4eAsiO0YFZ7Jfy7/wjGQrsG9Y/9+cv7kSx+p3HK1WMRxR/Urr6AnkcRj8dtg3YzYbcyJFHBArAgwRpNBbF+3KEiMAfbOMMTrjIqG2L288tijy+dOggI5cqhxoGRXmyW7HtU/qO7UouMO30UBaC7o2PtWtr7LuuiLaD8aSTUnzLipS7d45fNepCeC/mjJMjL9YHc+7/ajwug9/pnpu/lNy1jG75axhcJwtGRY9817eVxCEMk/w7wXyVrAfdAY150k58klerGTCtA1B1TokXNNMS4BPI1LAMNjAMMfJThAmLwEQgYYWb9FRF0TxJcAPAi69iIcD0d2rCZhX11kOqYgSnFB6tlOQowBoDBj8TViguW9TEwTk6xNtZuNagJd+uuOLNz8rzt0ZyU6Kru197C6qN36bzrulSudiampXPbihanzU+fPnj7eQQoQ5U9Vy9nJ3GQKBMZOFjGSgnVO61jwjztBhjGCPHUZ2P4HRMRvDiuGeb5SmcuL7nzbC4H9HSjXW21Wq4eg82o0qAeWf+7olHOWe/03QZW83AheHgUb8n/0aO6RojxWczGlaXzuQJUP6HEnsvKxlNJiDqW0m3xoM+zxzU3f7J2f341V9Mfa7bFqPiFrmiHmcqKhaXIiXz2QLBSw5hP6Q6bJGP0X9IcA/SCDDTsAk8ulIGXIYCt4KSHQi9Csb3tTiOtX/SofR5SMHNEVVOK7funRYrIMZi9P51ttX/nZyTxLBoanyOwfT+WZk4l5ssymP/IDftl512vvcso+/aG8a8awHG0Myx3vzg9+99Ip4+Dp0weNUyO/V8RtHP6Wm52SlAiobj8IoyqlaonDKOQvo9RGO3prQQnHs21ijGObj3CmGOZamy7QRmF6sIFvG9it52MDGj/YaaJUyfjKEEwiksFm7sEfEX2mZCzrwcUbAIOITW2EH+2SuxP5gauAc7dtXlbGjsgkf+MGXgdO4UoWsbSULCliN9xzNVdogEWkBtsyE5W9dfRcwH4TnWoOdeFSAVBsPSYIWCSMNwqnRJjXnnd4JmVeCFOmZNEZqYlPJlyUmrW6W8mLBdhDKzw1nSrU6gVdZ+nF2fr0Vc/rU1FjSj/os2KlpBt0S7HHDvdOH6lkABmbh8594CIWZ5FTwSzgrs3c4cmSpg7zoLCGYH/P+wzeNkLk/rTqPQPUcEzI8H84NGP4T7vhRmMjJMN3+0T3b3fM2KguWt7hvp77b/Md7+wd7wSO+8Pkh+n76ft5DSRNxBpIbLcIEn3/tWvj165Wr12rXr1Gr+ECzOHy0AcS+V6wdx0gj5EnyJPkafJG54eLeUDFhykzeBIY2FLllkqB0Cr4Ho9hqRULupumy9pqYjT+044JjMRNFgfFxotuw2RUc/v69StXVlZmZq4/ff3pG09defLKk9eurjyx8sTlxx+7dOpEI5w5MAOqbHo/1uR30O8MsicPAyXH6FzjAPr1ovQm/E25PL4+jKnMy6DBWL0cZZSNIi18VAm+QCVstRFa0Mrbh4gO7sJTFfjoZUEUNS2uKkxClxylIg4BgUceo1L/zYplmiDligqayTbjcSsG9ylh8VtVzVp3MWl6sNGjjVcESZKYKCqKEDMMFeZw7BiTdEHEFyJgnEQQtV7P81UtHjeLArpI4dwCd6jCaYtm3Exgmjb/w/fk7PBtfEbN4TN6ljxHYx0dqy4vAocWhlXjrxCRwUnVWx6YT00zX+JPC+suO/C0sC7Oagqeqi6oMaauuThOF0wNpmxaCc3q+TRB7GTCXk3TJCHJFZgk8fklsW7l1fuOHTeHVXf+exz8SufY6uozz6CMzM/PzKw+t/rcWu+ZZ5959t3v2isvT1w+e/pge74537xfXjJDeWE78rJA75cXVynQ1O648/n2UBC+u8w0W+HbZUbekZt7siSKHImD2MCjVBmOh8Lhq/gQ4StJlmPfBKm4XEmApKiKouo6lxz4i2MBWi44b/HCunew0jGw+4/gbiAyskIFI4ZBN6DzID2yJgJBReEBI3MSBCOTmfVU4KhmEUUHpYdPI/kx43Y2k2kEwTL/3Kt7a+RhjCQg9VyOUrIXJzWewRQNKxIpllMf6uAL3YdOtRq5sUl8M4NTrzWHrctHblo0tRu0LEM7RWFLnvjOTBqt5/mLtTp/hwbf02eu327W2/O+99sUx+WrWsy0sgDxMQ4EvQYohKGndSOuAHMXhH8XZ4KljpneWC4Icn42NmYkWCzh+e2pZDaTnGy5adqTTbjlmK7LSsH10rKg45APTQMyIMsWzOiq+g+8UgcaRxIUER8bEHMGKr1TdnOmOVXuZrPd8lQ8EVGgl8CG/gTY0Cwg0yeiXlXaHXXFY1PfuxubHMY1suiV3bON9MbbNrnS0Urz5fyRXSiCryLbA8TqoPwbmOSbmopWAmj/2muPBaBsIhgusKRpnNxwmBkLM4Coth874h5xnFQQvbwoSIl6bqxsHhl8xfNysXhmhD+isToqVvmXee0Ppgj0LNaaPiNEsSuB7mS3EGRtqi1GA5/4KzMYiPxWL9jcDHo0aPQwxXpYAxrHm/fg2PiODXnH9rRpr9/PbIIx7fdh4z22T8UanvyVXiJYCl46MoGlI6sVm5+ovnP8EEeo4RlJdFVRbpw8qpNY5e+dG55gg5/t/nud6UzJ6GBBrys5izd8Zk/oAG+b7r3VdrPEz9/eOe/27o2+w33iG5t8Fp14eJfku97nmZ37dEKbn8UfHX23Zd/5Ph3MOa1HZxi26t7aAYznrvM3qfGXAqwNMzcA6cHdY40aWcZMO5nXMfQcL1VxnQQO8R+VM2xHDgLEdS4ouaiq4V1rOJCoMaxsiNV90Kn/f2BJqvvqYVpE/VLsbfUw7QdrYT5YBnPwv+zUwOyRbbpBA7jydMd9MLxj8+KdOE6sx6vBB43h+Z+A898iGVJFLwW+6tGkOuoxAaiWgK8fwry1FcC1IvBNhjU1dAJWmEWeSwwuD0tYBkFQDfjAE6BOyUqlMp7gEckQO+go7YizBGylVrtS3VMw+gs/Jlw4dnRl5eihffV0pdpqVev7xEv08OS+ycl9lMSNzsOP/+DjoBbby6193vwk/4FrTJHH6L+nXwBcVCDXO1exbEwqBkggB4pJzlOJSUtoRdC/cgueIZgWdlON4CjG7wFhYPxeuqHhphcTFsD4IO07SauQKBhYuErElxrpUeUqH13L/MUX9ZYDJKeCaQgVTMEBpkPlk6ta6+rVBW1x4mBlqnmGL1oL1mgF/cITJ3q9+vzM/NHBL8OsfcrmCxwzXyAX6W8McwgdlHknaVtmXBnKfBCVhfUUS0D1D0bDb4N8MPrsQxplWx/N/4HOskc/OvaRtY+OfZR+7iEto34j95Gv6Sp9+CfGfuIfw8phfHCb5+plSb6TTdH7K8cKRJWJIRhilA0A+rRSKoM29cGGg1nCF52BJfL8d9NLc3ODX5371hfAispJ9pM/xZJoUOnGzL+agb8//Yhkqaogv/vdMlhmS9qJTeK5LTKFGmUfDmB2FIEHa6MhuFi4CEfiDv371fF8rjkv7SbQ8VdvYJLC7jvXmAIABEM6iENas7TdotteYrCOZTfpWsIr6ebP/7xp6MZzzwLi1oWX2q2XRA1E4NnnYlhKIrGNH6Ie++EfjumG/vRzWAbixoEDNwCls+ee1nnNmZF+iPNa7yXgXI3OATsR1yWRVkuOASi0Pl7IQ8cV3yl92ck5SeRfO453hfkAq2p15vmjF0nBbLtW91vtusKGeuKnj+eeNjJfzx2vZYyrPC/z+/n8j/P1dIVrlwm+SuCrHuPZmfN8/g2+ntyv3/A9Y8Cb015S5K8H/S+s0sojoQcit3Wk2z7cv3q1f/VHho5qcXjhf3kVV88wg0rcNU2jsTE4zrY/rAfloWffwzcRLZFhUr1Mo+z5VSWq+aXcX/Pr/ipfI8++O3rnGxBsx67Y7ZBt3EEDjh9f2Qh6vQdqeW1hWut2P+KokX1J8JgbXI//t70e2xYIntpOOUlDJQkhwfamz+x9Y4ETst7wRYeDO1hqbPweCdbXo6vinryoxFikkPt7n1cUA7zUebhG8YWmBMiUorJbmNmDhSNXdcpwlBvD+u4cH/HckCi/q1gUSHU8GqUNysxN2uiWIAWhYOy5UiHyW45eptccloLlY7BD1qVDR2Y/NKx7xDJCfKESfWJwB+usbGFZOMzpb1h6EOgWTCgxrLtvvbXR2xuH3twZEbbUOYPvQcLrFyWyd1DzqNgipbziO70h4FiJiwLZO6Zn9Mok/Z1fmSSDWYuqLbqABBroRgr6mK5LZwfbNAiQF3Tv3qWbkYuszydhgMX8OdaJuLuKvgogDARbFocmI9KJcmvvq2mYshO8xFvolnAwXYjupO1+/y7duIs1BO/LxQCNCnbd0GQRxyBwTOegP4Ft93qZjY0u/6S9Hr7lF8faNTgu2H1/8TQfEf43hL4oqZRyY24qHlMVMk3385GOwAz4aCc7hbQCn229hqMfh8sY/0JGEdEJ2sfcRlUPmOqqTFVTqsrnjGKQTVhWIhsU6ZbKYM1gE9gUfEFDng2JA3358qcSVjboBFkrQaJaXfePa8fRA891VmPDtxCvmnIc4D8IsPj/N/e1wW2c+X3Ps2/PvgOLxe5iAQIgCAIgSJEiuQBhSRQFS7ZE0YRky5Jl2aYt10fA9p098sW5Xk+KhJ5ct8nUubs0LxXbD7km14ynN04y1E0yaa/N9T5cpiM26XWSSdJ+aDKp3CbpNB8696GTgfv/PwuQkM5XX9J2ppSwuwCJBfbZ5+X3f/v9hG0wacEeporBlG2HIkHOJdgZ+hYy5HTGOQp+CJ6B1IhnYEgvMuIPwNpnbnAiE/9O784O3dlDMbldrgLA9QpiPQCd57Tff+i7j+qAd9o/54lp9HIgBdJ2wHy0MZH+aDs0MqKG8XZN3c67E04ukWWWaVqX9p9Y5lYqaYumZXY+joHh/4BdoTC86oMrLjWD4ZWPMyhwFoUstMC93f4dem/wYXiP3rvf7VPS2412AZhDT0QalE6HN0onO/wZ5vp3+Boet8uJ9ioyuoGdjTVR4hd5eZiAXj5BkvhwQe+eIP0gkQT8ukHJKVVQqPP+oBHG/FuoXNrofER28UOxljZDP6IDuAOVodfmCDlOHsWoUAhW6GGYtR9tnzi+euzII61mI1pazGWTBGl/YxoHKfYRvyNTngmJmQSolyiJ56vV6nx13psICkpcZ75SEABS+OlRmtgJurKM5PZVHCComKUUaLyGI/iqsQcfdKmcaNRCURWmGfszGDrfYezPmefbNxOAcgTZrZtmbpOXRX059Qup7+w//on7W6lfcOn3pgVVDGsNe1r14I3sO3CKP1NP2rcSbs40664siHqcx+3An9+Et94ae4zyGrIwZ9wHLNzEvIYpVxCQKR1sFuTeI/JtHJi3iSIot79/0ZhO++WoXpni7Dwcr3PAhZGOABPZvGEoPS7TaC4MOdPjPCf+d1gxwR34Gas3dXQ6Mmzb4DSb0coGmEGrF1e5JUSzXrHg3/EKVsa+U310TmnG19XULx3hItmrq3O4ZMbXdJmcpu/Tb8KonEU+wXopBMD18RVQ62U+Lafiogb8gqyxJrSiobrZYuAzpXqYLmJqOCKwv5j0eXHA7fLyUsp5P1OaMo1QV1ndceYnVGYaxo/QbyJ7WEpPviKpElgVSRnWIUF474wonpoqX14UjJdWWu5BDtx9nincQCV2QPTPkLvfuADGA+bAYYjsJGbrEEW+Ns56oIicRAwpLroWNUyqA2DtwT1MaHaiRzRJ4oxGOJY0qZNrn+InEWVy869/livt7KWLTz15rrNx9tRJZD13y1Gl6bqtiDPE85gmJzUZ1sOMxBXdcc58D5l0Y2Fo32Mw4dRGzc57w8oI7wI0t6HXUFQ0b8QVgQCJZnjlzu5IM7kTph5LhR2vkEVf/x4PggAYV8QOV9v4SvVmVTp67ijtQwdCVNLBnsL7zeBf4/v3vIKaCsOUWvCine6QhoKZEu9ZR9Jpl09hBIPLWR6b98gU2SQXyAvkU+QW+Slyh/w8eZ/8KvkX7Uf+9ud+9FMvPnly2VB1Ufpnv/Qzf3dbV4jy9V/8+Z/9e7JKxI0fpwo9u/Xs+SceO/Voe7URVby0SZPSenyTD+O9EBVO0wz21JuwEVX5BpEYxfB+D8EFD6rRF3Fknsu1F8ffIRL1xie95Urb+9Vf/sp77/6d6194+0c++9abb3zm06+9qnF5CrTQwCb1WKXlw7S1IKB2LazytoCvr9T8YLFctbnhhGxxYDitoFOxii8UUcJ9GZ29i7UVttIKFmCeQz+lj0qyXjpAvFCkBXoMp25OqtKMWBAXoDYXG7VASUd+hBBnOVYYXGENOIvQiqurW2mFwdngk1vBIpZkCySbrsLKl7Kzg5tZt8YkQQU8+b1EpZaulydYonK+E00lMRsCFhP4l0gJOsxVCc1H/VtJorXhc7l2hlk0Zb61YsqYgaRVZmkyYemXmnLOoYMudpEceyO3emn1lyoCWK12esqQqJTQJEFOq4eSgfXpQyLTFkJvQhAs+rlcPpEw6efWWSptZz2Jrv/EGTjUPceWzv6nmY6tSslCeqYzMf1VswizrMSSSYO52ddEgK6ipAkyWrKzy6+JjIturqfsvhtdPWUnRGjozOS5C5QqknrFdbzNJwpzhXNeLV/DiU9ataB3zax+iiIePuqmPs/C0koSAJZffCQ7az6lwBK69dQ5niK3QDbod+mvAT5x2jDLDONgUzVedbaANjsvoeGFNArcQ0qOb2VD2a8cbdTrjaMVXw6zWxvZi0sLz0wsCHR6mgoL+YuHly7CjFKCteSP6V+Atb5GniS5dsZETqINtNOHKnTpRqrJA4txWs9UGRaHgCNO6CetWrmmxIllJ4T9ah5WHhbPx4nQGCWo8SKfuIg2/nv675yUMyth1on0wRFJVDoKAMVskaZdT9FUlqb3sepcUmfrs8s0YfrMKk0Wi5ZpJ4qTJaY6ui6qtp1IyAqYSK+utiJToO9J/Oc9KrpuHnCXRn8i1ngyK9Xfk+xsI8hFk0VVm515ZCVf+KYgMtfLGHpakhJ2BhbAMR64h/m8brT/FgxbJoJ1lqQMcxBujBicEkhrJF9CejqbAjQQkdpCQ2oLTeOc/tqWa6UMR9ZMrTOOBT8Z96WwzDOIeZ+GbBYBF+TimYixSC4Cqh5g2h4YFh+R3r0e3evd6SKw6/T7/Z2dXg81eaT9fEgJrgtx7tn2aQaNUyxggvUG2D55Kk5APz77AG0rD7ojTRTZZ4kiJPQTJkBSiUgphXuswAoOopoY08tNYXwIrgnWDegOAExp1Bvc2+t0QjA9OrD0Mr5TN5GWFbD5Tq8z+HDTwNeNeJfoR1nubD74zuoDGP3L7fe42qAknE1QmsSQIJLSOzDcBGVbHjGNp5BnGrlGXIy4mrqxnR4F2bw44OodBFwPcDoS1f7vkbmuoSJnTGOb8vebAG4INAPD3TD4hY+Aa9RDE2SRgXx3ZyQUBg8wCuMmQMKRTkypG/F4Ffzn9lWcnxD3RWQyPUrebH8a7pkp5amhzgPumKTMljYeDr4ryC5jIruMSVBrC/qkremXic00+xIKNsAYA+Rgay9ZVLO18yN+oUOz01OV6pBzLDGkU/RGvJHLQSypMzWk1BlpUdb2n6OhyYa8M3R30Kd9fOzu7f0rWZbynpeHkaYbfWHC9ZDfxksC4pKf3dmJej0w0u5EOw0A7+xXvHweFhNbvjJxK5WxE2n4Y/FH4ebSG0O+SPZQ2+Q4H00VvcMFqkHjqNoENJD4fQ1jKkJMZDvGuwPYA2Ur2JZOAVJ0bHPErOS7Zs7OxY1hjSUuyOXmMeGhrCAwEIbW18F1Dz7s9SKefYKbZy9d6iOj8vBCDyqc7zaizvC6kg/0eZN7rlCRY5JMkxlyiCxy3LlK2uS/t/8clkd6lpMKIsN0CSYfReDhDM4tCOufKeiGrG/XElWrIhvplJB0jOT2rFd3Z2QnmxH8wPG353OHwjk5KNCJfDCBDINinpD8JX6QJy/CMTl3/PiRI83m0tL8fL1eqZRK+XwYep7jxGK1hBxvH2+fWDuyemT12NHmI03oS0uNpUa0PL84v3h4oX6ofmhutjJTQYLg6RK0bX4yP1ksxNIgXsbLBH7santY9HY4xBb3h9gwuBwNH+yvcMzH4F1kr2rsdLofu92fkHAs4s9oF/Kf4a4xtJWVB+bU1LAHfqdtM87zDtNoAmeoGDEet/m0mmACDEtZuoaRFw3WCs4swt0JPYdaxJQskw9eEkejsP1lAvhxbfz9JkpD/JVOcKW9UC4Xi2ill6tl6N8xnVIYpF01pXICJcx7H87qqbFZ3cXmY0iaV6sOeZoFL93izpZyczS3R/c2kcErDE+NKEGgEXfGJvg7d5CLcTMWvZCNCpj/2Ij6D5zj0Q/z9fb7o3nepTQ9mue9h+Z5n6pGIOiaqsOgDqltava2lRFMkkiaie3sKI8iF+dR5A7yKB70z2BH/uG9Mw+sARMfvwbkBdyVkeCcLwkfsxR0d/r97g5WTXz/UoByFLBshuEoM2G8rgH7XL1d3e9r9Kw4XLiHMQnORYFfThq7m6P7tX9nyLj+mgT3I4k845xEDssgFGoQni44Krbjfl8pJY7O6aJAYBDhhvGTI2tYB0ZTJ4xGC/zgftQIO5ubnbARPfR5DOa0p9rn8CqgO2oARVIAp8T4gpRxJMKZECRJfpPjEYxIYteWwAInszMTWc8dXi17oO9iDS5PWOGpLUPq3OO05VX3n42aJCuKUpdpkmnr8GM7arLjJ3TdcGBz0JH/5zuSKKYEwbgs6Hpe15ltX0oeU2w81o0H+jPW+1hcEdwnIfTnw1gXyotLZMBdDxD22QAeN8whR+SBU0siMJvLPcZlMi6zA5mMHHSG+kxlOlvOlYfXrY5dN0MWnKA2tmXLK4cFDOwN2SBQumZ04d2F4sJCZ39TczKCFRmCkFERqEoMzJzR5VtR1sqGViNrhVkrCmHbDZ36xLKbyB03HEOUGRjPAtgsC2CzfJdrTQLORCSPKPOmQgUw/zA2S4kEyB+JFLlEF2UM898ZOc/9iK46Jk+JxYquHrNNDXUuo1EKrkcvX7/+wfXrP9brbcLC+l08/uD64Kv4bLM3jI3FPmrs2SFZax8Lfc8G+wsNHZ2K6ylKz0hUlDnD4DaLGQYZZxjkt6LjupxhOsV9ZrCYME4o1pTRBi7L8AInEYYm6vY7Ub8/2OvkJ3LQB3r9fD7bpd3NaA/+RY8sRHc3cRuNODJjHjkVJqKT7RNgp4qGrgBEAdsPE4xILEZ7kKAgCPGMjmXLstDRNC2lwRdL+8lYg8CrIZNx2Y1L/FnZu78XfWn6H70aRYMP9xpduruXPf+l6X/8EelEuzSMdsfyP3LkdPsUF8CDz7INHZ0y0B4bSTCz1xMCJoPsi0TLsWaLTA8kol3Xc900z+xsOfAVoMeVWjDXBcwJGPIrlxjMgPQfHD062Z28OuhehV18THfgmD59dQD73uSRI7C5SrujY3KgjXSfxzYjzN2YnZnMJKHPY3RTwhqokYNMkji5KOYxi9L5aMF13JQ8FpQd1XSzdEEqoocw8DFVEqt2q4cpFnJKc2CXx8VQ57nC0W9b6UwIVxYaGptBj6GmQJf8rJuvTOd17f1hCVSdqxC8IjHM66X0IcehI/KaZeTBijHrH8IKV3uAZfQ8eZpcJs+Tl6gRo4XL+9q7H6ORm7SLojXpJETThbXeT5dEdyrwxFToprbzubIYTmSFjBFmtguxmG5hXJH32QNF3v+7p77SPnfx4pNPrq8/9hiSUL/0IidIf/bi5YuXn7n05NNPPn3hqfPnOpvrT6w/sXH2sTOPnTn9OLKbjhNSNxtBAGtxGtD29Jimb2uF2x2jI9T15akAmAOGwa7goecuvA3xCUq4cKbHh44f1P01zKJpdPn2vigZ2IsMSdyFQwwmwIZrAHcbjR6M4uFuZyQIDBg/TBqmaaAkMN+3Uf5AktsKnkh54NngC2jzfchJqUPOUJ2NiarJg7qNIwT0XPuyzmXQwHTZNrFiKpa83LY1S+RqcPxgpAc3AjLCDzRe48B64mPksxCYlIZYGffj0ln/cod2wV6BzYOKjvfu3OHyPVyXWt6v6bOIM1TAuRX35SXuwn8TnZpIdNwlIx0wMM4VMM51ioQMl2A3YmRAb2mcr/JDv+VKO8mLXuOfdGRgTlKDV6Vh3yk5JZcz2Dqc2RaXjqymWn/T1DQaDhr3dzEtjQv90l+2VJhaTW9wh8KtARs9ihr4bcokQ/+Y/g8Yr8rumRJdnGtVV1qcnwYJFMaOVvxgBZbXNcyRXVOwJsumbLkgoXtOWRBYAQx2IUqWK7WCrjC9OJNMHZrWmKJNzwWpzGpRtQKf1tKeRBnMKJrBnGlKlwIxNDzTFBXoZPnMpDURmO7P/NxM4sZ6zVMAuPszhdx8hukay8xPmoaTsXOpjBF4TuqI6OqObsDaO5lKT6KTVdGZMakoTmjp+WPhZO8kFxiCi9wVyCfx2NNX4hzP1w7TYiGXK14DmImsftBF0eYsob6IgEX6Mcm9rKWSgp0AQA42p1OTExlfAGs+HXPby0iQnPey2ws0TwrFfGF7nuYozV2CXY6+CKZtDn3nr/PPKhRzN/+ff9iV9hf/P6DQx4mP/jXM3MrQPO5QsCx4JcXO921hJBPo2AIZEE4XH3PccuNs+Cze7d650+VPuCZdHE8pkQ2y3n5c4QTyG4+XBZme5SOVV1rK9LauCUxl7wBMUVX5MqIVLMaS1c7U1NTG1IYzUT/k+1UvzYdnFXB4KfCGmQuxiA3fj3ZBc6W1JjTTcZ752JHIj9D+LHtZwFgA3hMLiWw2EQS45YcL02jBMCORCDL2/oHKVNFImFa/S4k7iZmkk65huJMPbf/DrqAxNaHbSd0w8ADmPMNQZN1Q4UgTdpHpHItOZwUH1nP00+TA+m+Q9Vi9UiCZQEBiDopR6jjZdJvwJCOCOUYY2cCEWs4dZBLTwZzxplPyULIGneQeSlcNK4qxagN95j4sdfv8Ijyc48eO//1XMOYDr1Gy+fdzhfXzq2vZe/duZd2sN59UzaxgYMoHO+XbDK7FcEszkgV3TWmsT7r4Sio7vyJDT6QwrZ6CFYClz248uZMHfEn7g50vNFqWrjpXNcU6qep6wtCfSQQ6Y4Zj+WCZmLJOTT09aTBm5pyCwtMxFY3qIw69OM/YQTViTCLACm4BOStQXlTcAPi9zokEMd8UgS8mgQsxzMQpXkTAS4jmaI5lYhqyi55n10Omw4CBcd2K03T6EQ17vWyEnjfoFtV/GnU2o53hfpjf3aX36B2Y46bbJV1GhXEwcA2KKd6CMMYa6Pi81AgQLdjvSJHSohEseFG0R4+/MNh74YXr12l0/ToZyy06OCdPpYbTreOJz5BR9mV8zhbgYvjKkVNusr2dHTzlt7doY2vr+vXBPTzj+DkVzG2mmNtc8fC7RBTdxmRna2twb2vrB/wtlZv4GXTvo9Ef4+n389uzPDc7bPuorirSsS/oxgnEEXxSOer1+9CIiH/G7CiZVMhxUm2X4/cKo/ce5EQKb8/NFjC/MBieqFKQ0rYYj+/WmtRYEMvYndPjr2AHD+JPfFyyJvxUyp+wsPZHlE1ZDR3bdn1TMGV5YRVlgGSTqrahaYatUhPZb/jX/AP48vnoaJT3oW+ppixI6czs4mzoKrJpPn0jRzUDOpRhB9nANsD+NE2Jt0kf2g914ARoP4HnkVvwnOcQ7exwLY3497g25tvZOJtWxHL6t8FoHeW74BhuOZHjwo3towckzsGGx369OOA7j9Sh/V4gr5PfaE+Aya/Q8+cMUVWQJfSV53RRkKUNLw298YlfScM6e4yASXKbqApmBML6JytEvoFlRBoTrhGNwf4GypMJKE/GRJFrMYkvAqoXYeVc/YHvRinFT3j7lXbwWvdvXL18sbP5xAZqEaB4ep3ziIEdXI1jexiDjlmPai3aiuPMNgxqpUCLFCbrWsCrX2zhMF0QuLCD68eh5ZjFnAeX83SUZhD4Mk9UDLzYtR5Hj5mmeTx6nHYBEWnpLBXLsqKY31KTtlgWYGL7liIHH/ymKkrwVNXl35QBH5dlS9y1eGQ4kcDQ8NnAtfYs15MH903m/xtD3WMm3TpLGVivcOb1H19XddXDDzk7+M9XTcuQT4uioV7VkpZ4Wvj904C12csSE4TTADqUq+bgt/QOZvt4hXPpHAu6luta86qT7qrG+pJqGEP7NU3/iP5XYpNDgJ/0XzsyX0pqRIQxyhNU1sRlbCnWKkjI1qHwTQ1D9rysqibXFoTGGrTcGvwVbeKMelrURcQLktJ7i5kOE5lq++zoVT303ejytaIaWs8blsEG3wTrA6ZYXTxtGNDxu4puwZsNUaaSLN96S0tPTpSttJfVT15RfVt1j71VVw1ry7Qy2p/IEpgaWId3Whc0mfffo9B/kXfiGO+9nyXvtm+7sHycogJ7YlXQhVc1wRQ/RS0qb0BHg2HBbqqUCQoTbhBBVwT9hk0BqeraDSJqyCB8k8DXfIfEpLk9YlLLvEw0mMAsjW4T07ReQk6A8y9uYfrDKy9vvf7i6888/fhjJx9tNacm3fIURqjCOcBK5Vgpj1P8sFJLYekAFs00L1HjifsjBsnGylKjOVbpFjSRGaV8UNa2PF7WBt01GJKnYkB7jSpD4ieBuEtT4Yyh65afkAZ/+XtCXMiGWcWagjReIq+RxCJFVbVQXE+8ljBNe7JkmyaDJdaEtThpG4ArVNm2xKfz9Xp+Iq2Favnz2Uo2W6G7g72ppZwv6Y7xJ0xmisCF+RRYVJEYS5QlvLcwknVYR7FqUvpq3gqZ6nmqCg2Xp1Jc3saL66hQP1p3E04x6QafqeRyleyw9vnf0m8DZllF/vNlChYW3MkFrA3R4aMqVFLkjTrVfaoJZwnMGO8YlBCVEbW373NhgMeZwstoUNmUYPnYZaLr2ktE07XzlGDe0dLh+bmZarGQzTgJC1n7G7RhohGKjc3FkpHAgsWFcgrjpRc28ieipDIcc2bU+GAkXf0fTXWO2hFM9sZsIyol3IllzTZ8sVlKJWdn+5mZqJXLBBces0/OREXv6XzG2fxygB4d+m3JveDWZpcyvpRK+qft+qN6+O5z9XNrUVmTlpuN0lktU/4DTp39oL+9CFbQZvvsbAnGJyefA5QiYhQGswB6SG9O0DjvaRTrTbhLExOxmNSZnCRkcm5yrlqBkxSa5VRqmgu1D0mr4UJXhtQpPLg6qoIIsNNhHXkaPeucoTpavbiaHcl1J4wdnatw6zTLmUp8zC3ZTBicygY2d1tGBoskMkZriMF+B64Do1RBOw3oigN3iqjEc2aO8TL6ZRgujFPLx/QHvOYOuSLXYG6XwW6mMAkamphluql0mKmElmXYf7qinlO0wQAd/rDkGhc01BJSoKM/V58N76tvG84/vH/gI9glGc6rexLA1nPtyx5Ah8fWlhfnatVCPqErIkwgyiMxjzDyhyJrGUBJ+ebI3ScqKB31EG3BqVOnzpw6s3qk1ay7c74aZ3um2X6aJ7fMkWEXizOgSVtVHhnwOeUuzBgKrGNBXIPZ4oVL1VpjiqHIJP11SVUHv848JGatHy8U145vzs8eZ/4HmrogK7po/nauMenmasUifTQz4+Pv/XAiKZ54LZcqCl/qFgr064AN4BxgQKoeq9fWTtRqyTX2pm4Z2jzSm2wdLpayU/WCDiMiLC3Ar+UcXVss+vQnu7OFQqxJHnL/0ATy8oaAkbOZwNdUBctRkSrxY+s8KEmnEpYikQk6EXPZ8+kMmRvEKFbMQsaiJgxDqrx869bLq69OnjRyxWn3xPPPn6g86i3cWSy9Qu+/+613W4drdsbRnv+x56cK1cbd+txSXPORIXX6X+jvcOXjLOYo7QNoNyWMcVEpK5ybcoHKC5RTJ9qUdldROPsvNy54nr/x1Bw9XPE978KGP/cU/WmU4F793qw/Xbkw621seBcq0/7shQ3vwXoXAz6/gS6m2MRS6IiKeT+bLi7nU9VM4CTR2E5jQV+wX/kStMpFygdarBm0HJe9/Km2qT2iwUCFaaw8LHr5/Ne+9oyWSKY0LZlAY+Tj899faV8daT6bVEQGN1HatpklgoGkarK6nTQSIpoyl/jBiBr6wMPwCQlBzrio80Nuu30Z536fNvoN3HQo5gL10L7vDn2NWHdQpbtgt7rEb7tuCkNSFIwqXoQ2xQsvmzgbF6nHvGptQTxMm51LL85eyWT6xSzgblRlei9CPqbo7q5oiTDtC+ItMsTSWdqFfppH5S/fGNpC3EgYBSiFt10362BaGQYrbAHhX4B6tjFjV3ONHkdlhf79ZGgXM5epk3aezRTtkP7io/Sk5OYdK6zKJ0+6W1vuyZNyNbScvEvG9egP7gdY42iGca4MBYwThSowoVAVQbEs81oUeQugtyo/rCOKKD6mzXPKIqpFouBev7/T79/p9e7AAQrgQYPfp9l+HysO+mGPcN7QBfr79HdJikyOeEOzIfKGUk4UyvVqcTbFmRbQH7oLfSwBp7+rvVxOXUybim8WfzJIWYASBp10RkklnPmknZq4Qr/mfWXK9ZP24qJVvmoyW3GUwU/Z5YlJ3RId+0gqpyPhOOdU+ve8JiUB1kYOvgdqO8+TN9qvZ9OqAvejMjWZz6FiOFwzs2DZ34D+hcW3VMUqY7hVKuqmI1WeLN3WmSby6BM/kIUtEanaOrOz1appzs7Pzh+aq9ar9ZnadLlYwB6bNzAWyUuOE7TWbCGxqBfg82L8agVdN3yz33PfeOMNt9/P9ra73c0G40/+G98O+t170Ifv9ZGOlD559ap77dqxy8+6zz3XmJvrvfRS6tq1FN9GV5577go82sNuDvdikfeHXe7HhDWPK3zcFmOhcM+pHcE1rzXFUyhhBuBVZo2Yz8wroy+lAubJb8QLXmB2DHtstaMCOtH4YqcDkHtwpYvn6+xQi+fx9snAEpAYg0joDiDiRorK6AU5g/ri8m0eXX+HxXqMjOsxikhV2HFS0PVTB6HHmPWQi3tFMSth1KT3ocX4/+GekrEnuI+/T5XM0T+kf0ROoAImGRJJEy7LhKmMXxzT++GlEyfWmstTpWzooVnLKyag8zbK1Saupty5HVdR8BoKVP+B3wdIiIsNiNmfPNNzmBNK71ard6e7VSpWqzedJc9Sff+m6iXUmwxMl5sppiuO5S05d4PAK4iAocFwUDRJWaL/vPLpyjemhSlot8rr1VsOJr8HJ4JbLOGxW/wMqUXfTCm66nzDbwceAnFY1gGPYZXpPpf/7rAGcAoxXFyVqI60ftioDBAhnSKiaJkscw1OZIVU5I7nCWSqVMh5gRdgxD4uCNTiOAqgpLFACtao1ViTDmsEj9MSTMCqwWxzsGPaNr3Ci9T2aJdZ6uAzZpLeo7sAlD4i8EvoH4Yd7e12u4MP4S0JIyT/Cxox2dd4nIWPQUrDQBiFv7RpJSIi4lpm4TZhEqiWHqC4dtF9aIc0UBKYtHtP4Q08hGvP4hVc+zIObgQd+Pm/efPm/TPABS8kjCsh4ybyhDOKyFPueI6cyvMWecYVH5HnZMm5nEmaSbkOt0aecMlt5CmP3EdO5XmNPMPwHnku/ZMdNQN7Wrb0dGJ29bBvt30nfMLRcOIgl9fWNadDLVgH7zF0L4dTbqVfWPWV6nfqt74kZ6Gq5Cx5UFDfHde9b5ypCmtW5me2eJkv8sqWcv39yI3Ge2ltODOKHsOL0McHsXF+aPvOWFsW1lrzT+AXnTxBRHicXVZlgOu4Ed5vN3Hi0O6+e6/XKzOnkCszMzO3iq3YusiWT5KTzStc27syMzNdmZmZmZkZrj/6vx3JsPte/mRmJA3PN97a3vK//124dRb9Yev033+9dBvb2EEHXQTooY8QAwwxwhgT7GIP+ziGM3AcJ3AxnImL4yxcApfEpXBpXAaXxeVweVwBV8SVtia4Mq6Cq+JquDqugWviWpji2rgOrovrYYazcX3cADfEjXBj3AQ3xc1wc9wCt8StcGvcBrfF7XB73AF3xJ1wZ9wFd8XdcHfcA/fEvXBv3Af3xf1wfzwAD8SD8GA8BA/Fw/BwPAKPxKPwaDDMESEGxwIJUgicgyUkMuRQKHAuNAwsSqywxgE2OInH4LF4HB6P8/AEPBFPwvm4AE/GU/BUPA1PxzPwTDwLz8Zz8Fw8D8/HC/BCvAgvxkvwUrwML8cr8Eq8Cq/Ga/BavA6vxxvwxq2L8Ca8GW/BW3Eh3oa34x14J96Fd+M9eC/eh/fjA/ggPoQP4yP4KD6Gj+MT+CQ+hU/jM/gsPofP4wv4Ir6EL+Mr+Cq+hq/jG/gmvoVv4zv4Lr6H7+MH+CF+hB/jJ/gpfoaf4xf4JX6FX+M3+C1+h9/jD/gj/oQ/4y/4K/6Gv+Mf+Cf+hX/jIvxnj8WZyKesKDjTLI/4pBJEKst4bs2gYlOV8WFFSpEvTU1nPBasvlKwhI9rUpaJyJtLVilparWGWyvypFFbKGMHPGNCTpm0sz6ZLB01IA2GLCWp7VrNTNpLOYvpYUBquba15pJoU9tMeM61iGou53at9LJr2IrHe4w05dNFKeV0LWKb7q+5pAD5dCX4emqE5ScaCZ0n3Jqp88TsNdImG8cagaRsUfhK81a01qRnOpcqCealtSoPyYO40NyY0ULpjNnpuaWyvGGYETEf1kyUMtscrEiu2ltlLFpGZC7HNWMss0dcZHHsSzCqgo3IXa4HFSP5glLmSe1yWotzlVNRtVbrRuzpWK3zmnQP+xVZFv2ISZ7HTO9suGnbREpWGN6LhcmEMQPySk95VtjN0JMLISWPO0ZpG/pc2FSY7VwFGdNLrjtSRctJHVHC6K7ehFIY60sz5AdcFxU98MFPI62K/YrUijLAvY/HTpH4YM6oRAspiumKWkaQ9yeOyFKlxUmVWyY7ZR6rjuaxGrp+rBPbiZi2/QXn8ZxFy24kVRkPVsKIuZDCbrorVkobGOqDKB2bSHOeq8IKlZvASKqgCVnO5IbsmpCqq+20ELym5kwPaXKs0tO5kvG4pgU5I6Kw5krZUEqOaso30F7N+CL66I8KqsLvHxX5fDSSaoBc5zYSU3Apo5RHy8YRflCwPG7ULoWl09zQ3DemKWNcExDwSS04pzRWLDbNueUHllpDtX4UzFBh3ECcKnEXz6wlmmdqxatecCDRBO3noXkWkSGVuTQ2plVpY4q5TWLuuCa9KZfF8SZOq8WS21SrMknHbSQOz8KYMGaumI47C8mS0GXVZ61P/clcVUcN4eHJ95Fx5PCQnIXeU3+hpWaH5NldQ27zQdUDLns1SUIW+jP/tqVmPbsWlqq5o43pL1jE50otRw3hrgQRy7hmQUJBFSZIGeGU3iGlvUwkmoZhWHDtU0qN0S+0isvImoCtKVTTdQem7+ZdKhYHZeH+aMwtT5Te1Bjt4HHQlMjKwI1DWYQFTfRCSaF2LEvGLdT5CGr0pRoOCb1zI33mAkIIyTcd53u/DcCkgsu44/B2UNFenPuUbYs4EF4wnJfUgGSAIgn9YpiXcj45hCl3afdUdjZqoMtx46PMbPcI7jnB3mn8bHIIhkdUN+ysI/KFCj3EpUwuBolSieRubVEaY8pgx6Ws63db2G64HaOMg5JoOaBAtC1SguDAsrnktkeYsbSqGFpOs5SpXLB27ufUIcumpyMVtxhQ0NKmOhdpx01Sn0rhgarnUEmsCG8I6nxfDzLhoNPZ2ytzOtKGkUtRRCnt5dRE9LRHYEUDYrq0bAmuM54w/6BvaP7jUvKh3/fVQA4q2pmdFJJtPGj7bXXIVpNbXTTUHiw2Kee2lggHVCyy5MykksQqKt2eHdcsXziQrS25sGsHvJn6Uh1p338xUIpDarhYZeIk75NrXBMI77aJy60zePz0BLh3o2a7eSWJprar1g7hycGUlkFMs0Y9YPvzUkj3LdIlJNK8y+S8zHa9bvrOIRSjLym73/JmSRWgkTl+ioQmz43guBW6K3stVx8fawUrJSkzarHYP12UH+pweZ8ccow+j4Z1SV1QXV/MLnUW3/QLJjNLSysgAKR2DG1aZnND0xGkIiYEHR3dqDVDu5wS2iPP8iPw7Ls3qM4C4+xtAnKEYLn+tqwgmwqid+uvRiqqcLAyrK26qeo48A8LRnjlmpZUFDQM/wcWp2dgAAEAAf//AA94nGNgZGBg4AFiMSBmYmAEws9AzALmMQAADg8BIgAAAHicY2BgYGQAgss6Wh4g+qqZSAqMBgAwzQR5AAA=") format("woff"), url(/assets/clean_admin/dashicons-bcd523471731627191af4c6b5e8b29253159cc10fb2871b14cc8a0e81af4a87b.ttf?b1d2984e1a886fadb803092a84de341c) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1753, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons {
  font-family: "dashicons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1770, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-appearance:before {
  content: "\f100";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1775, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-collapse:before {
  content: "\f148";
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1780, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-comments:before {
  content: "\f101";
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1785, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-customizer:before {
  content: "\f540";
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1790, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-generic:before {
  content: "\f111";
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1795, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-home:before {
  content: "\f102";
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1800, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-links:before {
  content: "\f103";
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1805, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-media:before {
  content: "\f104";
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1810, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-multisite:before {
  content: "\f541";
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1815, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-network:before {
  content: "\f112";
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1820, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-page:before {
  content: "\f105";
}

/* line 97, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1825, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-plugins:before {
  content: "\f106";
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1830, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-post:before {
  content: "\f109";
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1835, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-settings:before {
  content: "\f108";
}

/* line 112, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1840, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-site:before {
  content: "\f319";
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1845, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-tools:before {
  content: "\f107";
}

/* line 122, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1850, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-admin-users:before {
  content: "\f110";
}

/* line 127, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1855, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-album:before {
  content: "\f514";
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1860, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-align-center:before {
  content: "\f134";
}

/* line 137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1865, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-align-full-width:before {
  content: "\f114";
}

/* line 142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1870, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-align-left:before {
  content: "\f135";
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1875, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-align-none:before {
  content: "\f138";
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1880, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-align-right:before {
  content: "\f136";
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1885, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-analytics:before {
  content: "\f183";
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1890, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-archive:before {
  content: "\f480";
}

/* line 167, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1895, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-down-alt:before {
  content: "\f346";
}

/* line 172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1900, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-down-alt2:before {
  content: "\f347";
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1905, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-down:before {
  content: "\f140";
}

/* line 182, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1910, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-left-alt:before {
  content: "\f340";
}

/* line 187, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1915, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-left-alt2:before {
  content: "\f341";
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1920, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-left:before {
  content: "\f141";
}

/* line 197, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1925, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-right-alt:before {
  content: "\f344";
}

/* line 202, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1930, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-right-alt2:before {
  content: "\f345";
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1935, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-right:before {
  content: "\f139";
}

/* line 212, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1940, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-up-alt:before {
  content: "\f342";
}

/* line 217, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1945, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-up-alt2:before {
  content: "\f343";
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1950, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-arrow-up:before {
  content: "\f142";
}

/* line 227, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1955, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-art:before {
  content: "\f309";
}

/* line 232, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1960, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-awards:before {
  content: "\f313";
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1965, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-backup:before {
  content: "\f321";
}

/* line 242, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1970, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-book-alt:before {
  content: "\f331";
}

/* line 247, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1975, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-book:before {
  content: "\f330";
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1980, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-building:before {
  content: "\f512";
}

/* line 257, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1985, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-businessman:before {
  content: "\f338";
}

/* line 262, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1990, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-button:before {
  content: "\f11a";
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 1995, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-calendar-alt:before {
  content: "\f508";
}

/* line 272, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2000, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-calendar:before {
  content: "\f145";
}

/* line 277, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2005, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-camera:before {
  content: "\f306";
}

/* line 282, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2010, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-carrot:before {
  content: "\f511";
}

/* line 287, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2015, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-cart:before {
  content: "\f174";
}

/* line 292, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2020, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-category:before {
  content: "\f318";
}

/* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2025, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-chart-area:before {
  content: "\f239";
}

/* line 302, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2030, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-chart-bar:before {
  content: "\f185";
}

/* line 307, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2035, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-chart-line:before {
  content: "\f238";
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2040, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-chart-pie:before {
  content: "\f184";
}

/* line 317, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2045, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-clipboard:before {
  content: "\f481";
}

/* line 322, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2050, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-clock:before {
  content: "\f469";
}

/* line 327, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2055, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-cloud:before {
  content: "\f176";
}

/* line 332, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2060, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-back:before {
  content: "\f518";
}

/* line 337, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2065, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-forward:before {
  content: "\f519";
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2070, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-pause:before {
  content: "\f523";
}

/* line 347, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2075, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-play:before {
  content: "\f522";
}

/* line 352, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2080, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-repeat:before {
  content: "\f515";
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2085, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-skipback:before {
  content: "\f516";
}

/* line 362, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2090, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-skipforward:before {
  content: "\f517";
}

/* line 367, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2095, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-volumeoff:before {
  content: "\f520";
}

/* line 372, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2100, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-controls-volumeon:before {
  content: "\f521";
}

/* line 377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2105, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-dashboard:before {
  content: "\f226";
}

/* line 382, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2110, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-desktop:before {
  content: "\f472";
}

/* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2115, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-dismiss:before {
  content: "\f153";
}

/* line 392, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2120, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-download:before {
  content: "\f316";
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2125, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-edit:before {
  content: "\f464";
}

/* line 402, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2130, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-aligncenter:before {
  content: "\f207";
}

/* line 407, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2135, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-alignleft:before {
  content: "\f206";
}

/* line 412, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2140, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-alignright:before {
  content: "\f208";
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2145, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-bold:before {
  content: "\f200";
}

/* line 422, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2150, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-break:before {
  content: "\f474";
}

/* line 427, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2155, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-code:before {
  content: "\f475";
}

/* line 432, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2160, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-contract:before {
  content: "\f506";
}

/* line 437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2165, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-customchar:before {
  content: "\f220";
}

/* line 442, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2170, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-expand:before {
  content: "\f211";
}

/* line 447, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2175, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-help:before {
  content: "\f223";
}

/* line 452, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2180, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-indent:before {
  content: "\f222";
}

/* line 457, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2185, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-insertmore:before {
  content: "\f209";
}

/* line 462, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2190, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-italic:before {
  content: "\f201";
}

/* line 467, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2195, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-justify:before {
  content: "\f214";
}

/* line 472, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2200, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-kitchensink:before {
  content: "\f212";
}

/* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2205, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-ol:before {
  content: "\f204";
}

/* line 482, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2210, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-outdent:before {
  content: "\f221";
}

/* line 487, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2215, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-paragraph:before {
  content: "\f476";
}

/* line 492, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2220, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-paste-text:before {
  content: "\f217";
}

/* line 497, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2225, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-paste-word:before {
  content: "\f216";
}

/* line 502, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2230, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-quote:before {
  content: "\f205";
}

/* line 507, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2235, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-removeformatting:before {
  content: "\f218";
}

/* line 512, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2240, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-rtl:before {
  content: "\f320";
}

/* line 517, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2245, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-spellcheck:before {
  content: "\f210";
}

/* line 522, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2250, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-strikethrough:before {
  content: "\f224";
}

/* line 527, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2255, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-table:before {
  content: "\f535";
}

/* line 532, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2260, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-textcolor:before {
  content: "\f215";
}

/* line 537, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2265, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-ul:before {
  content: "\f203";
}

/* line 542, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2270, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-underline:before {
  content: "\f213";
}

/* line 547, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2275, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-unlink:before {
  content: "\f225";
}

/* line 552, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2280, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-editor-video:before {
  content: "\f219";
}

/* line 557, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2285, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-email-alt:before {
  content: "\f466";
}

/* line 562, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2290, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-email-alt2:before {
  content: "\f10a";
}

/* line 567, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2295, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-email:before {
  content: "\f465";
}

/* line 572, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2300, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-exerpt-view:before {
  content: "\f164";
}

/* line 577, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2305, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-external:before {
  content: "\f504";
}

/* line 582, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2310, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-facebook-alt:before {
  content: "\f305";
}

/* line 587, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2315, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-facebook:before {
  content: "\f304";
}

/* line 592, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2320, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-feedback:before {
  content: "\f175";
}

/* line 597, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2325, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-filter:before {
  content: "\f536";
}

/* line 602, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2330, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-flag:before {
  content: "\f227";
}

/* line 607, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2335, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-format-aside:before {
  content: "\f123";
}

/* line 612, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2340, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-format-audio:before {
  content: "\f127";
}

/* line 617, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2345, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-format-chat:before {
  content: "\f125";
}

/* line 622, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2350, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-format-gallery:before {
  content: "\f161";
}

/* line 627, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2355, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-format-image:before {
  content: "\f128";
}

/* line 632, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2360, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-format-quote:before {
  content: "\f122";
}

/* line 637, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2365, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-format-status:before {
  content: "\f130";
}

/* line 642, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2370, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-format-video:before {
  content: "\f126";
}

/* line 647, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2375, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-forms:before {
  content: "\f314";
}

/* line 652, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2380, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-googleplus:before {
  content: "\f462";
}

/* line 657, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2385, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-grid-view:before {
  content: "\f509";
}

/* line 662, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2390, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-groups:before {
  content: "\f307";
}

/* line 667, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2395, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-hammer:before {
  content: "\f308";
}

/* line 672, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2400, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-heading:before {
  content: "\f10e";
}

/* line 677, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2405, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-heart:before {
  content: "\f487";
}

/* line 682, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2410, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-hidden:before {
  content: "\f530";
}

/* line 687, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2415, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-id-alt:before {
  content: "\f337";
}

/* line 692, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2420, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-id:before {
  content: "\f336";
}

/* line 697, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2425, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-image-crop:before {
  content: "\f165";
}

/* line 702, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2430, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-image-filter:before {
  content: "\f533";
}

/* line 707, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2435, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-image-flip-horizontal:before {
  content: "\f169";
}

/* line 712, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2440, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-image-flip-vertical:before {
  content: "\f168";
}

/* line 717, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2445, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-image-rotate-left:before {
  content: "\f166";
}

/* line 722, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2450, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-image-rotate-right:before {
  content: "\f167";
}

/* line 727, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2455, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-image-rotate:before {
  content: "\f531";
}

/* line 732, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2460, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-images-alt:before {
  content: "\f232";
}

/* line 737, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2465, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-images-alt2:before {
  content: "\f233";
}

/* line 742, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2470, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-index-card:before {
  content: "\f510";
}

/* line 747, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2475, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-info:before {
  content: "\f348";
}

/* line 752, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2480, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-insert:before {
  content: "\f10f";
}

/* line 757, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2485, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-laptop:before {
  content: "\f547";
}

/* line 762, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2490, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-layout:before {
  content: "\f538";
}

/* line 767, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2495, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-leftright:before {
  content: "\f229";
}

/* line 772, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2500, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-lightbulb:before {
  content: "\f339";
}

/* line 777, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2505, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-list-view:before {
  content: "\f163";
}

/* line 782, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2510, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-location-alt:before {
  content: "\f231";
}

/* line 787, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2515, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-location:before {
  content: "\f230";
}

/* line 792, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2520, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-lock:before {
  content: "\f160";
}

/* line 797, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2525, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-marker:before {
  content: "\f159";
}

/* line 802, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2530, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-archive:before {
  content: "\f501";
}

/* line 807, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2535, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-audio:before {
  content: "\f500";
}

/* line 812, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2540, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-code:before {
  content: "\f499";
}

/* line 817, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2545, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-default:before {
  content: "\f498";
}

/* line 822, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2550, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-document:before {
  content: "\f497";
}

/* line 827, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2555, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-interactive:before {
  content: "\f496";
}

/* line 832, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2560, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-spreadsheet:before {
  content: "\f495";
}

/* line 837, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2565, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-text:before {
  content: "\f491";
}

/* line 842, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2570, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-media-video:before {
  content: "\f490";
}

/* line 847, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2575, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-megaphone:before {
  content: "\f488";
}

/* line 852, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2580, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-menu-alt:before {
  content: "\f10b";
}

/* line 857, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2585, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-menu:before {
  content: "\f333";
}

/* line 862, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2590, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-microphone:before {
  content: "\f482";
}

/* line 867, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2595, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-migrate:before {
  content: "\f310";
}

/* line 872, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2600, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-minus:before {
  content: "\f460";
}

/* line 877, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2605, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-money:before {
  content: "\f526";
}

/* line 882, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2610, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-move:before {
  content: "\f545";
}

/* line 887, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2615, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-nametag:before {
  content: "\f484";
}

/* line 892, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2620, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-networking:before {
  content: "\f325";
}

/* line 897, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2625, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-no-alt:before {
  content: "\f335";
}

/* line 902, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2630, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-no:before {
  content: "\f158";
}

/* line 907, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2635, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-palmtree:before {
  content: "\f527";
}

/* line 912, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2640, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-paperclip:before {
  content: "\f546";
}

/* line 917, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2645, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-performance:before {
  content: "\f311";
}

/* line 922, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2650, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-phone:before {
  content: "\f525";
}

/* line 927, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2655, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-playlist-audio:before {
  content: "\f492";
}

/* line 932, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2660, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-playlist-video:before {
  content: "\f493";
}

/* line 937, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2665, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-plus-alt:before {
  content: "\f502";
}

/* line 942, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2670, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-plus-light:before {
  content: "\f10c";
}

/* line 947, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2675, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-plus:before {
  content: "\f132";
}

/* line 952, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2680, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-portfolio:before {
  content: "\f322";
}

/* line 957, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2685, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-post-status:before {
  content: "\f173";
}

/* line 962, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2690, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-pressthis:before {
  content: "\f157";
}

/* line 967, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2695, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-products:before {
  content: "\f312";
}

/* line 972, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2700, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-randomize:before {
  content: "\f503";
}

/* line 977, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2705, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-redo:before {
  content: "\f172";
}

/* line 982, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2710, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-rss:before {
  content: "\f303";
}

/* line 987, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2715, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-saved:before {
  content: "\f113";
}

/* line 992, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2720, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-schedule:before {
  content: "\f489";
}

/* line 997, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2725, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-screenoptions:before {
  content: "\f180";
}

/* line 1002, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2730, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-search:before {
  content: "\f179";
}

/* line 1007, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2735, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-share-alt:before {
  content: "\f240";
}

/* line 1012, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2740, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-share-alt2:before {
  content: "\f242";
}

/* line 1017, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2745, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-share:before {
  content: "\f237";
}

/* line 1022, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2750, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-shield-alt:before {
  content: "\f334";
}

/* line 1027, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2755, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-shield:before {
  content: "\f332";
}

/* line 1032, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2760, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-slides:before {
  content: "\f181";
}

/* line 1037, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2765, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-smartphone:before {
  content: "\f470";
}

/* line 1042, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2770, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-smiley:before {
  content: "\f328";
}

/* line 1047, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2775, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-sort:before {
  content: "\f156";
}

/* line 1052, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2780, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-sos:before {
  content: "\f468";
}

/* line 1057, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2785, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-star-empty:before {
  content: "\f154";
}

/* line 1062, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2790, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-star-filled:before {
  content: "\f155";
}

/* line 1067, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2795, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-star-half:before {
  content: "\f459";
}

/* line 1072, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2800, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-sticky:before {
  content: "\f537";
}

/* line 1077, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2805, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-store:before {
  content: "\f513";
}

/* line 1082, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2810, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-tablet:before {
  content: "\f471";
}

/* line 1087, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2815, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-tag:before {
  content: "\f323";
}

/* line 1092, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2820, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-tagcloud:before {
  content: "\f479";
}

/* line 1097, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2825, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-testimonial:before {
  content: "\f473";
}

/* line 1102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2830, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-text:before {
  content: "\f478";
}

/* line 1107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2835, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-thumbs-down:before {
  content: "\f542";
}

/* line 1112, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2840, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-thumbs-up:before {
  content: "\f529";
}

/* line 1117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2845, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-tickets-alt:before {
  content: "\f524";
}

/* line 1122, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2850, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-tickets:before {
  content: "\f486";
}

/* line 1127, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2855, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-translation:before {
  content: "\f326";
}

/* line 1132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2860, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-trash:before {
  content: "\f10d";
}

/* line 1137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2865, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-twitter:before {
  content: "\f301";
}

/* line 1142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2870, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-undo:before {
  content: "\f171";
}

/* line 1147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2875, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-universal-access-alt:before {
  content: "\f507";
}

/* line 1152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2880, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-universal-access:before {
  content: "\f483";
}

/* line 1157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2885, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-unlock:before {
  content: "\f528";
}

/* line 1162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2890, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-update:before {
  content: "\f463";
}

/* line 1167, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2895, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-upload:before {
  content: "\f317";
}

/* line 1172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2900, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-vault:before {
  content: "\f178";
}

/* line 1177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2905, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-video-alt:before {
  content: "\f234";
}

/* line 1182, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2910, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-video-alt2:before {
  content: "\f235";
}

/* line 1187, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2915, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-video-alt3:before {
  content: "\f236";
}

/* line 1192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2920, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-visibility:before {
  content: "\f177";
}

/* line 1197, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2925, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-warning:before {
  content: "\f534";
}

/* line 1202, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2930, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-welcome-add-page:before {
  content: "\f133";
}

/* line 1207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2935, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-welcome-comments:before {
  content: "\f117";
}

/* line 1212, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2940, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-welcome-learn-more:before {
  content: "\f118";
}

/* line 1217, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2945, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-welcome-view-site:before {
  content: "\f115";
}

/* line 1222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2950, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-welcome-widgets-menus:before {
  content: "\f116";
}

/* line 1227, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2955, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-welcome-write-blog:before {
  content: "\f119";
}

/* line 1232, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2960, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-wordpress-alt:before {
  content: "\f324";
}

/* line 1237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2965, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-wordpress:before {
  content: "\f120";
}

/* line 1242, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dashicons/dashicons.scss */
/* line 2970, app/assets/stylesheets/legacy/public.scss.erb */
.dashicons-yes:before {
  content: "\f147";
}

@font-face {
  font-family: "dripicons-v2";
  src: url(/assets/clean_admin/dripicons-v2-4551d45f9461084536f7f773b845761b945e68ec435c6f244e8b2d72b371d335.eot);
  src: url(/assets/clean_admin/dripicons-v2-4551d45f9461084536f7f773b845761b945e68ec435c6f244e8b2d72b371d335.eot?#iefix) format("embedded-opentype"), url(/assets/clean_admin/dripicons-v2-e87a09cef1a17d8c6a5a1b542521889f2f409262589d8d4fb1d9112c9e144bfb.woff) format("woff"), url(/assets/clean_admin/dripicons-v2-d8c798b53ed325b354524c6f83c735bc8a461a429daa2c0302d671988aa6da0f.ttf) format("truetype"), url(/assets/clean_admin/dripicons-v2-2c1ce9e2c6fa50aadaaa63c72eeb45bed1f61bdfa0746619c21f33d8d59a4ef0.svg#dripicons-v2) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 2982, app/assets/stylesheets/legacy/public.scss.erb */
[data-icon]:before {
  font-family: "dripicons-v2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 2996, app/assets/stylesheets/legacy/public.scss.erb */
[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3010, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-alarm:before {
  content: "\61";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3015, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-align-center:before {
  content: "\62";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3020, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-align-justify:before {
  content: "\63";
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3025, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-align-left:before {
  content: "\64";
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3030, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-align-right:before {
  content: "\65";
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3035, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-anchor:before {
  content: "\66";
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3040, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-archive:before {
  content: "\67";
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3045, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-arrow-down:before {
  content: "\68";
}

/* line 65, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3050, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-arrow-left:before {
  content: "\69";
}

/* line 68, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3055, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-arrow-right:before {
  content: "\6a";
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3060, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-arrow-thin-down:before {
  content: "\6b";
}

/* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3065, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-arrow-thin-left:before {
  content: "\6c";
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3070, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-arrow-thin-right:before {
  content: "\6d";
}

/* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3075, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-arrow-thin-up:before {
  content: "\6e";
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3080, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-arrow-up:before {
  content: "\6f";
}

/* line 86, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3085, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-article:before {
  content: "\70";
}

/* line 89, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3090, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-backspace:before {
  content: "\71";
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3095, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-basket:before {
  content: "\72";
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3100, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-basketball:before {
  content: "\73";
}

/* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3105, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-battery-empty:before {
  content: "\74";
}

/* line 101, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3110, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-battery-full:before {
  content: "\75";
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3115, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-battery-low:before {
  content: "\76";
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3120, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-battery-medium:before {
  content: "\77";
}

/* line 110, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3125, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-bell:before {
  content: "\78";
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3130, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-blog:before {
  content: "\79";
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3135, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-bluetooth:before {
  content: "\7a";
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3140, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-bold:before {
  content: "\41";
}

/* line 122, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3145, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-bookmark:before {
  content: "\42";
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3150, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-bookmarks:before {
  content: "\43";
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3155, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-box:before {
  content: "\44";
}

/* line 131, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3160, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-briefcase:before {
  content: "\45";
}

/* line 134, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3165, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-brightness-low:before {
  content: "\46";
}

/* line 137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3170, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-brightness-max:before {
  content: "\47";
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3175, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-brightness-medium:before {
  content: "\48";
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3180, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-broadcast:before {
  content: "\49";
}

/* line 146, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3185, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-browser:before {
  content: "\4a";
}

/* line 149, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3190, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-browser-upload:before {
  content: "\4b";
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3195, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-brush:before {
  content: "\4c";
}

/* line 155, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3200, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-calendar:before {
  content: "\4d";
}

/* line 158, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3205, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-camcorder:before {
  content: "\4e";
}

/* line 161, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3210, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-camera:before {
  content: "\4f";
}

/* line 164, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3215, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-card:before {
  content: "\50";
}

/* line 167, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3220, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-cart:before {
  content: "\51";
}

/* line 170, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3225, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-checklist:before {
  content: "\52";
}

/* line 173, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3230, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-checkmark:before {
  content: "\53";
}

/* line 176, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3235, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-chevron-down:before {
  content: "\54";
}

/* line 179, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3240, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-chevron-left:before {
  content: "\55";
}

/* line 182, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3245, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-chevron-right:before {
  content: "\56";
}

/* line 185, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3250, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-chevron-up:before {
  content: "\57";
}

/* line 188, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3255, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-clipboard:before {
  content: "\58";
}

/* line 191, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3260, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-clock:before {
  content: "\59";
}

/* line 194, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3265, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-clockwise:before {
  content: "\5a";
}

/* line 197, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3270, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-cloud:before {
  content: "\30";
}

/* line 200, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3275, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-cloud-download:before {
  content: "\31";
}

/* line 203, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3280, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-cloud-upload:before {
  content: "\32";
}

/* line 206, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3285, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-code:before {
  content: "\33";
}

/* line 209, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3290, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-contract:before {
  content: "\34";
}

/* line 212, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3295, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-contract-2:before {
  content: "\35";
}

/* line 215, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3300, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-conversation:before {
  content: "\36";
}

/* line 218, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3305, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-copy:before {
  content: "\37";
}

/* line 221, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3310, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-crop:before {
  content: "\38";
}

/* line 224, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3315, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-cross:before {
  content: "\39";
}

/* line 227, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3320, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-crosshair:before {
  content: "\21";
}

/* line 230, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3325, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-cutlery:before {
  content: "\22";
}

/* line 233, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3330, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-device-desktop:before {
  content: "\23";
}

/* line 236, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3335, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-device-mobile:before {
  content: "\24";
}

/* line 239, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3340, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-device-tablet:before {
  content: "\25";
}

/* line 242, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3345, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-direction:before {
  content: "\26";
}

/* line 245, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3350, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-disc:before {
  content: "\27";
}

/* line 248, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3355, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-document:before {
  content: "\28";
}

/* line 251, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3360, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-document-delete:before {
  content: "\29";
}

/* line 254, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3365, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-document-edit:before {
  content: "\2a";
}

/* line 257, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3370, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-document-new:before {
  content: "\2b";
}

/* line 260, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3375, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-document-remove:before {
  content: "\2c";
}

/* line 263, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3380, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-dot:before {
  content: "\2d";
}

/* line 266, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3385, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-dots-2:before {
  content: "\2e";
}

/* line 269, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3390, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-dots-3:before {
  content: "\2f";
}

/* line 272, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3395, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-download:before {
  content: "\3a";
}

/* line 275, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3400, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-duplicate:before {
  content: "\3b";
}

/* line 278, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3405, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-enter:before {
  content: "\3c";
}

/* line 281, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3410, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-exit:before {
  content: "\3d";
}

/* line 284, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3415, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-expand:before {
  content: "\3e";
}

/* line 287, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3420, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-expand-2:before {
  content: "\3f";
}

/* line 290, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3425, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-experiment:before {
  content: "\40";
}

/* line 293, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3430, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-export:before {
  content: "\5b";
}

/* line 296, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3435, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-feed:before {
  content: "\5d";
}

/* line 299, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3440, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-flag:before {
  content: "\5e";
}

/* line 302, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3445, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-flashlight:before {
  content: "\5f";
}

/* line 305, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3450, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-folder:before {
  content: "\60";
}

/* line 308, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3455, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-folder-open:before {
  content: "\7b";
}

/* line 311, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3460, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-forward:before {
  content: "\7c";
}

/* line 314, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3465, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-gaming:before {
  content: "\7d";
}

/* line 317, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3470, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-gear:before {
  content: "\7e";
}

/* line 320, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3475, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-graduation:before {
  content: "\5c";
}

/* line 323, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3480, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-graph-bar:before {
  content: "\e000";
}

/* line 326, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3485, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-graph-line:before {
  content: "\e001";
}

/* line 329, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3490, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-graph-pie:before {
  content: "\e002";
}

/* line 332, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3495, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-headset:before {
  content: "\e003";
}

/* line 335, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3500, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-heart:before {
  content: "\e004";
}

/* line 338, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3505, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-help:before {
  content: "\e005";
}

/* line 341, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3510, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-home:before {
  content: "\e006";
}

/* line 344, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3515, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-hourglass:before {
  content: "\e007";
}

/* line 347, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3520, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-inbox:before {
  content: "\e008";
}

/* line 350, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3525, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-information:before {
  content: "\e009";
}

/* line 353, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3530, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-italic:before {
  content: "\e00a";
}

/* line 356, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3535, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-jewel:before {
  content: "\e00b";
}

/* line 359, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3540, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-lifting:before {
  content: "\e00c";
}

/* line 362, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3545, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-lightbulb:before {
  content: "\e00d";
}

/* line 365, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3550, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-link:before {
  content: "\e00e";
}

/* line 368, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3555, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-link-broken:before {
  content: "\e00f";
}

/* line 371, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3560, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-list:before {
  content: "\e010";
}

/* line 374, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3565, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-loading:before {
  content: "\e011";
}

/* line 377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3570, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-location:before {
  content: "\e012";
}

/* line 380, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3575, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-lock:before {
  content: "\e013";
}

/* line 383, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3580, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-lock-open:before {
  content: "\e014";
}

/* line 386, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3585, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-mail:before {
  content: "\e015";
}

/* line 389, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3590, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-map:before {
  content: "\e016";
}

/* line 392, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3595, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-media-loop:before {
  content: "\e017";
}

/* line 395, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3600, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-media-next:before {
  content: "\e018";
}

/* line 398, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3605, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-media-pause:before {
  content: "\e019";
}

/* line 401, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3610, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-media-play:before {
  content: "\e01a";
}

/* line 404, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3615, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-media-previous:before {
  content: "\e01b";
}

/* line 407, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3620, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-media-record:before {
  content: "\e01c";
}

/* line 410, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3625, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-media-shuffle:before {
  content: "\e01d";
}

/* line 413, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3630, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-media-stop:before {
  content: "\e01e";
}

/* line 416, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3635, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-medical:before {
  content: "\e01f";
}

/* line 419, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3640, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-menu:before {
  content: "\e020";
}

/* line 422, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3645, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-message:before {
  content: "\e021";
}

/* line 425, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3650, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-meter:before {
  content: "\e022";
}

/* line 428, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3655, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-microphone:before {
  content: "\e023";
}

/* line 431, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3660, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-minus:before {
  content: "\e024";
}

/* line 434, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3665, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-monitor:before {
  content: "\e025";
}

/* line 437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3670, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-move:before {
  content: "\e026";
}

/* line 440, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3675, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-music:before {
  content: "\e027";
}

/* line 443, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3680, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-network-1:before {
  content: "\e028";
}

/* line 446, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3685, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-network-2:before {
  content: "\e029";
}

/* line 449, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3690, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-network-3:before {
  content: "\e02a";
}

/* line 452, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3695, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-network-4:before {
  content: "\e02b";
}

/* line 455, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3700, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-network-5:before {
  content: "\e02c";
}

/* line 458, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3705, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-pamphlet:before {
  content: "\e02d";
}

/* line 461, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3710, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-paperclip:before {
  content: "\e02e";
}

/* line 464, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3715, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-pencil:before {
  content: "\e02f";
}

/* line 467, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3720, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-phone:before {
  content: "\e030";
}

/* line 470, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3725, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-photo:before {
  content: "\e031";
}

/* line 473, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3730, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-photo-group:before {
  content: "\e032";
}

/* line 476, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3735, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-pill:before {
  content: "\e033";
}

/* line 479, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3740, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-pin:before {
  content: "\e034";
}

/* line 482, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3745, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-plus:before {
  content: "\e035";
}

/* line 485, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3750, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-power:before {
  content: "\e036";
}

/* line 488, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3755, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-preview:before {
  content: "\e037";
}

/* line 491, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3760, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-print:before {
  content: "\e038";
}

/* line 494, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3765, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-pulse:before {
  content: "\e039";
}

/* line 497, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3770, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-question:before {
  content: "\e03a";
}

/* line 500, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3775, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-reply:before {
  content: "\e03b";
}

/* line 503, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3780, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-reply-all:before {
  content: "\e03c";
}

/* line 506, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3785, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-return:before {
  content: "\e03d";
}

/* line 509, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3790, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-retweet:before {
  content: "\e03e";
}

/* line 512, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3795, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-rocket:before {
  content: "\e03f";
}

/* line 515, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3800, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-scale:before {
  content: "\e040";
}

/* line 518, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3805, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-search:before {
  content: "\e041";
}

/* line 521, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3810, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-shopping-bag:before {
  content: "\e042";
}

/* line 524, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3815, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-skip:before {
  content: "\e043";
}

/* line 527, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3820, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-stack:before {
  content: "\e044";
}

/* line 530, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3825, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-star:before {
  content: "\e045";
}

/* line 533, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3830, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-stopwatch:before {
  content: "\e046";
}

/* line 536, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3835, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-store:before {
  content: "\e047";
}

/* line 539, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3840, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-suitcase:before {
  content: "\e048";
}

/* line 542, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3845, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-swap:before {
  content: "\e049";
}

/* line 545, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3850, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-tag:before {
  content: "\e04a";
}

/* line 548, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3855, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-tag-delete:before {
  content: "\e04b";
}

/* line 551, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3860, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-tags:before {
  content: "\e04c";
}

/* line 554, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3865, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-thumbs-down:before {
  content: "\e04d";
}

/* line 557, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3870, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-thumbs-up:before {
  content: "\e04e";
}

/* line 560, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3875, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-ticket:before {
  content: "\e04f";
}

/* line 563, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3880, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-time-reverse:before {
  content: "\e050";
}

/* line 566, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3885, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-to-do:before {
  content: "\e051";
}

/* line 569, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3890, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-toggles:before {
  content: "\e052";
}

/* line 572, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3895, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-trash:before {
  content: "\e053";
}

/* line 575, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3900, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-trophy:before {
  content: "\e054";
}

/* line 578, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3905, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-upload:before {
  content: "\e055";
}

/* line 581, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3910, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-user:before {
  content: "\e056";
}

/* line 584, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3915, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-user-group:before {
  content: "\e057";
}

/* line 587, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3920, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-user-id:before {
  content: "\e058";
}

/* line 590, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3925, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-vibrate:before {
  content: "\e059";
}

/* line 593, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3930, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-view-apps:before {
  content: "\e05a";
}

/* line 596, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3935, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-view-list:before {
  content: "\e05b";
}

/* line 599, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3940, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-view-list-large:before {
  content: "\e05c";
}

/* line 602, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3945, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-view-thumb:before {
  content: "\e05d";
}

/* line 605, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3950, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-volume-full:before {
  content: "\e05e";
}

/* line 608, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3955, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-volume-low:before {
  content: "\e05f";
}

/* line 611, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3960, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-volume-medium:before {
  content: "\e060";
}

/* line 614, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3965, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-volume-off:before {
  content: "\e061";
}

/* line 617, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3970, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-wallet:before {
  content: "\e062";
}

/* line 620, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3975, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-warning:before {
  content: "\e063";
}

/* line 623, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3980, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-web:before {
  content: "\e064";
}

/* line 626, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3985, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-weight:before {
  content: "\e065";
}

/* line 629, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3990, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-wifi:before {
  content: "\e066";
}

/* line 632, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 3995, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-wrong:before {
  content: "\e067";
}

/* line 635, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 4000, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-zoom-in:before {
  content: "\e068";
}

/* line 638, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/dripicons/webfont.scss */
/* line 4005, app/assets/stylesheets/legacy/public.scss.erb */
.dripicons-zoom-out:before {
  content: "\e069";
}

@font-face {
  font-family: 'eightyshades';
  src: url(/assets/clean_admin/eightyshades-a76c0657605c913934a365b9d34d5b7772346314c758f0b0df1245ce79517fe4.eot);
  src: url(/assets/clean_admin/eightyshades-a76c0657605c913934a365b9d34d5b7772346314c758f0b0df1245ce79517fe4.eot?#iefix) format("embedded-opentype"), url(/assets/clean_admin/eightyshades-afafad980fe946d690dca1de8ecc4e7a40a05f27085bca19a480fc83cd839840.woff) format("woff"), url(/assets/clean_admin/eightyshades-2199e4c0ff43c1023c11d82cb30e27f545e92f6cd0763891074fb1a5c35335a5.ttf) format("truetype"), url(/assets/clean_admin/eightyshades-4830ff5a62456f2993f10157282ad255ead0d308ce08519792abb98b159e0986.svg#eightyshades) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4018, app/assets/stylesheets/legacy/public.scss.erb */
[data-icon]:before {
  font-family: 'eightyshades';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4034, app/assets/stylesheets/legacy/public.scss.erb */
.icon-store:before, .icon-out:before, .icon-in:before, .icon-in-alt:before, .icon-home:before, .icon-light-bulb:before, .icon-anchor:before, .icon-feather:before, .icon-expand:before, .icon-maximize:before, .icon-search:before, .icon-zoom-in:before, .icon-zoom-out:before, .icon-add:before, .icon-subtract:before, .icon-exclamation:before, .icon-question:before, .icon-close:before, .icon-cmd:before, .icon-forbid:before, .icon-forbid-2:before, .icon-spinner:before, .icon-play:before, .icon-stop:before, .icon-pause:before, .icon-forward:before, .icon-rewind:before, .icon-sound:before, .icon-sound-alt:before, .icon-sound-off:before, .icon-task:before, .icon-inbox:before, .icon-inbox-alt:before, .icon-envelope:before, .icon-compose:before, .icon-newspaper:before, .icon-newspaper-alt:before, .icon-clipboard:before, .icon-calendar:before, .icon-hyperlink:before, .icon-trash:before, .icon-trash-alt:before, .icon-grid:before, .icon-grid-alt:before, .icon-menu:before, .icon-list:before, .icon-gallery:before, .icon-calculator:before, .icon-windows:before, .icon-browser:before, .icon-alarm:before, .icon-clock:before, .icon-attachment:before, .icon-settings:before, .icon-portfolio:before, .icon-user:before, .icon-users:before, .icon-heart:before, .icon-chat:before, .icon-comments:before, .icon-screen:before, .icon-iphone:before, .icon-ipad:before, .icon-fork-and-spoon:before, .icon-fork-and-knife:before, .icon-instagram:before, .icon-facebook:before, .icon-delicious:before, .icon-googleplus:before, .icon-dribbble:before, .icon-pin:before, .icon-pin-alt:before, .icon-camera:before, .icon-brightness:before, .icon-brightness-half:before, .icon-moon:before, .icon-cloud:before, .icon-circle-full:before, .icon-circle-half:before, .icon-globe:before {
  font-family: 'eightyshades';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4044, app/assets/stylesheets/legacy/public.scss.erb */
.icon-store:before {
  content: "\e000";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4049, app/assets/stylesheets/legacy/public.scss.erb */
.icon-out:before {
  content: "\e001";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4054, app/assets/stylesheets/legacy/public.scss.erb */
.icon-in:before {
  content: "\e002";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4059, app/assets/stylesheets/legacy/public.scss.erb */
.icon-in-alt:before {
  content: "\e003";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4064, app/assets/stylesheets/legacy/public.scss.erb */
.icon-home:before {
  content: "\e004";
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4069, app/assets/stylesheets/legacy/public.scss.erb */
.icon-light-bulb:before {
  content: "\e005";
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4074, app/assets/stylesheets/legacy/public.scss.erb */
.icon-anchor:before {
  content: "\e006";
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4079, app/assets/stylesheets/legacy/public.scss.erb */
.icon-feather:before {
  content: "\e007";
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4084, app/assets/stylesheets/legacy/public.scss.erb */
.icon-expand:before {
  content: "\e008";
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4089, app/assets/stylesheets/legacy/public.scss.erb */
.icon-maximize:before {
  content: "\e009";
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4094, app/assets/stylesheets/legacy/public.scss.erb */
.icon-search:before {
  content: "\e00a";
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4099, app/assets/stylesheets/legacy/public.scss.erb */
.icon-zoom-in:before {
  content: "\e00b";
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4104, app/assets/stylesheets/legacy/public.scss.erb */
.icon-zoom-out:before {
  content: "\e00c";
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4109, app/assets/stylesheets/legacy/public.scss.erb */
.icon-add:before {
  content: "\e00d";
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4114, app/assets/stylesheets/legacy/public.scss.erb */
.icon-subtract:before {
  content: "\e00e";
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4119, app/assets/stylesheets/legacy/public.scss.erb */
.icon-exclamation:before {
  content: "\e00f";
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4124, app/assets/stylesheets/legacy/public.scss.erb */
.icon-question:before {
  content: "\e010";
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4129, app/assets/stylesheets/legacy/public.scss.erb */
.icon-close:before {
  content: "\e011";
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4134, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cmd:before {
  content: "\e012";
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4139, app/assets/stylesheets/legacy/public.scss.erb */
.icon-forbid:before {
  content: "\e013";
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4144, app/assets/stylesheets/legacy/public.scss.erb */
.icon-forbid-2:before {
  content: "\e014";
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4149, app/assets/stylesheets/legacy/public.scss.erb */
.icon-spinner:before {
  content: "\e015";
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4154, app/assets/stylesheets/legacy/public.scss.erb */
.icon-play:before {
  content: "\e016";
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4159, app/assets/stylesheets/legacy/public.scss.erb */
.icon-stop:before {
  content: "\e017";
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4164, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pause:before {
  content: "\e018";
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4169, app/assets/stylesheets/legacy/public.scss.erb */
.icon-forward:before {
  content: "\e019";
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4174, app/assets/stylesheets/legacy/public.scss.erb */
.icon-rewind:before {
  content: "\e01a";
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4179, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sound:before {
  content: "\e01b";
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4184, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sound-alt:before {
  content: "\e01c";
}

/* line 123, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4189, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sound-off:before {
  content: "\e01d";
}

/* line 126, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4194, app/assets/stylesheets/legacy/public.scss.erb */
.icon-task:before {
  content: "\e01e";
}

/* line 129, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4199, app/assets/stylesheets/legacy/public.scss.erb */
.icon-inbox:before {
  content: "\e01f";
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4204, app/assets/stylesheets/legacy/public.scss.erb */
.icon-inbox-alt:before {
  content: "\e020";
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4209, app/assets/stylesheets/legacy/public.scss.erb */
.icon-envelope:before {
  content: "\e021";
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4214, app/assets/stylesheets/legacy/public.scss.erb */
.icon-compose:before {
  content: "\e022";
}

/* line 141, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4219, app/assets/stylesheets/legacy/public.scss.erb */
.icon-newspaper:before {
  content: "\e023";
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4224, app/assets/stylesheets/legacy/public.scss.erb */
.icon-newspaper-alt:before {
  content: "\e024";
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4229, app/assets/stylesheets/legacy/public.scss.erb */
.icon-clipboard:before {
  content: "\e025";
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4234, app/assets/stylesheets/legacy/public.scss.erb */
.icon-calendar:before {
  content: "\e026";
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4239, app/assets/stylesheets/legacy/public.scss.erb */
.icon-hyperlink:before {
  content: "\e027";
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4244, app/assets/stylesheets/legacy/public.scss.erb */
.icon-trash:before {
  content: "\e028";
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4249, app/assets/stylesheets/legacy/public.scss.erb */
.icon-trash-alt:before {
  content: "\e029";
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4254, app/assets/stylesheets/legacy/public.scss.erb */
.icon-grid:before {
  content: "\e02a";
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4259, app/assets/stylesheets/legacy/public.scss.erb */
.icon-grid-alt:before {
  content: "\e02b";
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4264, app/assets/stylesheets/legacy/public.scss.erb */
.icon-menu:before {
  content: "\e02c";
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4269, app/assets/stylesheets/legacy/public.scss.erb */
.icon-list:before {
  content: "\e02d";
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4274, app/assets/stylesheets/legacy/public.scss.erb */
.icon-gallery:before {
  content: "\e02e";
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4279, app/assets/stylesheets/legacy/public.scss.erb */
.icon-calculator:before {
  content: "\e02f";
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4284, app/assets/stylesheets/legacy/public.scss.erb */
.icon-windows:before {
  content: "\e030";
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4289, app/assets/stylesheets/legacy/public.scss.erb */
.icon-browser:before {
  content: "\e031";
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4294, app/assets/stylesheets/legacy/public.scss.erb */
.icon-alarm:before {
  content: "\e032";
}

/* line 189, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4299, app/assets/stylesheets/legacy/public.scss.erb */
.icon-clock:before {
  content: "\e033";
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4304, app/assets/stylesheets/legacy/public.scss.erb */
.icon-attachment:before {
  content: "\e034";
}

/* line 195, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4309, app/assets/stylesheets/legacy/public.scss.erb */
.icon-settings:before {
  content: "\e035";
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4314, app/assets/stylesheets/legacy/public.scss.erb */
.icon-portfolio:before {
  content: "\e036";
}

/* line 201, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4319, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user:before {
  content: "\e037";
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4324, app/assets/stylesheets/legacy/public.scss.erb */
.icon-users:before {
  content: "\e038";
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4329, app/assets/stylesheets/legacy/public.scss.erb */
.icon-heart:before {
  content: "\e039";
}

/* line 210, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4334, app/assets/stylesheets/legacy/public.scss.erb */
.icon-chat:before {
  content: "\e03a";
}

/* line 213, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4339, app/assets/stylesheets/legacy/public.scss.erb */
.icon-comments:before {
  content: "\e03b";
}

/* line 216, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4344, app/assets/stylesheets/legacy/public.scss.erb */
.icon-screen:before {
  content: "\e03c";
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4349, app/assets/stylesheets/legacy/public.scss.erb */
.icon-iphone:before {
  content: "\e03d";
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4354, app/assets/stylesheets/legacy/public.scss.erb */
.icon-ipad:before {
  content: "\e03e";
}

/* line 225, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4359, app/assets/stylesheets/legacy/public.scss.erb */
.icon-fork-and-spoon:before {
  content: "\e03f";
}

/* line 228, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4364, app/assets/stylesheets/legacy/public.scss.erb */
.icon-fork-and-knife:before {
  content: "\e040";
}

/* line 231, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4369, app/assets/stylesheets/legacy/public.scss.erb */
.icon-instagram:before {
  content: "\e041";
}

/* line 234, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4374, app/assets/stylesheets/legacy/public.scss.erb */
.icon-facebook:before {
  content: "\e042";
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4379, app/assets/stylesheets/legacy/public.scss.erb */
.icon-delicious:before {
  content: "\e043";
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4384, app/assets/stylesheets/legacy/public.scss.erb */
.icon-googleplus:before {
  content: "\e044";
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4389, app/assets/stylesheets/legacy/public.scss.erb */
.icon-dribbble:before {
  content: "\e045";
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4394, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pin:before {
  content: "\e046";
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4399, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pin-alt:before {
  content: "\e047";
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4404, app/assets/stylesheets/legacy/public.scss.erb */
.icon-camera:before {
  content: "\e048";
}

/* line 255, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4409, app/assets/stylesheets/legacy/public.scss.erb */
.icon-brightness:before {
  content: "\e049";
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4414, app/assets/stylesheets/legacy/public.scss.erb */
.icon-brightness-half:before {
  content: "\e04a";
}

/* line 261, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4419, app/assets/stylesheets/legacy/public.scss.erb */
.icon-moon:before {
  content: "\e04b";
}

/* line 264, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4424, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cloud:before {
  content: "\e04c";
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4429, app/assets/stylesheets/legacy/public.scss.erb */
.icon-circle-full:before {
  content: "\e04d";
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4434, app/assets/stylesheets/legacy/public.scss.erb */
.icon-circle-half:before {
  content: "\e04e";
}

/* line 273, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/eightyshades/style.scss */
/* line 4439, app/assets/stylesheets/legacy/public.scss.erb */
.icon-globe:before {
  content: "\e04f";
}

@font-face {
  font-family: 'entypo';
  src: url(/assets/clean_admin/entypo-42db58398c623977c1a3da04c0e72de1c724fabdf393feb493f347f17c86a5c6.eot?xu8bm0);
  src: url(/assets/clean_admin/entypo-42db58398c623977c1a3da04c0e72de1c724fabdf393feb493f347f17c86a5c6.eot?xu8bm0#iefix) format("embedded-opentype"), url(/assets/clean_admin/entypo-e3effbb25deffe0b4452dff86a16405beb00a56686856020465987ca00418c0c.woff2?xu8bm0) format("woff2"), url(/assets/clean_admin/entypo-40003df82402ec72b15455d0032960d1f17e9869d244a27e71d44deae1abf9a2.ttf?xu8bm0) format("truetype"), url(/assets/clean_admin/entypo-18de49312fecc07f5b38257517e5de90ecedab1ce3502ccd35610a1d08721beb.woff?xu8bm0) format("woff"), url(/assets/clean_admin/entypo-3ce1a73dad8ec3c1bdb44d8c193082fc1e26657a642e212bd23dd3191b2d07e3.svg?xu8bm0#entypo) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4451, app/assets/stylesheets/legacy/public.scss.erb */
[class^="entypo-icon-"], [class*=" entypo-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'entypo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4466, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-add-to-list:before {
  content: "\e900";
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4471, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-classic-computer:before {
  content: "\e901";
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4476, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-fast-backward:before {
  content: "\e902";
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4481, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons-attribution:before {
  content: "\e903";
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4486, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons-noderivs:before {
  content: "\e904";
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4491, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons-noncommercial-eu:before {
  content: "\e905";
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4496, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons-noncommercial-us:before {
  content: "\e906";
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4501, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons-public-domain:before {
  content: "\e907";
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4506, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons-remix:before {
  content: "\e908";
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4511, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons-share:before {
  content: "\e909";
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4516, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons-sharealike:before {
  content: "\e90a";
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4521, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-commons:before {
  content: "\e90b";
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4526, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-document-landscape:before {
  content: "\e90c";
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4531, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-remove-user:before {
  content: "\e90d";
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4536, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-warning:before {
  content: "\e90e";
}

/* line 73, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4541, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-bold-down:before {
  content: "\e90f";
}

/* line 76, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4546, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-bold-left:before {
  content: "\e910";
}

/* line 79, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4551, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-bold-right:before {
  content: "\e911";
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4556, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-bold-up:before {
  content: "\e912";
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4561, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-down:before {
  content: "\e913";
}

/* line 88, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4566, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-left:before {
  content: "\e914";
}

/* line 91, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4571, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-long-down:before {
  content: "\e915";
}

/* line 94, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4576, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-long-left:before {
  content: "\e916";
}

/* line 97, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4581, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-long-right:before {
  content: "\e917";
}

/* line 100, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4586, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-long-up:before {
  content: "\e918";
}

/* line 103, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4591, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-right:before {
  content: "\e919";
}

/* line 106, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4596, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-up:before {
  content: "\e91a";
}

/* line 109, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4601, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-with-circle-down:before {
  content: "\e91b";
}

/* line 112, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4606, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-with-circle-left:before {
  content: "\e91c";
}

/* line 115, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4611, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-with-circle-right:before {
  content: "\e91d";
}

/* line 118, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4616, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-arrow-with-circle-up:before {
  content: "\e91e";
}

/* line 121, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4621, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-bookmark:before {
  content: "\e91f";
}

/* line 124, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4626, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-bookmarks:before {
  content: "\e920";
}

/* line 127, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4631, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-down:before {
  content: "\e921";
}

/* line 130, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4636, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-left:before {
  content: "\e922";
}

/* line 133, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4641, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-right:before {
  content: "\e923";
}

/* line 136, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4646, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-small-down:before {
  content: "\e924";
}

/* line 139, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4651, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-small-left:before {
  content: "\e925";
}

/* line 142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4656, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-small-right:before {
  content: "\e926";
}

/* line 145, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4661, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-small-up:before {
  content: "\e927";
}

/* line 148, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4666, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-thin-down:before {
  content: "\e928";
}

/* line 151, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4671, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-thin-left:before {
  content: "\e929";
}

/* line 154, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4676, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-thin-right:before {
  content: "\e92a";
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4681, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-thin-up:before {
  content: "\e92b";
}

/* line 160, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4686, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-up:before {
  content: "\e92c";
}

/* line 163, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4691, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-with-circle-down:before {
  content: "\e92d";
}

/* line 166, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4696, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-with-circle-left:before {
  content: "\e92e";
}

/* line 169, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4701, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-with-circle-right:before {
  content: "\e92f";
}

/* line 172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4706, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chevron-with-circle-up:before {
  content: "\e930";
}

/* line 175, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4711, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-cloud:before {
  content: "\e931";
}

/* line 178, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4716, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-fast-forward:before {
  content: "\e932";
}

/* line 181, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4721, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-jump-to-start:before {
  content: "\e933";
}

/* line 184, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4726, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-next:before {
  content: "\e934";
}

/* line 187, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4731, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-paus:before {
  content: "\e935";
}

/* line 190, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4736, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-play:before {
  content: "\e936";
}

/* line 193, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4741, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-record:before {
  content: "\e937";
}

/* line 196, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4746, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-stop:before {
  content: "\e938";
}

/* line 199, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4751, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-controller-volume:before {
  content: "\e939";
}

/* line 202, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4756, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dot-single:before {
  content: "\e93a";
}

/* line 205, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4761, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dots-three-horizontal:before {
  content: "\e93b";
}

/* line 208, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4766, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dots-three-vertical:before {
  content: "\e93c";
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4771, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dots-two-horizontal:before {
  content: "\e93d";
}

/* line 214, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4776, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dots-two-vertical:before {
  content: "\e93e";
}

/* line 217, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4781, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-download:before {
  content: "\e93f";
}

/* line 220, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4786, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-emoji-flirt:before {
  content: "\e940";
}

/* line 223, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4791, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flow-branch:before {
  content: "\e941";
}

/* line 226, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4796, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flow-cascade:before {
  content: "\e942";
}

/* line 229, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4801, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flow-line:before {
  content: "\e943";
}

/* line 232, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4806, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flow-parallel:before {
  content: "\e944";
}

/* line 235, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4811, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flow-tree:before {
  content: "\e945";
}

/* line 238, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4816, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-install:before {
  content: "\e946";
}

/* line 241, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4821, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-layers:before {
  content: "\e947";
}

/* line 244, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4826, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-open-book:before {
  content: "\e948";
}

/* line 247, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4831, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-resize-100:before {
  content: "\e949";
}

/* line 250, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4836, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-resize-full-screen:before {
  content: "\e94a";
}

/* line 253, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4841, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-save:before {
  content: "\e94b";
}

/* line 256, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4846, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-select-arrows:before {
  content: "\e94c";
}

/* line 259, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4851, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-sound-mute:before {
  content: "\e94d";
}

/* line 262, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4856, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-sound:before {
  content: "\e94e";
}

/* line 265, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4861, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-trash:before {
  content: "\e94f";
}

/* line 268, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4866, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-triangle-down:before {
  content: "\e950";
}

/* line 271, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4871, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-triangle-left:before {
  content: "\e951";
}

/* line 274, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4876, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-triangle-right:before {
  content: "\e952";
}

/* line 277, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4881, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-triangle-up:before {
  content: "\e953";
}

/* line 280, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4886, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-uninstall:before {
  content: "\e954";
}

/* line 283, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4891, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-upload-to-cloud:before {
  content: "\e955";
}

/* line 286, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4896, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-upload:before {
  content: "\e956";
}

/* line 289, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4901, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-add-user:before {
  content: "\e957";
}

/* line 292, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4906, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-address:before {
  content: "\e958";
}

/* line 295, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4911, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-adjust:before {
  content: "\e959";
}

/* line 298, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4916, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-air:before {
  content: "\e95a";
}

/* line 301, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4921, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-aircraft-landing:before {
  content: "\e95b";
}

/* line 304, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4926, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-aircraft-take-off:before {
  content: "\e95c";
}

/* line 307, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4931, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-aircraft:before {
  content: "\e95d";
}

/* line 310, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4936, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-align-bottom:before {
  content: "\e95e";
}

/* line 313, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4941, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-align-horizontal-middle:before {
  content: "\e95f";
}

/* line 316, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4946, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-align-left:before {
  content: "\e960";
}

/* line 319, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4951, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-align-right:before {
  content: "\e961";
}

/* line 322, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4956, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-align-top:before {
  content: "\e962";
}

/* line 325, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4961, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-align-vertical-middle:before {
  content: "\e963";
}

/* line 328, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4966, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-archive:before {
  content: "\e964";
}

/* line 331, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4971, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-area-graph:before {
  content: "\e965";
}

/* line 334, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4976, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-attachment:before {
  content: "\e966";
}

/* line 337, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4981, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-awareness-ribbon:before {
  content: "\e967";
}

/* line 340, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4986, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-back-in-time:before {
  content: "\e968";
}

/* line 343, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4991, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-back:before {
  content: "\e969";
}

/* line 346, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 4996, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-bar-graph:before {
  content: "\e96a";
}

/* line 349, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5001, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-battery:before {
  content: "\e96b";
}

/* line 352, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5006, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-beamed-note:before {
  content: "\e96c";
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5011, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-bell:before {
  content: "\e96d";
}

/* line 358, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5016, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-blackboard:before {
  content: "\e96e";
}

/* line 361, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5021, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-block:before {
  content: "\e96f";
}

/* line 364, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5026, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-book:before {
  content: "\e970";
}

/* line 367, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5031, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-bowl:before {
  content: "\e971";
}

/* line 370, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5036, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-box:before {
  content: "\e972";
}

/* line 373, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5041, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-briefcase:before {
  content: "\e973";
}

/* line 376, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5046, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-browser:before {
  content: "\e974";
}

/* line 379, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5051, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-brush:before {
  content: "\e975";
}

/* line 382, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5056, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-bucket:before {
  content: "\e976";
}

/* line 385, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5061, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-cake:before {
  content: "\e977";
}

/* line 388, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5066, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-calculator:before {
  content: "\e978";
}

/* line 391, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5071, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-calendar:before {
  content: "\e979";
}

/* line 394, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5076, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-camera:before {
  content: "\e97a";
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5081, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-ccw:before {
  content: "\e97b";
}

/* line 400, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5086, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-chat:before {
  content: "\e97c";
}

/* line 403, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5091, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-check:before {
  content: "\e97d";
}

/* line 406, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5096, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-circle-with-cross:before {
  content: "\e97e";
}

/* line 409, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5101, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-circle-with-minus:before {
  content: "\e97f";
}

/* line 412, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5106, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-circle-with-plus:before {
  content: "\e980";
}

/* line 415, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5111, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-circle:before {
  content: "\e981";
}

/* line 418, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5116, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-circular-graph:before {
  content: "\e982";
}

/* line 421, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5121, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-clapperboard:before {
  content: "\e983";
}

/* line 424, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5126, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-clipboard:before {
  content: "\e984";
}

/* line 427, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5131, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-clock:before {
  content: "\e985";
}

/* line 430, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5136, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-code:before {
  content: "\e986";
}

/* line 433, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5141, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-cog:before {
  content: "\e987";
}

/* line 436, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5146, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-colours:before {
  content: "\e988";
}

/* line 439, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5151, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-compass:before {
  content: "\e989";
}

/* line 442, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5156, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-copy:before {
  content: "\e98a";
}

/* line 445, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5161, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-credit-card:before {
  content: "\e98b";
}

/* line 448, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5166, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-credit:before {
  content: "\e98c";
}

/* line 451, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5171, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-cross:before {
  content: "\e98d";
}

/* line 454, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5176, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-cup:before {
  content: "\e98e";
}

/* line 457, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5181, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-cw:before {
  content: "\e98f";
}

/* line 460, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5186, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-cycle:before {
  content: "\e990";
}

/* line 463, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5191, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-database:before {
  content: "\e991";
}

/* line 466, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5196, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dial-pad:before {
  content: "\e992";
}

/* line 469, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5201, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-direction:before {
  content: "\e993";
}

/* line 472, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5206, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-document:before {
  content: "\e994";
}

/* line 475, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5211, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-documents:before {
  content: "\e995";
}

/* line 478, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5216, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-drink:before {
  content: "\e996";
}

/* line 481, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5221, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-drive:before {
  content: "\e997";
}

/* line 484, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5226, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-drop:before {
  content: "\e998";
}

/* line 487, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5231, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-edit:before {
  content: "\e999";
}

/* line 490, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5236, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-email:before {
  content: "\e99a";
}

/* line 493, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5241, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-emoji-happy:before {
  content: "\e99b";
}

/* line 496, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5246, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-emoji-neutral:before {
  content: "\e99c";
}

/* line 499, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5251, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-emoji-sad:before {
  content: "\e99d";
}

/* line 502, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5256, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-erase:before {
  content: "\e99e";
}

/* line 505, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5261, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-eraser:before {
  content: "\e99f";
}

/* line 508, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5266, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-export:before {
  content: "\e9a0";
}

/* line 511, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5271, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-eye:before {
  content: "\e9a1";
}

/* line 514, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5276, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-feather:before {
  content: "\e9a2";
}

/* line 517, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5281, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flag:before {
  content: "\e9a3";
}

/* line 520, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5286, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flash:before {
  content: "\e9a4";
}

/* line 523, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5291, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flashlight:before {
  content: "\e9a5";
}

/* line 526, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5296, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flat-brush:before {
  content: "\e9a6";
}

/* line 529, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5301, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-folder-images:before {
  content: "\e9a7";
}

/* line 532, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5306, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-folder-music:before {
  content: "\e9a8";
}

/* line 535, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5311, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-folder-video:before {
  content: "\e9a9";
}

/* line 538, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5316, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-folder:before {
  content: "\e9aa";
}

/* line 541, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5321, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-forward:before {
  content: "\e9ab";
}

/* line 544, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5326, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-funnel:before {
  content: "\e9ac";
}

/* line 547, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5331, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-game-controller:before {
  content: "\e9ad";
}

/* line 550, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5336, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-gauge:before {
  content: "\e9ae";
}

/* line 553, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5341, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-globe:before {
  content: "\e9af";
}

/* line 556, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5346, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-graduation-cap:before {
  content: "\e9b0";
}

/* line 559, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5351, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-grid:before {
  content: "\e9b1";
}

/* line 562, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5356, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-hair-cross:before {
  content: "\e9b2";
}

/* line 565, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5361, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-hand:before {
  content: "\e9b3";
}

/* line 568, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5366, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-heart-outlined:before {
  content: "\e9b4";
}

/* line 571, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5371, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-heart:before {
  content: "\e9b5";
}

/* line 574, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5376, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-help-with-circle:before {
  content: "\e9b6";
}

/* line 577, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5381, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-help:before {
  content: "\e9b7";
}

/* line 580, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5386, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-home:before {
  content: "\e9b8";
}

/* line 583, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5391, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-hour-glass:before {
  content: "\e9b9";
}

/* line 586, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5396, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-image-inverted:before {
  content: "\e9ba";
}

/* line 589, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5401, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-image:before {
  content: "\e9bb";
}

/* line 592, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5406, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-images:before {
  content: "\e9bc";
}

/* line 595, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5411, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-inbox:before {
  content: "\e9bd";
}

/* line 598, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5416, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-infinity:before {
  content: "\e9be";
}

/* line 601, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5421, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-info-with-circle:before {
  content: "\e9bf";
}

/* line 604, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5426, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-info:before {
  content: "\e9c0";
}

/* line 607, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5431, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-key:before {
  content: "\e9c1";
}

/* line 610, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5436, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-keyboard:before {
  content: "\e9c2";
}

/* line 613, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5441, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-lab-flask:before {
  content: "\e9c3";
}

/* line 616, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5446, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-landline:before {
  content: "\e9c4";
}

/* line 619, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5451, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-language:before {
  content: "\e9c5";
}

/* line 622, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5456, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-laptop:before {
  content: "\e9c6";
}

/* line 625, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5461, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-leaf:before {
  content: "\e9c7";
}

/* line 628, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5466, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-level-down:before {
  content: "\e9c8";
}

/* line 631, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5471, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-level-up:before {
  content: "\e9c9";
}

/* line 634, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5476, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-lifebuoy:before {
  content: "\e9ca";
}

/* line 637, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5481, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-light-bulb:before {
  content: "\e9cb";
}

/* line 640, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5486, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-light-down:before {
  content: "\e9cc";
}

/* line 643, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5491, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-light-up:before {
  content: "\e9cd";
}

/* line 646, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5496, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-line-graph:before {
  content: "\e9ce";
}

/* line 649, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5501, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-link:before {
  content: "\e9cf";
}

/* line 652, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5506, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-list:before {
  content: "\e9d0";
}

/* line 655, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5511, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-location-pin:before {
  content: "\e9d1";
}

/* line 658, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5516, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-location:before {
  content: "\e9d2";
}

/* line 661, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5521, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-lock-open:before {
  content: "\e9d3";
}

/* line 664, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5526, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-lock:before {
  content: "\e9d4";
}

/* line 667, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5531, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-log-out:before {
  content: "\e9d5";
}

/* line 670, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5536, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-login:before {
  content: "\e9d6";
}

/* line 673, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5541, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-loop:before {
  content: "\e9d7";
}

/* line 676, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5546, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-magnet:before {
  content: "\e9d8";
}

/* line 679, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5551, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-magnifying-glass:before {
  content: "\e9d9";
}

/* line 682, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5556, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-mail:before {
  content: "\e9da";
}

/* line 685, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5561, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-man:before {
  content: "\e9db";
}

/* line 688, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5566, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-map:before {
  content: "\e9dc";
}

/* line 691, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5571, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-mask:before {
  content: "\e9dd";
}

/* line 694, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5576, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-medal:before {
  content: "\e9de";
}

/* line 697, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5581, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-megaphone:before {
  content: "\e9df";
}

/* line 700, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5586, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-menu:before {
  content: "\e9e0";
}

/* line 703, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5591, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-message:before {
  content: "\e9e1";
}

/* line 706, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5596, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-mic:before {
  content: "\e9e2";
}

/* line 709, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5601, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-minus:before {
  content: "\e9e3";
}

/* line 712, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5606, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-mobile:before {
  content: "\e9e4";
}

/* line 715, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5611, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-modern-mic:before {
  content: "\e9e5";
}

/* line 718, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5616, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-moon:before {
  content: "\e9e6";
}

/* line 721, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5621, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-mouse:before {
  content: "\e9e7";
}

/* line 724, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5626, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-music:before {
  content: "\e9e8";
}

/* line 727, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5631, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-network:before {
  content: "\e9e9";
}

/* line 730, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5636, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-new-message:before {
  content: "\e9ea";
}

/* line 733, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5641, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-new:before {
  content: "\e9eb";
}

/* line 736, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5646, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-news:before {
  content: "\e9ec";
}

/* line 739, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5651, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-note:before {
  content: "\e9ed";
}

/* line 742, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5656, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-notification:before {
  content: "\e9ee";
}

/* line 745, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5661, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-old-mobile:before {
  content: "\e9ef";
}

/* line 748, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5666, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-old-phone:before {
  content: "\e9f0";
}

/* line 751, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5671, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-palette:before {
  content: "\e9f1";
}

/* line 754, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5676, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-paper-plane:before {
  content: "\e9f2";
}

/* line 757, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5681, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-pencil:before {
  content: "\e9f3";
}

/* line 760, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5686, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-phone:before {
  content: "\e9f4";
}

/* line 763, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5691, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-pie-chart:before {
  content: "\e9f5";
}

/* line 766, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5696, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-pin:before {
  content: "\e9f6";
}

/* line 769, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5701, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-plus:before {
  content: "\e9f7";
}

/* line 772, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5706, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-popup:before {
  content: "\e9f8";
}

/* line 775, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5711, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-power-plug:before {
  content: "\e9f9";
}

/* line 778, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5716, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-price-ribbon:before {
  content: "\e9fa";
}

/* line 781, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5721, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-price-tag:before {
  content: "\e9fb";
}

/* line 784, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5726, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-print:before {
  content: "\e9fc";
}

/* line 787, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5731, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-progress-empty:before {
  content: "\e9fd";
}

/* line 790, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5736, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-progress-full:before {
  content: "\e9fe";
}

/* line 793, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5741, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-progress-one:before {
  content: "\e9ff";
}

/* line 796, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5746, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-progress-two:before {
  content: "\ea00";
}

/* line 799, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5751, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-publish:before {
  content: "\ea01";
}

/* line 802, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5756, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-quote:before {
  content: "\ea02";
}

/* line 805, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5761, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-radio:before {
  content: "\ea03";
}

/* line 808, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5766, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-reply-all:before {
  content: "\ea04";
}

/* line 811, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5771, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-reply:before {
  content: "\ea05";
}

/* line 814, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5776, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-retweet:before {
  content: "\ea06";
}

/* line 817, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5781, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-rocket:before {
  content: "\ea07";
}

/* line 820, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5786, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-round-brush:before {
  content: "\ea08";
}

/* line 823, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5791, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-rss:before {
  content: "\ea09";
}

/* line 826, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5796, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-ruler:before {
  content: "\ea0a";
}

/* line 829, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5801, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-scissors:before {
  content: "\ea0b";
}

/* line 832, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5806, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-share-alternitive:before {
  content: "\ea0c";
}

/* line 835, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5811, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-share:before {
  content: "\ea0d";
}

/* line 838, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5816, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-shareable:before {
  content: "\ea0e";
}

/* line 841, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5821, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-shield:before {
  content: "\ea0f";
}

/* line 844, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5826, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-shop:before {
  content: "\ea10";
}

/* line 847, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5831, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-shopping-bag:before {
  content: "\ea11";
}

/* line 850, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5836, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-shopping-basket:before {
  content: "\ea12";
}

/* line 853, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5841, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-shopping-cart:before {
  content: "\ea13";
}

/* line 856, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5846, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-shuffle:before {
  content: "\ea14";
}

/* line 859, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5851, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-signal:before {
  content: "\ea15";
}

/* line 862, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5856, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-sound-mix:before {
  content: "\ea16";
}

/* line 865, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5861, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-sports-club:before {
  content: "\ea17";
}

/* line 868, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5866, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-spreadsheet:before {
  content: "\ea18";
}

/* line 871, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5871, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-squared-cross:before {
  content: "\ea19";
}

/* line 874, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5876, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-squared-minus:before {
  content: "\ea1a";
}

/* line 877, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5881, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-squared-plus:before {
  content: "\ea1b";
}

/* line 880, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5886, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-star-outlined:before {
  content: "\ea1c";
}

/* line 883, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5891, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-star:before {
  content: "\ea1d";
}

/* line 886, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5896, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-stopwatch:before {
  content: "\ea1e";
}

/* line 889, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5901, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-suitcase:before {
  content: "\ea1f";
}

/* line 892, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5906, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-swap:before {
  content: "\ea20";
}

/* line 895, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5911, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-sweden:before {
  content: "\ea21";
}

/* line 898, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5916, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-switch:before {
  content: "\ea22";
}

/* line 901, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5921, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-tablet:before {
  content: "\ea23";
}

/* line 904, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5926, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-tag:before {
  content: "\ea24";
}

/* line 907, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5931, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-text-document-inverted:before {
  content: "\ea25";
}

/* line 910, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5936, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-text-document:before {
  content: "\ea26";
}

/* line 913, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5941, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-text:before {
  content: "\ea27";
}

/* line 916, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5946, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-thermometer:before {
  content: "\ea28";
}

/* line 919, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5951, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-thumbs-down:before {
  content: "\ea29";
}

/* line 922, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5956, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-thumbs-up:before {
  content: "\ea2a";
}

/* line 925, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5961, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-thunder-cloud:before {
  content: "\ea2b";
}

/* line 928, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5966, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-ticket:before {
  content: "\ea2c";
}

/* line 931, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5971, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-time-slot:before {
  content: "\ea2d";
}

/* line 934, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5976, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-tools:before {
  content: "\ea2e";
}

/* line 937, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5981, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-traffic-cone:before {
  content: "\ea2f";
}

/* line 940, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5986, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-tree:before {
  content: "\ea30";
}

/* line 943, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5991, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-trophy:before {
  content: "\ea31";
}

/* line 946, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 5996, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-tv:before {
  content: "\ea32";
}

/* line 949, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6001, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-typing:before {
  content: "\ea33";
}

/* line 952, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6006, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-unread:before {
  content: "\ea34";
}

/* line 955, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6011, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-untag:before {
  content: "\ea35";
}

/* line 958, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6016, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-user:before {
  content: "\ea36";
}

/* line 961, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6021, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-users:before {
  content: "\ea37";
}

/* line 964, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6026, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-v-card:before {
  content: "\ea38";
}

/* line 967, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6031, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-video:before {
  content: "\ea39";
}

/* line 970, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6036, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-vinyl:before {
  content: "\ea3a";
}

/* line 973, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6041, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-voicemail:before {
  content: "\ea3b";
}

/* line 976, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6046, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-wallet:before {
  content: "\ea3c";
}

/* line 979, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6051, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-water:before {
  content: "\ea3d";
}

/* line 982, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6056, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-500px-with-circle:before {
  content: "\ea3e";
}

/* line 985, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6061, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-500px:before {
  content: "\ea3f";
}

/* line 988, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6066, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-basecamp:before {
  content: "\ea40";
}

/* line 991, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6071, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-behance:before {
  content: "\ea41";
}

/* line 994, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6076, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-creative-cloud:before {
  content: "\ea42";
}

/* line 997, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6081, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dropbox:before {
  content: "\ea43";
}

/* line 1000, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6086, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-evernote:before {
  content: "\ea44";
}

/* line 1003, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6091, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flattr:before {
  content: "\ea45";
}

/* line 1006, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6096, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-foursquare:before {
  content: "\ea46";
}

/* line 1009, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6101, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-google-drive:before {
  content: "\ea47";
}

/* line 1012, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6106, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-google-hangouts:before {
  content: "\ea48";
}

/* line 1015, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6111, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-grooveshark:before {
  content: "\ea49";
}

/* line 1018, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6116, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-icloud:before {
  content: "\ea4a";
}

/* line 1021, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6121, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-mixi:before {
  content: "\ea4b";
}

/* line 1024, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6126, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-onedrive:before {
  content: "\ea4c";
}

/* line 1027, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6131, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-paypal:before {
  content: "\ea4d";
}

/* line 1030, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6136, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-picasa:before {
  content: "\ea4e";
}

/* line 1033, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6141, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-qq:before {
  content: "\ea4f";
}

/* line 1036, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6146, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-rdio-with-circle:before {
  content: "\ea50";
}

/* line 1039, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6151, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-renren:before {
  content: "\ea51";
}

/* line 1042, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6156, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-scribd:before {
  content: "\ea52";
}

/* line 1045, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6161, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-sina-weibo:before {
  content: "\ea53";
}

/* line 1048, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6166, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-skype-with-circle:before {
  content: "\ea54";
}

/* line 1051, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6171, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-skype:before {
  content: "\ea55";
}

/* line 1054, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6176, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-slideshare:before {
  content: "\ea56";
}

/* line 1057, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6181, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-smashing:before {
  content: "\ea57";
}

/* line 1060, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6186, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-soundcloud:before {
  content: "\ea58";
}

/* line 1063, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6191, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-spotify-with-circle:before {
  content: "\ea59";
}

/* line 1066, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6196, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-spotify:before {
  content: "\ea5a";
}

/* line 1069, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6201, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-swarm:before {
  content: "\ea5b";
}

/* line 1072, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6206, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-vine-with-circle:before {
  content: "\ea5c";
}

/* line 1075, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6211, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-vine:before {
  content: "\ea5d";
}

/* line 1078, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6216, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-vk-alternitive:before {
  content: "\ea5e";
}

/* line 1081, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6221, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-vk-with-circle:before {
  content: "\ea5f";
}

/* line 1084, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6226, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-vk:before {
  content: "\ea60";
}

/* line 1087, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6231, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-xing-with-circle:before {
  content: "\ea61";
}

/* line 1090, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6236, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-xing:before {
  content: "\ea62";
}

/* line 1093, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6241, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-yelp:before {
  content: "\ea63";
}

/* line 1096, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6246, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dribbble-with-circle:before {
  content: "\ea64";
}

/* line 1099, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6251, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-dribbble:before {
  content: "\ea65";
}

/* line 1102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6256, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-facebook-with-circle:before {
  content: "\ea66";
}

/* line 1105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6261, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-facebook:before {
  content: "\ea67";
}

/* line 1108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6266, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flickr-with-circle:before {
  content: "\ea68";
}

/* line 1111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6271, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-flickr:before {
  content: "\ea69";
}

/* line 1114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6276, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-github-with-circle:before {
  content: "\ea6a";
}

/* line 1117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6281, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-github:before {
  content: "\ea6b";
}

/* line 1120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6286, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-google-with-circle:before {
  content: "\ea6c";
}

/* line 1123, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6291, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-google:before {
  content: "\ea6d";
}

/* line 1126, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6296, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-instagram-with-circle:before {
  content: "\ea6e";
}

/* line 1129, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6301, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-instagram:before {
  content: "\ea6f";
}

/* line 1132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6306, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-lastfm-with-circle:before {
  content: "\ea70";
}

/* line 1135, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6311, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-lastfm:before {
  content: "\ea71";
}

/* line 1138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6316, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-linkedin-with-circle:before {
  content: "\ea72";
}

/* line 1141, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6321, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-linkedin:before {
  content: "\ea73";
}

/* line 1144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6326, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-pinterest-with-circle:before {
  content: "\ea74";
}

/* line 1147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6331, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-pinterest:before {
  content: "\ea75";
}

/* line 1150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6336, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-rdio:before {
  content: "\ea76";
}

/* line 1153, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6341, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-stumbleupon-with-circle:before {
  content: "\ea77";
}

/* line 1156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6346, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-stumbleupon:before {
  content: "\ea78";
}

/* line 1159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6351, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-tumblr-with-circle:before {
  content: "\ea79";
}

/* line 1162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6356, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-tumblr:before {
  content: "\ea7a";
}

/* line 1165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6361, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-twitter-with-circle:before {
  content: "\ea7b";
}

/* line 1168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6366, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-twitter:before {
  content: "\ea7c";
}

/* line 1171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6371, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-vimeo-with-circle:before {
  content: "\ea7d";
}

/* line 1174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6376, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-vimeo:before {
  content: "\ea7e";
}

/* line 1177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6381, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-youtube-with-circle:before {
  content: "\ea7f";
}

/* line 1180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/entypo/style.scss */
/* line 6386, app/assets/stylesheets/legacy/public.scss.erb */
.entypo-icon-youtube:before {
  content: "\ea80";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/clean_admin/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0);
  src: url(/assets/clean_admin/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/clean_admin/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0) format("woff2"), url(/assets/clean_admin/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0) format("woff"), url(/assets/clean_admin/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0) format("truetype"), url(/assets/clean_admin/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_core.scss */
/* line 6404, app/assets/stylesheets/legacy/public.scss.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_larger.scss */
/* line 6415, app/assets/stylesheets/legacy/public.scss.erb */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_larger.scss */
/* line 6422, app/assets/stylesheets/legacy/public.scss.erb */
.fa-2x {
  font-size: 2em;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_larger.scss */
/* line 6427, app/assets/stylesheets/legacy/public.scss.erb */
.fa-3x {
  font-size: 3em;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_larger.scss */
/* line 6432, app/assets/stylesheets/legacy/public.scss.erb */
.fa-4x {
  font-size: 4em;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_larger.scss */
/* line 6437, app/assets/stylesheets/legacy/public.scss.erb */
.fa-5x {
  font-size: 5em;
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_fixed-width.scss */
/* line 6442, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_list.scss */
/* line 6448, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_list.scss */
/* line 6454, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ul > li {
  position: relative;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_list.scss */
/* line 6459, app/assets/stylesheets/legacy/public.scss.erb */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_list.scss */
/* line 6467, app/assets/stylesheets/legacy/public.scss.erb */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6472, app/assets/stylesheets/legacy/public.scss.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6479, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pull-left {
  float: left;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6484, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pull-right {
  float: right;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6489, app/assets/stylesheets/legacy/public.scss.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6493, app/assets/stylesheets/legacy/public.scss.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6499, app/assets/stylesheets/legacy/public.scss.erb */
.pull-right {
  float: right;
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6504, app/assets/stylesheets/legacy/public.scss.erb */
.pull-left {
  float: left;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6509, app/assets/stylesheets/legacy/public.scss.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_bordered-pulled.scss */
/* line 6513, app/assets/stylesheets/legacy/public.scss.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_animated.scss */
/* line 6518, app/assets/stylesheets/legacy/public.scss.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_animated.scss */
/* line 6524, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_rotated-flipped.scss */
/* line 6550, app/assets/stylesheets/legacy/public.scss.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_rotated-flipped.scss */
/* line 6557, app/assets/stylesheets/legacy/public.scss.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_rotated-flipped.scss */
/* line 6564, app/assets/stylesheets/legacy/public.scss.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_rotated-flipped.scss */
/* line 6571, app/assets/stylesheets/legacy/public.scss.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_rotated-flipped.scss */
/* line 6578, app/assets/stylesheets/legacy/public.scss.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_rotated-flipped.scss */
/* line 6585, app/assets/stylesheets/legacy/public.scss.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_stacked.scss */
/* line 6595, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_stacked.scss */
/* line 6605, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_stacked.scss */
/* line 6613, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_stacked.scss */
/* line 6618, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_stacked.scss */
/* line 6623, app/assets/stylesheets/legacy/public.scss.erb */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6630, app/assets/stylesheets/legacy/public.scss.erb */
.fa-glass:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6635, app/assets/stylesheets/legacy/public.scss.erb */
.fa-music:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6640, app/assets/stylesheets/legacy/public.scss.erb */
.fa-search:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6645, app/assets/stylesheets/legacy/public.scss.erb */
.fa-envelope-o:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6650, app/assets/stylesheets/legacy/public.scss.erb */
.fa-heart:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6655, app/assets/stylesheets/legacy/public.scss.erb */
.fa-star:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6660, app/assets/stylesheets/legacy/public.scss.erb */
.fa-star-o:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6665, app/assets/stylesheets/legacy/public.scss.erb */
.fa-user:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6670, app/assets/stylesheets/legacy/public.scss.erb */
.fa-film:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6675, app/assets/stylesheets/legacy/public.scss.erb */
.fa-th-large:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6680, app/assets/stylesheets/legacy/public.scss.erb */
.fa-th:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6685, app/assets/stylesheets/legacy/public.scss.erb */
.fa-th-list:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6690, app/assets/stylesheets/legacy/public.scss.erb */
.fa-check:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6695, app/assets/stylesheets/legacy/public.scss.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6702, app/assets/stylesheets/legacy/public.scss.erb */
.fa-search-plus:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6707, app/assets/stylesheets/legacy/public.scss.erb */
.fa-search-minus:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6712, app/assets/stylesheets/legacy/public.scss.erb */
.fa-power-off:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6717, app/assets/stylesheets/legacy/public.scss.erb */
.fa-signal:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6722, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6728, app/assets/stylesheets/legacy/public.scss.erb */
.fa-trash-o:before {
  content: "";
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6733, app/assets/stylesheets/legacy/public.scss.erb */
.fa-home:before {
  content: "";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6738, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-o:before {
  content: "";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6743, app/assets/stylesheets/legacy/public.scss.erb */
.fa-clock-o:before {
  content: "";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6748, app/assets/stylesheets/legacy/public.scss.erb */
.fa-road:before {
  content: "";
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6753, app/assets/stylesheets/legacy/public.scss.erb */
.fa-download:before {
  content: "";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6758, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6763, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6768, app/assets/stylesheets/legacy/public.scss.erb */
.fa-inbox:before {
  content: "";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6773, app/assets/stylesheets/legacy/public.scss.erb */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6778, app/assets/stylesheets/legacy/public.scss.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6784, app/assets/stylesheets/legacy/public.scss.erb */
.fa-refresh:before {
  content: "";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6789, app/assets/stylesheets/legacy/public.scss.erb */
.fa-list-alt:before {
  content: "";
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6794, app/assets/stylesheets/legacy/public.scss.erb */
.fa-lock:before {
  content: "";
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6799, app/assets/stylesheets/legacy/public.scss.erb */
.fa-flag:before {
  content: "";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6804, app/assets/stylesheets/legacy/public.scss.erb */
.fa-headphones:before {
  content: "";
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6809, app/assets/stylesheets/legacy/public.scss.erb */
.fa-volume-off:before {
  content: "";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6814, app/assets/stylesheets/legacy/public.scss.erb */
.fa-volume-down:before {
  content: "";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6819, app/assets/stylesheets/legacy/public.scss.erb */
.fa-volume-up:before {
  content: "";
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6824, app/assets/stylesheets/legacy/public.scss.erb */
.fa-qrcode:before {
  content: "";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6829, app/assets/stylesheets/legacy/public.scss.erb */
.fa-barcode:before {
  content: "";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6834, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tag:before {
  content: "";
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6839, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tags:before {
  content: "";
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6844, app/assets/stylesheets/legacy/public.scss.erb */
.fa-book:before {
  content: "";
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6849, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bookmark:before {
  content: "";
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6854, app/assets/stylesheets/legacy/public.scss.erb */
.fa-print:before {
  content: "";
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6859, app/assets/stylesheets/legacy/public.scss.erb */
.fa-camera:before {
  content: "";
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6864, app/assets/stylesheets/legacy/public.scss.erb */
.fa-font:before {
  content: "";
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6869, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bold:before {
  content: "";
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6874, app/assets/stylesheets/legacy/public.scss.erb */
.fa-italic:before {
  content: "";
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6879, app/assets/stylesheets/legacy/public.scss.erb */
.fa-text-height:before {
  content: "";
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6884, app/assets/stylesheets/legacy/public.scss.erb */
.fa-text-width:before {
  content: "";
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6889, app/assets/stylesheets/legacy/public.scss.erb */
.fa-align-left:before {
  content: "";
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6894, app/assets/stylesheets/legacy/public.scss.erb */
.fa-align-center:before {
  content: "";
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6899, app/assets/stylesheets/legacy/public.scss.erb */
.fa-align-right:before {
  content: "";
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6904, app/assets/stylesheets/legacy/public.scss.erb */
.fa-align-justify:before {
  content: "";
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6909, app/assets/stylesheets/legacy/public.scss.erb */
.fa-list:before {
  content: "";
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6914, app/assets/stylesheets/legacy/public.scss.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6920, app/assets/stylesheets/legacy/public.scss.erb */
.fa-indent:before {
  content: "";
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6925, app/assets/stylesheets/legacy/public.scss.erb */
.fa-video-camera:before {
  content: "";
}

/* line 68, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6930, app/assets/stylesheets/legacy/public.scss.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6937, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pencil:before {
  content: "";
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6942, app/assets/stylesheets/legacy/public.scss.erb */
.fa-map-marker:before {
  content: "";
}

/* line 73, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6947, app/assets/stylesheets/legacy/public.scss.erb */
.fa-adjust:before {
  content: "";
}

/* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6952, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tint:before {
  content: "";
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6957, app/assets/stylesheets/legacy/public.scss.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6963, app/assets/stylesheets/legacy/public.scss.erb */
.fa-share-square-o:before {
  content: "";
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6968, app/assets/stylesheets/legacy/public.scss.erb */
.fa-check-square-o:before {
  content: "";
}

/* line 79, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6973, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrows:before {
  content: "";
}

/* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6978, app/assets/stylesheets/legacy/public.scss.erb */
.fa-step-backward:before {
  content: "";
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6983, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fast-backward:before {
  content: "";
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6988, app/assets/stylesheets/legacy/public.scss.erb */
.fa-backward:before {
  content: "";
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6993, app/assets/stylesheets/legacy/public.scss.erb */
.fa-play:before {
  content: "";
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 6998, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pause:before {
  content: "";
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7003, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stop:before {
  content: "";
}

/* line 86, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7008, app/assets/stylesheets/legacy/public.scss.erb */
.fa-forward:before {
  content: "";
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7013, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fast-forward:before {
  content: "";
}

/* line 88, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7018, app/assets/stylesheets/legacy/public.scss.erb */
.fa-step-forward:before {
  content: "";
}

/* line 89, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7023, app/assets/stylesheets/legacy/public.scss.erb */
.fa-eject:before {
  content: "";
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7028, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chevron-left:before {
  content: "";
}

/* line 91, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7033, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chevron-right:before {
  content: "";
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7038, app/assets/stylesheets/legacy/public.scss.erb */
.fa-plus-circle:before {
  content: "";
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7043, app/assets/stylesheets/legacy/public.scss.erb */
.fa-minus-circle:before {
  content: "";
}

/* line 94, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7048, app/assets/stylesheets/legacy/public.scss.erb */
.fa-times-circle:before {
  content: "";
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7053, app/assets/stylesheets/legacy/public.scss.erb */
.fa-check-circle:before {
  content: "";
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7058, app/assets/stylesheets/legacy/public.scss.erb */
.fa-question-circle:before {
  content: "";
}

/* line 97, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7063, app/assets/stylesheets/legacy/public.scss.erb */
.fa-info-circle:before {
  content: "";
}

/* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7068, app/assets/stylesheets/legacy/public.scss.erb */
.fa-crosshairs:before {
  content: "";
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7073, app/assets/stylesheets/legacy/public.scss.erb */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7078, app/assets/stylesheets/legacy/public.scss.erb */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7083, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ban:before {
  content: "";
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7088, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-left:before {
  content: "";
}

/* line 103, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7093, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-right:before {
  content: "";
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7098, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-up:before {
  content: "";
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7103, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-down:before {
  content: "";
}

/* line 106, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7108, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7114, app/assets/stylesheets/legacy/public.scss.erb */
.fa-expand:before {
  content: "";
}

/* line 109, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7119, app/assets/stylesheets/legacy/public.scss.erb */
.fa-compress:before {
  content: "";
}

/* line 110, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7124, app/assets/stylesheets/legacy/public.scss.erb */
.fa-plus:before {
  content: "";
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7129, app/assets/stylesheets/legacy/public.scss.erb */
.fa-minus:before {
  content: "";
}

/* line 112, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7134, app/assets/stylesheets/legacy/public.scss.erb */
.fa-asterisk:before {
  content: "";
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7139, app/assets/stylesheets/legacy/public.scss.erb */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7144, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gift:before {
  content: "";
}

/* line 115, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7149, app/assets/stylesheets/legacy/public.scss.erb */
.fa-leaf:before {
  content: "";
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7154, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fire:before {
  content: "";
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7159, app/assets/stylesheets/legacy/public.scss.erb */
.fa-eye:before {
  content: "";
}

/* line 118, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7164, app/assets/stylesheets/legacy/public.scss.erb */
.fa-eye-slash:before {
  content: "";
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7169, app/assets/stylesheets/legacy/public.scss.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7175, app/assets/stylesheets/legacy/public.scss.erb */
.fa-plane:before {
  content: "";
}

/* line 122, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7180, app/assets/stylesheets/legacy/public.scss.erb */
.fa-calendar:before {
  content: "";
}

/* line 123, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7185, app/assets/stylesheets/legacy/public.scss.erb */
.fa-random:before {
  content: "";
}

/* line 124, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7190, app/assets/stylesheets/legacy/public.scss.erb */
.fa-comment:before {
  content: "";
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7195, app/assets/stylesheets/legacy/public.scss.erb */
.fa-magnet:before {
  content: "";
}

/* line 126, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7200, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chevron-up:before {
  content: "";
}

/* line 127, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7205, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chevron-down:before {
  content: "";
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7210, app/assets/stylesheets/legacy/public.scss.erb */
.fa-retweet:before {
  content: "";
}

/* line 129, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7215, app/assets/stylesheets/legacy/public.scss.erb */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7220, app/assets/stylesheets/legacy/public.scss.erb */
.fa-folder:before {
  content: "";
}

/* line 131, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7225, app/assets/stylesheets/legacy/public.scss.erb */
.fa-folder-open:before {
  content: "";
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7230, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrows-v:before {
  content: "";
}

/* line 133, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7235, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrows-h:before {
  content: "";
}

/* line 134, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7240, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7246, app/assets/stylesheets/legacy/public.scss.erb */
.fa-twitter-square:before {
  content: "";
}

/* line 137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7251, app/assets/stylesheets/legacy/public.scss.erb */
.fa-facebook-square:before {
  content: "";
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7256, app/assets/stylesheets/legacy/public.scss.erb */
.fa-camera-retro:before {
  content: "";
}

/* line 139, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7261, app/assets/stylesheets/legacy/public.scss.erb */
.fa-key:before {
  content: "";
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7266, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7272, app/assets/stylesheets/legacy/public.scss.erb */
.fa-comments:before {
  content: "";
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7277, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7282, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7287, app/assets/stylesheets/legacy/public.scss.erb */
.fa-star-half:before {
  content: "";
}

/* line 146, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7292, app/assets/stylesheets/legacy/public.scss.erb */
.fa-heart-o:before {
  content: "";
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7297, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sign-out:before {
  content: "";
}

/* line 148, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7302, app/assets/stylesheets/legacy/public.scss.erb */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7307, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7312, app/assets/stylesheets/legacy/public.scss.erb */
.fa-external-link:before {
  content: "";
}

/* line 151, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7317, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sign-in:before {
  content: "";
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7322, app/assets/stylesheets/legacy/public.scss.erb */
.fa-trophy:before {
  content: "";
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7327, app/assets/stylesheets/legacy/public.scss.erb */
.fa-github-square:before {
  content: "";
}

/* line 154, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7332, app/assets/stylesheets/legacy/public.scss.erb */
.fa-upload:before {
  content: "";
}

/* line 155, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7337, app/assets/stylesheets/legacy/public.scss.erb */
.fa-lemon-o:before {
  content: "";
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7342, app/assets/stylesheets/legacy/public.scss.erb */
.fa-phone:before {
  content: "";
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7347, app/assets/stylesheets/legacy/public.scss.erb */
.fa-square-o:before {
  content: "";
}

/* line 158, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7352, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7357, app/assets/stylesheets/legacy/public.scss.erb */
.fa-phone-square:before {
  content: "";
}

/* line 160, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7362, app/assets/stylesheets/legacy/public.scss.erb */
.fa-twitter:before {
  content: "";
}

/* line 161, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7367, app/assets/stylesheets/legacy/public.scss.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7373, app/assets/stylesheets/legacy/public.scss.erb */
.fa-github:before {
  content: "";
}

/* line 164, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7378, app/assets/stylesheets/legacy/public.scss.erb */
.fa-unlock:before {
  content: "";
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7383, app/assets/stylesheets/legacy/public.scss.erb */
.fa-credit-card:before {
  content: "";
}

/* line 166, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7388, app/assets/stylesheets/legacy/public.scss.erb */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7394, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hdd-o:before {
  content: "";
}

/* line 169, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7399, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bullhorn:before {
  content: "";
}

/* line 170, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7404, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bell:before {
  content: "";
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7409, app/assets/stylesheets/legacy/public.scss.erb */
.fa-certificate:before {
  content: "";
}

/* line 172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7414, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7419, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7424, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7429, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7434, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7439, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7444, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7449, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7454, app/assets/stylesheets/legacy/public.scss.erb */
.fa-globe:before {
  content: "";
}

/* line 181, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7459, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wrench:before {
  content: "";
}

/* line 182, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7464, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tasks:before {
  content: "";
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7469, app/assets/stylesheets/legacy/public.scss.erb */
.fa-filter:before {
  content: "";
}

/* line 184, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7474, app/assets/stylesheets/legacy/public.scss.erb */
.fa-briefcase:before {
  content: "";
}

/* line 185, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7479, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7484, app/assets/stylesheets/legacy/public.scss.erb */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7490, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7496, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cloud:before {
  content: "";
}

/* line 191, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7501, app/assets/stylesheets/legacy/public.scss.erb */
.fa-flask:before {
  content: "";
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7506, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7512, app/assets/stylesheets/legacy/public.scss.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7518, app/assets/stylesheets/legacy/public.scss.erb */
.fa-paperclip:before {
  content: "";
}

/* line 197, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7523, app/assets/stylesheets/legacy/public.scss.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7529, app/assets/stylesheets/legacy/public.scss.erb */
.fa-square:before {
  content: "";
}

/* line 200, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7534, app/assets/stylesheets/legacy/public.scss.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7541, app/assets/stylesheets/legacy/public.scss.erb */
.fa-list-ul:before {
  content: "";
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7546, app/assets/stylesheets/legacy/public.scss.erb */
.fa-list-ol:before {
  content: "";
}

/* line 205, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7551, app/assets/stylesheets/legacy/public.scss.erb */
.fa-strikethrough:before {
  content: "";
}

/* line 206, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7556, app/assets/stylesheets/legacy/public.scss.erb */
.fa-underline:before {
  content: "";
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7561, app/assets/stylesheets/legacy/public.scss.erb */
.fa-table:before {
  content: "";
}

/* line 208, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7566, app/assets/stylesheets/legacy/public.scss.erb */
.fa-magic:before {
  content: "";
}

/* line 209, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7571, app/assets/stylesheets/legacy/public.scss.erb */
.fa-truck:before {
  content: "";
}

/* line 210, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7576, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pinterest:before {
  content: "";
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7581, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7586, app/assets/stylesheets/legacy/public.scss.erb */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7591, app/assets/stylesheets/legacy/public.scss.erb */
.fa-google-plus:before {
  content: "";
}

/* line 214, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7596, app/assets/stylesheets/legacy/public.scss.erb */
.fa-money:before {
  content: "";
}

/* line 215, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7601, app/assets/stylesheets/legacy/public.scss.erb */
.fa-caret-down:before {
  content: "";
}

/* line 216, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7606, app/assets/stylesheets/legacy/public.scss.erb */
.fa-caret-up:before {
  content: "";
}

/* line 217, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7611, app/assets/stylesheets/legacy/public.scss.erb */
.fa-caret-left:before {
  content: "";
}

/* line 218, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7616, app/assets/stylesheets/legacy/public.scss.erb */
.fa-caret-right:before {
  content: "";
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7621, app/assets/stylesheets/legacy/public.scss.erb */
.fa-columns:before {
  content: "";
}

/* line 220, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7626, app/assets/stylesheets/legacy/public.scss.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7632, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7638, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7644, app/assets/stylesheets/legacy/public.scss.erb */
.fa-envelope:before {
  content: "";
}

/* line 227, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7649, app/assets/stylesheets/legacy/public.scss.erb */
.fa-linkedin:before {
  content: "";
}

/* line 228, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7654, app/assets/stylesheets/legacy/public.scss.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7660, app/assets/stylesheets/legacy/public.scss.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7666, app/assets/stylesheets/legacy/public.scss.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7672, app/assets/stylesheets/legacy/public.scss.erb */
.fa-comment-o:before {
  content: "";
}

/* line 235, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7677, app/assets/stylesheets/legacy/public.scss.erb */
.fa-comments-o:before {
  content: "";
}

/* line 236, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7682, app/assets/stylesheets/legacy/public.scss.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7688, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sitemap:before {
  content: "";
}

/* line 239, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7693, app/assets/stylesheets/legacy/public.scss.erb */
.fa-umbrella:before {
  content: "";
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7698, app/assets/stylesheets/legacy/public.scss.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7704, app/assets/stylesheets/legacy/public.scss.erb */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7709, app/assets/stylesheets/legacy/public.scss.erb */
.fa-exchange:before {
  content: "";
}

/* line 244, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7714, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cloud-download:before {
  content: "";
}

/* line 245, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7719, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7724, app/assets/stylesheets/legacy/public.scss.erb */
.fa-user-md:before {
  content: "";
}

/* line 247, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7729, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stethoscope:before {
  content: "";
}

/* line 248, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7734, app/assets/stylesheets/legacy/public.scss.erb */
.fa-suitcase:before {
  content: "";
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7739, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bell-o:before {
  content: "";
}

/* line 250, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7744, app/assets/stylesheets/legacy/public.scss.erb */
.fa-coffee:before {
  content: "";
}

/* line 251, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7749, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cutlery:before {
  content: "";
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7754, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-text-o:before {
  content: "";
}

/* line 253, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7759, app/assets/stylesheets/legacy/public.scss.erb */
.fa-building-o:before {
  content: "";
}

/* line 254, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7764, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hospital-o:before {
  content: "";
}

/* line 255, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7769, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ambulance:before {
  content: "";
}

/* line 256, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7774, app/assets/stylesheets/legacy/public.scss.erb */
.fa-medkit:before {
  content: "";
}

/* line 257, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7779, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7784, app/assets/stylesheets/legacy/public.scss.erb */
.fa-beer:before {
  content: "";
}

/* line 259, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7789, app/assets/stylesheets/legacy/public.scss.erb */
.fa-h-square:before {
  content: "";
}

/* line 260, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7794, app/assets/stylesheets/legacy/public.scss.erb */
.fa-plus-square:before {
  content: "";
}

/* line 261, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7799, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7804, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7809, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7814, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7819, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angle-left:before {
  content: "";
}

/* line 266, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7824, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angle-right:before {
  content: "";
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7829, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angle-up:before {
  content: "";
}

/* line 268, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7834, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angle-down:before {
  content: "";
}

/* line 269, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7839, app/assets/stylesheets/legacy/public.scss.erb */
.fa-desktop:before {
  content: "";
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7844, app/assets/stylesheets/legacy/public.scss.erb */
.fa-laptop:before {
  content: "";
}

/* line 271, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7849, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tablet:before {
  content: "";
}

/* line 272, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7854, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7860, app/assets/stylesheets/legacy/public.scss.erb */
.fa-circle-o:before {
  content: "";
}

/* line 275, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7865, app/assets/stylesheets/legacy/public.scss.erb */
.fa-quote-left:before {
  content: "";
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7870, app/assets/stylesheets/legacy/public.scss.erb */
.fa-quote-right:before {
  content: "";
}

/* line 277, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7875, app/assets/stylesheets/legacy/public.scss.erb */
.fa-spinner:before {
  content: "";
}

/* line 278, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7880, app/assets/stylesheets/legacy/public.scss.erb */
.fa-circle:before {
  content: "";
}

/* line 279, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7885, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7891, app/assets/stylesheets/legacy/public.scss.erb */
.fa-github-alt:before {
  content: "";
}

/* line 282, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7896, app/assets/stylesheets/legacy/public.scss.erb */
.fa-folder-o:before {
  content: "";
}

/* line 283, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7901, app/assets/stylesheets/legacy/public.scss.erb */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7906, app/assets/stylesheets/legacy/public.scss.erb */
.fa-smile-o:before {
  content: "";
}

/* line 285, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7911, app/assets/stylesheets/legacy/public.scss.erb */
.fa-frown-o:before {
  content: "";
}

/* line 286, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7916, app/assets/stylesheets/legacy/public.scss.erb */
.fa-meh-o:before {
  content: "";
}

/* line 287, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7921, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gamepad:before {
  content: "";
}

/* line 288, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7926, app/assets/stylesheets/legacy/public.scss.erb */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7931, app/assets/stylesheets/legacy/public.scss.erb */
.fa-flag-o:before {
  content: "";
}

/* line 290, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7936, app/assets/stylesheets/legacy/public.scss.erb */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7941, app/assets/stylesheets/legacy/public.scss.erb */
.fa-terminal:before {
  content: "";
}

/* line 292, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7946, app/assets/stylesheets/legacy/public.scss.erb */
.fa-code:before {
  content: "";
}

/* line 293, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7951, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7957, app/assets/stylesheets/legacy/public.scss.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7964, app/assets/stylesheets/legacy/public.scss.erb */
.fa-location-arrow:before {
  content: "";
}

/* line 299, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7969, app/assets/stylesheets/legacy/public.scss.erb */
.fa-crop:before {
  content: "";
}

/* line 300, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7974, app/assets/stylesheets/legacy/public.scss.erb */
.fa-code-fork:before {
  content: "";
}

/* line 301, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7979, app/assets/stylesheets/legacy/public.scss.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7985, app/assets/stylesheets/legacy/public.scss.erb */
.fa-question:before {
  content: "";
}

/* line 304, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7990, app/assets/stylesheets/legacy/public.scss.erb */
.fa-info:before {
  content: "";
}

/* line 305, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 7995, app/assets/stylesheets/legacy/public.scss.erb */
.fa-exclamation:before {
  content: "";
}

/* line 306, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8000, app/assets/stylesheets/legacy/public.scss.erb */
.fa-superscript:before {
  content: "";
}

/* line 307, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8005, app/assets/stylesheets/legacy/public.scss.erb */
.fa-subscript:before {
  content: "";
}

/* line 308, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8010, app/assets/stylesheets/legacy/public.scss.erb */
.fa-eraser:before {
  content: "";
}

/* line 309, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8015, app/assets/stylesheets/legacy/public.scss.erb */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8020, app/assets/stylesheets/legacy/public.scss.erb */
.fa-microphone:before {
  content: "";
}

/* line 311, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8025, app/assets/stylesheets/legacy/public.scss.erb */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8030, app/assets/stylesheets/legacy/public.scss.erb */
.fa-shield:before {
  content: "";
}

/* line 313, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8035, app/assets/stylesheets/legacy/public.scss.erb */
.fa-calendar-o:before {
  content: "";
}

/* line 314, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8040, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8045, app/assets/stylesheets/legacy/public.scss.erb */
.fa-rocket:before {
  content: "";
}

/* line 316, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8050, app/assets/stylesheets/legacy/public.scss.erb */
.fa-maxcdn:before {
  content: "";
}

/* line 317, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8055, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8060, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8065, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8070, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8075, app/assets/stylesheets/legacy/public.scss.erb */
.fa-html5:before {
  content: "";
}

/* line 322, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8080, app/assets/stylesheets/legacy/public.scss.erb */
.fa-css3:before {
  content: "";
}

/* line 323, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8085, app/assets/stylesheets/legacy/public.scss.erb */
.fa-anchor:before {
  content: "";
}

/* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8090, app/assets/stylesheets/legacy/public.scss.erb */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8095, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bullseye:before {
  content: "";
}

/* line 326, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8100, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8105, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8110, app/assets/stylesheets/legacy/public.scss.erb */
.fa-rss-square:before {
  content: "";
}

/* line 329, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8115, app/assets/stylesheets/legacy/public.scss.erb */
.fa-play-circle:before {
  content: "";
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8120, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ticket:before {
  content: "";
}

/* line 331, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8125, app/assets/stylesheets/legacy/public.scss.erb */
.fa-minus-square:before {
  content: "";
}

/* line 332, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8130, app/assets/stylesheets/legacy/public.scss.erb */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8135, app/assets/stylesheets/legacy/public.scss.erb */
.fa-level-up:before {
  content: "";
}

/* line 334, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8140, app/assets/stylesheets/legacy/public.scss.erb */
.fa-level-down:before {
  content: "";
}

/* line 335, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8145, app/assets/stylesheets/legacy/public.scss.erb */
.fa-check-square:before {
  content: "";
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8150, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pencil-square:before {
  content: "";
}

/* line 337, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8155, app/assets/stylesheets/legacy/public.scss.erb */
.fa-external-link-square:before {
  content: "";
}

/* line 338, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8160, app/assets/stylesheets/legacy/public.scss.erb */
.fa-share-square:before {
  content: "";
}

/* line 339, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8165, app/assets/stylesheets/legacy/public.scss.erb */
.fa-compass:before {
  content: "";
}

/* line 340, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8170, app/assets/stylesheets/legacy/public.scss.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8176, app/assets/stylesheets/legacy/public.scss.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8182, app/assets/stylesheets/legacy/public.scss.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8188, app/assets/stylesheets/legacy/public.scss.erb */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8194, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gbp:before {
  content: "";
}

/* line 349, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8199, app/assets/stylesheets/legacy/public.scss.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8205, app/assets/stylesheets/legacy/public.scss.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8211, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8219, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8226, app/assets/stylesheets/legacy/public.scss.erb */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8232, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8238, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file:before {
  content: "";
}

/* line 365, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8243, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-text:before {
  content: "";
}

/* line 366, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8248, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8253, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8258, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8263, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8268, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8273, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8278, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8283, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8288, app/assets/stylesheets/legacy/public.scss.erb */
.fa-youtube-square:before {
  content: "";
}

/* line 375, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8293, app/assets/stylesheets/legacy/public.scss.erb */
.fa-youtube:before {
  content: "";
}

/* line 376, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8298, app/assets/stylesheets/legacy/public.scss.erb */
.fa-xing:before {
  content: "";
}

/* line 377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8303, app/assets/stylesheets/legacy/public.scss.erb */
.fa-xing-square:before {
  content: "";
}

/* line 378, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8308, app/assets/stylesheets/legacy/public.scss.erb */
.fa-youtube-play:before {
  content: "";
}

/* line 379, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8313, app/assets/stylesheets/legacy/public.scss.erb */
.fa-dropbox:before {
  content: "";
}

/* line 380, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8318, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8323, app/assets/stylesheets/legacy/public.scss.erb */
.fa-instagram:before {
  content: "";
}

/* line 382, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8328, app/assets/stylesheets/legacy/public.scss.erb */
.fa-flickr:before {
  content: "";
}

/* line 383, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8333, app/assets/stylesheets/legacy/public.scss.erb */
.fa-adn:before {
  content: "";
}

/* line 384, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8338, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bitbucket:before {
  content: "";
}

/* line 385, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8343, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8348, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tumblr:before {
  content: "";
}

/* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8353, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8358, app/assets/stylesheets/legacy/public.scss.erb */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8363, app/assets/stylesheets/legacy/public.scss.erb */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8368, app/assets/stylesheets/legacy/public.scss.erb */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8373, app/assets/stylesheets/legacy/public.scss.erb */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8378, app/assets/stylesheets/legacy/public.scss.erb */
.fa-apple:before {
  content: "";
}

/* line 393, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8383, app/assets/stylesheets/legacy/public.scss.erb */
.fa-windows:before {
  content: "";
}

/* line 394, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8388, app/assets/stylesheets/legacy/public.scss.erb */
.fa-android:before {
  content: "";
}

/* line 395, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8393, app/assets/stylesheets/legacy/public.scss.erb */
.fa-linux:before {
  content: "";
}

/* line 396, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8398, app/assets/stylesheets/legacy/public.scss.erb */
.fa-dribbble:before {
  content: "";
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8403, app/assets/stylesheets/legacy/public.scss.erb */
.fa-skype:before {
  content: "";
}

/* line 398, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8408, app/assets/stylesheets/legacy/public.scss.erb */
.fa-foursquare:before {
  content: "";
}

/* line 399, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8413, app/assets/stylesheets/legacy/public.scss.erb */
.fa-trello:before {
  content: "";
}

/* line 400, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8418, app/assets/stylesheets/legacy/public.scss.erb */
.fa-female:before {
  content: "";
}

/* line 401, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8423, app/assets/stylesheets/legacy/public.scss.erb */
.fa-male:before {
  content: "";
}

/* line 402, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8428, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8434, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sun-o:before {
  content: "";
}

/* line 405, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8439, app/assets/stylesheets/legacy/public.scss.erb */
.fa-moon-o:before {
  content: "";
}

/* line 406, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8444, app/assets/stylesheets/legacy/public.scss.erb */
.fa-archive:before {
  content: "";
}

/* line 407, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8449, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bug:before {
  content: "";
}

/* line 408, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8454, app/assets/stylesheets/legacy/public.scss.erb */
.fa-vk:before {
  content: "";
}

/* line 409, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8459, app/assets/stylesheets/legacy/public.scss.erb */
.fa-weibo:before {
  content: "";
}

/* line 410, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8464, app/assets/stylesheets/legacy/public.scss.erb */
.fa-renren:before {
  content: "";
}

/* line 411, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8469, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pagelines:before {
  content: "";
}

/* line 412, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8474, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8479, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8484, app/assets/stylesheets/legacy/public.scss.erb */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8489, app/assets/stylesheets/legacy/public.scss.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8495, app/assets/stylesheets/legacy/public.scss.erb */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8500, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wheelchair:before {
  content: "";
}

/* line 419, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8505, app/assets/stylesheets/legacy/public.scss.erb */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8510, app/assets/stylesheets/legacy/public.scss.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8516, app/assets/stylesheets/legacy/public.scss.erb */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8521, app/assets/stylesheets/legacy/public.scss.erb */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8526, app/assets/stylesheets/legacy/public.scss.erb */
.fa-slack:before {
  content: "";
}

/* line 425, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8531, app/assets/stylesheets/legacy/public.scss.erb */
.fa-envelope-square:before {
  content: "";
}

/* line 426, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8536, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wordpress:before {
  content: "";
}

/* line 427, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8541, app/assets/stylesheets/legacy/public.scss.erb */
.fa-openid:before {
  content: "";
}

/* line 428, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8546, app/assets/stylesheets/legacy/public.scss.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8553, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8559, app/assets/stylesheets/legacy/public.scss.erb */
.fa-yahoo:before {
  content: "";
}

/* line 434, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8564, app/assets/stylesheets/legacy/public.scss.erb */
.fa-google:before {
  content: "";
}

/* line 435, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8569, app/assets/stylesheets/legacy/public.scss.erb */
.fa-reddit:before {
  content: "";
}

/* line 436, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8574, app/assets/stylesheets/legacy/public.scss.erb */
.fa-reddit-square:before {
  content: "";
}

/* line 437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8579, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8584, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8589, app/assets/stylesheets/legacy/public.scss.erb */
.fa-delicious:before {
  content: "";
}

/* line 440, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8594, app/assets/stylesheets/legacy/public.scss.erb */
.fa-digg:before {
  content: "";
}

/* line 441, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8599, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8604, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8609, app/assets/stylesheets/legacy/public.scss.erb */
.fa-drupal:before {
  content: "";
}

/* line 444, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8614, app/assets/stylesheets/legacy/public.scss.erb */
.fa-joomla:before {
  content: "";
}

/* line 445, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8619, app/assets/stylesheets/legacy/public.scss.erb */
.fa-language:before {
  content: "";
}

/* line 446, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8624, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fax:before {
  content: "";
}

/* line 447, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8629, app/assets/stylesheets/legacy/public.scss.erb */
.fa-building:before {
  content: "";
}

/* line 448, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8634, app/assets/stylesheets/legacy/public.scss.erb */
.fa-child:before {
  content: "";
}

/* line 449, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8639, app/assets/stylesheets/legacy/public.scss.erb */
.fa-paw:before {
  content: "";
}

/* line 450, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8644, app/assets/stylesheets/legacy/public.scss.erb */
.fa-spoon:before {
  content: "";
}

/* line 451, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8649, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cube:before {
  content: "";
}

/* line 452, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8654, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cubes:before {
  content: "";
}

/* line 453, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8659, app/assets/stylesheets/legacy/public.scss.erb */
.fa-behance:before {
  content: "";
}

/* line 454, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8664, app/assets/stylesheets/legacy/public.scss.erb */
.fa-behance-square:before {
  content: "";
}

/* line 455, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8669, app/assets/stylesheets/legacy/public.scss.erb */
.fa-steam:before {
  content: "";
}

/* line 456, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8674, app/assets/stylesheets/legacy/public.scss.erb */
.fa-steam-square:before {
  content: "";
}

/* line 457, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8679, app/assets/stylesheets/legacy/public.scss.erb */
.fa-recycle:before {
  content: "";
}

/* line 458, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8684, app/assets/stylesheets/legacy/public.scss.erb */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8690, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8696, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tree:before {
  content: "";
}

/* line 463, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8701, app/assets/stylesheets/legacy/public.scss.erb */
.fa-spotify:before {
  content: "";
}

/* line 464, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8706, app/assets/stylesheets/legacy/public.scss.erb */
.fa-deviantart:before {
  content: "";
}

/* line 465, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8711, app/assets/stylesheets/legacy/public.scss.erb */
.fa-soundcloud:before {
  content: "";
}

/* line 466, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8716, app/assets/stylesheets/legacy/public.scss.erb */
.fa-database:before {
  content: "";
}

/* line 467, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8721, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8726, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-word-o:before {
  content: "";
}

/* line 469, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8731, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8736, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8741, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8748, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8754, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8760, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8766, app/assets/stylesheets/legacy/public.scss.erb */
.fa-file-code-o:before {
  content: "";
}

/* line 481, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8771, app/assets/stylesheets/legacy/public.scss.erb */
.fa-vine:before {
  content: "";
}

/* line 482, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8776, app/assets/stylesheets/legacy/public.scss.erb */
.fa-codepen:before {
  content: "";
}

/* line 483, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8781, app/assets/stylesheets/legacy/public.scss.erb */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8786, app/assets/stylesheets/legacy/public.scss.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8795, app/assets/stylesheets/legacy/public.scss.erb */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8800, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8807, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8813, app/assets/stylesheets/legacy/public.scss.erb */
.fa-git-square:before {
  content: "";
}

/* line 496, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8818, app/assets/stylesheets/legacy/public.scss.erb */
.fa-git:before {
  content: "";
}

/* line 497, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8823, app/assets/stylesheets/legacy/public.scss.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8830, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8835, app/assets/stylesheets/legacy/public.scss.erb */
.fa-qq:before {
  content: "";
}

/* line 502, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8840, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8846, app/assets/stylesheets/legacy/public.scss.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8852, app/assets/stylesheets/legacy/public.scss.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8858, app/assets/stylesheets/legacy/public.scss.erb */
.fa-history:before {
  content: "";
}

/* line 509, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8863, app/assets/stylesheets/legacy/public.scss.erb */
.fa-circle-thin:before {
  content: "";
}

/* line 510, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8868, app/assets/stylesheets/legacy/public.scss.erb */
.fa-header:before {
  content: "";
}

/* line 511, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8873, app/assets/stylesheets/legacy/public.scss.erb */
.fa-paragraph:before {
  content: "";
}

/* line 512, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8878, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sliders:before {
  content: "";
}

/* line 513, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8883, app/assets/stylesheets/legacy/public.scss.erb */
.fa-share-alt:before {
  content: "";
}

/* line 514, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8888, app/assets/stylesheets/legacy/public.scss.erb */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8893, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bomb:before {
  content: "";
}

/* line 516, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8898, app/assets/stylesheets/legacy/public.scss.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8904, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tty:before {
  content: "";
}

/* line 519, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8909, app/assets/stylesheets/legacy/public.scss.erb */
.fa-binoculars:before {
  content: "";
}

/* line 520, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8914, app/assets/stylesheets/legacy/public.scss.erb */
.fa-plug:before {
  content: "";
}

/* line 521, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8919, app/assets/stylesheets/legacy/public.scss.erb */
.fa-slideshare:before {
  content: "";
}

/* line 522, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8924, app/assets/stylesheets/legacy/public.scss.erb */
.fa-twitch:before {
  content: "";
}

/* line 523, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8929, app/assets/stylesheets/legacy/public.scss.erb */
.fa-yelp:before {
  content: "";
}

/* line 524, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8934, app/assets/stylesheets/legacy/public.scss.erb */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8939, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wifi:before {
  content: "";
}

/* line 526, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8944, app/assets/stylesheets/legacy/public.scss.erb */
.fa-calculator:before {
  content: "";
}

/* line 527, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8949, app/assets/stylesheets/legacy/public.scss.erb */
.fa-paypal:before {
  content: "";
}

/* line 528, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8954, app/assets/stylesheets/legacy/public.scss.erb */
.fa-google-wallet:before {
  content: "";
}

/* line 529, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8959, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc-visa:before {
  content: "";
}

/* line 530, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8964, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8969, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc-discover:before {
  content: "";
}

/* line 532, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8974, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc-amex:before {
  content: "";
}

/* line 533, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8979, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8984, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8989, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bell-slash:before {
  content: "";
}

/* line 536, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8994, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 8999, app/assets/stylesheets/legacy/public.scss.erb */
.fa-trash:before {
  content: "";
}

/* line 538, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9004, app/assets/stylesheets/legacy/public.scss.erb */
.fa-copyright:before {
  content: "";
}

/* line 539, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9009, app/assets/stylesheets/legacy/public.scss.erb */
.fa-at:before {
  content: "";
}

/* line 540, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9014, app/assets/stylesheets/legacy/public.scss.erb */
.fa-eyedropper:before {
  content: "";
}

/* line 541, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9019, app/assets/stylesheets/legacy/public.scss.erb */
.fa-paint-brush:before {
  content: "";
}

/* line 542, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9024, app/assets/stylesheets/legacy/public.scss.erb */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9029, app/assets/stylesheets/legacy/public.scss.erb */
.fa-area-chart:before {
  content: "";
}

/* line 544, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9034, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pie-chart:before {
  content: "";
}

/* line 545, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9039, app/assets/stylesheets/legacy/public.scss.erb */
.fa-line-chart:before {
  content: "";
}

/* line 546, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9044, app/assets/stylesheets/legacy/public.scss.erb */
.fa-lastfm:before {
  content: "";
}

/* line 547, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9049, app/assets/stylesheets/legacy/public.scss.erb */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9054, app/assets/stylesheets/legacy/public.scss.erb */
.fa-toggle-off:before {
  content: "";
}

/* line 549, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9059, app/assets/stylesheets/legacy/public.scss.erb */
.fa-toggle-on:before {
  content: "";
}

/* line 550, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9064, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bicycle:before {
  content: "";
}

/* line 551, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9069, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bus:before {
  content: "";
}

/* line 552, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9074, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ioxhost:before {
  content: "";
}

/* line 553, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9079, app/assets/stylesheets/legacy/public.scss.erb */
.fa-angellist:before {
  content: "";
}

/* line 554, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9084, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc:before {
  content: "";
}

/* line 555, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9089, app/assets/stylesheets/legacy/public.scss.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9096, app/assets/stylesheets/legacy/public.scss.erb */
.fa-meanpath:before {
  content: "";
}

/* line 559, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9101, app/assets/stylesheets/legacy/public.scss.erb */
.fa-buysellads:before {
  content: "";
}

/* line 560, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9106, app/assets/stylesheets/legacy/public.scss.erb */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9111, app/assets/stylesheets/legacy/public.scss.erb */
.fa-dashcube:before {
  content: "";
}

/* line 562, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9116, app/assets/stylesheets/legacy/public.scss.erb */
.fa-forumbee:before {
  content: "";
}

/* line 563, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9121, app/assets/stylesheets/legacy/public.scss.erb */
.fa-leanpub:before {
  content: "";
}

/* line 564, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9126, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sellsy:before {
  content: "";
}

/* line 565, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9131, app/assets/stylesheets/legacy/public.scss.erb */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9136, app/assets/stylesheets/legacy/public.scss.erb */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9141, app/assets/stylesheets/legacy/public.scss.erb */
.fa-skyatlas:before {
  content: "";
}

/* line 568, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9146, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cart-plus:before {
  content: "";
}

/* line 569, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9151, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9156, app/assets/stylesheets/legacy/public.scss.erb */
.fa-diamond:before {
  content: "";
}

/* line 571, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9161, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ship:before {
  content: "";
}

/* line 572, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9166, app/assets/stylesheets/legacy/public.scss.erb */
.fa-user-secret:before {
  content: "";
}

/* line 573, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9171, app/assets/stylesheets/legacy/public.scss.erb */
.fa-motorcycle:before {
  content: "";
}

/* line 574, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9176, app/assets/stylesheets/legacy/public.scss.erb */
.fa-street-view:before {
  content: "";
}

/* line 575, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9181, app/assets/stylesheets/legacy/public.scss.erb */
.fa-heartbeat:before {
  content: "";
}

/* line 576, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9186, app/assets/stylesheets/legacy/public.scss.erb */
.fa-venus:before {
  content: "";
}

/* line 577, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9191, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mars:before {
  content: "";
}

/* line 578, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9196, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mercury:before {
  content: "";
}

/* line 579, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9201, app/assets/stylesheets/legacy/public.scss.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9207, app/assets/stylesheets/legacy/public.scss.erb */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9212, app/assets/stylesheets/legacy/public.scss.erb */
.fa-venus-double:before {
  content: "";
}

/* line 583, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9217, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mars-double:before {
  content: "";
}

/* line 584, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9222, app/assets/stylesheets/legacy/public.scss.erb */
.fa-venus-mars:before {
  content: "";
}

/* line 585, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9227, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9232, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9237, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9242, app/assets/stylesheets/legacy/public.scss.erb */
.fa-neuter:before {
  content: "";
}

/* line 589, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9247, app/assets/stylesheets/legacy/public.scss.erb */
.fa-genderless:before {
  content: "";
}

/* line 590, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9252, app/assets/stylesheets/legacy/public.scss.erb */
.fa-facebook-official:before {
  content: "";
}

/* line 591, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9257, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9262, app/assets/stylesheets/legacy/public.scss.erb */
.fa-whatsapp:before {
  content: "";
}

/* line 593, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9267, app/assets/stylesheets/legacy/public.scss.erb */
.fa-server:before {
  content: "";
}

/* line 594, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9272, app/assets/stylesheets/legacy/public.scss.erb */
.fa-user-plus:before {
  content: "";
}

/* line 595, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9277, app/assets/stylesheets/legacy/public.scss.erb */
.fa-user-times:before {
  content: "";
}

/* line 596, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9282, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9288, app/assets/stylesheets/legacy/public.scss.erb */
.fa-viacoin:before {
  content: "";
}

/* line 599, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9293, app/assets/stylesheets/legacy/public.scss.erb */
.fa-train:before {
  content: "";
}

/* line 600, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9298, app/assets/stylesheets/legacy/public.scss.erb */
.fa-subway:before {
  content: "";
}

/* line 601, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9303, app/assets/stylesheets/legacy/public.scss.erb */
.fa-medium:before {
  content: "";
}

/* line 602, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9308, app/assets/stylesheets/legacy/public.scss.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9314, app/assets/stylesheets/legacy/public.scss.erb */
.fa-optin-monster:before {
  content: "";
}

/* line 605, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9319, app/assets/stylesheets/legacy/public.scss.erb */
.fa-opencart:before {
  content: "";
}

/* line 606, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9324, app/assets/stylesheets/legacy/public.scss.erb */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9329, app/assets/stylesheets/legacy/public.scss.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9336, app/assets/stylesheets/legacy/public.scss.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9342, app/assets/stylesheets/legacy/public.scss.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9348, app/assets/stylesheets/legacy/public.scss.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9354, app/assets/stylesheets/legacy/public.scss.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9360, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mouse-pointer:before {
  content: "";
}

/* line 619, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9365, app/assets/stylesheets/legacy/public.scss.erb */
.fa-i-cursor:before {
  content: "";
}

/* line 620, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9370, app/assets/stylesheets/legacy/public.scss.erb */
.fa-object-group:before {
  content: "";
}

/* line 621, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9375, app/assets/stylesheets/legacy/public.scss.erb */
.fa-object-ungroup:before {
  content: "";
}

/* line 622, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9380, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sticky-note:before {
  content: "";
}

/* line 623, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9385, app/assets/stylesheets/legacy/public.scss.erb */
.fa-sticky-note-o:before {
  content: "";
}

/* line 624, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9390, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc-jcb:before {
  content: "";
}

/* line 625, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9395, app/assets/stylesheets/legacy/public.scss.erb */
.fa-cc-diners-club:before {
  content: "";
}

/* line 626, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9400, app/assets/stylesheets/legacy/public.scss.erb */
.fa-clone:before {
  content: "";
}

/* line 627, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9405, app/assets/stylesheets/legacy/public.scss.erb */
.fa-balance-scale:before {
  content: "";
}

/* line 628, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9410, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hourglass-o:before {
  content: "";
}

/* line 629, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9415, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9421, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9427, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9433, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hourglass:before {
  content: "";
}

/* line 636, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9438, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9444, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9450, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9455, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9460, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-spock-o:before {
  content: "";
}

/* line 643, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9465, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9470, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hand-peace-o:before {
  content: "";
}

/* line 645, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9475, app/assets/stylesheets/legacy/public.scss.erb */
.fa-trademark:before {
  content: "";
}

/* line 646, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9480, app/assets/stylesheets/legacy/public.scss.erb */
.fa-registered:before {
  content: "";
}

/* line 647, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9485, app/assets/stylesheets/legacy/public.scss.erb */
.fa-creative-commons:before {
  content: "";
}

/* line 648, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9490, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gg:before {
  content: "";
}

/* line 649, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9495, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gg-circle:before {
  content: "";
}

/* line 650, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9500, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tripadvisor:before {
  content: "";
}

/* line 651, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9505, app/assets/stylesheets/legacy/public.scss.erb */
.fa-odnoklassniki:before {
  content: "";
}

/* line 652, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9510, app/assets/stylesheets/legacy/public.scss.erb */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9515, app/assets/stylesheets/legacy/public.scss.erb */
.fa-get-pocket:before {
  content: "";
}

/* line 654, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9520, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wikipedia-w:before {
  content: "";
}

/* line 655, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9525, app/assets/stylesheets/legacy/public.scss.erb */
.fa-safari:before {
  content: "";
}

/* line 656, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9530, app/assets/stylesheets/legacy/public.scss.erb */
.fa-chrome:before {
  content: "";
}

/* line 657, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9535, app/assets/stylesheets/legacy/public.scss.erb */
.fa-firefox:before {
  content: "";
}

/* line 658, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9540, app/assets/stylesheets/legacy/public.scss.erb */
.fa-opera:before {
  content: "";
}

/* line 659, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9545, app/assets/stylesheets/legacy/public.scss.erb */
.fa-internet-explorer:before {
  content: "";
}

/* line 660, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9550, app/assets/stylesheets/legacy/public.scss.erb */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9556, app/assets/stylesheets/legacy/public.scss.erb */
.fa-contao:before {
  content: "";
}

/* line 663, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9561, app/assets/stylesheets/legacy/public.scss.erb */
.fa-500px:before {
  content: "";
}

/* line 664, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9566, app/assets/stylesheets/legacy/public.scss.erb */
.fa-amazon:before {
  content: "";
}

/* line 665, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9571, app/assets/stylesheets/legacy/public.scss.erb */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9576, app/assets/stylesheets/legacy/public.scss.erb */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9581, app/assets/stylesheets/legacy/public.scss.erb */
.fa-calendar-times-o:before {
  content: "";
}

/* line 668, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9586, app/assets/stylesheets/legacy/public.scss.erb */
.fa-calendar-check-o:before {
  content: "";
}

/* line 669, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9591, app/assets/stylesheets/legacy/public.scss.erb */
.fa-industry:before {
  content: "";
}

/* line 670, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9596, app/assets/stylesheets/legacy/public.scss.erb */
.fa-map-pin:before {
  content: "";
}

/* line 671, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9601, app/assets/stylesheets/legacy/public.scss.erb */
.fa-map-signs:before {
  content: "";
}

/* line 672, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9606, app/assets/stylesheets/legacy/public.scss.erb */
.fa-map-o:before {
  content: "";
}

/* line 673, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9611, app/assets/stylesheets/legacy/public.scss.erb */
.fa-map:before {
  content: "";
}

/* line 674, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9616, app/assets/stylesheets/legacy/public.scss.erb */
.fa-commenting:before {
  content: "";
}

/* line 675, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9621, app/assets/stylesheets/legacy/public.scss.erb */
.fa-commenting-o:before {
  content: "";
}

/* line 676, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9626, app/assets/stylesheets/legacy/public.scss.erb */
.fa-houzz:before {
  content: "";
}

/* line 677, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9631, app/assets/stylesheets/legacy/public.scss.erb */
.fa-vimeo:before {
  content: "";
}

/* line 678, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9636, app/assets/stylesheets/legacy/public.scss.erb */
.fa-black-tie:before {
  content: "";
}

/* line 679, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9641, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fonticons:before {
  content: "";
}

/* line 680, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9646, app/assets/stylesheets/legacy/public.scss.erb */
.fa-reddit-alien:before {
  content: "";
}

/* line 681, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9651, app/assets/stylesheets/legacy/public.scss.erb */
.fa-edge:before {
  content: "";
}

/* line 682, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9656, app/assets/stylesheets/legacy/public.scss.erb */
.fa-credit-card-alt:before {
  content: "";
}

/* line 683, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9661, app/assets/stylesheets/legacy/public.scss.erb */
.fa-codiepie:before {
  content: "";
}

/* line 684, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9666, app/assets/stylesheets/legacy/public.scss.erb */
.fa-modx:before {
  content: "";
}

/* line 685, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9671, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fort-awesome:before {
  content: "";
}

/* line 686, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9676, app/assets/stylesheets/legacy/public.scss.erb */
.fa-usb:before {
  content: "";
}

/* line 687, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9681, app/assets/stylesheets/legacy/public.scss.erb */
.fa-product-hunt:before {
  content: "";
}

/* line 688, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9686, app/assets/stylesheets/legacy/public.scss.erb */
.fa-mixcloud:before {
  content: "";
}

/* line 689, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9691, app/assets/stylesheets/legacy/public.scss.erb */
.fa-scribd:before {
  content: "";
}

/* line 690, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9696, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pause-circle:before {
  content: "";
}

/* line 691, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9701, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pause-circle-o:before {
  content: "";
}

/* line 692, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9706, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stop-circle:before {
  content: "";
}

/* line 693, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9711, app/assets/stylesheets/legacy/public.scss.erb */
.fa-stop-circle-o:before {
  content: "";
}

/* line 694, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9716, app/assets/stylesheets/legacy/public.scss.erb */
.fa-shopping-bag:before {
  content: "";
}

/* line 695, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9721, app/assets/stylesheets/legacy/public.scss.erb */
.fa-shopping-basket:before {
  content: "";
}

/* line 696, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9726, app/assets/stylesheets/legacy/public.scss.erb */
.fa-hashtag:before {
  content: "";
}

/* line 697, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9731, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bluetooth:before {
  content: "";
}

/* line 698, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9736, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bluetooth-b:before {
  content: "";
}

/* line 699, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9741, app/assets/stylesheets/legacy/public.scss.erb */
.fa-percent:before {
  content: "";
}

/* line 700, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9746, app/assets/stylesheets/legacy/public.scss.erb */
.fa-gitlab:before {
  content: "";
}

/* line 701, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9751, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wpbeginner:before {
  content: "";
}

/* line 702, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9756, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wpforms:before {
  content: "";
}

/* line 703, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9761, app/assets/stylesheets/legacy/public.scss.erb */
.fa-envira:before {
  content: "";
}

/* line 704, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9766, app/assets/stylesheets/legacy/public.scss.erb */
.fa-universal-access:before {
  content: "";
}

/* line 705, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9771, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9776, app/assets/stylesheets/legacy/public.scss.erb */
.fa-question-circle-o:before {
  content: "";
}

/* line 707, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9781, app/assets/stylesheets/legacy/public.scss.erb */
.fa-blind:before {
  content: "";
}

/* line 708, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9786, app/assets/stylesheets/legacy/public.scss.erb */
.fa-audio-description:before {
  content: "";
}

/* line 709, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9791, app/assets/stylesheets/legacy/public.scss.erb */
.fa-volume-control-phone:before {
  content: "";
}

/* line 710, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9796, app/assets/stylesheets/legacy/public.scss.erb */
.fa-braille:before {
  content: "";
}

/* line 711, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9801, app/assets/stylesheets/legacy/public.scss.erb */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9806, app/assets/stylesheets/legacy/public.scss.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9812, app/assets/stylesheets/legacy/public.scss.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9819, app/assets/stylesheets/legacy/public.scss.erb */
.fa-glide:before {
  content: "";
}

/* line 718, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9824, app/assets/stylesheets/legacy/public.scss.erb */
.fa-glide-g:before {
  content: "";
}

/* line 719, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9829, app/assets/stylesheets/legacy/public.scss.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9835, app/assets/stylesheets/legacy/public.scss.erb */
.fa-low-vision:before {
  content: "";
}

/* line 722, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9840, app/assets/stylesheets/legacy/public.scss.erb */
.fa-viadeo:before {
  content: "";
}

/* line 723, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9845, app/assets/stylesheets/legacy/public.scss.erb */
.fa-viadeo-square:before {
  content: "";
}

/* line 724, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9850, app/assets/stylesheets/legacy/public.scss.erb */
.fa-snapchat:before {
  content: "";
}

/* line 725, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9855, app/assets/stylesheets/legacy/public.scss.erb */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9860, app/assets/stylesheets/legacy/public.scss.erb */
.fa-snapchat-square:before {
  content: "";
}

/* line 727, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9865, app/assets/stylesheets/legacy/public.scss.erb */
.fa-pied-piper:before {
  content: "";
}

/* line 728, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9870, app/assets/stylesheets/legacy/public.scss.erb */
.fa-first-order:before {
  content: "";
}

/* line 729, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9875, app/assets/stylesheets/legacy/public.scss.erb */
.fa-yoast:before {
  content: "";
}

/* line 730, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9880, app/assets/stylesheets/legacy/public.scss.erb */
.fa-themeisle:before {
  content: "";
}

/* line 731, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9885, app/assets/stylesheets/legacy/public.scss.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9891, app/assets/stylesheets/legacy/public.scss.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9897, app/assets/stylesheets/legacy/public.scss.erb */
.fa-handshake-o:before {
  content: "";
}

/* line 736, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9902, app/assets/stylesheets/legacy/public.scss.erb */
.fa-envelope-open:before {
  content: "";
}

/* line 737, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9907, app/assets/stylesheets/legacy/public.scss.erb */
.fa-envelope-open-o:before {
  content: "";
}

/* line 738, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9912, app/assets/stylesheets/legacy/public.scss.erb */
.fa-linode:before {
  content: "";
}

/* line 739, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9917, app/assets/stylesheets/legacy/public.scss.erb */
.fa-address-book:before {
  content: "";
}

/* line 740, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9922, app/assets/stylesheets/legacy/public.scss.erb */
.fa-address-book-o:before {
  content: "";
}

/* line 741, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9927, app/assets/stylesheets/legacy/public.scss.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9933, app/assets/stylesheets/legacy/public.scss.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9939, app/assets/stylesheets/legacy/public.scss.erb */
.fa-user-circle:before {
  content: "";
}

/* line 746, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9944, app/assets/stylesheets/legacy/public.scss.erb */
.fa-user-circle-o:before {
  content: "";
}

/* line 747, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9949, app/assets/stylesheets/legacy/public.scss.erb */
.fa-user-o:before {
  content: "";
}

/* line 748, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9954, app/assets/stylesheets/legacy/public.scss.erb */
.fa-id-badge:before {
  content: "";
}

/* line 749, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9959, app/assets/stylesheets/legacy/public.scss.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9965, app/assets/stylesheets/legacy/public.scss.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9971, app/assets/stylesheets/legacy/public.scss.erb */
.fa-quora:before {
  content: "";
}

/* line 754, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9976, app/assets/stylesheets/legacy/public.scss.erb */
.fa-free-code-camp:before {
  content: "";
}

/* line 755, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9981, app/assets/stylesheets/legacy/public.scss.erb */
.fa-telegram:before {
  content: "";
}

/* line 756, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9986, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9993, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 9999, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10005, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10011, app/assets/stylesheets/legacy/public.scss.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10017, app/assets/stylesheets/legacy/public.scss.erb */
.fa-shower:before {
  content: "";
}

/* line 768, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10022, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10029, app/assets/stylesheets/legacy/public.scss.erb */
.fa-podcast:before {
  content: "";
}

/* line 772, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10034, app/assets/stylesheets/legacy/public.scss.erb */
.fa-window-maximize:before {
  content: "";
}

/* line 773, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10039, app/assets/stylesheets/legacy/public.scss.erb */
.fa-window-minimize:before {
  content: "";
}

/* line 774, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10044, app/assets/stylesheets/legacy/public.scss.erb */
.fa-window-restore:before {
  content: "";
}

/* line 775, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10049, app/assets/stylesheets/legacy/public.scss.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10055, app/assets/stylesheets/legacy/public.scss.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10061, app/assets/stylesheets/legacy/public.scss.erb */
.fa-bandcamp:before {
  content: "";
}

/* line 780, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10066, app/assets/stylesheets/legacy/public.scss.erb */
.fa-grav:before {
  content: "";
}

/* line 781, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10071, app/assets/stylesheets/legacy/public.scss.erb */
.fa-etsy:before {
  content: "";
}

/* line 782, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10076, app/assets/stylesheets/legacy/public.scss.erb */
.fa-imdb:before {
  content: "";
}

/* line 783, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10081, app/assets/stylesheets/legacy/public.scss.erb */
.fa-ravelry:before {
  content: "";
}

/* line 784, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10086, app/assets/stylesheets/legacy/public.scss.erb */
.fa-eercast:before {
  content: "";
}

/* line 785, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10091, app/assets/stylesheets/legacy/public.scss.erb */
.fa-microchip:before {
  content: "";
}

/* line 786, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10096, app/assets/stylesheets/legacy/public.scss.erb */
.fa-snowflake-o:before {
  content: "";
}

/* line 787, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10101, app/assets/stylesheets/legacy/public.scss.erb */
.fa-superpowers:before {
  content: "";
}

/* line 788, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10106, app/assets/stylesheets/legacy/public.scss.erb */
.fa-wpexplorer:before {
  content: "";
}

/* line 789, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_icons.scss */
/* line 10111, app/assets/stylesheets/legacy/public.scss.erb */
.fa-meetup:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_screen-reader.scss */
/* line 10116, app/assets/stylesheets/legacy/public.scss.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/font-awesome/scss/_mixins.scss */
/* line 10128, app/assets/stylesheets/legacy/public.scss.erb */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url(/assets/clean_admin/foundation-icons-9189cd8788a2d42f89ecb72f08d55cc366a3abc441c3413d9ceca66ec3144e46.eot);
  src: url(/assets/clean_admin/foundation-icons-9189cd8788a2d42f89ecb72f08d55cc366a3abc441c3413d9ceca66ec3144e46.eot?#iefix) format("embedded-opentype"), url(/assets/clean_admin/foundation-icons-8c44c3feedae5331a281278ea3ba91d2255928a2f3010d316d6fbb9052e0c2ec.woff) format("woff"), url(/assets/clean_admin/foundation-icons-7e1dd03dd4ce90b658052554cd7459df16716717389a552fa4c6d56a5f8933e6.ttf) format("truetype"), url(/assets/clean_admin/foundation-icons-ba2d122321cfede034deb120f35abc790a023d29065c36bd53e57039897ad052.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10445, app/assets/stylesheets/legacy/public.scss.erb */
.fi-address-book:before {
  content: "\f100";
}

/* line 313, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10450, app/assets/stylesheets/legacy/public.scss.erb */
.fi-alert:before {
  content: "\f101";
}

/* line 314, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10455, app/assets/stylesheets/legacy/public.scss.erb */
.fi-align-center:before {
  content: "\f102";
}

/* line 315, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10460, app/assets/stylesheets/legacy/public.scss.erb */
.fi-align-justify:before {
  content: "\f103";
}

/* line 316, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10465, app/assets/stylesheets/legacy/public.scss.erb */
.fi-align-left:before {
  content: "\f104";
}

/* line 317, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10470, app/assets/stylesheets/legacy/public.scss.erb */
.fi-align-right:before {
  content: "\f105";
}

/* line 318, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10475, app/assets/stylesheets/legacy/public.scss.erb */
.fi-anchor:before {
  content: "\f106";
}

/* line 319, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10480, app/assets/stylesheets/legacy/public.scss.erb */
.fi-annotate:before {
  content: "\f107";
}

/* line 320, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10485, app/assets/stylesheets/legacy/public.scss.erb */
.fi-archive:before {
  content: "\f108";
}

/* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10490, app/assets/stylesheets/legacy/public.scss.erb */
.fi-arrow-down:before {
  content: "\f109";
}

/* line 322, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10495, app/assets/stylesheets/legacy/public.scss.erb */
.fi-arrow-left:before {
  content: "\f10a";
}

/* line 323, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10500, app/assets/stylesheets/legacy/public.scss.erb */
.fi-arrow-right:before {
  content: "\f10b";
}

/* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10505, app/assets/stylesheets/legacy/public.scss.erb */
.fi-arrow-up:before {
  content: "\f10c";
}

/* line 325, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10510, app/assets/stylesheets/legacy/public.scss.erb */
.fi-arrows-compress:before {
  content: "\f10d";
}

/* line 326, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10515, app/assets/stylesheets/legacy/public.scss.erb */
.fi-arrows-expand:before {
  content: "\f10e";
}

/* line 327, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10520, app/assets/stylesheets/legacy/public.scss.erb */
.fi-arrows-in:before {
  content: "\f10f";
}

/* line 328, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10525, app/assets/stylesheets/legacy/public.scss.erb */
.fi-arrows-out:before {
  content: "\f110";
}

/* line 329, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10530, app/assets/stylesheets/legacy/public.scss.erb */
.fi-asl:before {
  content: "\f111";
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10535, app/assets/stylesheets/legacy/public.scss.erb */
.fi-asterisk:before {
  content: "\f112";
}

/* line 331, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10540, app/assets/stylesheets/legacy/public.scss.erb */
.fi-at-sign:before {
  content: "\f113";
}

/* line 332, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10545, app/assets/stylesheets/legacy/public.scss.erb */
.fi-background-color:before {
  content: "\f114";
}

/* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10550, app/assets/stylesheets/legacy/public.scss.erb */
.fi-battery-empty:before {
  content: "\f115";
}

/* line 334, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10555, app/assets/stylesheets/legacy/public.scss.erb */
.fi-battery-full:before {
  content: "\f116";
}

/* line 335, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10560, app/assets/stylesheets/legacy/public.scss.erb */
.fi-battery-half:before {
  content: "\f117";
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10565, app/assets/stylesheets/legacy/public.scss.erb */
.fi-bitcoin-circle:before {
  content: "\f118";
}

/* line 337, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10570, app/assets/stylesheets/legacy/public.scss.erb */
.fi-bitcoin:before {
  content: "\f119";
}

/* line 338, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10575, app/assets/stylesheets/legacy/public.scss.erb */
.fi-blind:before {
  content: "\f11a";
}

/* line 339, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10580, app/assets/stylesheets/legacy/public.scss.erb */
.fi-bluetooth:before {
  content: "\f11b";
}

/* line 340, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10585, app/assets/stylesheets/legacy/public.scss.erb */
.fi-bold:before {
  content: "\f11c";
}

/* line 341, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10590, app/assets/stylesheets/legacy/public.scss.erb */
.fi-book-bookmark:before {
  content: "\f11d";
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10595, app/assets/stylesheets/legacy/public.scss.erb */
.fi-book:before {
  content: "\f11e";
}

/* line 343, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10600, app/assets/stylesheets/legacy/public.scss.erb */
.fi-bookmark:before {
  content: "\f11f";
}

/* line 344, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10605, app/assets/stylesheets/legacy/public.scss.erb */
.fi-braille:before {
  content: "\f120";
}

/* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10610, app/assets/stylesheets/legacy/public.scss.erb */
.fi-burst-new:before {
  content: "\f121";
}

/* line 346, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10615, app/assets/stylesheets/legacy/public.scss.erb */
.fi-burst-sale:before {
  content: "\f122";
}

/* line 347, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10620, app/assets/stylesheets/legacy/public.scss.erb */
.fi-burst:before {
  content: "\f123";
}

/* line 348, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10625, app/assets/stylesheets/legacy/public.scss.erb */
.fi-calendar:before {
  content: "\f124";
}

/* line 349, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10630, app/assets/stylesheets/legacy/public.scss.erb */
.fi-camera:before {
  content: "\f125";
}

/* line 350, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10635, app/assets/stylesheets/legacy/public.scss.erb */
.fi-check:before {
  content: "\f126";
}

/* line 351, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10640, app/assets/stylesheets/legacy/public.scss.erb */
.fi-checkbox:before {
  content: "\f127";
}

/* line 352, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10645, app/assets/stylesheets/legacy/public.scss.erb */
.fi-clipboard-notes:before {
  content: "\f128";
}

/* line 353, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10650, app/assets/stylesheets/legacy/public.scss.erb */
.fi-clipboard-pencil:before {
  content: "\f129";
}

/* line 354, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10655, app/assets/stylesheets/legacy/public.scss.erb */
.fi-clipboard:before {
  content: "\f12a";
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10660, app/assets/stylesheets/legacy/public.scss.erb */
.fi-clock:before {
  content: "\f12b";
}

/* line 356, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10665, app/assets/stylesheets/legacy/public.scss.erb */
.fi-closed-caption:before {
  content: "\f12c";
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10670, app/assets/stylesheets/legacy/public.scss.erb */
.fi-cloud:before {
  content: "\f12d";
}

/* line 358, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10675, app/assets/stylesheets/legacy/public.scss.erb */
.fi-comment-minus:before {
  content: "\f12e";
}

/* line 359, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10680, app/assets/stylesheets/legacy/public.scss.erb */
.fi-comment-quotes:before {
  content: "\f12f";
}

/* line 360, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10685, app/assets/stylesheets/legacy/public.scss.erb */
.fi-comment-video:before {
  content: "\f130";
}

/* line 361, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10690, app/assets/stylesheets/legacy/public.scss.erb */
.fi-comment:before {
  content: "\f131";
}

/* line 362, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10695, app/assets/stylesheets/legacy/public.scss.erb */
.fi-comments:before {
  content: "\f132";
}

/* line 363, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10700, app/assets/stylesheets/legacy/public.scss.erb */
.fi-compass:before {
  content: "\f133";
}

/* line 364, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10705, app/assets/stylesheets/legacy/public.scss.erb */
.fi-contrast:before {
  content: "\f134";
}

/* line 365, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10710, app/assets/stylesheets/legacy/public.scss.erb */
.fi-credit-card:before {
  content: "\f135";
}

/* line 366, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10715, app/assets/stylesheets/legacy/public.scss.erb */
.fi-crop:before {
  content: "\f136";
}

/* line 367, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10720, app/assets/stylesheets/legacy/public.scss.erb */
.fi-crown:before {
  content: "\f137";
}

/* line 368, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10725, app/assets/stylesheets/legacy/public.scss.erb */
.fi-css3:before {
  content: "\f138";
}

/* line 369, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10730, app/assets/stylesheets/legacy/public.scss.erb */
.fi-database:before {
  content: "\f139";
}

/* line 370, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10735, app/assets/stylesheets/legacy/public.scss.erb */
.fi-die-five:before {
  content: "\f13a";
}

/* line 371, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10740, app/assets/stylesheets/legacy/public.scss.erb */
.fi-die-four:before {
  content: "\f13b";
}

/* line 372, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10745, app/assets/stylesheets/legacy/public.scss.erb */
.fi-die-one:before {
  content: "\f13c";
}

/* line 373, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10750, app/assets/stylesheets/legacy/public.scss.erb */
.fi-die-six:before {
  content: "\f13d";
}

/* line 374, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10755, app/assets/stylesheets/legacy/public.scss.erb */
.fi-die-three:before {
  content: "\f13e";
}

/* line 375, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10760, app/assets/stylesheets/legacy/public.scss.erb */
.fi-die-two:before {
  content: "\f13f";
}

/* line 376, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10765, app/assets/stylesheets/legacy/public.scss.erb */
.fi-dislike:before {
  content: "\f140";
}

/* line 377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10770, app/assets/stylesheets/legacy/public.scss.erb */
.fi-dollar-bill:before {
  content: "\f141";
}

/* line 378, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10775, app/assets/stylesheets/legacy/public.scss.erb */
.fi-dollar:before {
  content: "\f142";
}

/* line 379, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10780, app/assets/stylesheets/legacy/public.scss.erb */
.fi-download:before {
  content: "\f143";
}

/* line 380, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10785, app/assets/stylesheets/legacy/public.scss.erb */
.fi-eject:before {
  content: "\f144";
}

/* line 381, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10790, app/assets/stylesheets/legacy/public.scss.erb */
.fi-elevator:before {
  content: "\f145";
}

/* line 382, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10795, app/assets/stylesheets/legacy/public.scss.erb */
.fi-euro:before {
  content: "\f146";
}

/* line 383, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10800, app/assets/stylesheets/legacy/public.scss.erb */
.fi-eye:before {
  content: "\f147";
}

/* line 384, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10805, app/assets/stylesheets/legacy/public.scss.erb */
.fi-fast-forward:before {
  content: "\f148";
}

/* line 385, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10810, app/assets/stylesheets/legacy/public.scss.erb */
.fi-female-symbol:before {
  content: "\f149";
}

/* line 386, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10815, app/assets/stylesheets/legacy/public.scss.erb */
.fi-female:before {
  content: "\f14a";
}

/* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10820, app/assets/stylesheets/legacy/public.scss.erb */
.fi-filter:before {
  content: "\f14b";
}

/* line 388, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10825, app/assets/stylesheets/legacy/public.scss.erb */
.fi-first-aid:before {
  content: "\f14c";
}

/* line 389, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10830, app/assets/stylesheets/legacy/public.scss.erb */
.fi-flag:before {
  content: "\f14d";
}

/* line 390, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10835, app/assets/stylesheets/legacy/public.scss.erb */
.fi-folder-add:before {
  content: "\f14e";
}

/* line 391, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10840, app/assets/stylesheets/legacy/public.scss.erb */
.fi-folder-lock:before {
  content: "\f14f";
}

/* line 392, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10845, app/assets/stylesheets/legacy/public.scss.erb */
.fi-folder:before {
  content: "\f150";
}

/* line 393, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10850, app/assets/stylesheets/legacy/public.scss.erb */
.fi-foot:before {
  content: "\f151";
}

/* line 394, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10855, app/assets/stylesheets/legacy/public.scss.erb */
.fi-foundation:before {
  content: "\f152";
}

/* line 395, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10860, app/assets/stylesheets/legacy/public.scss.erb */
.fi-graph-bar:before {
  content: "\f153";
}

/* line 396, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10865, app/assets/stylesheets/legacy/public.scss.erb */
.fi-graph-horizontal:before {
  content: "\f154";
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10870, app/assets/stylesheets/legacy/public.scss.erb */
.fi-graph-pie:before {
  content: "\f155";
}

/* line 398, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10875, app/assets/stylesheets/legacy/public.scss.erb */
.fi-graph-trend:before {
  content: "\f156";
}

/* line 399, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10880, app/assets/stylesheets/legacy/public.scss.erb */
.fi-guide-dog:before {
  content: "\f157";
}

/* line 400, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10885, app/assets/stylesheets/legacy/public.scss.erb */
.fi-hearing-aid:before {
  content: "\f158";
}

/* line 401, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10890, app/assets/stylesheets/legacy/public.scss.erb */
.fi-heart:before {
  content: "\f159";
}

/* line 402, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10895, app/assets/stylesheets/legacy/public.scss.erb */
.fi-home:before {
  content: "\f15a";
}

/* line 403, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10900, app/assets/stylesheets/legacy/public.scss.erb */
.fi-html5:before {
  content: "\f15b";
}

/* line 404, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10905, app/assets/stylesheets/legacy/public.scss.erb */
.fi-indent-less:before {
  content: "\f15c";
}

/* line 405, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10910, app/assets/stylesheets/legacy/public.scss.erb */
.fi-indent-more:before {
  content: "\f15d";
}

/* line 406, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10915, app/assets/stylesheets/legacy/public.scss.erb */
.fi-info:before {
  content: "\f15e";
}

/* line 407, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10920, app/assets/stylesheets/legacy/public.scss.erb */
.fi-italic:before {
  content: "\f15f";
}

/* line 408, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10925, app/assets/stylesheets/legacy/public.scss.erb */
.fi-key:before {
  content: "\f160";
}

/* line 409, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10930, app/assets/stylesheets/legacy/public.scss.erb */
.fi-laptop:before {
  content: "\f161";
}

/* line 410, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10935, app/assets/stylesheets/legacy/public.scss.erb */
.fi-layout:before {
  content: "\f162";
}

/* line 411, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10940, app/assets/stylesheets/legacy/public.scss.erb */
.fi-lightbulb:before {
  content: "\f163";
}

/* line 412, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10945, app/assets/stylesheets/legacy/public.scss.erb */
.fi-like:before {
  content: "\f164";
}

/* line 413, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10950, app/assets/stylesheets/legacy/public.scss.erb */
.fi-link:before {
  content: "\f165";
}

/* line 414, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10955, app/assets/stylesheets/legacy/public.scss.erb */
.fi-list-bullet:before {
  content: "\f166";
}

/* line 415, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10960, app/assets/stylesheets/legacy/public.scss.erb */
.fi-list-number:before {
  content: "\f167";
}

/* line 416, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10965, app/assets/stylesheets/legacy/public.scss.erb */
.fi-list-thumbnails:before {
  content: "\f168";
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10970, app/assets/stylesheets/legacy/public.scss.erb */
.fi-list:before {
  content: "\f169";
}

/* line 418, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10975, app/assets/stylesheets/legacy/public.scss.erb */
.fi-lock:before {
  content: "\f16a";
}

/* line 419, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10980, app/assets/stylesheets/legacy/public.scss.erb */
.fi-loop:before {
  content: "\f16b";
}

/* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10985, app/assets/stylesheets/legacy/public.scss.erb */
.fi-magnifying-glass:before {
  content: "\f16c";
}

/* line 421, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10990, app/assets/stylesheets/legacy/public.scss.erb */
.fi-mail:before {
  content: "\f16d";
}

/* line 422, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 10995, app/assets/stylesheets/legacy/public.scss.erb */
.fi-male-female:before {
  content: "\f16e";
}

/* line 423, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11000, app/assets/stylesheets/legacy/public.scss.erb */
.fi-male-symbol:before {
  content: "\f16f";
}

/* line 424, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11005, app/assets/stylesheets/legacy/public.scss.erb */
.fi-male:before {
  content: "\f170";
}

/* line 425, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11010, app/assets/stylesheets/legacy/public.scss.erb */
.fi-map:before {
  content: "\f171";
}

/* line 426, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11015, app/assets/stylesheets/legacy/public.scss.erb */
.fi-marker:before {
  content: "\f172";
}

/* line 427, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11020, app/assets/stylesheets/legacy/public.scss.erb */
.fi-megaphone:before {
  content: "\f173";
}

/* line 428, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11025, app/assets/stylesheets/legacy/public.scss.erb */
.fi-microphone:before {
  content: "\f174";
}

/* line 429, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11030, app/assets/stylesheets/legacy/public.scss.erb */
.fi-minus-circle:before {
  content: "\f175";
}

/* line 430, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11035, app/assets/stylesheets/legacy/public.scss.erb */
.fi-minus:before {
  content: "\f176";
}

/* line 431, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11040, app/assets/stylesheets/legacy/public.scss.erb */
.fi-mobile-signal:before {
  content: "\f177";
}

/* line 432, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11045, app/assets/stylesheets/legacy/public.scss.erb */
.fi-mobile:before {
  content: "\f178";
}

/* line 433, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11050, app/assets/stylesheets/legacy/public.scss.erb */
.fi-monitor:before {
  content: "\f179";
}

/* line 434, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11055, app/assets/stylesheets/legacy/public.scss.erb */
.fi-mountains:before {
  content: "\f17a";
}

/* line 435, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11060, app/assets/stylesheets/legacy/public.scss.erb */
.fi-music:before {
  content: "\f17b";
}

/* line 436, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11065, app/assets/stylesheets/legacy/public.scss.erb */
.fi-next:before {
  content: "\f17c";
}

/* line 437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11070, app/assets/stylesheets/legacy/public.scss.erb */
.fi-no-dogs:before {
  content: "\f17d";
}

/* line 438, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11075, app/assets/stylesheets/legacy/public.scss.erb */
.fi-no-smoking:before {
  content: "\f17e";
}

/* line 439, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11080, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-add:before {
  content: "\f17f";
}

/* line 440, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11085, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-copy:before {
  content: "\f180";
}

/* line 441, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11090, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-csv:before {
  content: "\f181";
}

/* line 442, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11095, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-delete:before {
  content: "\f182";
}

/* line 443, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11100, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-doc:before {
  content: "\f183";
}

/* line 444, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11105, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-edit:before {
  content: "\f184";
}

/* line 445, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11110, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-export-csv:before {
  content: "\f185";
}

/* line 446, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11115, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-export-doc:before {
  content: "\f186";
}

/* line 447, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11120, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-export-pdf:before {
  content: "\f187";
}

/* line 448, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11125, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-export:before {
  content: "\f188";
}

/* line 449, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11130, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-filled:before {
  content: "\f189";
}

/* line 450, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11135, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-multiple:before {
  content: "\f18a";
}

/* line 451, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11140, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-pdf:before {
  content: "\f18b";
}

/* line 452, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11145, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-remove:before {
  content: "\f18c";
}

/* line 453, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11150, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page-search:before {
  content: "\f18d";
}

/* line 454, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11155, app/assets/stylesheets/legacy/public.scss.erb */
.fi-page:before {
  content: "\f18e";
}

/* line 455, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11160, app/assets/stylesheets/legacy/public.scss.erb */
.fi-paint-bucket:before {
  content: "\f18f";
}

/* line 456, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11165, app/assets/stylesheets/legacy/public.scss.erb */
.fi-paperclip:before {
  content: "\f190";
}

/* line 457, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11170, app/assets/stylesheets/legacy/public.scss.erb */
.fi-pause:before {
  content: "\f191";
}

/* line 458, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11175, app/assets/stylesheets/legacy/public.scss.erb */
.fi-paw:before {
  content: "\f192";
}

/* line 459, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11180, app/assets/stylesheets/legacy/public.scss.erb */
.fi-paypal:before {
  content: "\f193";
}

/* line 460, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11185, app/assets/stylesheets/legacy/public.scss.erb */
.fi-pencil:before {
  content: "\f194";
}

/* line 461, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11190, app/assets/stylesheets/legacy/public.scss.erb */
.fi-photo:before {
  content: "\f195";
}

/* line 462, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11195, app/assets/stylesheets/legacy/public.scss.erb */
.fi-play-circle:before {
  content: "\f196";
}

/* line 463, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11200, app/assets/stylesheets/legacy/public.scss.erb */
.fi-play-video:before {
  content: "\f197";
}

/* line 464, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11205, app/assets/stylesheets/legacy/public.scss.erb */
.fi-play:before {
  content: "\f198";
}

/* line 465, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11210, app/assets/stylesheets/legacy/public.scss.erb */
.fi-plus:before {
  content: "\f199";
}

/* line 466, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11215, app/assets/stylesheets/legacy/public.scss.erb */
.fi-pound:before {
  content: "\f19a";
}

/* line 467, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11220, app/assets/stylesheets/legacy/public.scss.erb */
.fi-power:before {
  content: "\f19b";
}

/* line 468, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11225, app/assets/stylesheets/legacy/public.scss.erb */
.fi-previous:before {
  content: "\f19c";
}

/* line 469, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11230, app/assets/stylesheets/legacy/public.scss.erb */
.fi-price-tag:before {
  content: "\f19d";
}

/* line 470, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11235, app/assets/stylesheets/legacy/public.scss.erb */
.fi-pricetag-multiple:before {
  content: "\f19e";
}

/* line 471, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11240, app/assets/stylesheets/legacy/public.scss.erb */
.fi-print:before {
  content: "\f19f";
}

/* line 472, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11245, app/assets/stylesheets/legacy/public.scss.erb */
.fi-prohibited:before {
  content: "\f1a0";
}

/* line 473, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11250, app/assets/stylesheets/legacy/public.scss.erb */
.fi-projection-screen:before {
  content: "\f1a1";
}

/* line 474, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11255, app/assets/stylesheets/legacy/public.scss.erb */
.fi-puzzle:before {
  content: "\f1a2";
}

/* line 475, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11260, app/assets/stylesheets/legacy/public.scss.erb */
.fi-quote:before {
  content: "\f1a3";
}

/* line 476, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11265, app/assets/stylesheets/legacy/public.scss.erb */
.fi-record:before {
  content: "\f1a4";
}

/* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11270, app/assets/stylesheets/legacy/public.scss.erb */
.fi-refresh:before {
  content: "\f1a5";
}

/* line 478, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11275, app/assets/stylesheets/legacy/public.scss.erb */
.fi-results-demographics:before {
  content: "\f1a6";
}

/* line 479, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11280, app/assets/stylesheets/legacy/public.scss.erb */
.fi-results:before {
  content: "\f1a7";
}

/* line 480, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11285, app/assets/stylesheets/legacy/public.scss.erb */
.fi-rewind-ten:before {
  content: "\f1a8";
}

/* line 481, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11290, app/assets/stylesheets/legacy/public.scss.erb */
.fi-rewind:before {
  content: "\f1a9";
}

/* line 482, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11295, app/assets/stylesheets/legacy/public.scss.erb */
.fi-rss:before {
  content: "\f1aa";
}

/* line 483, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11300, app/assets/stylesheets/legacy/public.scss.erb */
.fi-safety-cone:before {
  content: "\f1ab";
}

/* line 484, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11305, app/assets/stylesheets/legacy/public.scss.erb */
.fi-save:before {
  content: "\f1ac";
}

/* line 485, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11310, app/assets/stylesheets/legacy/public.scss.erb */
.fi-share:before {
  content: "\f1ad";
}

/* line 486, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11315, app/assets/stylesheets/legacy/public.scss.erb */
.fi-sheriff-badge:before {
  content: "\f1ae";
}

/* line 487, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11320, app/assets/stylesheets/legacy/public.scss.erb */
.fi-shield:before {
  content: "\f1af";
}

/* line 488, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11325, app/assets/stylesheets/legacy/public.scss.erb */
.fi-shopping-bag:before {
  content: "\f1b0";
}

/* line 489, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11330, app/assets/stylesheets/legacy/public.scss.erb */
.fi-shopping-cart:before {
  content: "\f1b1";
}

/* line 490, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11335, app/assets/stylesheets/legacy/public.scss.erb */
.fi-shuffle:before {
  content: "\f1b2";
}

/* line 491, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11340, app/assets/stylesheets/legacy/public.scss.erb */
.fi-skull:before {
  content: "\f1b3";
}

/* line 492, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11345, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-500px:before {
  content: "\f1b4";
}

/* line 493, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11350, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-adobe:before {
  content: "\f1b5";
}

/* line 494, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11355, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-amazon:before {
  content: "\f1b6";
}

/* line 495, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11360, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-android:before {
  content: "\f1b7";
}

/* line 496, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11365, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-apple:before {
  content: "\f1b8";
}

/* line 497, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11370, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-behance:before {
  content: "\f1b9";
}

/* line 498, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11375, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-bing:before {
  content: "\f1ba";
}

/* line 499, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11380, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-blogger:before {
  content: "\f1bb";
}

/* line 500, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11385, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-delicious:before {
  content: "\f1bc";
}

/* line 501, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11390, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-designer-news:before {
  content: "\f1bd";
}

/* line 502, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11395, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-deviant-art:before {
  content: "\f1be";
}

/* line 503, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11400, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-digg:before {
  content: "\f1bf";
}

/* line 504, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11405, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-dribbble:before {
  content: "\f1c0";
}

/* line 505, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11410, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-drive:before {
  content: "\f1c1";
}

/* line 506, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11415, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-dropbox:before {
  content: "\f1c2";
}

/* line 507, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11420, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-evernote:before {
  content: "\f1c3";
}

/* line 508, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11425, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-facebook:before {
  content: "\f1c4";
}

/* line 509, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11430, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-flickr:before {
  content: "\f1c5";
}

/* line 510, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11435, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-forrst:before {
  content: "\f1c6";
}

/* line 511, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11440, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-foursquare:before {
  content: "\f1c7";
}

/* line 512, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11445, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-game-center:before {
  content: "\f1c8";
}

/* line 513, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11450, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-github:before {
  content: "\f1c9";
}

/* line 514, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11455, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-google-plus:before {
  content: "\f1ca";
}

/* line 515, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11460, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-hacker-news:before {
  content: "\f1cb";
}

/* line 516, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11465, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-hi5:before {
  content: "\f1cc";
}

/* line 517, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11470, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-instagram:before {
  content: "\f1cd";
}

/* line 518, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11475, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-joomla:before {
  content: "\f1ce";
}

/* line 519, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11480, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-lastfm:before {
  content: "\f1cf";
}

/* line 520, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11485, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-linkedin:before {
  content: "\f1d0";
}

/* line 521, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11490, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-medium:before {
  content: "\f1d1";
}

/* line 522, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11495, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-myspace:before {
  content: "\f1d2";
}

/* line 523, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11500, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-orkut:before {
  content: "\f1d3";
}

/* line 524, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11505, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-path:before {
  content: "\f1d4";
}

/* line 525, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11510, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-picasa:before {
  content: "\f1d5";
}

/* line 526, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11515, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-pinterest:before {
  content: "\f1d6";
}

/* line 527, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11520, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-rdio:before {
  content: "\f1d7";
}

/* line 528, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11525, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-reddit:before {
  content: "\f1d8";
}

/* line 529, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11530, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-skillshare:before {
  content: "\f1d9";
}

/* line 530, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11535, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-skype:before {
  content: "\f1da";
}

/* line 531, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11540, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-smashing-mag:before {
  content: "\f1db";
}

/* line 532, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11545, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-snapchat:before {
  content: "\f1dc";
}

/* line 533, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11550, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-spotify:before {
  content: "\f1dd";
}

/* line 534, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11555, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-squidoo:before {
  content: "\f1de";
}

/* line 535, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11560, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-stack-overflow:before {
  content: "\f1df";
}

/* line 536, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11565, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-steam:before {
  content: "\f1e0";
}

/* line 537, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11570, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-stumbleupon:before {
  content: "\f1e1";
}

/* line 538, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11575, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-treehouse:before {
  content: "\f1e2";
}

/* line 539, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11580, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-tumblr:before {
  content: "\f1e3";
}

/* line 540, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11585, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-twitter:before {
  content: "\f1e4";
}

/* line 541, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11590, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-vimeo:before {
  content: "\f1e5";
}

/* line 542, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11595, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-windows:before {
  content: "\f1e6";
}

/* line 543, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11600, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-xbox:before {
  content: "\f1e7";
}

/* line 544, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11605, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-yahoo:before {
  content: "\f1e8";
}

/* line 545, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11610, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-yelp:before {
  content: "\f1e9";
}

/* line 546, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11615, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-youtube:before {
  content: "\f1ea";
}

/* line 547, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11620, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-zerply:before {
  content: "\f1eb";
}

/* line 548, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11625, app/assets/stylesheets/legacy/public.scss.erb */
.fi-social-zurb:before {
  content: "\f1ec";
}

/* line 549, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11630, app/assets/stylesheets/legacy/public.scss.erb */
.fi-sound:before {
  content: "\f1ed";
}

/* line 550, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11635, app/assets/stylesheets/legacy/public.scss.erb */
.fi-star:before {
  content: "\f1ee";
}

/* line 551, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11640, app/assets/stylesheets/legacy/public.scss.erb */
.fi-stop:before {
  content: "\f1ef";
}

/* line 552, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11645, app/assets/stylesheets/legacy/public.scss.erb */
.fi-strikethrough:before {
  content: "\f1f0";
}

/* line 553, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11650, app/assets/stylesheets/legacy/public.scss.erb */
.fi-subscript:before {
  content: "\f1f1";
}

/* line 554, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11655, app/assets/stylesheets/legacy/public.scss.erb */
.fi-superscript:before {
  content: "\f1f2";
}

/* line 555, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11660, app/assets/stylesheets/legacy/public.scss.erb */
.fi-tablet-landscape:before {
  content: "\f1f3";
}

/* line 556, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11665, app/assets/stylesheets/legacy/public.scss.erb */
.fi-tablet-portrait:before {
  content: "\f1f4";
}

/* line 557, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11670, app/assets/stylesheets/legacy/public.scss.erb */
.fi-target-two:before {
  content: "\f1f5";
}

/* line 558, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11675, app/assets/stylesheets/legacy/public.scss.erb */
.fi-target:before {
  content: "\f1f6";
}

/* line 559, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11680, app/assets/stylesheets/legacy/public.scss.erb */
.fi-telephone-accessible:before {
  content: "\f1f7";
}

/* line 560, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11685, app/assets/stylesheets/legacy/public.scss.erb */
.fi-telephone:before {
  content: "\f1f8";
}

/* line 561, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11690, app/assets/stylesheets/legacy/public.scss.erb */
.fi-text-color:before {
  content: "\f1f9";
}

/* line 562, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11695, app/assets/stylesheets/legacy/public.scss.erb */
.fi-thumbnails:before {
  content: "\f1fa";
}

/* line 563, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11700, app/assets/stylesheets/legacy/public.scss.erb */
.fi-ticket:before {
  content: "\f1fb";
}

/* line 564, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11705, app/assets/stylesheets/legacy/public.scss.erb */
.fi-torso-business:before {
  content: "\f1fc";
}

/* line 565, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11710, app/assets/stylesheets/legacy/public.scss.erb */
.fi-torso-female:before {
  content: "\f1fd";
}

/* line 566, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11715, app/assets/stylesheets/legacy/public.scss.erb */
.fi-torso:before {
  content: "\f1fe";
}

/* line 567, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11720, app/assets/stylesheets/legacy/public.scss.erb */
.fi-torsos-all-female:before {
  content: "\f1ff";
}

/* line 568, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11725, app/assets/stylesheets/legacy/public.scss.erb */
.fi-torsos-all:before {
  content: "\f200";
}

/* line 569, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11730, app/assets/stylesheets/legacy/public.scss.erb */
.fi-torsos-female-male:before {
  content: "\f201";
}

/* line 570, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11735, app/assets/stylesheets/legacy/public.scss.erb */
.fi-torsos-male-female:before {
  content: "\f202";
}

/* line 571, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11740, app/assets/stylesheets/legacy/public.scss.erb */
.fi-torsos:before {
  content: "\f203";
}

/* line 572, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11745, app/assets/stylesheets/legacy/public.scss.erb */
.fi-trash:before {
  content: "\f204";
}

/* line 573, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11750, app/assets/stylesheets/legacy/public.scss.erb */
.fi-trees:before {
  content: "\f205";
}

/* line 574, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11755, app/assets/stylesheets/legacy/public.scss.erb */
.fi-trophy:before {
  content: "\f206";
}

/* line 575, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11760, app/assets/stylesheets/legacy/public.scss.erb */
.fi-underline:before {
  content: "\f207";
}

/* line 576, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11765, app/assets/stylesheets/legacy/public.scss.erb */
.fi-universal-access:before {
  content: "\f208";
}

/* line 577, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11770, app/assets/stylesheets/legacy/public.scss.erb */
.fi-unlink:before {
  content: "\f209";
}

/* line 578, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11775, app/assets/stylesheets/legacy/public.scss.erb */
.fi-unlock:before {
  content: "\f20a";
}

/* line 579, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11780, app/assets/stylesheets/legacy/public.scss.erb */
.fi-upload-cloud:before {
  content: "\f20b";
}

/* line 580, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11785, app/assets/stylesheets/legacy/public.scss.erb */
.fi-upload:before {
  content: "\f20c";
}

/* line 581, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11790, app/assets/stylesheets/legacy/public.scss.erb */
.fi-usb:before {
  content: "\f20d";
}

/* line 582, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11795, app/assets/stylesheets/legacy/public.scss.erb */
.fi-video:before {
  content: "\f20e";
}

/* line 583, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11800, app/assets/stylesheets/legacy/public.scss.erb */
.fi-volume-none:before {
  content: "\f20f";
}

/* line 584, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11805, app/assets/stylesheets/legacy/public.scss.erb */
.fi-volume-strike:before {
  content: "\f210";
}

/* line 585, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11810, app/assets/stylesheets/legacy/public.scss.erb */
.fi-volume:before {
  content: "\f211";
}

/* line 586, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11815, app/assets/stylesheets/legacy/public.scss.erb */
.fi-web:before {
  content: "\f212";
}

/* line 587, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11820, app/assets/stylesheets/legacy/public.scss.erb */
.fi-wheelchair:before {
  content: "\f213";
}

/* line 588, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11825, app/assets/stylesheets/legacy/public.scss.erb */
.fi-widget:before {
  content: "\f214";
}

/* line 589, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11830, app/assets/stylesheets/legacy/public.scss.erb */
.fi-wrench:before {
  content: "\f215";
}

/* line 590, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11835, app/assets/stylesheets/legacy/public.scss.erb */
.fi-x-circle:before {
  content: "\f216";
}

/* line 591, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11840, app/assets/stylesheets/legacy/public.scss.erb */
.fi-x:before {
  content: "\f217";
}

/* line 592, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11845, app/assets/stylesheets/legacy/public.scss.erb */
.fi-yen:before {
  content: "\f218";
}

/* line 593, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11850, app/assets/stylesheets/legacy/public.scss.erb */
.fi-zoom-in:before {
  content: "\f219";
}

/* line 594, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/foundation-icon-font/foundation-icons.scss */
/* line 11855, app/assets/stylesheets/legacy/public.scss.erb */
.fi-zoom-out:before {
  content: "\f21a";
}

@font-face {
  font-family: 'LigatureSymbols';
  src: url(/assets/clean_admin/LigatureSymbols-2.11-37d72098aa07df7494c99a67f77705ab511d07520a06e22fba37360aa3fcc99f.eot);
  src: url(/assets/clean_admin/LigatureSymbols-2.11-37d72098aa07df7494c99a67f77705ab511d07520a06e22fba37360aa3fcc99f.eot?#iefix) format("embedded-opentype"), url(/assets/clean_admin/LigatureSymbols-2.11-ab5a938f65700707f296114aa7c3ac2cee482099ddb4b208097b368c6067273b.woff) format("woff"), url(/assets/clean_admin/LigatureSymbols-2.11-d4f8de566452cc1c6e87881c75e9fb2457f3644379fc56506a1ace4b4853418a.ttf) format("truetype"), url(/assets/clean_admin/LigatureSymbols-2.11-2253712fc5557e95da183aa3f946b9d19a719594a7c64a663392f1cdc246f6b9.svg#LigatureSymbols) format("svg");
  src: url(/assets/clean_admin/LigatureSymbols-2.11-d4f8de566452cc1c6e87881c75e9fb2457f3644379fc56506a1ace4b4853418a.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/ligature-symbols/style.scss */
/* line 11868, app/assets/stylesheets/legacy/public.scss.erb */
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/ligature-symbols/style.scss */
/* line 11883, app/assets/stylesheets/legacy/public.scss.erb */
.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/ligature-symbols/style.scss */
/* line 11890, app/assets/stylesheets/legacy/public.scss.erb */
.lsf-icon.amazon:before {
  content: '\E007';
}

@font-face {
  font-family: 'Metrize-Icons';
  src: url(/assets/clean_admin/Metrize-Icons-82e7e518fa524f8e9f02abc0ecfa6b21237e07c3e04bb789f122ecbda9671077.eot);
  src: url(/assets/clean_admin/Metrize-Icons-82e7e518fa524f8e9f02abc0ecfa6b21237e07c3e04bb789f122ecbda9671077.eot?#iefix) format("embedded-opentype"), url(/assets/clean_admin/Metrize-Icons-99101205a8afdb82d3256434317067670e4b632975ee24a4799a842902385f88.woff) format("woff"), url(/assets/clean_admin/Metrize-Icons-a4da8d48efb1d82e8599f4bb0bcb95cdedf56b4b29f37a2f3dcbd919b2d37199.ttf) format("truetype"), url(/assets/clean_admin/Metrize-Icons-d0e6aef01c97b05af4f80f5db8d40bf57c124885dbb60170b7bbe6651c0b3627.svg#Metrize-Icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11903, app/assets/stylesheets/legacy/public.scss.erb */
[data-icon]:before {
  font-family: 'Metrize-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11921, app/assets/stylesheets/legacy/public.scss.erb */
.icon-yen, .icon-world, .icon-wireframe-globe, .icon-wind, .icon-wifi, .icon-waves, .icon-viewport, .icon-viewport-video, .icon-user, .icon-user-remove, .icon-user-ban, .icon-user-add, .icon-upload, .icon-upload-selection, .icon-upload-selection-circle, .icon-underline, .icon-triple-points, .icon-top-bottom, .icon-three-points, .icon-three-points-top, .icon-three-points-bottom, .icon-text-width, .icon-text-size-upper, .icon-text-size-reduce, .icon-text-paragraph, .icon-text-normal, .icon-text-justify-right, .icon-text-justify-left, .icon-text-justify-center, .icon-text-height, .icon-text-center, .icon-text-bold, .icon-text-align-right, .icon-text-align-left, .icon-telephone, .icon-sunshine, .icon-sun, .icon-stop, .icon-star, .icon-speed, .icon-sound-on, .icon-sound-off, .icon-sos, .icon-social-zerply, .icon-social-youtube, .icon-social-yelp, .icon-social-yahoo, .icon-social-wordpress, .icon-social-virb, .icon-social-vimeo, .icon-social-viddler, .icon-social-twitter, .icon-social-tumblr, .icon-social-stumbleupon, .icon-social-soundcloud, .icon-social-skype, .icon-social-sharethis, .icon-social-quora, .icon-social-pinterest, .icon-social-photobucket, .icon-social-paypal, .icon-social-myspace, .icon-social-linkedin, .icon-social-last-fm, .icon-social-grooveshark, .icon-social-google-plus, .icon-social-github, .icon-social-forrst, .icon-social-flickr, .icon-social-facebook, .icon-social-evernote, .icon-social-envato, .icon-social-email, .icon-social-dribbble, .icon-social-digg, .icon-social-deviantart, .icon-social-blogger, .icon-social-behance, .icon-social-bebo, .icon-social-addthis, .icon-social-500px, .icon-snow, .icon-sliders, .icon-sliders-vertical, .icon-sign-male, .icon-sign-female, .icon-shield, .icon-settings, .icon-setting, .icon-select-square, .icon-select-circle, .icon-search, .icon-scale, .icon-rules, .icon-rss, .icon-retweet, .icon-report-comment, .icon-refresh, .icon-rec, .icon-random, .icon-quote, .icon-question, .icon-previous-fast-step, .icon-prev-step, .icon-pounds, .icon-podcast, .icon-plus, .icon-play, .icon-pin, .icon-pin-map, .icon-pig-money, .icon-pause, .icon-paperclip, .icon-paperclip-oblique, .icon-options-settings, .icon-officine, .icon-officine-2, .icon-off, .icon-number-zero, .icon-number-two, .icon-number-three, .icon-number-six, .icon-number-seven, .icon-number-one, .icon-number-nine, .icon-number-four, .icon-number-five, .icon-number-eight, .icon-next-step, .icon-next-fast-step, .icon-music, .icon-multi-borders, .icon-minus, .icon-marker, .icon-marker-points, .icon-marker-minus, .icon-marker-add, .icon-map, .icon-male-symbol, .icon-mailbox, .icon-mail, .icon-magnet, .icon-magic-wand, .icon-login-lock-refresh, .icon-locked, .icon-location, .icon-location-maps, .icon-list-square, .icon-list-circle, .icon-link-url, .icon-line-through, .icon-limit-directions, .icon-like-upload, .icon-like-remove, .icon-like-download, .icon-like-close, .icon-like-ban, .icon-like-add, .icon-left-right, .icon-leaf, .icon-layers, .icon-landscape, .icon-key, .icon-italic, .icon-info, .icon-idea, .icon-home-wifi, .icon-heart, .icon-hdd, .icon-hdd-raid, .icon-hdd-net, .icon-grids, .icon-grid-big, .icon-graphs, .icon-forward, .icon-fire, .icon-female-symbol, .icon-eye, .icon-eye-disabled, .icon-expand, .icon-expand-vertical, .icon-expand-horizontal, .icon-expand-directions, .icon-exclamation, .icon-euro, .icon-email-upload, .icon-email-spam, .icon-email-remove, .icon-email-luminosity, .icon-email-download, .icon-email-close, .icon-email-add, .icon-eject, .icon-drops, .icon-drop, .icon-download, .icon-download-selection, .icon-download-selection-circle, .icon-double-diamonds, .icon-dot-square, .icon-dot-line, .icon-dot-circle, .icon-dollar, .icon-documents, .icon-document, .icon-document-fill, .icon-directions, .icon-cross, .icon-credit-card, .icon-copy-paste-document, .icon-copy-document, .icon-contract-vertical, .icon-contract-horizontal, .icon-contract-directions, .icon-compass, .icon-compass-2, .icon-comments, .icon-comment, .icon-coins, .icon-cloud, .icon-cloud-upload, .icon-cloud-remove, .icon-cloud-download, .icon-cloud-add, .icon-clock, .icon-circles, .icon-check, .icon-chat, .icon-chart-down, .icon-cd-dvd-rom, .icon-camera, .icon-button-question, .icon-button-minus, .icon-button-exclamation, .icon-button-email, .icon-button-close, .icon-button-check, .icon-button-add, .icon-brush, .icon-browser-sizes, .icon-box-remove, .icon-box-close, .icon-box-blank, .icon-box-add, .icon-bolt, .icon-block-menu, .icon-blank, .icon-bezier, .icon-bars, .icon-ban-circle, .icon-bag, .icon-backward, .icon-axis-rules, .icon-atom, .icon-arrow-up, .icon-arrow-up-thin, .icon-arrow-up-light, .icon-arrow-up-bold, .icon-arrow-up-bold-round, .icon-arrow-up-big, .icon-arrow-right, .icon-arrow-right-thin, .icon-arrow-right-light, .icon-arrow-right-bold, .icon-arrow-right-bold-round, .icon-arrow-right-big, .icon-arrow-oblique-expand, .icon-arrow-oblique-expand-directions, .icon-arrow-oblique-contract, .icon-arrow-oblique-contract-directions, .icon-arrow-multi-line-up, .icon-arrow-multi-line-right, .icon-arrow-multi-line-left, .icon-arrow-multi-line-down, .icon-arrow-left, .icon-arrow-left-thin, .icon-arrow-left-light, .icon-arrow-left-bold, .icon-arrow-left-bold-round, .icon-arrow-left-big, .icon-arrow-fill-up, .icon-arrow-fill-right, .icon-arrow-fill-left, .icon-arrow-fill-down, .icon-arrow-down, .icon-arrow-down-thin, .icon-arrow-down-light, .icon-arrow-down-bold, .icon-arrow-down-bold-round, .icon-arrow-down-big, .icon-arrow-cycling, .icon-arrow-cycle, .icon-arrow-curve-right, .icon-arrow-curve-recycle, .icon-arrow-curve-left, .icon-animal-footprint, .icon-alarm-clock, .icon-air-plane, .icon-adjust, .icon-cube {
  font-family: 'Metrize-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11933, app/assets/stylesheets/legacy/public.scss.erb */
.icon-yen:before {
  content: "\e000";
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11938, app/assets/stylesheets/legacy/public.scss.erb */
.icon-world:before {
  content: "\e001";
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11943, app/assets/stylesheets/legacy/public.scss.erb */
.icon-wireframe-globe:before {
  content: "\e002";
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11948, app/assets/stylesheets/legacy/public.scss.erb */
.icon-wind:before {
  content: "\e003";
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11953, app/assets/stylesheets/legacy/public.scss.erb */
.icon-wifi:before {
  content: "\e004";
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11958, app/assets/stylesheets/legacy/public.scss.erb */
.icon-waves:before {
  content: "\e005";
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11963, app/assets/stylesheets/legacy/public.scss.erb */
.icon-viewport:before {
  content: "\e006";
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11968, app/assets/stylesheets/legacy/public.scss.erb */
.icon-viewport-video:before {
  content: "\e007";
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11973, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user:before {
  content: "\e008";
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11978, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user-remove:before {
  content: "\e009";
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11983, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user-ban:before {
  content: "\e00a";
}

/* line 73, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11988, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user-add:before {
  content: "\e00b";
}

/* line 76, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11993, app/assets/stylesheets/legacy/public.scss.erb */
.icon-upload:before {
  content: "\e00c";
}

/* line 79, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 11998, app/assets/stylesheets/legacy/public.scss.erb */
.icon-upload-selection:before {
  content: "\e00d";
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12003, app/assets/stylesheets/legacy/public.scss.erb */
.icon-upload-selection-circle:before {
  content: "\e00e";
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12008, app/assets/stylesheets/legacy/public.scss.erb */
.icon-underline:before {
  content: "\e00f";
}

/* line 88, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12013, app/assets/stylesheets/legacy/public.scss.erb */
.icon-triple-points:before {
  content: "\e010";
}

/* line 91, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12018, app/assets/stylesheets/legacy/public.scss.erb */
.icon-top-bottom:before {
  content: "\e011";
}

/* line 94, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12023, app/assets/stylesheets/legacy/public.scss.erb */
.icon-three-points:before {
  content: "\e012";
}

/* line 97, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12028, app/assets/stylesheets/legacy/public.scss.erb */
.icon-three-points-top:before {
  content: "\e013";
}

/* line 100, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12033, app/assets/stylesheets/legacy/public.scss.erb */
.icon-three-points-bottom:before {
  content: "\e014";
}

/* line 103, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12038, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-width:before {
  content: "\e015";
}

/* line 106, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12043, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-size-upper:before {
  content: "\e016";
}

/* line 109, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12048, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-size-reduce:before {
  content: "\e017";
}

/* line 112, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12053, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-paragraph:before {
  content: "\e018";
}

/* line 115, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12058, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-normal:before {
  content: "\e019";
}

/* line 118, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12063, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-justify-right:before {
  content: "\e01a";
}

/* line 121, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12068, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-justify-left:before {
  content: "\e01b";
}

/* line 124, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12073, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-justify-center:before {
  content: "\e01c";
}

/* line 127, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12078, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-height:before {
  content: "\e01d";
}

/* line 130, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12083, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-center:before {
  content: "\e01e";
}

/* line 133, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12088, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-bold:before {
  content: "\e01f";
}

/* line 136, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12093, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-align-right:before {
  content: "\e020";
}

/* line 139, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12098, app/assets/stylesheets/legacy/public.scss.erb */
.icon-text-align-left:before {
  content: "\e021";
}

/* line 142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12103, app/assets/stylesheets/legacy/public.scss.erb */
.icon-telephone:before {
  content: "\e022";
}

/* line 145, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12108, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sunshine:before {
  content: "\e023";
}

/* line 148, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12113, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sun:before {
  content: "\e024";
}

/* line 151, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12118, app/assets/stylesheets/legacy/public.scss.erb */
.icon-stop:before {
  content: "\e025";
}

/* line 154, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12123, app/assets/stylesheets/legacy/public.scss.erb */
.icon-star:before {
  content: "\e026";
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12128, app/assets/stylesheets/legacy/public.scss.erb */
.icon-speed:before {
  content: "\e027";
}

/* line 160, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12133, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sound-on:before {
  content: "\e028";
}

/* line 163, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12138, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sound-off:before {
  content: "\e029";
}

/* line 166, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12143, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sos:before {
  content: "\e02a";
}

/* line 169, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12148, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-zerply:before {
  content: "\e02b";
}

/* line 172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12153, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-youtube:before {
  content: "\e02c";
}

/* line 175, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12158, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-yelp:before {
  content: "\e02d";
}

/* line 178, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12163, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-yahoo:before {
  content: "\e02e";
}

/* line 181, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12168, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-wordpress:before {
  content: "\e02f";
}

/* line 184, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12173, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-virb:before {
  content: "\e030";
}

/* line 187, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12178, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-vimeo:before {
  content: "\e031";
}

/* line 190, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12183, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-viddler:before {
  content: "\e032";
}

/* line 193, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12188, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-twitter:before {
  content: "\e033";
}

/* line 196, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12193, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-tumblr:before {
  content: "\e034";
}

/* line 199, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12198, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-stumbleupon:before {
  content: "\e035";
}

/* line 202, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12203, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-soundcloud:before {
  content: "\e036";
}

/* line 205, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12208, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-skype:before {
  content: "\e037";
}

/* line 208, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12213, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-sharethis:before {
  content: "\e038";
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12218, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-quora:before {
  content: "\e039";
}

/* line 214, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12223, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-pinterest:before {
  content: "\e03a";
}

/* line 217, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12228, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-photobucket:before {
  content: "\e03b";
}

/* line 220, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12233, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-paypal:before {
  content: "\e03c";
}

/* line 223, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12238, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-myspace:before {
  content: "\e03d";
}

/* line 226, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12243, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-linkedin:before {
  content: "\e03e";
}

/* line 229, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12248, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-last-fm:before {
  content: "\e03f";
}

/* line 232, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12253, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-grooveshark:before {
  content: "\e040";
}

/* line 235, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12258, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-google-plus:before {
  content: "\e041";
}

/* line 238, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12263, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-github:before {
  content: "\e042";
}

/* line 241, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12268, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-forrst:before {
  content: "\e043";
}

/* line 244, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12273, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-flickr:before {
  content: "\e044";
}

/* line 247, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12278, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-facebook:before {
  content: "\e045";
}

/* line 250, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12283, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-evernote:before {
  content: "\e046";
}

/* line 253, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12288, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-envato:before {
  content: "\e047";
}

/* line 256, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12293, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-email:before {
  content: "\e048";
}

/* line 259, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12298, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-dribbble:before {
  content: "\e049";
}

/* line 262, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12303, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-digg:before {
  content: "\e04a";
}

/* line 265, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12308, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-deviantart:before {
  content: "\e04b";
}

/* line 268, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12313, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-blogger:before {
  content: "\e04c";
}

/* line 271, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12318, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-behance:before {
  content: "\e04d";
}

/* line 274, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12323, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-bebo:before {
  content: "\e04e";
}

/* line 277, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12328, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-addthis:before {
  content: "\e04f";
}

/* line 280, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12333, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-500px:before {
  content: "\e050";
}

/* line 283, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12338, app/assets/stylesheets/legacy/public.scss.erb */
.icon-snow:before {
  content: "\e051";
}

/* line 286, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12343, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sliders:before {
  content: "\e052";
}

/* line 289, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12348, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sliders-vertical:before {
  content: "\e053";
}

/* line 292, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12353, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sign-male:before {
  content: "\e054";
}

/* line 295, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12358, app/assets/stylesheets/legacy/public.scss.erb */
.icon-sign-female:before {
  content: "\e055";
}

/* line 298, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12363, app/assets/stylesheets/legacy/public.scss.erb */
.icon-shield:before {
  content: "\e056";
}

/* line 301, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12368, app/assets/stylesheets/legacy/public.scss.erb */
.icon-settings:before {
  content: "\e057";
}

/* line 304, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12373, app/assets/stylesheets/legacy/public.scss.erb */
.icon-setting:before {
  content: "\e058";
}

/* line 307, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12378, app/assets/stylesheets/legacy/public.scss.erb */
.icon-select-square:before {
  content: "\e059";
}

/* line 310, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12383, app/assets/stylesheets/legacy/public.scss.erb */
.icon-select-circle:before {
  content: "\e05a";
}

/* line 313, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12388, app/assets/stylesheets/legacy/public.scss.erb */
.icon-search:before {
  content: "\e05b";
}

/* line 316, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12393, app/assets/stylesheets/legacy/public.scss.erb */
.icon-scale:before {
  content: "\e05c";
}

/* line 319, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12398, app/assets/stylesheets/legacy/public.scss.erb */
.icon-rules:before {
  content: "\e05d";
}

/* line 322, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12403, app/assets/stylesheets/legacy/public.scss.erb */
.icon-rss:before {
  content: "\e05e";
}

/* line 325, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12408, app/assets/stylesheets/legacy/public.scss.erb */
.icon-retweet:before {
  content: "\e05f";
}

/* line 328, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12413, app/assets/stylesheets/legacy/public.scss.erb */
.icon-report-comment:before {
  content: "\e060";
}

/* line 331, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12418, app/assets/stylesheets/legacy/public.scss.erb */
.icon-refresh:before {
  content: "\e061";
}

/* line 334, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12423, app/assets/stylesheets/legacy/public.scss.erb */
.icon-rec:before {
  content: "\e062";
}

/* line 337, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12428, app/assets/stylesheets/legacy/public.scss.erb */
.icon-random:before {
  content: "\e063";
}

/* line 340, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12433, app/assets/stylesheets/legacy/public.scss.erb */
.icon-quote:before {
  content: "\e064";
}

/* line 343, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12438, app/assets/stylesheets/legacy/public.scss.erb */
.icon-question:before {
  content: "\e065";
}

/* line 346, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12443, app/assets/stylesheets/legacy/public.scss.erb */
.icon-previous-fast-step:before {
  content: "\e066";
}

/* line 349, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12448, app/assets/stylesheets/legacy/public.scss.erb */
.icon-prev-step:before {
  content: "\e067";
}

/* line 352, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12453, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pounds:before {
  content: "\e068";
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12458, app/assets/stylesheets/legacy/public.scss.erb */
.icon-podcast:before {
  content: "\e069";
}

/* line 358, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12463, app/assets/stylesheets/legacy/public.scss.erb */
.icon-plus:before {
  content: "\e06a";
}

/* line 361, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12468, app/assets/stylesheets/legacy/public.scss.erb */
.icon-play:before {
  content: "\e06b";
}

/* line 364, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12473, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pin:before {
  content: "\e06c";
}

/* line 367, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12478, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pin-map:before {
  content: "\e06d";
}

/* line 370, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12483, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pig-money:before {
  content: "\e06e";
}

/* line 373, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12488, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pause:before {
  content: "\e06f";
}

/* line 376, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12493, app/assets/stylesheets/legacy/public.scss.erb */
.icon-paperclip:before {
  content: "\e070";
}

/* line 379, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12498, app/assets/stylesheets/legacy/public.scss.erb */
.icon-paperclip-oblique:before {
  content: "\e071";
}

/* line 382, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12503, app/assets/stylesheets/legacy/public.scss.erb */
.icon-options-settings:before {
  content: "\e072";
}

/* line 385, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12508, app/assets/stylesheets/legacy/public.scss.erb */
.icon-officine:before {
  content: "\e073";
}

/* line 388, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12513, app/assets/stylesheets/legacy/public.scss.erb */
.icon-officine-2:before {
  content: "\e074";
}

/* line 391, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12518, app/assets/stylesheets/legacy/public.scss.erb */
.icon-off:before {
  content: "\e075";
}

/* line 394, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12523, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-zero:before {
  content: "\e076";
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12528, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-two:before {
  content: "\e077";
}

/* line 400, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12533, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-three:before {
  content: "\e078";
}

/* line 403, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12538, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-six:before {
  content: "\e079";
}

/* line 406, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12543, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-seven:before {
  content: "\e07a";
}

/* line 409, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12548, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-one:before {
  content: "\e07b";
}

/* line 412, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12553, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-nine:before {
  content: "\e07c";
}

/* line 415, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12558, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-four:before {
  content: "\e07d";
}

/* line 418, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12563, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-five:before {
  content: "\e07e";
}

/* line 421, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12568, app/assets/stylesheets/legacy/public.scss.erb */
.icon-number-eight:before {
  content: "\e07f";
}

/* line 424, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12573, app/assets/stylesheets/legacy/public.scss.erb */
.icon-next-step:before {
  content: "\e080";
}

/* line 427, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12578, app/assets/stylesheets/legacy/public.scss.erb */
.icon-next-fast-step:before {
  content: "\e081";
}

/* line 430, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12583, app/assets/stylesheets/legacy/public.scss.erb */
.icon-music:before {
  content: "\e082";
}

/* line 433, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12588, app/assets/stylesheets/legacy/public.scss.erb */
.icon-multi-borders:before {
  content: "\e083";
}

/* line 436, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12593, app/assets/stylesheets/legacy/public.scss.erb */
.icon-minus:before {
  content: "\e084";
}

/* line 439, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12598, app/assets/stylesheets/legacy/public.scss.erb */
.icon-marker:before {
  content: "\e085";
}

/* line 442, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12603, app/assets/stylesheets/legacy/public.scss.erb */
.icon-marker-points:before {
  content: "\e086";
}

/* line 445, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12608, app/assets/stylesheets/legacy/public.scss.erb */
.icon-marker-minus:before {
  content: "\e087";
}

/* line 448, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12613, app/assets/stylesheets/legacy/public.scss.erb */
.icon-marker-add:before {
  content: "\e088";
}

/* line 451, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12618, app/assets/stylesheets/legacy/public.scss.erb */
.icon-map:before {
  content: "\e089";
}

/* line 454, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12623, app/assets/stylesheets/legacy/public.scss.erb */
.icon-male-symbol:before {
  content: "\e08a";
}

/* line 457, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12628, app/assets/stylesheets/legacy/public.scss.erb */
.icon-mailbox:before {
  content: "\e08b";
}

/* line 460, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12633, app/assets/stylesheets/legacy/public.scss.erb */
.icon-mail:before {
  content: "\e08c";
}

/* line 463, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12638, app/assets/stylesheets/legacy/public.scss.erb */
.icon-magnet:before {
  content: "\e08d";
}

/* line 466, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12643, app/assets/stylesheets/legacy/public.scss.erb */
.icon-magic-wand:before {
  content: "\e08e";
}

/* line 469, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12648, app/assets/stylesheets/legacy/public.scss.erb */
.icon-login-lock-refresh:before {
  content: "\e08f";
}

/* line 472, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12653, app/assets/stylesheets/legacy/public.scss.erb */
.icon-locked:before {
  content: "\e090";
}

/* line 475, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12658, app/assets/stylesheets/legacy/public.scss.erb */
.icon-location:before {
  content: "\e091";
}

/* line 478, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12663, app/assets/stylesheets/legacy/public.scss.erb */
.icon-location-maps:before {
  content: "\e092";
}

/* line 481, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12668, app/assets/stylesheets/legacy/public.scss.erb */
.icon-list-square:before {
  content: "\e093";
}

/* line 484, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12673, app/assets/stylesheets/legacy/public.scss.erb */
.icon-list-circle:before {
  content: "\e094";
}

/* line 487, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12678, app/assets/stylesheets/legacy/public.scss.erb */
.icon-link-url:before {
  content: "\e095";
}

/* line 490, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12683, app/assets/stylesheets/legacy/public.scss.erb */
.icon-line-through:before {
  content: "\e096";
}

/* line 493, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12688, app/assets/stylesheets/legacy/public.scss.erb */
.icon-limit-directions:before {
  content: "\e097";
}

/* line 496, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12693, app/assets/stylesheets/legacy/public.scss.erb */
.icon-like-upload:before {
  content: "\e098";
}

/* line 499, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12698, app/assets/stylesheets/legacy/public.scss.erb */
.icon-like-remove:before {
  content: "\e099";
}

/* line 502, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12703, app/assets/stylesheets/legacy/public.scss.erb */
.icon-like-download:before {
  content: "\e09a";
}

/* line 505, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12708, app/assets/stylesheets/legacy/public.scss.erb */
.icon-like-close:before {
  content: "\e09b";
}

/* line 508, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12713, app/assets/stylesheets/legacy/public.scss.erb */
.icon-like-ban:before {
  content: "\e09c";
}

/* line 511, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12718, app/assets/stylesheets/legacy/public.scss.erb */
.icon-like-add:before {
  content: "\e09d";
}

/* line 514, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12723, app/assets/stylesheets/legacy/public.scss.erb */
.icon-left-right:before {
  content: "\e09e";
}

/* line 517, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12728, app/assets/stylesheets/legacy/public.scss.erb */
.icon-leaf:before {
  content: "\e09f";
}

/* line 520, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12733, app/assets/stylesheets/legacy/public.scss.erb */
.icon-layers:before {
  content: "\e0a0";
}

/* line 523, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12738, app/assets/stylesheets/legacy/public.scss.erb */
.icon-landscape:before {
  content: "\e0a1";
}

/* line 526, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12743, app/assets/stylesheets/legacy/public.scss.erb */
.icon-key:before {
  content: "\e0a2";
}

/* line 529, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12748, app/assets/stylesheets/legacy/public.scss.erb */
.icon-italic:before {
  content: "\e0a3";
}

/* line 532, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12753, app/assets/stylesheets/legacy/public.scss.erb */
.icon-info:before {
  content: "\e0a4";
}

/* line 535, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12758, app/assets/stylesheets/legacy/public.scss.erb */
.icon-idea:before {
  content: "\e0a5";
}

/* line 538, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12763, app/assets/stylesheets/legacy/public.scss.erb */
.icon-home-wifi:before {
  content: "\e0a6";
}

/* line 541, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12768, app/assets/stylesheets/legacy/public.scss.erb */
.icon-heart:before {
  content: "\e0a7";
}

/* line 544, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12773, app/assets/stylesheets/legacy/public.scss.erb */
.icon-hdd:before {
  content: "\e0a8";
}

/* line 547, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12778, app/assets/stylesheets/legacy/public.scss.erb */
.icon-hdd-raid:before {
  content: "\e0a9";
}

/* line 550, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12783, app/assets/stylesheets/legacy/public.scss.erb */
.icon-hdd-net:before {
  content: "\e0aa";
}

/* line 553, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12788, app/assets/stylesheets/legacy/public.scss.erb */
.icon-grids:before {
  content: "\e0ab";
}

/* line 556, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12793, app/assets/stylesheets/legacy/public.scss.erb */
.icon-grid-big:before {
  content: "\e0ac";
}

/* line 559, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12798, app/assets/stylesheets/legacy/public.scss.erb */
.icon-graphs:before {
  content: "\e0ad";
}

/* line 562, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12803, app/assets/stylesheets/legacy/public.scss.erb */
.icon-forward:before {
  content: "\e0ae";
}

/* line 565, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12808, app/assets/stylesheets/legacy/public.scss.erb */
.icon-fire:before {
  content: "\e0af";
}

/* line 568, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12813, app/assets/stylesheets/legacy/public.scss.erb */
.icon-female-symbol:before {
  content: "\e0b0";
}

/* line 571, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12818, app/assets/stylesheets/legacy/public.scss.erb */
.icon-eye:before {
  content: "\e0b1";
}

/* line 574, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12823, app/assets/stylesheets/legacy/public.scss.erb */
.icon-eye-disabled:before {
  content: "\e0b2";
}

/* line 577, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12828, app/assets/stylesheets/legacy/public.scss.erb */
.icon-expand:before {
  content: "\e0b3";
}

/* line 580, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12833, app/assets/stylesheets/legacy/public.scss.erb */
.icon-expand-vertical:before {
  content: "\e0b4";
}

/* line 583, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12838, app/assets/stylesheets/legacy/public.scss.erb */
.icon-expand-horizontal:before {
  content: "\e0b5";
}

/* line 586, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12843, app/assets/stylesheets/legacy/public.scss.erb */
.icon-expand-directions:before {
  content: "\e0b6";
}

/* line 589, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12848, app/assets/stylesheets/legacy/public.scss.erb */
.icon-exclamation:before {
  content: "\e0b7";
}

/* line 592, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12853, app/assets/stylesheets/legacy/public.scss.erb */
.icon-euro:before {
  content: "\e0b8";
}

/* line 595, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12858, app/assets/stylesheets/legacy/public.scss.erb */
.icon-email-upload:before {
  content: "\e0b9";
}

/* line 598, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12863, app/assets/stylesheets/legacy/public.scss.erb */
.icon-email-spam:before {
  content: "\e0ba";
}

/* line 601, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12868, app/assets/stylesheets/legacy/public.scss.erb */
.icon-email-remove:before {
  content: "\e0bb";
}

/* line 604, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12873, app/assets/stylesheets/legacy/public.scss.erb */
.icon-email-luminosity:before {
  content: "\e0bc";
}

/* line 607, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12878, app/assets/stylesheets/legacy/public.scss.erb */
.icon-email-download:before {
  content: "\e0bd";
}

/* line 610, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12883, app/assets/stylesheets/legacy/public.scss.erb */
.icon-email-close:before {
  content: "\e0be";
}

/* line 613, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12888, app/assets/stylesheets/legacy/public.scss.erb */
.icon-email-add:before {
  content: "\e0bf";
}

/* line 616, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12893, app/assets/stylesheets/legacy/public.scss.erb */
.icon-eject:before {
  content: "\e0c0";
}

/* line 619, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12898, app/assets/stylesheets/legacy/public.scss.erb */
.icon-drops:before {
  content: "\e0c1";
}

/* line 622, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12903, app/assets/stylesheets/legacy/public.scss.erb */
.icon-drop:before {
  content: "\e0c2";
}

/* line 625, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12908, app/assets/stylesheets/legacy/public.scss.erb */
.icon-download:before {
  content: "\e0c3";
}

/* line 628, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12913, app/assets/stylesheets/legacy/public.scss.erb */
.icon-download-selection:before {
  content: "\e0c4";
}

/* line 631, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12918, app/assets/stylesheets/legacy/public.scss.erb */
.icon-download-selection-circle:before {
  content: "\e0c5";
}

/* line 634, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12923, app/assets/stylesheets/legacy/public.scss.erb */
.icon-double-diamonds:before {
  content: "\e0c6";
}

/* line 637, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12928, app/assets/stylesheets/legacy/public.scss.erb */
.icon-dot-square:before {
  content: "\e0c7";
}

/* line 640, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12933, app/assets/stylesheets/legacy/public.scss.erb */
.icon-dot-line:before {
  content: "\e0c8";
}

/* line 643, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12938, app/assets/stylesheets/legacy/public.scss.erb */
.icon-dot-circle:before {
  content: "\e0c9";
}

/* line 646, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12943, app/assets/stylesheets/legacy/public.scss.erb */
.icon-dollar:before {
  content: "\e0ca";
}

/* line 649, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12948, app/assets/stylesheets/legacy/public.scss.erb */
.icon-documents:before {
  content: "\e0cb";
}

/* line 652, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12953, app/assets/stylesheets/legacy/public.scss.erb */
.icon-document:before {
  content: "\e0cc";
}

/* line 655, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12958, app/assets/stylesheets/legacy/public.scss.erb */
.icon-document-fill:before {
  content: "\e0cd";
}

/* line 658, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12963, app/assets/stylesheets/legacy/public.scss.erb */
.icon-directions:before {
  content: "\e0ce";
}

/* line 661, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12968, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cross:before {
  content: "\e0cf";
}

/* line 664, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12973, app/assets/stylesheets/legacy/public.scss.erb */
.icon-credit-card:before {
  content: "\e0d0";
}

/* line 667, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12978, app/assets/stylesheets/legacy/public.scss.erb */
.icon-copy-paste-document:before {
  content: "\e0d1";
}

/* line 670, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12983, app/assets/stylesheets/legacy/public.scss.erb */
.icon-copy-document:before {
  content: "\e0d2";
}

/* line 673, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12988, app/assets/stylesheets/legacy/public.scss.erb */
.icon-contract-vertical:before {
  content: "\e0d3";
}

/* line 676, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12993, app/assets/stylesheets/legacy/public.scss.erb */
.icon-contract-horizontal:before {
  content: "\e0d4";
}

/* line 679, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 12998, app/assets/stylesheets/legacy/public.scss.erb */
.icon-contract-directions:before {
  content: "\e0d5";
}

/* line 682, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13003, app/assets/stylesheets/legacy/public.scss.erb */
.icon-compass:before {
  content: "\e0d6";
}

/* line 685, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13008, app/assets/stylesheets/legacy/public.scss.erb */
.icon-compass-2:before {
  content: "\e0d7";
}

/* line 688, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13013, app/assets/stylesheets/legacy/public.scss.erb */
.icon-comments:before {
  content: "\e0d8";
}

/* line 691, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13018, app/assets/stylesheets/legacy/public.scss.erb */
.icon-comment:before {
  content: "\e0d9";
}

/* line 694, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13023, app/assets/stylesheets/legacy/public.scss.erb */
.icon-coins:before {
  content: "\e0da";
}

/* line 697, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13028, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cloud:before {
  content: "\e0db";
}

/* line 700, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13033, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cloud-upload:before {
  content: "\e0dc";
}

/* line 703, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13038, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cloud-remove:before {
  content: "\e0dd";
}

/* line 706, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13043, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cloud-download:before {
  content: "\e0de";
}

/* line 709, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13048, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cloud-add:before {
  content: "\e0df";
}

/* line 712, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13053, app/assets/stylesheets/legacy/public.scss.erb */
.icon-clock:before {
  content: "\e0e0";
}

/* line 715, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13058, app/assets/stylesheets/legacy/public.scss.erb */
.icon-circles:before {
  content: "\e0e1";
}

/* line 718, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13063, app/assets/stylesheets/legacy/public.scss.erb */
.icon-check:before {
  content: "\e0e2";
}

/* line 721, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13068, app/assets/stylesheets/legacy/public.scss.erb */
.icon-chat:before {
  content: "\e0e3";
}

/* line 724, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13073, app/assets/stylesheets/legacy/public.scss.erb */
.icon-chart-down:before {
  content: "\e0e4";
}

/* line 727, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13078, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cd-dvd-rom:before {
  content: "\e0e5";
}

/* line 730, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13083, app/assets/stylesheets/legacy/public.scss.erb */
.icon-camera:before {
  content: "\e0e6";
}

/* line 733, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13088, app/assets/stylesheets/legacy/public.scss.erb */
.icon-button-question:before {
  content: "\e0e7";
}

/* line 736, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13093, app/assets/stylesheets/legacy/public.scss.erb */
.icon-button-minus:before {
  content: "\e0e8";
}

/* line 739, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13098, app/assets/stylesheets/legacy/public.scss.erb */
.icon-button-exclamation:before {
  content: "\e0e9";
}

/* line 742, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13103, app/assets/stylesheets/legacy/public.scss.erb */
.icon-button-email:before {
  content: "\e0ea";
}

/* line 745, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13108, app/assets/stylesheets/legacy/public.scss.erb */
.icon-button-close:before {
  content: "\e0eb";
}

/* line 748, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13113, app/assets/stylesheets/legacy/public.scss.erb */
.icon-button-check:before {
  content: "\e0ec";
}

/* line 751, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13118, app/assets/stylesheets/legacy/public.scss.erb */
.icon-button-add:before {
  content: "\e0ed";
}

/* line 754, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13123, app/assets/stylesheets/legacy/public.scss.erb */
.icon-brush:before {
  content: "\e0ee";
}

/* line 757, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13128, app/assets/stylesheets/legacy/public.scss.erb */
.icon-browser-sizes:before {
  content: "\e0ef";
}

/* line 760, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13133, app/assets/stylesheets/legacy/public.scss.erb */
.icon-box-remove:before {
  content: "\e0f0";
}

/* line 763, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13138, app/assets/stylesheets/legacy/public.scss.erb */
.icon-box-close:before {
  content: "\e0f1";
}

/* line 766, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13143, app/assets/stylesheets/legacy/public.scss.erb */
.icon-box-blank:before {
  content: "\e0f2";
}

/* line 769, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13148, app/assets/stylesheets/legacy/public.scss.erb */
.icon-box-add:before {
  content: "\e0f3";
}

/* line 772, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13153, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bolt:before {
  content: "\e0f4";
}

/* line 775, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13158, app/assets/stylesheets/legacy/public.scss.erb */
.icon-block-menu:before {
  content: "\e0f5";
}

/* line 778, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13163, app/assets/stylesheets/legacy/public.scss.erb */
.icon-blank:before {
  content: "\e0f6";
}

/* line 781, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13168, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bezier:before {
  content: "\e0f7";
}

/* line 784, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13173, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bars:before {
  content: "\e0f8";
}

/* line 787, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13178, app/assets/stylesheets/legacy/public.scss.erb */
.icon-ban-circle:before {
  content: "\e0f9";
}

/* line 790, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13183, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bag:before {
  content: "\e0fa";
}

/* line 793, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13188, app/assets/stylesheets/legacy/public.scss.erb */
.icon-backward:before {
  content: "\e0fb";
}

/* line 796, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13193, app/assets/stylesheets/legacy/public.scss.erb */
.icon-axis-rules:before {
  content: "\e0fc";
}

/* line 799, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13198, app/assets/stylesheets/legacy/public.scss.erb */
.icon-atom:before {
  content: "\e0fd";
}

/* line 802, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13203, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-up:before {
  content: "\e0fe";
}

/* line 805, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13208, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-up-thin:before {
  content: "\e0ff";
}

/* line 808, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13213, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-up-light:before {
  content: "\e100";
}

/* line 811, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13218, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-up-bold:before {
  content: "\e101";
}

/* line 814, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13223, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-up-bold-round:before {
  content: "\e102";
}

/* line 817, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13228, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-up-big:before {
  content: "\e103";
}

/* line 820, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13233, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-right:before {
  content: "\e104";
}

/* line 823, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13238, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-right-thin:before {
  content: "\e105";
}

/* line 826, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13243, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-right-light:before {
  content: "\e106";
}

/* line 829, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13248, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-right-bold:before {
  content: "\e107";
}

/* line 832, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13253, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-right-bold-round:before {
  content: "\e108";
}

/* line 835, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13258, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-right-big:before {
  content: "\e109";
}

/* line 838, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13263, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-oblique-expand:before {
  content: "\e10a";
}

/* line 841, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13268, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-oblique-expand-directions:before {
  content: "\e10b";
}

/* line 844, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13273, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-oblique-contract:before {
  content: "\e10c";
}

/* line 847, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13278, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-oblique-contract-directions:before {
  content: "\e10d";
}

/* line 850, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13283, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-multi-line-up:before {
  content: "\e10e";
}

/* line 853, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13288, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-multi-line-right:before {
  content: "\e10f";
}

/* line 856, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13293, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-multi-line-left:before {
  content: "\e110";
}

/* line 859, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13298, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-multi-line-down:before {
  content: "\e111";
}

/* line 862, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13303, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-left:before {
  content: "\e112";
}

/* line 865, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13308, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-left-thin:before {
  content: "\e113";
}

/* line 868, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13313, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-left-light:before {
  content: "\e114";
}

/* line 871, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13318, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-left-bold:before {
  content: "\e115";
}

/* line 874, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13323, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-left-bold-round:before {
  content: "\e116";
}

/* line 877, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13328, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-left-big:before {
  content: "\e117";
}

/* line 880, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13333, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-fill-up:before {
  content: "\e118";
}

/* line 883, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13338, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-fill-right:before {
  content: "\e119";
}

/* line 886, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13343, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-fill-left:before {
  content: "\e11a";
}

/* line 889, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13348, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-fill-down:before {
  content: "\e11b";
}

/* line 892, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13353, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-down:before {
  content: "\e11c";
}

/* line 895, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13358, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-down-thin:before {
  content: "\e11d";
}

/* line 898, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13363, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-down-light:before {
  content: "\e11e";
}

/* line 901, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13368, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-down-bold:before {
  content: "\e11f";
}

/* line 904, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13373, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-down-bold-round:before {
  content: "\e120";
}

/* line 907, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13378, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-down-big:before {
  content: "\e121";
}

/* line 910, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13383, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-cycling:before {
  content: "\e122";
}

/* line 913, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13388, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-cycle:before {
  content: "\e123";
}

/* line 916, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13393, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-curve-right:before {
  content: "\e124";
}

/* line 919, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13398, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-curve-recycle:before {
  content: "\e125";
}

/* line 922, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13403, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-curve-left:before {
  content: "\e126";
}

/* line 925, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13408, app/assets/stylesheets/legacy/public.scss.erb */
.icon-animal-footprint:before {
  content: "\e127";
}

/* line 928, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13413, app/assets/stylesheets/legacy/public.scss.erb */
.icon-alarm-clock:before {
  content: "\e128";
}

/* line 931, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13418, app/assets/stylesheets/legacy/public.scss.erb */
.icon-air-plane:before {
  content: "\e129";
}

/* line 934, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13423, app/assets/stylesheets/legacy/public.scss.erb */
.icon-adjust:before {
  content: "\e12a";
}

/* line 937, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/metrize-icons/style.scss */
/* line 13428, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cube:before {
  content: "\e12b";
}

@font-face {
  font-family: 'picons-social';
  src: url(/assets/clean_admin/picons-social-aa0289f128416d5452bd9746e7b0878e61f0f8b2e0f9f0ebf16a4d0b9cc19f16.woff2?mqbcix) format("woff2"), url(/assets/clean_admin/picons-social-5f7f07766d4363d02118e09bf04ef3dead4cf32ca6a58bce3ac885804e9fcc56.ttf?mqbcix) format("truetype"), url(/assets/clean_admin/picons-social-44d6d868f752e1f455a82bcea86a11291e54068f3842e3d70fa2f379bfe47922.woff?mqbcix) format("woff"), url(/assets/clean_admin/picons-social-58635f62ebb136dfa275ea622e5fbb91a9f533dce2ebd8be1c63a63accffbca4.svg?mqbcix#picons-social) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13439, app/assets/stylesheets/legacy/public.scss.erb */
[class^="picons-social-icon-"], [class*=" picons-social-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'picons-social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13454, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-forrst:before {
  content: "\e900";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13459, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-dribbble:before {
  content: "\e901";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13464, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-twitter:before {
  content: "\e902";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13469, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-flickr:before {
  content: "\e903";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13474, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-twitter2:before {
  content: "\e904";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13479, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-facebook:before {
  content: "\e905";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13484, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-skype:before {
  content: "\e906";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13489, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-digg:before {
  content: "\e907";
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13494, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-google:before {
  content: "\e908";
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13499, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-html5:before {
  content: "\e909";
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13504, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-linkedin:before {
  content: "\e90a";
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13509, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-lastfm:before {
  content: "\e90b";
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13514, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-vimeo:before {
  content: "\e90c";
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13519, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-yahoo:before {
  content: "\e90d";
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13524, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-tumblr:before {
  content: "\e90e";
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13529, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-apple:before {
  content: "\e90f";
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13534, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-windows:before {
  content: "\e910";
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13539, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-youtube:before {
  content: "\e911";
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13544, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-delicious:before {
  content: "\e912";
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13549, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-rss:before {
  content: "\e913";
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13554, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-picasa:before {
  content: "\e914";
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13559, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-deviantart:before {
  content: "\e915";
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13564, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-whatsapp:before {
  content: "\e916";
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13569, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-snapchat:before {
  content: "\e917";
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13574, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-blogger:before {
  content: "\e918";
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13579, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-wordpress:before {
  content: "\e919";
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13584, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-amazon:before {
  content: "\e91a";
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13589, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-appstore:before {
  content: "\e91b";
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13594, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-paypal:before {
  content: "\e91c";
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13599, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-myspace:before {
  content: "\e91d";
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13604, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-dropbox:before {
  content: "\e91e";
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13609, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-windows8:before {
  content: "\e91f";
}

/* line 123, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13614, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-pinterest:before {
  content: "\e920";
}

/* line 126, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13619, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-soundcloud:before {
  content: "\e921";
}

/* line 129, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13624, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-google-drive:before {
  content: "\e922";
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13629, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-android:before {
  content: "\e923";
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13634, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-behance:before {
  content: "\e924";
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13639, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-instagram:before {
  content: "\e925";
}

/* line 141, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13644, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-ebay:before {
  content: "\e926";
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13649, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-google-plus:before {
  content: "\e927";
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13654, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-github:before {
  content: "\e928";
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13659, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-stackoverflow:before {
  content: "\e929";
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13664, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-spotify:before {
  content: "\e92a";
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13669, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-stumbleupon:before {
  content: "\e92b";
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13674, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-visa:before {
  content: "\e92c";
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13679, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-mastercard:before {
  content: "\e92d";
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13684, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-amex:before {
  content: "\e92e";
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13689, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-ios:before {
  content: "\e92f";
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13694, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-osx:before {
  content: "\e930";
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13699, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-evernote:before {
  content: "\e931";
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13704, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-yelp:before {
  content: "\e932";
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13709, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-yelp2:before {
  content: "\e933";
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13714, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-medium:before {
  content: "\e934";
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13719, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-slack:before {
  content: "\e935";
}

/* line 189, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13724, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-vine:before {
  content: "\e936";
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13729, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-edge:before {
  content: "\e937";
}

/* line 195, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13734, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-outlook:before {
  content: "\e938";
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13739, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-pencilcase:before {
  content: "\e939";
}

/* line 201, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13744, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-play:before {
  content: "\e93a";
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13749, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-icloud:before {
  content: "\e93b";
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13754, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-google-inbox:before {
  content: "\e93c";
}

/* line 210, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13759, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-periscope:before {
  content: "\e93d";
}

/* line 213, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13764, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-blackberry:before {
  content: "\e93e";
}

/* line 216, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13769, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-viber:before {
  content: "\e93f";
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13774, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-fb_messenger:before {
  content: "\e940";
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13779, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-wechat:before {
  content: "\e941";
}

/* line 225, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13784, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-gmail:before {
  content: "\e942";
}

/* line 228, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13789, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-airbnb:before {
  content: "\e943";
}

/* line 231, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13794, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-angellist:before {
  content: "\e944";
}

/* line 234, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13799, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-uber:before {
  content: "\e945";
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13804, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-safari:before {
  content: "\e946";
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13809, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-firefox:before {
  content: "\e947";
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13814, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-opera:before {
  content: "\e948";
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13819, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-bing:before {
  content: "\e949";
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13824, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-reddit:before {
  content: "\e94a";
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13829, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-producthunt:before {
  content: "\e94b";
}

/* line 255, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13834, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-forrst2:before {
  content: "\e94c";
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13839, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-dribbble2:before {
  content: "\e94d";
}

/* line 261, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13844, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-twitter3:before {
  content: "\e94e";
}

/* line 264, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13849, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-flickr2:before {
  content: "\e94f";
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13854, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-twitter4:before {
  content: "\e950";
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13859, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-facebook2:before {
  content: "\e951";
}

/* line 273, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13864, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-skype2:before {
  content: "\e952";
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13869, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-digg2:before {
  content: "\e953";
}

/* line 279, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13874, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-google2:before {
  content: "\e954";
}

/* line 282, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13879, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-html52:before {
  content: "\e955";
}

/* line 285, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13884, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-linkedin2:before {
  content: "\e956";
}

/* line 288, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13889, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-lastfm2:before {
  content: "\e957";
}

/* line 291, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13894, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-vimeo2:before {
  content: "\e958";
}

/* line 294, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13899, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-yahoo2:before {
  content: "\e959";
}

/* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13904, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-tumblr2:before {
  content: "\e95a";
}

/* line 300, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13909, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-apple2:before {
  content: "\e95b";
}

/* line 303, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13914, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-windows2:before {
  content: "\e95c";
}

/* line 306, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13919, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-youtube2:before {
  content: "\e95d";
}

/* line 309, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13924, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-delicious2:before {
  content: "\e95e";
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13929, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-rss2:before {
  content: "\e95f";
}

/* line 315, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13934, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-picasa2:before {
  content: "\e960";
}

/* line 318, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13939, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-deviantart2:before {
  content: "\e961";
}

/* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13944, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-whatsapp2:before {
  content: "\e962";
}

/* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13949, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-snapchat2:before {
  content: "\e963";
}

/* line 327, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13954, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-blogger2:before {
  content: "\e964";
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13959, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-wordpress2:before {
  content: "\e965";
}

/* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13964, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-amazon2:before {
  content: "\e966";
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13969, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-appstore2:before {
  content: "\e967";
}

/* line 339, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13974, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-paypal2:before {
  content: "\e968";
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13979, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-myspace2:before {
  content: "\e969";
}

/* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13984, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-dropbox2:before {
  content: "\e96a";
}

/* line 348, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13989, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-windows82:before {
  content: "\e96b";
}

/* line 351, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13994, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-pinterest2:before {
  content: "\e96c";
}

/* line 354, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 13999, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-soundcloud2:before {
  content: "\e96d";
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14004, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-google-drive2:before {
  content: "\e96e";
}

/* line 360, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14009, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-android2:before {
  content: "\e96f";
}

/* line 363, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14014, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-behance2:before {
  content: "\e970";
}

/* line 366, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14019, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-instagram2:before {
  content: "\e971";
}

/* line 369, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14024, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-ebay2:before {
  content: "\e972";
}

/* line 372, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14029, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-google-plus2:before {
  content: "\e973";
}

/* line 375, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14034, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-github2:before {
  content: "\e974";
}

/* line 378, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14039, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-stackoverflow2:before {
  content: "\e975";
}

/* line 381, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14044, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-spotify2:before {
  content: "\e976";
}

/* line 384, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14049, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-stumbleupon2:before {
  content: "\e977";
}

/* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14054, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-visa2:before {
  content: "\e978";
}

/* line 390, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14059, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-mastercard2:before {
  content: "\e979";
}

/* line 393, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14064, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-amex2:before {
  content: "\e97a";
}

/* line 396, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14069, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-ios2:before {
  content: "\e97b";
}

/* line 399, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14074, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-osx2:before {
  content: "\e97c";
}

/* line 402, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14079, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-evernote2:before {
  content: "\e97d";
}

/* line 405, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14084, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-yelp3:before {
  content: "\e97e";
}

/* line 408, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14089, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-yelp4:before {
  content: "\e97f";
}

/* line 411, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14094, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-medium2:before {
  content: "\e980";
}

/* line 414, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14099, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-slack2:before {
  content: "\e981";
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14104, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-vine2:before {
  content: "\e982";
}

/* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14109, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-edge2:before {
  content: "\e983";
}

/* line 423, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14114, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-outlook2:before {
  content: "\e984";
}

/* line 426, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14119, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-pencilcase2:before {
  content: "\e985";
}

/* line 429, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14124, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-play2:before {
  content: "\e986";
}

/* line 432, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14129, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-icloud2:before {
  content: "\e987";
}

/* line 435, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14134, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-google-inbox2:before {
  content: "\e988";
}

/* line 438, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14139, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-periscope2:before {
  content: "\e989";
}

/* line 441, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14144, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-blackberry2:before {
  content: "\e98a";
}

/* line 444, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14149, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-viber2:before {
  content: "\e98b";
}

/* line 447, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14154, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-fb_messenger2:before {
  content: "\e98c";
}

/* line 450, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14159, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-wechat2:before {
  content: "\e98d";
}

/* line 453, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14164, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-gmail2:before {
  content: "\e98e";
}

/* line 456, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14169, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-airbnb2:before {
  content: "\e98f";
}

/* line 459, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14174, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-angellist2:before {
  content: "\e990";
}

/* line 462, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14179, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-uber2:before {
  content: "\e991";
}

/* line 465, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14184, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-safari2:before {
  content: "\e992";
}

/* line 468, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14189, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-firefox2:before {
  content: "\e993";
}

/* line 471, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14194, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-opera2:before {
  content: "\e994";
}

/* line 474, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14199, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-bing2:before {
  content: "\e995";
}

/* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14204, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-reddit2:before {
  content: "\e996";
}

/* line 480, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-social/style.scss */
/* line 14209, app/assets/stylesheets/legacy/public.scss.erb */
.picons-social-icon-producthunt2:before {
  content: "\e997";
}

@font-face {
  font-family: 'piconsthin';
  src: url(/assets/clean_admin/piconsthin-f9a2fbd41f3e7b59985e4890b0cd9b8c044fe4e511cc1ed7b1fe592208bab8f2.woff2?lkhde6) format("woff2"), url(/assets/clean_admin/piconsthin-9933eacef6535ae10c6a887fcf8ee88d5d416309891d9d70709ca5efb4d8aaa4.ttf?lkhde6) format("truetype"), url(/assets/clean_admin/piconsthin-7220ad0b3108276eb7c0853d5d6f402487ba288d677f4bc59c245e3665402b07.woff?lkhde6) format("woff"), url(/assets/clean_admin/piconsthin-efb25ae212410f4b8f274c9bd8ee69da60542be163fe8639381d42802ed15fb6.svg?lkhde6#piconsthin) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14220, app/assets/stylesheets/legacy/public.scss.erb */
[class^="picons-thin-icon-"], [class*=" picons-thin-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'piconsthin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14235, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0001_compose_write_pencil_new:before {
  content: "\e900";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14240, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0002_write_pencil_new_edit:before {
  content: "\e901";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14245, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0003_write_pencil_new_edit:before {
  content: "\e902";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14250, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0004_pencil_ruler_drawing:before {
  content: "\e903";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14255, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0005_write_pen_handwriting_signing:before {
  content: "\e904";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14260, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0006_book_writing_reading_read_manual:before {
  content: "\e905";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14265, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0007_book_reading_read_bookmark:before {
  content: "\e906";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14270, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0008_book_reading_read_manual:before {
  content: "\e907";
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14275, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0009_book_reading_read_manual:before {
  content: "\e908";
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14280, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0010_newspaper_reading_news:before {
  content: "\e909";
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14285, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0011_reading_glasses:before {
  content: "\e90a";
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14290, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0012_notebook_paper_certificate:before {
  content: "\e90b";
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14295, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0013_notebook_paper:before {
  content: "\e90c";
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14300, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0014_notebook_paper_todo:before {
  content: "\e90d";
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14305, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0015_fountain_pen:before {
  content: "\e90e";
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14310, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0016_bookmarks_reading_book:before {
  content: "\e90f";
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14315, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0017_office_archive:before {
  content: "\e910";
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14320, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0018_office_trash_bin:before {
  content: "\e911";
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14325, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0019_mobile_iphone:before {
  content: "\e912";
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14330, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0020_ipad_reading_mobile:before {
  content: "\e913";
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14335, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0021_calendar_month_day_planner:before {
  content: "\e914";
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14340, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0022_calendar_month_day_planner:before {
  content: "\e915";
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14345, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0023_calendar_month_day_planner_events:before {
  content: "\e916";
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14350, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0024_calendar_month_day_planner_events:before {
  content: "\e917";
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14355, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0025_alarm_clock_ringer_time_morning:before {
  content: "\e918";
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14360, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0026_time_watch_clock:before {
  content: "\e919";
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14365, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0027_stopwatch_timer_running_time:before {
  content: "\e91a";
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14370, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0028_time_watch_clock_wall:before {
  content: "\e91b";
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14375, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0029_time_watch_clock_wall:before {
  content: "\e91c";
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14380, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0030_wrist_watch_clock_time:before {
  content: "\e91d";
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14385, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0031_pin_bookmark:before {
  content: "\e91e";
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14390, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0032_flag:before {
  content: "\e91f";
}

/* line 123, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14395, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0033_search_find_zoom:before {
  content: "\e920";
}

/* line 126, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14400, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0034_search_find_zoom:before {
  content: "\e921";
}

/* line 129, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14405, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0035_bookmark_tag:before {
  content: "\e922";
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14410, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0036_share_facebook_social:before {
  content: "\e923";
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14415, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0037_smiley_happy_like_face:before {
  content: "\e924";
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14420, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0038_smiley_neutral_face:before {
  content: "\e925";
}

/* line 141, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14425, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0039_smiley_sad_face_unhappy:before {
  content: "\e926";
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14430, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0040_exit_logout_door_emergency_outside:before {
  content: "\e927";
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14435, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0041_filter_funnel:before {
  content: "\e928";
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14440, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0042_attachment:before {
  content: "\e929";
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14445, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0043_eye_visibility_show_visible:before {
  content: "\e92a";
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14450, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0044_eye_visibility_hide_invisible:before {
  content: "\e92b";
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14455, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0045_home_house:before {
  content: "\e92c";
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14460, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0046_home_house:before {
  content: "\e92d";
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14465, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0047_home_flat:before {
  content: "\e92e";
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14470, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0048_factory_work:before {
  content: "\e92f";
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14475, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0049_settings_panel_equalizer_preferences:before {
  content: "\e930";
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14480, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0050_settings_panel_equalizer_preferences:before {
  content: "\e931";
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14485, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0051_settings_gear_preferences:before {
  content: "\e932";
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14490, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0052_settings_gears_preferences_gearbox:before {
  content: "\e933";
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14495, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0053_settings_tools_pipe:before {
  content: "\e934";
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14500, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0054_settings_tools_configuration_preferences:before {
  content: "\e935";
}

/* line 189, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14505, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0055_settings_tools_configuration_preferences:before {
  content: "\e936";
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14510, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0056_bin_trash_recycle_delete_garbage_empty:before {
  content: "\e937";
}

/* line 195, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14515, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0057_bin_trash_recycle_delete_garbage_full:before {
  content: "\e938";
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14520, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0058_bin_trash_recycle_delete_garbage:before {
  content: "\e939";
}

/* line 201, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14525, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0059_error_warning_danger_stop:before {
  content: "\e93a";
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14530, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0060_error_warning_danger_stop_delete_exit:before {
  content: "\e93b";
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14535, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0061_error_warning_alert_attention:before {
  content: "\e93c";
}

/* line 210, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14540, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0062_unable_unavailable_error:before {
  content: "\e93d";
}

/* line 213, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14545, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0063_text_line_view:before {
  content: "\e93e";
}

/* line 216, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14550, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0064_bullet_list_view:before {
  content: "\e93f";
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14555, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0065_bullet_list_view:before {
  content: "\e940";
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14560, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0066_grid_view:before {
  content: "\e941";
}

/* line 225, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14565, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0067_line_thumb_view:before {
  content: "\e942";
}

/* line 228, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14570, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0068_text_image_article_view:before {
  content: "\e943";
}

/* line 231, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14575, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0069_box_load_package_module:before {
  content: "\e944";
}

/* line 234, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14580, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0069a_menu_hambuger:before {
  content: "\e945";
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14585, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0070_paper_role:before {
  content: "\e946";
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14590, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0071_document_file_paper:before {
  content: "\e947";
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14595, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0072_document_file_paper_text:before {
  content: "\e948";
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14600, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0073_documents_files_paper_text_archive_copy:before {
  content: "\e949";
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14605, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0074_document_file_delete_remove_error:before {
  content: "\e94a";
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14610, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0075_document_file_paper_text_article_blog_template:before {
  content: "\e94b";
}

/* line 255, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14615, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0076_document_file_zip_archive_compressed_rar:before {
  content: "\e94c";
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14620, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0077_document_file_pdf_adobe_acrobat:before {
  content: "\e94d";
}

/* line 261, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14625, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0078_document_file_word_office_doc_text:before {
  content: "\e94e";
}

/* line 264, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14630, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0079_document_file_cloud_sync_backup:before {
  content: "\e94f";
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14635, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0080_file_code_programming_dev_binary:before {
  content: "\e950";
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14640, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0081_video_movie_file_player:before {
  content: "\e951";
}

/* line 273, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14645, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0082_image_photo_file:before {
  content: "\e952";
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14650, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0083_font_file_ttf_otf_type_text:before {
  content: "\e953";
}

/* line 279, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14655, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0084_file_preferences_settings:before {
  content: "\e954";
}

/* line 282, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14660, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0085_file_search_find_replace_zoom_view:before {
  content: "\e955";
}

/* line 285, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14665, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0086_import_file_load:before {
  content: "\e956";
}

/* line 288, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14670, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0087_export_file:before {
  content: "\e957";
}

/* line 291, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14675, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0088_download_file:before {
  content: "\e958";
}

/* line 294, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14680, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0089_upload_file:before {
  content: "\e959";
}

/* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14685, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0090_cv_curriculum_vitae_job_life:before {
  content: "\e95a";
}

/* line 300, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14690, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0091_file_profile_user_personal:before {
  content: "\e95b";
}

/* line 303, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14695, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0092_file_profile_user_personal:before {
  content: "\e95c";
}

/* line 306, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14700, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0093_list_bullets:before {
  content: "\e95d";
}

/* line 309, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14705, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0094_file_table:before {
  content: "\e95e";
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14710, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0095_file_protected_password_security:before {
  content: "\e95f";
}

/* line 315, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14715, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0096_file_attachment:before {
  content: "\e960";
}

/* line 318, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14720, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0097_file_text_long:before {
  content: "\e961";
}

/* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14725, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0098_file_document_legal_text:before {
  content: "\e962";
}

/* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14730, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0099_legal_document_law_license:before {
  content: "\e963";
}

/* line 327, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14735, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0100_to_do_list_reminder_done:before {
  content: "\e964";
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14740, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0101_notes_text_notebook:before {
  content: "\e965";
}

/* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14745, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0102_notebook_to_do_bullets_list:before {
  content: "\e966";
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14750, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0103_box_clipboard:before {
  content: "\e967";
}

/* line 339, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14755, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0104_load_upload_clipboard_box:before {
  content: "\e968";
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14760, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0105_download_clipboard_box:before {
  content: "\e969";
}

/* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14765, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0106_clipboard_box_archive_documents:before {
  content: "\e96a";
}

/* line 348, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14770, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0107_zoom_in:before {
  content: "\e96b";
}

/* line 351, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14775, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0108_zoom_out:before {
  content: "\e96c";
}

/* line 354, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14780, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0109_search_find_files_folder:before {
  content: "\e96d";
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14785, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0110_folder:before {
  content: "\e96e";
}

/* line 360, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14790, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0111_folder_files_documents:before {
  content: "\e96f";
}

/* line 363, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14795, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0112_folder_images_photos:before {
  content: "\e970";
}

/* line 366, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14800, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0113_folder_password_protected_secure_private:before {
  content: "\e971";
}

/* line 369, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14805, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0114_folder_cloud_sync_backup:before {
  content: "\e972";
}

/* line 372, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14810, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0115_folder_preferences_options_settings:before {
  content: "\e973";
}

/* line 375, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14815, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0116_folder_upload:before {
  content: "\e974";
}

/* line 378, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14820, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0117_folder_documents_revert_history:before {
  content: "\e975";
}

/* line 381, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14825, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0118_folder_open:before {
  content: "\e976";
}

/* line 384, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14830, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0119_folder_open_full_documents:before {
  content: "\e977";
}

/* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14835, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0120_download_computer:before {
  content: "\e978";
}

/* line 390, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14840, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0121_download_file:before {
  content: "\e979";
}

/* line 393, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14845, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0122_download_file_computer_drive:before {
  content: "\e97a";
}

/* line 396, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14850, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0123_download_cloud_file_sync:before {
  content: "\e97b";
}

/* line 399, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14855, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0124_upload_cloud_file_sync_backup:before {
  content: "\e97c";
}

/* line 402, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14860, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0125_cloud_sync:before {
  content: "\e97d";
}

/* line 405, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14865, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0126_cloud_upload_backup:before {
  content: "\e97e";
}

/* line 408, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14870, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0127_cloud_sync_error:before {
  content: "\e97f";
}

/* line 411, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14875, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0128_upload_load_share:before {
  content: "\e980";
}

/* line 414, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14880, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0129_download:before {
  content: "\e981";
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14885, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0130_structure_map_files:before {
  content: "\e982";
}

/* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14890, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0131_arrow_back_undo:before {
  content: "\e983";
}

/* line 423, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14895, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0132_arrow_back_left:before {
  content: "\e984";
}

/* line 426, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14900, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0133_arrow_right_next:before {
  content: "\e985";
}

/* line 429, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14905, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0134_arrow_rotate_left_counter_clockwise:before {
  content: "\e986";
}

/* line 432, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14910, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0135_arrow_rotate_right_clockwise:before {
  content: "\e987";
}

/* line 435, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14915, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0136_rotation_lock:before {
  content: "\e988";
}

/* line 438, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14920, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0137_zoom_expand_maximize_window:before {
  content: "\e989";
}

/* line 441, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14925, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0138_expand_move_window_full_screen:before {
  content: "\e98a";
}

/* line 444, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14930, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0139_window_new_extern_full_screen_maximize:before {
  content: "\e98b";
}

/* line 447, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14935, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0140_airplay_screen_sharing:before {
  content: "\e98c";
}

/* line 450, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14940, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0141_rotate_back_revert_undo:before {
  content: "\e98d";
}

/* line 453, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14945, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0142_rotate_sync:before {
  content: "\e98e";
}

/* line 456, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14950, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0143_rotate_clockwise:before {
  content: "\e98f";
}

/* line 459, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14955, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0144_arrows_play_shuffle:before {
  content: "\e990";
}

/* line 462, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14960, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0145_arrows_play_repeat:before {
  content: "\e991";
}

/* line 465, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14965, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0146_arrows_fast_forward:before {
  content: "\e992";
}

/* line 468, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14970, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0147_arrows_divide_split:before {
  content: "\e993";
}

/* line 471, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14975, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0148_arrows_directions_left_right:before {
  content: "\e994";
}

/* line 474, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14980, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0149_arrows_curves:before {
  content: "\e995";
}

/* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14985, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0150_resize_left_right:before {
  content: "\e996";
}

/* line 480, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14990, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0151_plus_add_new:before {
  content: "\e997";
}

/* line 483, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 14995, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0152_minus_delete_remove:before {
  content: "\e998";
}

/* line 486, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15000, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0153_delete_exit_remove_close:before {
  content: "\e999";
}

/* line 489, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15005, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0154_ok_successful_check:before {
  content: "\e99a";
}

/* line 492, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15010, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0155_delete_remove_exit_close_checkbox:before {
  content: "\e99b";
}

/* line 495, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15015, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0156_checkbox_ok_successful:before {
  content: "\e99c";
}

/* line 498, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15020, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0157_arrow_back_left:before {
  content: "\e99d";
}

/* line 501, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15025, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0158_arrow_next_right:before {
  content: "\e99e";
}

/* line 504, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15030, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0159_arrow_back_left:before {
  content: "\e99f";
}

/* line 507, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15035, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0160_arrow_next_right:before {
  content: "\e9a0";
}

/* line 510, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15040, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0161_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a1";
}

/* line 513, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15045, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0162_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a2";
}

/* line 516, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15050, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0163_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a3";
}

/* line 519, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15055, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0164_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a4";
}

/* line 522, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15060, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0165_on_off_switch_toggle_settings_preferences:before {
  content: "\e9a5";
}

/* line 525, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15065, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0166_back_delete_backspace:before {
  content: "\e9a6";
}

/* line 528, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15070, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0167_plus_minus:before {
  content: "\e9a7";
}

/* line 531, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15075, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0168_check_ok_yes_no:before {
  content: "\e9a8";
}

/* line 534, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15080, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0169_target_circles:before {
  content: "\e9a9";
}

/* line 537, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15085, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0170_puzzle_modules_build:before {
  content: "\e9aa";
}

/* line 540, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15090, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0171_filter_funnel:before {
  content: "\e9ab";
}

/* line 543, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15095, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0172_structure_menu_submenu_navigation:before {
  content: "\e9ac";
}

/* line 546, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15100, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0173_structure_menu_submenu_navigation:before {
  content: "\e9ad";
}

/* line 549, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15105, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0174_archive_open_slide:before {
  content: "\e9ae";
}

/* line 552, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15110, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0175_slideshow:before {
  content: "\e9af";
}

/* line 555, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15115, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0176_module_connection_plugin:before {
  content: "\e9b0";
}

/* line 558, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15120, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0177_puzzle_module_connect:before {
  content: "\e9b1";
}

/* line 561, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15125, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0178_add_more_layers_slides:before {
  content: "\e9b2";
}

/* line 564, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15130, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0179_layers_slides:before {
  content: "\e9b3";
}

/* line 567, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15135, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0180_www_website_address_url_browser:before {
  content: "\e9b4";
}

/* line 570, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15140, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0181_dropdown_menu_select_option_form:before {
  content: "\e9b5";
}

/* line 573, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15145, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0182_screen_ok_success:before {
  content: "\e9b6";
}

/* line 576, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15150, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0183_screen_text:before {
  content: "\e9b7";
}

/* line 579, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15155, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0184_screen_text_images_presentation:before {
  content: "\e9b8";
}

/* line 582, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15160, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0185_screen_grid_images:before {
  content: "\e9b9";
}

/* line 585, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15165, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0186_window_text_images:before {
  content: "\e9ba";
}

/* line 588, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15170, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0187_window_graph_analytics:before {
  content: "\e9bb";
}

/* line 591, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15175, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0188_window_text_msg_box:before {
  content: "\e9bc";
}

/* line 594, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15180, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0189_window_alert_notification_warning_error:before {
  content: "\e9bd";
}

/* line 597, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15185, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0190_window_error_danger_stop:before {
  content: "\e9be";
}

/* line 600, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15190, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0191_window_application_cursor:before {
  content: "\e9bf";
}

/* line 603, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15195, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0192_window_application_code_shell_terminal:before {
  content: "\e9c0";
}

/* line 606, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15200, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0193_window_application_settings_preferences:before {
  content: "\e9c1";
}

/* line 609, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15205, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0194_layout_columns_sidemenu:before {
  content: "\e9c2";
}

/* line 612, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15210, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0195_layout_columns_three:before {
  content: "\e9c3";
}

/* line 615, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15215, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0196_layout_columns_title:before {
  content: "\e9c4";
}

/* line 618, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15220, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0197_layout_grid_view:before {
  content: "\e9c5";
}

/* line 621, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15225, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0198_battery_charge_empty:before {
  content: "\e9c6";
}

/* line 624, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15230, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0199_battery_charge_empty:before {
  content: "\e9c7";
}

/* line 627, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15235, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0200_battery_charge_half_empty:before {
  content: "\e9c8";
}

/* line 630, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15240, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0201_battery_charge_full:before {
  content: "\e9c9";
}

/* line 633, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15245, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0202_battery_charge_full:before {
  content: "\e9ca";
}

/* line 636, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15250, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0203_battery_charging_energy:before {
  content: "\e9cb";
}

/* line 639, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15255, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0204_bullets_list_radiobuttons:before {
  content: "\e9cc";
}

/* line 642, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15260, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0205_bullets_list:before {
  content: "\e9cd";
}

/* line 645, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15265, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0206_list_checkbox_todo:before {
  content: "\e9ce";
}

/* line 648, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15270, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0207_list_checkbox_todo_done:before {
  content: "\e9cf";
}

/* line 651, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15275, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0208_grid_view:before {
  content: "\e9d0";
}

/* line 654, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15280, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0209_radiobuttons_bullets_lines:before {
  content: "\e9d1";
}

/* line 657, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15285, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0210_checkboxes_lines_check:before {
  content: "\e9d2";
}

/* line 660, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15290, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0234_text_align_left_paragraph:before {
  content: "\e9d3";
}

/* line 663, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15295, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0235_text_align_center_paragraph:before {
  content: "\e9d4";
}

/* line 666, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15300, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0236_text_align_right_paragraph:before {
  content: "\e9d5";
}

/* line 669, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15305, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0237_text_align_justify_last_line_left_paragraph:before {
  content: "\e9d6";
}

/* line 672, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15310, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0238_text_align_justify_last_line_right_paragraph:before {
  content: "\e9d7";
}

/* line 675, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15315, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0239_text_align_justify_paragraph:before {
  content: "\e9d8";
}

/* line 678, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15320, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0240_text_align_right_indent:before {
  content: "\e9d9";
}

/* line 681, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15325, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0241_text_align_left_indent:before {
  content: "\e9da";
}

/* line 684, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15330, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0242_text_line_height_leading:before {
  content: "\e9db";
}

/* line 687, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15335, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0243_text_line_height_leading:before {
  content: "\e9dc";
}

/* line 690, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15340, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0244_text_bullets_list:before {
  content: "\e9dd";
}

/* line 693, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15345, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0245_text_numbered_list:before {
  content: "\e9de";
}

/* line 696, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15350, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0246_text_font_size_smaller:before {
  content: "\e9df";
}

/* line 699, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15355, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0247_text_font_size_larger:before {
  content: "\e9e0";
}

/* line 702, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15360, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0248_text_paragraph_indent_right:before {
  content: "\e9e1";
}

/* line 705, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15365, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0249_text_paragraph_indent_left:before {
  content: "\e9e2";
}

/* line 708, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15370, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0250_text_line_order:before {
  content: "\e9e3";
}

/* line 711, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15375, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0251_text_paragraph_line_spacing:before {
  content: "\e9e4";
}

/* line 714, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15380, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0252_text_spelling_check:before {
  content: "\e9e5";
}

/* line 717, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15385, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0253_image_frame_size_rotate_resize:before {
  content: "\e9e6";
}

/* line 720, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15390, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0254_copy:before {
  content: "\e9e7";
}

/* line 723, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15395, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0255_paste_clipboard:before {
  content: "\e9e8";
}

/* line 726, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15400, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0256_input_box_text_edit:before {
  content: "\e9e9";
}

/* line 729, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15405, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0257_button:before {
  content: "\e9ea";
}

/* line 732, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15410, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0258_code_html:before {
  content: "\e9eb";
}

/* line 735, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15415, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0259_code_html:before {
  content: "\e9ec";
}

/* line 738, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15420, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0260_link_url_chain_hyperlink:before {
  content: "\e9ed";
}

/* line 741, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15425, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0261_unlink_url_unchain_hyperlink:before {
  content: "\e9ee";
}

/* line 744, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15430, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0262_remove_clear_text_style:before {
  content: "\e9ef";
}

/* line 747, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15435, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0263_text_font_typography:before {
  content: "\e9f0";
}

/* line 750, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15440, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0264_text_style_bold:before {
  content: "\e9f1";
}

/* line 753, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15445, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0265_text_style_italic:before {
  content: "\e9f2";
}

/* line 756, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15450, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0266_text_style_underline:before {
  content: "\e9f3";
}

/* line 759, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15455, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0267_text_style_strikethrough:before {
  content: "\e9f4";
}

/* line 762, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15460, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0268_text_style_superscript:before {
  content: "\e9f5";
}

/* line 765, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15465, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0269_text_style_subscript:before {
  content: "\e9f6";
}

/* line 768, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15470, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0270_image_frame_crop_resize:before {
  content: "\e9f7";
}

/* line 771, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15475, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0271_text_image_align_wrap:before {
  content: "\e9f8";
}

/* line 774, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15480, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0272_text_image_align_top_bottom:before {
  content: "\e9f9";
}

/* line 777, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15485, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0273_video_multimedia_movie:before {
  content: "\e9fa";
}

/* line 780, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15490, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0274_chat_message_comment_bubble:before {
  content: "\e9fb";
}

/* line 783, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15495, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0275_chat_message_comment_bubble_typing:before {
  content: "\e9fc";
}

/* line 786, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15500, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0276_chat_message_comment_bubble_add_new:before {
  content: "\e9fd";
}

/* line 789, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15505, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0277_chat_message_comment_bubble_like_favorite:before {
  content: "\e9fe";
}

/* line 792, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15510, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0278_chat_message_comment_bubble_tweet_twitter:before {
  content: "\e9ff";
}

/* line 795, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15515, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0279_chat_message_comment_bubble:before {
  content: "\ea00";
}

/* line 798, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15520, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0280_chat_message_comment_bubble_reply_quote:before {
  content: "\ea01";
}

/* line 801, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15525, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0281_chat_message_discussion_bubble_reply_conversation:before {
  content: "\ea02";
}

/* line 804, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15530, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0282_chat_message_comment_bubble_cloud:before {
  content: "\ea03";
}

/* line 807, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15535, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0283_chat_message_comment_bubble_cloud:before {
  content: "\ea04";
}

/* line 810, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15540, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0284_message_text_like_favorite:before {
  content: "\ea05";
}

/* line 813, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15545, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0285_chat_message_quote_reply:before {
  content: "\ea06";
}

/* line 816, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15550, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0286_mobile_message_sms:before {
  content: "\ea07";
}

/* line 819, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15555, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0287_mobile_message_sms:before {
  content: "\ea08";
}

/* line 822, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15560, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0288_mobile_phone_call:before {
  content: "\ea09";
}

/* line 825, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15565, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0289_mobile_phone_call_ringing_nfc:before {
  content: "\ea0a";
}

/* line 828, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15570, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0290_phone_telephone_contact:before {
  content: "\ea0b";
}

/* line 831, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15575, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0291_phone_mobile_contact:before {
  content: "\ea0c";
}

/* line 834, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15580, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0292_phone_contact:before {
  content: "\ea0d";
}

/* line 837, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15585, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0293_phone_call_number_dialer:before {
  content: "\ea0e";
}

/* line 840, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15590, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0294_phone_call_ringing:before {
  content: "\ea0f";
}

/* line 843, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15595, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0295_phone_hold_call:before {
  content: "\ea10";
}

/* line 846, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15600, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0296_phone_call_contact:before {
  content: "\ea11";
}

/* line 849, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15605, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0297_address_book_contacts:before {
  content: "\ea12";
}

/* line 852, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15610, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0298_address_book_contacts:before {
  content: "\ea13";
}

/* line 855, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15615, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0299_address_book_contacts:before {
  content: "\ea14";
}

/* line 858, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15620, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0300_address_book_contacts:before {
  content: "\ea15";
}

/* line 861, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15625, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0301_address_book_contacts:before {
  content: "\ea16";
}

/* line 864, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15630, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0302_sim_card:before {
  content: "\ea17";
}

/* line 867, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15635, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0303_notification_badge:before {
  content: "\ea18";
}

/* line 870, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15640, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0304_chat_contact_support_help_conversation:before {
  content: "\ea19";
}

/* line 873, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15645, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0305_chat_message_discussion_bubble_conversation:before {
  content: "\ea1a";
}

/* line 876, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15650, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0306_chat_message_discussion_bubble_conversation:before {
  content: "\ea1b";
}

/* line 879, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15655, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0307_chat_discussion_yes_no_pro_contra_conversation:before {
  content: "\ea1c";
}

/* line 882, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15660, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0308_support_help:before {
  content: "\ea1d";
}

/* line 885, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15665, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0309_support_help_talk_call:before {
  content: "\ea1e";
}

/* line 888, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15670, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0310_support_help_talk_call:before {
  content: "\ea1f";
}

/* line 891, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15675, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0311_stamp:before {
  content: "\ea20";
}

/* line 894, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15680, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0312_post_stamp:before {
  content: "\ea21";
}

/* line 897, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15685, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0313_email_at_sign:before {
  content: "\ea22";
}

/* line 900, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15690, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0314_email_mail_post_card:before {
  content: "\ea23";
}

/* line 903, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15695, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0315_email_mail_post_send:before {
  content: "\ea24";
}

/* line 906, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15700, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0316_email_mail_post_open:before {
  content: "\ea25";
}

/* line 909, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15705, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0317_send_post_paper_plane:before {
  content: "\ea26";
}

/* line 912, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15710, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0318_email_attachment:before {
  content: "\ea27";
}

/* line 915, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15715, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0319_email_mail_post_card:before {
  content: "\ea28";
}

/* line 918, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15720, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0320_email_mail_post_card_sent_successful:before {
  content: "\ea29";
}

/* line 921, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15725, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0321_email_mail_post_at:before {
  content: "\ea2a";
}

/* line 924, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15730, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0322_mail_post_box:before {
  content: "\ea2b";
}

/* line 927, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15735, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0323_computer_desktop:before {
  content: "\ea2c";
}

/* line 930, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15740, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0324_computer_screen:before {
  content: "\ea2d";
}

/* line 933, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15745, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0325_computer_screen_cloud:before {
  content: "\ea2e";
}

/* line 936, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15750, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0326_computer_screen_users_profile:before {
  content: "\ea2f";
}

/* line 939, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15755, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0327_computer_screen_settings_preferences:before {
  content: "\ea30";
}

/* line 942, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15760, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0328_computer_screen_locked_password_protected_security:before {
  content: "\ea31";
}

/* line 945, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15765, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0329_computer_laptop_user_login:before {
  content: "\ea32";
}

/* line 948, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15770, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0330_computer_laptop_download:before {
  content: "\ea33";
}

/* line 951, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15775, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0331_computer_laptop_analytics_graph:before {
  content: "\ea34";
}

/* line 954, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15780, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0332_computer_laptop_website_url_www:before {
  content: "\ea35";
}

/* line 957, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15785, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0333_printer:before {
  content: "\ea36";
}

/* line 960, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15790, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0334_shredder_paper:before {
  content: "\ea37";
}

/* line 963, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15795, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0335_cd_dvd_disc_software:before {
  content: "\ea38";
}

/* line 966, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15800, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0336_disc_floppy_save_software:before {
  content: "\ea39";
}

/* line 969, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15805, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0337_keyboard_connect:before {
  content: "\ea3a";
}

/* line 972, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15810, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0338_keyboard_wired:before {
  content: "\ea3b";
}

/* line 975, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15815, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0339_keyboard_wireless:before {
  content: "\ea3c";
}

/* line 978, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15820, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0340_mouse:before {
  content: "\ea3d";
}

/* line 981, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15825, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0341_mouse_wireless:before {
  content: "\ea3e";
}

/* line 984, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15830, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0342_remote_control:before {
  content: "\ea3f";
}

/* line 987, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15835, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0343_ipad_tablet:before {
  content: "\ea40";
}

/* line 990, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15840, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0344_iphone_mobile:before {
  content: "\ea41";
}

/* line 993, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15845, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0345_chip_cpu_64_bit_processor:before {
  content: "\ea42";
}

/* line 996, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15850, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0346_magnet:before {
  content: "\ea43";
}

/* line 999, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15855, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0347_usb:before {
  content: "\ea44";
}

/* line 1002, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15860, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0348_thunderbolt:before {
  content: "\ea45";
}

/* line 1005, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15865, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0349_usb_connect:before {
  content: "\ea46";
}

/* line 1008, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15870, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0350_apple_connect:before {
  content: "\ea47";
}

/* line 1011, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15875, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0351_apple_lightning_connect:before {
  content: "\ea48";
}

/* line 1014, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15880, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0352_apple_lightning_connect:before {
  content: "\ea49";
}

/* line 1017, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15885, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0353_wi-fi_wlan_connect_internet:before {
  content: "\ea4a";
}

/* line 1020, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15890, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0354_wi-fi_wlan_connect_internet:before {
  content: "\ea4b";
}

/* line 1023, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15895, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0355_wi-fi_wlan_router:before {
  content: "\ea4c";
}

/* line 1026, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15900, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0356_database:before {
  content: "\ea4d";
}

/* line 1029, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15905, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0357_database_remote:before {
  content: "\ea4e";
}

/* line 1032, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15910, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0358_database_raid:before {
  content: "\ea4f";
}

/* line 1035, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15915, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0359_server_hosting:before {
  content: "\ea50";
}

/* line 1038, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15920, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0360_network_connection_lan_computers:before {
  content: "\ea51";
}

/* line 1041, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15925, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0361_network_lan_drives_backup_remote:before {
  content: "\ea52";
}

/* line 1044, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15930, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0362_network_remote_folder_drive:before {
  content: "\ea53";
}

/* line 1047, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15935, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0363_network_connection_computer_folder:before {
  content: "\ea54";
}

/* line 1050, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15940, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0364_network_connection_computers:before {
  content: "\ea55";
}

/* line 1053, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15945, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0365_network_connection_computers:before {
  content: "\ea56";
}

/* line 1056, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15950, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0366_satellite_connection:before {
  content: "\ea57";
}

/* line 1059, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15955, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0367_satellite_connection:before {
  content: "\ea58";
}

/* line 1062, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15960, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0368_home_wi_fi_wireless_network:before {
  content: "\ea59";
}

/* line 1065, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15965, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0369_wi-fi_wlan_connect_internet_signal_antenna:before {
  content: "\ea5a";
}

/* line 1068, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15970, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0370_wi-fi_wlan_connect_internet_signal_antenna:before {
  content: "\ea5b";
}

/* line 1071, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15975, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0371_bluetooth:before {
  content: "\ea5c";
}

/* line 1074, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15980, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0372_connection_wireless:before {
  content: "\ea5d";
}

/* line 1077, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15985, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0373_connection_world_internet_worldwide:before {
  content: "\ea5e";
}

/* line 1080, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15990, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0374_connection_world_internet_worldwide:before {
  content: "\ea5f";
}

/* line 1083, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 15995, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0375_screen_analytics_line_graph:before {
  content: "\ea60";
}

/* line 1086, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16000, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0376_screen_analytics_line_graph_growth:before {
  content: "\ea61";
}

/* line 1089, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16005, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0377_screen_analytics_pie_graph:before {
  content: "\ea62";
}

/* line 1092, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16010, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0378_analytics_presentation_statistics_graph:before {
  content: "\ea63";
}

/* line 1095, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16015, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0379_business_suitcase:before {
  content: "\ea64";
}

/* line 1098, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16020, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0380_line_structure_hierarchy:before {
  content: "\ea65";
}

/* line 1101, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16025, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0381_line_structure_relations_hierarchy:before {
  content: "\ea66";
}

/* line 1104, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16030, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0382_graph_columns_statistics:before {
  content: "\ea67";
}

/* line 1107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16035, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0383_graph_columns_growth_statistics:before {
  content: "\ea68";
}

/* line 1110, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16040, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0384_graph_columns_drop_statistics:before {
  content: "\ea69";
}

/* line 1113, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16045, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0385_graph_pie_chart_statistics:before {
  content: "\ea6a";
}

/* line 1116, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16050, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0386_graph_line_chart_statistics:before {
  content: "\ea6b";
}

/* line 1119, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16055, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0387_tie_business_man:before {
  content: "\ea6c";
}

/* line 1122, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16060, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0388_government_white_house_capitol:before {
  content: "\ea6d";
}

/* line 1125, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16065, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0389_gavel_hammer_law_judge_court:before {
  content: "\ea6e";
}

/* line 1128, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16070, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0390_scale_justice_law_attorney:before {
  content: "\ea6f";
}

/* line 1131, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16075, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0391_scale_justice_law_attorney:before {
  content: "\ea70";
}

/* line 1134, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16080, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0392_business_idea:before {
  content: "\ea71";
}

/* line 1137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16085, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0393_hand_papers_payment:before {
  content: "\ea72";
}

/* line 1140, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16090, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0394_business_handshake_deal_contract_sign:before {
  content: "\ea73";
}

/* line 1143, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16095, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0395_analytics_graph_line_statistics:before {
  content: "\ea74";
}

/* line 1146, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16100, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0396_analytics_graph_line_statistics_stock:before {
  content: "\ea75";
}

/* line 1149, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16105, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0397_analytics_graph_line_statistics_presentation_keynote:before {
  content: "\ea76";
}

/* line 1152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16110, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0398_presentation_powerpoint_keynote_meeting:before {
  content: "\ea77";
}

/* line 1155, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16115, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0399_meeting_presentation_speech_speaker_keynote:before {
  content: "\ea78";
}

/* line 1158, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16120, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0400_analytics_graph_line_statistics_stock:before {
  content: "\ea79";
}

/* line 1161, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16125, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0401_graph_growth_money_stock_inflation:before {
  content: "\ea7a";
}

/* line 1164, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16130, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0402_stock_money_growth_inflation:before {
  content: "\ea7b";
}

/* line 1167, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16135, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0403_money_usa_dollar:before {
  content: "\ea7c";
}

/* line 1170, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16140, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0404_money_europe_euro:before {
  content: "\ea7d";
}

/* line 1173, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16145, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0405_money_bag_dollar:before {
  content: "\ea7e";
}

/* line 1176, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16150, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0406_money_dollar_euro_currency_exchange_cash:before {
  content: "\ea7f";
}

/* line 1179, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16155, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0407_credit_card:before {
  content: "\ea80";
}

/* line 1182, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16160, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0408_wallet_money_payment:before {
  content: "\ea81";
}

/* line 1185, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16165, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0409_wallet_credit_card_money_payment:before {
  content: "\ea82";
}

/* line 1188, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16170, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0410_cash_register_payment:before {
  content: "\ea83";
}

/* line 1191, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16175, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0411_invoice_dollar_bill_payment:before {
  content: "\ea84";
}

/* line 1194, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16180, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0412_free:before {
  content: "\ea85";
}

/* line 1197, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16185, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0413_money_coins_jettons_chips:before {
  content: "\ea86";
}

/* line 1200, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16190, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0414_money_cash_coins_payment:before {
  content: "\ea87";
}

/* line 1203, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16195, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0415_saving_sale_discount_piggy_bank_pig:before {
  content: "\ea88";
}

/* line 1206, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16200, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0416_calculator:before {
  content: "\ea89";
}

/* line 1209, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16205, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0417_calculator:before {
  content: "\ea8a";
}

/* line 1212, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16210, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0418_bank_pantheon:before {
  content: "\ea8b";
}

/* line 1215, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16215, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0419_payment_mobile_nfc_apple_pay_cashless:before {
  content: "\ea8c";
}

/* line 1218, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16220, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0420_money_cash_coins_payment_dollars:before {
  content: "\ea8d";
}

/* line 1221, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16225, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0421_money_credit_card_coins_payment:before {
  content: "\ea8e";
}

/* line 1224, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16230, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0422_no_cash_payment_cashless:before {
  content: "\ea8f";
}

/* line 1227, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16235, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0423_coin_payment_chip:before {
  content: "\ea90";
}

/* line 1230, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16240, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0424_money_payment_dollar_cash:before {
  content: "\ea91";
}

/* line 1233, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16245, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0425_money_payment_dollar_cash:before {
  content: "\ea92";
}

/* line 1236, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16250, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0426_money_payment_dollars_coins_cash:before {
  content: "\ea93";
}

/* line 1239, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16255, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0427_money_payment_dollar_coins_chips:before {
  content: "\ea94";
}

/* line 1242, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16260, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0428_money_payment_dollar_bag_cash:before {
  content: "\ea95";
}

/* line 1245, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16265, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0429_money_payment_euro_bag_cash:before {
  content: "\ea96";
}

/* line 1248, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16270, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0430_money_payment_dollar_coins_cash:before {
  content: "\ea97";
}

/* line 1251, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16275, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0431_money_atm_machine_withdrawal_cash:before {
  content: "\ea98";
}

/* line 1254, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16280, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0432_atm_machine_withdrawal_credit_card:before {
  content: "\ea99";
}

/* line 1257, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16285, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0433_money_currency_exchange:before {
  content: "\ea9a";
}

/* line 1260, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16290, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0434_gold_reserve:before {
  content: "\ea9b";
}

/* line 1263, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16295, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0435_bitcoin_money:before {
  content: "\ea9c";
}

/* line 1266, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16300, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0436_bitcoin_wallet_payment:before {
  content: "\ea9d";
}

/* line 1269, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16305, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0436a_pound_britain_currency_money:before {
  content: "\ea9e";
}

/* line 1272, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16310, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0436b_pound_britain_currency_money:before {
  content: "\ea9f";
}

/* line 1275, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16315, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0437_tag_price_sale:before {
  content: "\eaa0";
}

/* line 1278, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16320, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0438_tag_price_sale_discount:before {
  content: "\eaa1";
}

/* line 1281, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16325, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0439_shopping_cart_basket_store:before {
  content: "\eaa2";
}

/* line 1284, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16330, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0440_shopping_cart_basket_store:before {
  content: "\eaa3";
}

/* line 1287, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16335, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0441_full_shopping_cart_basket_store:before {
  content: "\eaa4";
}

/* line 1290, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16340, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0442_shopping_cart_basket_store:before {
  content: "\eaa5";
}

/* line 1293, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16345, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0443_shopping_cart_basket_store:before {
  content: "\eaa6";
}

/* line 1296, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16350, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0444_price_discount_sale_coupon:before {
  content: "\eaa7";
}

/* line 1299, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16355, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0445_store_shop_shopping:before {
  content: "\eaa8";
}

/* line 1302, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16360, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0446_store_shop_shopping:before {
  content: "\eaa9";
}

/* line 1305, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16365, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0447_gift_wrapping:before {
  content: "\eaaa";
}

/* line 1308, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16370, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0448_shipping_box_delivery:before {
  content: "\eaab";
}

/* line 1311, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16375, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0449_fragile_shipping_box_delivery:before {
  content: "\eaac";
}

/* line 1314, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16380, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0450_shipping_box_delivery:before {
  content: "\eaad";
}

/* line 1317, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16385, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0451_shipping_box_delivery:before {
  content: "\eaae";
}

/* line 1320, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16390, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0452_archive_shipping_box_delivery:before {
  content: "\eaaf";
}

/* line 1323, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16395, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0453_shopping_bag_sale_store:before {
  content: "\eab0";
}

/* line 1326, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16400, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0454_shopping_bag_sale_store:before {
  content: "\eab1";
}

/* line 1329, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16405, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0455_delivery_van_shipping:before {
  content: "\eab2";
}

/* line 1332, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16410, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0456_fragile_delivery_shipping:before {
  content: "\eab3";
}

/* line 1335, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16415, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0457_store_shop_open:before {
  content: "\eab4";
}

/* line 1338, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16420, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0458_store_shop_closed:before {
  content: "\eab5";
}

/* line 1341, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16425, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0459_store_shop_open_nonstop:before {
  content: "\eab6";
}

/* line 1344, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16430, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0460_new:before {
  content: "\eab7";
}

/* line 1347, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16435, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0461_delivery_van_shipping_transport:before {
  content: "\eab8";
}

/* line 1350, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16440, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0462_fast_delivery_van_shipping_transport:before {
  content: "\eab9";
}

/* line 1353, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16445, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0463_fast_delivery_van_shipping_transport:before {
  content: "\eaba";
}

/* line 1356, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16450, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0464_shipping_box_delivery:before {
  content: "\eabb";
}

/* line 1359, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16455, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0465_shopping_cart_basket_store:before {
  content: "\eabc";
}

/* line 1362, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16460, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0466_shopping_cart_basket_store_successful:before {
  content: "\eabd";
}

/* line 1365, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16465, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0467_traffic_lights_transport:before {
  content: "\eabe";
}

/* line 1368, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16470, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0468_car_transport_vehicle:before {
  content: "\eabf";
}

/* line 1371, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16475, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0469_van_truck_transport_vehicle:before {
  content: "\eac0";
}

/* line 1374, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16480, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0470_bus_transport:before {
  content: "\eac1";
}

/* line 1377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16485, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0471_train_metro_transport:before {
  content: "\eac2";
}

/* line 1380, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16490, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0472_road_trafic:before {
  content: "\eac3";
}

/* line 1383, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16495, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0473_ship_naval_sea_marine_transport:before {
  content: "\eac4";
}

/* line 1386, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16500, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0474_anchor_ship_sea_naval:before {
  content: "\eac5";
}

/* line 1389, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16505, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0475_bike_bycicle_transport:before {
  content: "\eac6";
}

/* line 1392, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16510, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0476_chain_link_bike_bycicle:before {
  content: "\eac7";
}

/* line 1395, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16515, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0477_steering_wheel_car_navigation_driving:before {
  content: "\eac8";
}

/* line 1398, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16520, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0478_plane_air:before {
  content: "\eac9";
}

/* line 1401, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16525, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0479_rocket_space_nasa:before {
  content: "\eaca";
}

/* line 1404, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16530, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0480_gas_fuel_station:before {
  content: "\eacb";
}

/* line 1407, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16535, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0481_corn_traffic_jam_road_sign:before {
  content: "\eacc";
}

/* line 1410, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16540, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0482_gauge_dashboard_empty:before {
  content: "\eacd";
}

/* line 1413, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16545, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0483_gauge_dashboard_half:before {
  content: "\eace";
}

/* line 1416, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16550, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0484_gauge_dashboard_full_fuel:before {
  content: "\eacf";
}

/* line 1419, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16555, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0485_gauge_dashboard_speedometer_odometer_speed:before {
  content: "\ead0";
}

/* line 1422, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16560, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0486_gauge_car_dashboard_speedometer_odometer_speed:before {
  content: "\ead1";
}

/* line 1425, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16565, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0487_van_truck_transport_vehicle:before {
  content: "\ead2";
}

/* line 1428, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16570, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0488_van_truck_transport_vehicle:before {
  content: "\ead3";
}

/* line 1431, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16575, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0489_storehouse_storage:before {
  content: "\ead4";
}

/* line 1434, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16580, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0490_shipping_cart_box_delivery:before {
  content: "\ead5";
}

/* line 1437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16585, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0491_box_shipping_modules:before {
  content: "\ead6";
}

/* line 1440, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16590, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0492_car_wash:before {
  content: "\ead7";
}

/* line 1443, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16595, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0493_car_wash:before {
  content: "\ead8";
}

/* line 1446, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16600, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0494_4x4_offroad_car_jeep_safari:before {
  content: "\ead9";
}

/* line 1449, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16605, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0495_car_garage:before {
  content: "\eada";
}

/* line 1452, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16610, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0496_car_garage_house_home:before {
  content: "\eadb";
}

/* line 1455, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16615, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0497_car_machine_piston_cylinder:before {
  content: "\eadc";
}

/* line 1458, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16620, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0498_car_battery_electricity:before {
  content: "\eadd";
}

/* line 1461, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16625, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0499_car_machine_check:before {
  content: "\eade";
}

/* line 1464, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16630, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0500_car_machine_cooling_water_temperature:before {
  content: "\eadf";
}

/* line 1467, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16635, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0501_car_machine_oil_presure_level_check:before {
  content: "\eae0";
}

/* line 1470, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16640, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0502_car_brakes_check_safety_danger:before {
  content: "\eae1";
}

/* line 1473, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16645, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0503_car_windshield_water:before {
  content: "\eae2";
}

/* line 1476, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16650, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0504_car_turn_sign_right_left:before {
  content: "\eae3";
}

/* line 1479, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16655, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0505_car_manual_gearbox:before {
  content: "\eae4";
}

/* line 1482, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16660, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0535_navigation_location_drop_pin_map:before {
  content: "\eae5";
}

/* line 1485, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16665, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0536_navigation_location_drop_pin_map:before {
  content: "\eae6";
}

/* line 1488, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16670, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0537_navigation_location_drop_pin_map:before {
  content: "\eae7";
}

/* line 1491, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16675, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0538_navigation_compass_orientation:before {
  content: "\eae8";
}

/* line 1494, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16680, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0539_map_path_navigation_location:before {
  content: "\eae9";
}

/* line 1497, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16685, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0540_map_path_navigation_location_treasure_hunt:before {
  content: "\eaea";
}

/* line 1500, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16690, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0541_path_way_road_sign:before {
  content: "\eaeb";
}

/* line 1503, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16695, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0542_path_way_road_sign:before {
  content: "\eaec";
}

/* line 1506, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16700, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0543_world_earth_worldwide_location_travel:before {
  content: "\eaed";
}

/* line 1509, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16705, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0544_world_earth_worldwide_international_language:before {
  content: "\eaee";
}

/* line 1512, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16710, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0545_map_travel_distance_directions:before {
  content: "\eaef";
}

/* line 1515, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16715, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0546_map_travel_destination_location_world:before {
  content: "\eaf0";
}

/* line 1518, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16720, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0547_path_travel_road:before {
  content: "\eaf1";
}

/* line 1521, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16725, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0584_movie_film_cinema:before {
  content: "\eaf2";
}

/* line 1524, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16730, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0585_hd_movie_video_camera_recording:before {
  content: "\eaf3";
}

/* line 1527, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16735, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0586_movie_video_camera_recording:before {
  content: "\eaf4";
}

/* line 1530, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16740, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0587_movie_video_cinema_flm:before {
  content: "\eaf5";
}

/* line 1533, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16745, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0588_play_movie_video_cinema_flm:before {
  content: "\eaf6";
}

/* line 1536, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16750, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0589_ticket_movie_cinema:before {
  content: "\eaf7";
}

/* line 1539, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16755, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0590_movie_recording_play_director_cut:before {
  content: "\eaf8";
}

/* line 1542, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16760, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0591_presentation_video_play_beamer:before {
  content: "\eaf9";
}

/* line 1545, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16765, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0592_tv_televison_movie_news:before {
  content: "\eafa";
}

/* line 1548, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16770, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0593_video_play_youtube:before {
  content: "\eafb";
}

/* line 1551, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16775, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0594_beamer_presentation_projector:before {
  content: "\eafc";
}

/* line 1554, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16780, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0617_picture_image_photo:before {
  content: "\eafd";
}

/* line 1557, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16785, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0618_album_picture_image_photo:before {
  content: "\eafe";
}

/* line 1560, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16790, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0619_album_picture_image_photo:before {
  content: "\eaff";
}

/* line 1563, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16795, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0620_picture_image_photo_desk:before {
  content: "\eb00";
}

/* line 1566, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16800, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0621_polaroid_picture_image_photo:before {
  content: "\eb01";
}

/* line 1569, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16805, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0622_wall_picture_image_photo:before {
  content: "\eb02";
}

/* line 1572, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16810, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0623_not_available_broken_missing_picture_image_photo:before {
  content: "\eb03";
}

/* line 1575, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16815, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0624_photo_camera:before {
  content: "\eb04";
}

/* line 1578, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16820, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0625_photo_camera:before {
  content: "\eb05";
}

/* line 1581, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16825, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0626_photo_camera_upload_computer:before {
  content: "\eb06";
}

/* line 1584, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16830, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0627_photo_camera_portrait:before {
  content: "\eb07";
}

/* line 1587, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16835, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0628_photo_camera_landscape:before {
  content: "\eb08";
}

/* line 1590, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16840, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0629_photo_camera_tripod_stand:before {
  content: "\eb09";
}

/* line 1593, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16845, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0630_photo_wall_frame:before {
  content: "\eb0a";
}

/* line 1596, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16850, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0631_camera_setting_close_up_macro:before {
  content: "\eb0b";
}

/* line 1599, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16855, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0651_star_favorite_rating:before {
  content: "\eb0c";
}

/* line 1602, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16860, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0652_star_favorite_rating:before {
  content: "\eb0d";
}

/* line 1605, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16865, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0653_like_heart_favorite_rating_love:before {
  content: "\eb0e";
}

/* line 1608, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16870, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0654_unlike_heart_broken_break_love:before {
  content: "\eb0f";
}

/* line 1611, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16875, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0655_like_heart_favorite_rating_love:before {
  content: "\eb10";
}

/* line 1614, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16880, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0656_medal_award_rating_prize_achievement:before {
  content: "\eb11";
}

/* line 1617, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16885, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0657_medal_award_rating_prize_achievement:before {
  content: "\eb12";
}

/* line 1620, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16890, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0658_cup_place_winner_award_prize_achievement:before {
  content: "\eb13";
}

/* line 1623, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16895, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0659_medal_first_place_winner_award_prize_achievement:before {
  content: "\eb14";
}

/* line 1626, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16900, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0660_shape_new_discount:before {
  content: "\eb15";
}

/* line 1629, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16905, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0661_like_thumb_up_vote:before {
  content: "\eb16";
}

/* line 1632, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16910, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0662_dislike_thumb_down_vote:before {
  content: "\eb17";
}

/* line 1635, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16915, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0663_like_thumb_up_vote:before {
  content: "\eb18";
}

/* line 1638, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16920, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0664_dislike_thumb_down_vote:before {
  content: "\eb19";
}

/* line 1641, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16925, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0665_vote_ticket_paper_voting:before {
  content: "\eb1a";
}

/* line 1644, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16930, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0666_award_achievement_prize_medal:before {
  content: "\eb1b";
}

/* line 1647, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16935, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0667_star_rating_favorite_point:before {
  content: "\eb1c";
}

/* line 1650, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16940, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0668_up_vote_plus_higher:before {
  content: "\eb1d";
}

/* line 1653, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16945, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0669_down_vote_minus_lower:before {
  content: "\eb1e";
}

/* line 1656, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16950, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0670_diamond_prize_award_jewellery_ring:before {
  content: "\eb1f";
}

/* line 1659, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16955, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0671_vector_bezier_curve_illustrator:before {
  content: "\eb20";
}

/* line 1662, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16960, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0672_crop_image:before {
  content: "\eb21";
}

/* line 1665, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16965, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0673_ruller_dimension_length:before {
  content: "\eb22";
}

/* line 1668, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16970, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0674_cut_scissors:before {
  content: "\eb23";
}

/* line 1671, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16975, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0675_paint_brush_color:before {
  content: "\eb24";
}

/* line 1674, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16980, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0676_eyedropper_color:before {
  content: "\eb25";
}

/* line 1677, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16985, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0677_color_wheel_rgb:before {
  content: "\eb26";
}

/* line 1680, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16990, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0678_pen_writting_fontain:before {
  content: "\eb27";
}

/* line 1683, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 16995, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0679_paint_brush:before {
  content: "\eb28";
}

/* line 1686, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17000, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0680_pencil_ruller_drawing:before {
  content: "\eb29";
}

/* line 1689, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17005, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0681_drawing_board_canvas_table:before {
  content: "\eb2a";
}

/* line 1692, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17010, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0682_pencil:before {
  content: "\eb2b";
}

/* line 1695, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17015, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0683_pen:before {
  content: "\eb2c";
}

/* line 1698, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17020, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0684_paint_brush:before {
  content: "\eb2d";
}

/* line 1701, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17025, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0685_marker_text:before {
  content: "\eb2e";
}

/* line 1704, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17030, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0686_cut_knife:before {
  content: "\eb2f";
}

/* line 1707, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17035, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0687_pantone_color_guide_samples_book:before {
  content: "\eb30";
}

/* line 1710, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17040, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0688_paint_bucket_color:before {
  content: "\eb31";
}

/* line 1713, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17045, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0689_paint_bucket_color:before {
  content: "\eb32";
}

/* line 1716, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17050, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0690_spray_color:before {
  content: "\eb33";
}

/* line 1719, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17055, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0691_wall_paint_color:before {
  content: "\eb34";
}

/* line 1722, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17060, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0692_paper_layers:before {
  content: "\eb35";
}

/* line 1725, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17065, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0693_reflect_vertical:before {
  content: "\eb36";
}

/* line 1728, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17070, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0694_reflect_horizontal:before {
  content: "\eb37";
}

/* line 1731, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17075, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0695_pathfinder_shapes_minus_back:before {
  content: "\eb38";
}

/* line 1734, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17080, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0696_pathfinder_shapes_unite:before {
  content: "\eb39";
}

/* line 1737, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17085, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0697_pathfinder_shapes_exclude:before {
  content: "\eb3a";
}

/* line 1740, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17090, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0698_pathfinder_shapes_intersect:before {
  content: "\eb3b";
}

/* line 1743, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17095, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0699_user_profile_avatar_man_male:before {
  content: "\eb3c";
}

/* line 1746, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17100, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0700_user_profile_avatar_woman_female:before {
  content: "\eb3d";
}

/* line 1749, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17105, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0701_user_profile_avatar_man_male:before {
  content: "\eb3e";
}

/* line 1752, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17110, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0702_user_profile_avatar_woman_female:before {
  content: "\eb3f";
}

/* line 1755, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17115, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0703_users_profile_group_two:before {
  content: "\eb40";
}

/* line 1758, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17120, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0704_users_profile_group_couple_man_woman:before {
  content: "\eb41";
}

/* line 1761, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17125, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0705_user_profile_security_password_permissions:before {
  content: "\eb42";
}

/* line 1764, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17130, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0706_user_profile_add_new:before {
  content: "\eb43";
}

/* line 1767, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17135, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0707_user_profile_remove_delete:before {
  content: "\eb44";
}

/* line 1770, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17140, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0708_user_profile:before {
  content: "\eb45";
}

/* line 1773, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17145, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0709_user_profile_avatar_man_male:before {
  content: "\eb46";
}

/* line 1776, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17150, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0710_business_tie_user_profile_avatar_man_male:before {
  content: "\eb47";
}

/* line 1779, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17155, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0711_young_boy_user_profile_avatar_man_male:before {
  content: "\eb48";
}

/* line 1782, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17160, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0712_user_profile_avatar_girl_woman_female:before {
  content: "\eb49";
}

/* line 1785, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17165, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0713_user_profile_back_tag:before {
  content: "\eb4a";
}

/* line 1788, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17170, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0714_identity_card_photo_user_profile:before {
  content: "\eb4b";
}

/* line 1791, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17175, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0715_contact_archive_identity_card_photo_user_profile:before {
  content: "\eb4c";
}

/* line 1794, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17180, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0716_user_profile_add_new:before {
  content: "\eb4d";
}

/* line 1797, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17185, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0717_user_profile_remove_delete:before {
  content: "\eb4e";
}

/* line 1800, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17190, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0718_user_profile_successful_check_verified:before {
  content: "\eb4f";
}

/* line 1803, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17195, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0719_group_users_circle:before {
  content: "\eb50";
}

/* line 1806, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17200, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0720_user_location_position:before {
  content: "\eb51";
}

/* line 1809, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17205, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0721_identity_card_photo_tag_user_profile:before {
  content: "\eb52";
}

/* line 1812, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17210, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0722_profile_user_search_find:before {
  content: "\eb53";
}

/* line 1815, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17215, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0723_nurse_medicine_hospital_doctor:before {
  content: "\eb54";
}

/* line 1818, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17220, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0724_policeman_security:before {
  content: "\eb55";
}

/* line 1821, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17225, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0725_fireman_fire:before {
  content: "\eb56";
}

/* line 1824, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17230, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0726_doctor_surgery_hospital:before {
  content: "\eb57";
}

/* line 1827, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17235, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0727_detective_criminal_sherlock_investigation:before {
  content: "\eb58";
}

/* line 1830, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17240, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0728_construction_worker_site_helmet_safety:before {
  content: "\eb59";
}

/* line 1833, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17245, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0729_student_degree_science_university_school_graduate:before {
  content: "\eb5a";
}

/* line 1836, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17250, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0730_support_male_phone:before {
  content: "\eb5b";
}

/* line 1839, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17255, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0731_support_female_phone:before {
  content: "\eb5c";
}

/* line 1842, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17260, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0810_heart_pulse_rate_health:before {
  content: "\eb5d";
}

/* line 1845, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17265, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0811_medicine_health_injection_ill:before {
  content: "\eb5e";
}

/* line 1848, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17270, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0812_medicine_patch_injury:before {
  content: "\eb5f";
}

/* line 1851, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17275, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0813_heart_vitals_pulse_rate_health:before {
  content: "\eb60";
}

/* line 1854, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17280, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0814_kidney_internal_body_part:before {
  content: "\eb61";
}

/* line 1857, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17285, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0815_lungs_breathing:before {
  content: "\eb62";
}

/* line 1860, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17290, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0816_microscope_laboratory:before {
  content: "\eb63";
}

/* line 1863, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17295, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0817_tube_laboratory_chemistry:before {
  content: "\eb64";
}

/* line 1866, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17300, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0818_poison_pills_drugs:before {
  content: "\eb65";
}

/* line 1869, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17305, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0819_poison_deathly_medicine:before {
  content: "\eb66";
}

/* line 1872, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17310, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0820_medicine_drugs_ill_pill:before {
  content: "\eb67";
}

/* line 1875, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17315, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0821_blood_infusion:before {
  content: "\eb68";
}

/* line 1878, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17320, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0822_blood_infusion:before {
  content: "\eb69";
}

/* line 1881, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17325, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0823_hospital_ill_medicine_doctor_ambulance:before {
  content: "\eb6a";
}

/* line 1884, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17330, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0824_fever_body_temperature_ill:before {
  content: "\eb6b";
}

/* line 1887, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17335, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0825_stetoscope_doctor_hospital_ill:before {
  content: "\eb6c";
}

/* line 1890, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17340, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0826_teeth_tooth_dental:before {
  content: "\eb6d";
}

/* line 1893, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17345, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0827_body_weight_fitness_health_fat:before {
  content: "\eb6e";
}

/* line 1896, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17350, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0828_basket_ball_sports:before {
  content: "\eb6f";
}

/* line 1899, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17355, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0829_golf_course_sports:before {
  content: "\eb70";
}

/* line 1902, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17360, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0830_table_tennis_ping_pong_sports:before {
  content: "\eb71";
}

/* line 1905, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17365, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0831_basket_ball_sports:before {
  content: "\eb72";
}

/* line 1908, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17370, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0832_football_stadium_green_court_sports:before {
  content: "\eb73";
}

/* line 1911, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17375, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0833_referee_whistle:before {
  content: "\eb74";
}

/* line 1914, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17380, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0834_ragby_amercian_football_sports:before {
  content: "\eb75";
}

/* line 1917, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17385, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0835_football_soccer_sports:before {
  content: "\eb76";
}

/* line 1920, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17390, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0836_baseball_sports:before {
  content: "\eb77";
}

/* line 1923, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17395, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0837_baseball_tennis_ball_sports:before {
  content: "\eb78";
}

/* line 1926, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17400, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0838_watch_heart_fitness_running_tracker:before {
  content: "\eb79";
}

/* line 1929, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17405, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0839_apple_watch_heart_fitness_running_tracker:before {
  content: "\eb7a";
}

/* line 1932, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17410, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0840_apple_watch_heart_fitness_running_tracker:before {
  content: "\eb7b";
}

/* line 1935, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17415, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0841_apple_watch_music_song_fitness:before {
  content: "\eb7c";
}

/* line 1938, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17420, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0842_fitness_running:before {
  content: "\eb7d";
}

/* line 1941, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17425, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0843_fitness_cycling:before {
  content: "\eb7e";
}

/* line 1944, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17430, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0844_stopwatch_training_time:before {
  content: "\eb7f";
}

/* line 1947, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17435, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0845_fitness_weight_gym_lifting_bodybuilding_training:before {
  content: "\eb80";
}

/* line 1950, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17440, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0846_fitness_cycle_hometrainer_calories_training:before {
  content: "\eb81";
}

/* line 1953, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17445, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0847_fitness_running_calories_training:before {
  content: "\eb82";
}

/* line 1956, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17450, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0848_shoes_gear_fitness_running:before {
  content: "\eb83";
}

/* line 1959, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17455, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0849_water_training_hydration:before {
  content: "\eb84";
}

/* line 1962, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17460, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0850_eating_spoon_fork_knife:before {
  content: "\eb85";
}

/* line 1965, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17465, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0851_cooking:before {
  content: "\eb86";
}

/* line 1968, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17470, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0852_tea_coffee_hot:before {
  content: "\eb87";
}

/* line 1971, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17475, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0853_coffee_to_go_starbucks:before {
  content: "\eb88";
}

/* line 1974, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17480, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0854_milk_tetra_pak:before {
  content: "\eb89";
}

/* line 1977, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17485, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0855_martini_cocktail_drink:before {
  content: "\eb8a";
}

/* line 1980, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17490, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0856_vine_glass_drink:before {
  content: "\eb8b";
}

/* line 1983, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17495, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0857_soda_glass_drink:before {
  content: "\eb8c";
}

/* line 1986, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17500, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0858_soda_glass_drink:before {
  content: "\eb8d";
}

/* line 1989, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17505, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0859_margarita_cocktail_drink:before {
  content: "\eb8e";
}

/* line 1992, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17510, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0860_vine_glass_drink:before {
  content: "\eb8f";
}

/* line 1995, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17515, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0861_vine_glass_drink:before {
  content: "\eb90";
}

/* line 1998, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17520, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0862_soda_coke_pepsi_can:before {
  content: "\eb91";
}

/* line 2001, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17525, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0863_fruit_ice_desert_glass:before {
  content: "\eb92";
}

/* line 2004, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17530, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0864_beer:before {
  content: "\eb93";
}

/* line 2007, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17535, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0865_fish_sea:before {
  content: "\eb94";
}

/* line 2010, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17540, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0866_sausage_meat:before {
  content: "\eb95";
}

/* line 2013, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17545, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0867_cheese:before {
  content: "\eb96";
}

/* line 2016, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17550, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0868_chicken_turkey:before {
  content: "\eb97";
}

/* line 2019, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17555, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0869_salad_bowl:before {
  content: "\eb98";
}

/* line 2022, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17560, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0870_restaurant_menu_offer:before {
  content: "\eb99";
}

/* line 2025, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17565, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0871_meal_eating_restaurant_offer:before {
  content: "\eb9a";
}

/* line 2028, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17570, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0872_cook_chef_restaurant_kitchen:before {
  content: "\eb9b";
}

/* line 2031, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17575, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0873_apron_cook_chef_kitchen:before {
  content: "\eb9c";
}

/* line 2034, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17580, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0874_handgloves_hot_kitchen_utensils:before {
  content: "\eb9d";
}

/* line 2037, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17585, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0875_glass_fork_knife_restaurant_food:before {
  content: "\eb9e";
}

/* line 2040, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17590, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0876_knife_fork_knife_restaurant_food:before {
  content: "\eb9f";
}

/* line 2043, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17595, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0877_salt_pepper_spices:before {
  content: "\eba0";
}

/* line 2046, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17600, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0878_chineese_thai_food_bowl:before {
  content: "\eba1";
}

/* line 2049, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17605, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0879_cooking_pan_heating:before {
  content: "\eba2";
}

/* line 2052, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17610, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0880_grater_kitchen_utensils:before {
  content: "\eba3";
}

/* line 2055, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17615, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0881_whisk_kitchen_utensils:before {
  content: "\eba4";
}

/* line 2058, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17620, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0882_spatula_kitchen_utensils:before {
  content: "\eba5";
}

/* line 2061, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17625, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0883_spatula_kitchen_utensils:before {
  content: "\eba6";
}

/* line 2064, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17630, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0884_cheese_knife_slicer_kitchen_utensils:before {
  content: "\eba7";
}

/* line 2067, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17635, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0885_meat_chopper_kitchen_utensils:before {
  content: "\eba8";
}

/* line 2070, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17640, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0886_pizza_knife_slicer_kitchen_utensils:before {
  content: "\eba9";
}

/* line 2073, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17645, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0887_knife_kitchen_utensils:before {
  content: "\ebaa";
}

/* line 2076, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17650, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0888_big_spoon_soup_kitchen_utensils:before {
  content: "\ebab";
}

/* line 2079, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17655, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0889_bottle_opener_kitchen_utensils:before {
  content: "\ebac";
}

/* line 2082, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17660, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0890_toaster_kitchen_appliances:before {
  content: "\ebad";
}

/* line 2085, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17665, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0891_cooking_hob_kitchen_appliances:before {
  content: "\ebae";
}

/* line 2088, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17670, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0892_cooking_oven_kitchen_appliances:before {
  content: "\ebaf";
}

/* line 2091, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17675, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0893_microwave_oven_kitchen_appliances:before {
  content: "\ebb0";
}

/* line 2094, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17680, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0894_scale_weight_kitchen_appliances:before {
  content: "\ebb1";
}

/* line 2097, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17685, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0895_egg_timer_cooking_kitchen_utensils:before {
  content: "\ebb2";
}

/* line 2100, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17690, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0896_measuring_cup_kitchen_utensils:before {
  content: "\ebb3";
}

/* line 2103, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17695, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0897_no_drinking_forbidden:before {
  content: "\ebb4";
}

/* line 2106, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17700, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0898_no_food_eating_forbidden:before {
  content: "\ebb5";
}

/* line 2109, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17705, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0899_no_cereals_grains:before {
  content: "\ebb6";
}

/* line 2112, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17710, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0900_carrot_vegetable:before {
  content: "\ebb7";
}

/* line 2115, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17715, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0901_cherry_fruit:before {
  content: "\ebb8";
}

/* line 2118, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17720, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0902_wine_grapes:before {
  content: "\ebb9";
}

/* line 2121, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17725, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0903_orange_peach_fruit:before {
  content: "\ebba";
}

/* line 2124, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17730, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0904_apple_fruit:before {
  content: "\ebbb";
}

/* line 2127, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17735, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0905_pear_fruit:before {
  content: "\ebbc";
}

/* line 2130, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17740, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0906_lemon_lime_fruit:before {
  content: "\ebbd";
}

/* line 2133, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17745, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0907_orange_lemon_lime_citrus_fruit:before {
  content: "\ebbe";
}

/* line 2136, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17750, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0908_strawberry_fruit:before {
  content: "\ebbf";
}

/* line 2139, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17755, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0909_hamburger_fast_food:before {
  content: "\ebc0";
}

/* line 2142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17760, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0910_ketchup_fast_food:before {
  content: "\ebc1";
}

/* line 2145, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17765, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0911_popcorn_cinema:before {
  content: "\ebc2";
}

/* line 2148, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17770, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0912_hotdog_fast_food:before {
  content: "\ebc3";
}

/* line 2151, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17775, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0913_pizza_slice:before {
  content: "\ebc4";
}

/* line 2154, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17780, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0914_cake_birthday_anniversary:before {
  content: "\ebc5";
}

/* line 2157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17785, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0915_cake_birthday_anniversary:before {
  content: "\ebc6";
}

/* line 2160, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17790, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0916_ice_cream_stick:before {
  content: "\ebc7";
}

/* line 2163, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17795, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0917_ice_cream_corn:before {
  content: "\ebc8";
}

/* line 2166, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17800, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0918_cupcake_desert_sweets:before {
  content: "\ebc9";
}

/* line 2169, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17805, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0919_donut_doughnut_cookie_desert_sweets:before {
  content: "\ebca";
}

/* line 2172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17810, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0920_french_croissant_breakfast_sweets:before {
  content: "\ebcb";
}

/* line 2175, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17815, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0921_marmalade_breakfast:before {
  content: "\ebcc";
}

/* line 2178, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17820, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0922_honey:before {
  content: "\ebcd";
}

/* line 2181, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17825, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0923_egg_breakfast:before {
  content: "\ebce";
}

/* line 2184, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17830, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0924_coffee_beans_hand_grinder:before {
  content: "\ebcf";
}

/* line 2187, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17835, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0925_coffee_beans:before {
  content: "\ebd0";
}

/* line 2190, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17840, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0926_water_boiler:before {
  content: "\ebd1";
}

/* line 2193, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17845, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0927_grill_charcoal_barbecue_bbq:before {
  content: "\ebd2";
}

/* line 2196, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17850, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0928_grill_fire_charcoal_barbecue_bbq:before {
  content: "\ebd3";
}

/* line 2199, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17855, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0929_grill_charcoal_barbecue_bbq:before {
  content: "\ebd4";
}

/* line 2202, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17860, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0930_grill_sausage_bbq:before {
  content: "\ebd5";
}

/* line 2205, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/picons-thin/style.scss */
/* line 17865, app/assets/stylesheets/legacy/public.scss.erb */
.picons-thin-icon-thin-0931_grill_t_bone_steak_bbq:before {
  content: "\ebd6";
}

@font-face {
  font-family: "simple-line-icons";
  src: url(/assets/clean_admin/Simple-Line-Icons-1c823013a692818b26ad756540fcb73f53bfb3409af0d08129bb340c9c5c8a1f.eot?v=2.4.0);
  src: url(/assets/clean_admin/Simple-Line-Icons-1c823013a692818b26ad756540fcb73f53bfb3409af0d08129bb340c9c5c8a1f.eot?v=2.4.0#iefix) format("embedded-opentype"), url(/assets/clean_admin/Simple-Line-Icons-104673f4859604362a18fc6294197d8fffb8cb24ad3211e92eb04f655e18cf4a.woff2?v=2.4.0) format("woff2"), url(/assets/clean_admin/Simple-Line-Icons-3f501ddb05c70829bbb51cfe9ca9fff57f39e060457c257b3ccf25df767f0870.ttf?v=2.4.0) format("truetype"), url(/assets/clean_admin/Simple-Line-Icons-14b825d7785bf7f90bab8b02c6df6f22863c639cab02038a8ba3e682ab7d2752.woff?v=2.4.0) format("woff"), url(/assets/clean_admin/Simple-Line-Icons-51c5b7fbb6ad58d62568b371b58d63a4fb54842503f828aacde8e792903662b9.svg?v=2.4.0#simple-line-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17877, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 225, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17891, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user:before {
  content: "\e005";
}

/* line 229, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17896, app/assets/stylesheets/legacy/public.scss.erb */
.icon-people:before {
  content: "\e001";
}

/* line 233, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17901, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user-female:before {
  content: "\e000";
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17906, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user-follow:before {
  content: "\e002";
}

/* line 241, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17911, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user-following:before {
  content: "\e003";
}

/* line 245, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17916, app/assets/stylesheets/legacy/public.scss.erb */
.icon-user-unfollow:before {
  content: "\e004";
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17921, app/assets/stylesheets/legacy/public.scss.erb */
.icon-login:before {
  content: "\e066";
}

/* line 253, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17926, app/assets/stylesheets/legacy/public.scss.erb */
.icon-logout:before {
  content: "\e065";
}

/* line 257, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17931, app/assets/stylesheets/legacy/public.scss.erb */
.icon-emotsmile:before {
  content: "\e021";
}

/* line 261, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17936, app/assets/stylesheets/legacy/public.scss.erb */
.icon-phone:before {
  content: "\e600";
}

/* line 265, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17941, app/assets/stylesheets/legacy/public.scss.erb */
.icon-call-end:before {
  content: "\e048";
}

/* line 269, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17946, app/assets/stylesheets/legacy/public.scss.erb */
.icon-call-in:before {
  content: "\e047";
}

/* line 273, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17951, app/assets/stylesheets/legacy/public.scss.erb */
.icon-call-out:before {
  content: "\e046";
}

/* line 277, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17956, app/assets/stylesheets/legacy/public.scss.erb */
.icon-map:before {
  content: "\e033";
}

/* line 281, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17961, app/assets/stylesheets/legacy/public.scss.erb */
.icon-location-pin:before {
  content: "\e096";
}

/* line 285, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17966, app/assets/stylesheets/legacy/public.scss.erb */
.icon-direction:before {
  content: "\e042";
}

/* line 289, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17971, app/assets/stylesheets/legacy/public.scss.erb */
.icon-directions:before {
  content: "\e041";
}

/* line 293, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17976, app/assets/stylesheets/legacy/public.scss.erb */
.icon-compass:before {
  content: "\e045";
}

/* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17981, app/assets/stylesheets/legacy/public.scss.erb */
.icon-layers:before {
  content: "\e034";
}

/* line 301, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17986, app/assets/stylesheets/legacy/public.scss.erb */
.icon-menu:before {
  content: "\e601";
}

/* line 305, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17991, app/assets/stylesheets/legacy/public.scss.erb */
.icon-list:before {
  content: "\e067";
}

/* line 309, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 17996, app/assets/stylesheets/legacy/public.scss.erb */
.icon-options-vertical:before {
  content: "\e602";
}

/* line 313, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18001, app/assets/stylesheets/legacy/public.scss.erb */
.icon-options:before {
  content: "\e603";
}

/* line 317, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18006, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-down:before {
  content: "\e604";
}

/* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18011, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-left:before {
  content: "\e605";
}

/* line 325, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18016, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-right:before {
  content: "\e606";
}

/* line 329, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18021, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-up:before {
  content: "\e607";
}

/* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18026, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-up-circle:before {
  content: "\e078";
}

/* line 337, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18031, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-left-circle:before {
  content: "\e07a";
}

/* line 341, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18036, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-right-circle:before {
  content: "\e079";
}

/* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18041, app/assets/stylesheets/legacy/public.scss.erb */
.icon-arrow-down-circle:before {
  content: "\e07b";
}

/* line 349, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18046, app/assets/stylesheets/legacy/public.scss.erb */
.icon-check:before {
  content: "\e080";
}

/* line 353, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18051, app/assets/stylesheets/legacy/public.scss.erb */
.icon-clock:before {
  content: "\e081";
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18056, app/assets/stylesheets/legacy/public.scss.erb */
.icon-plus:before {
  content: "\e095";
}

/* line 361, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18061, app/assets/stylesheets/legacy/public.scss.erb */
.icon-minus:before {
  content: "\e615";
}

/* line 365, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18066, app/assets/stylesheets/legacy/public.scss.erb */
.icon-close:before {
  content: "\e082";
}

/* line 369, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18071, app/assets/stylesheets/legacy/public.scss.erb */
.icon-event:before {
  content: "\e619";
}

/* line 373, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18076, app/assets/stylesheets/legacy/public.scss.erb */
.icon-exclamation:before {
  content: "\e617";
}

/* line 377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18081, app/assets/stylesheets/legacy/public.scss.erb */
.icon-organization:before {
  content: "\e616";
}

/* line 381, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18086, app/assets/stylesheets/legacy/public.scss.erb */
.icon-trophy:before {
  content: "\e006";
}

/* line 385, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18091, app/assets/stylesheets/legacy/public.scss.erb */
.icon-screen-smartphone:before {
  content: "\e010";
}

/* line 389, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18096, app/assets/stylesheets/legacy/public.scss.erb */
.icon-screen-desktop:before {
  content: "\e011";
}

/* line 393, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18101, app/assets/stylesheets/legacy/public.scss.erb */
.icon-plane:before {
  content: "\e012";
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18106, app/assets/stylesheets/legacy/public.scss.erb */
.icon-notebook:before {
  content: "\e013";
}

/* line 401, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18111, app/assets/stylesheets/legacy/public.scss.erb */
.icon-mustache:before {
  content: "\e014";
}

/* line 405, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18116, app/assets/stylesheets/legacy/public.scss.erb */
.icon-mouse:before {
  content: "\e015";
}

/* line 409, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18121, app/assets/stylesheets/legacy/public.scss.erb */
.icon-magnet:before {
  content: "\e016";
}

/* line 413, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18126, app/assets/stylesheets/legacy/public.scss.erb */
.icon-energy:before {
  content: "\e020";
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18131, app/assets/stylesheets/legacy/public.scss.erb */
.icon-disc:before {
  content: "\e022";
}

/* line 421, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18136, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cursor:before {
  content: "\e06e";
}

/* line 425, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18141, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cursor-move:before {
  content: "\e023";
}

/* line 429, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18146, app/assets/stylesheets/legacy/public.scss.erb */
.icon-crop:before {
  content: "\e024";
}

/* line 433, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18151, app/assets/stylesheets/legacy/public.scss.erb */
.icon-chemistry:before {
  content: "\e026";
}

/* line 437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18156, app/assets/stylesheets/legacy/public.scss.erb */
.icon-speedometer:before {
  content: "\e007";
}

/* line 441, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18161, app/assets/stylesheets/legacy/public.scss.erb */
.icon-shield:before {
  content: "\e00e";
}

/* line 445, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18166, app/assets/stylesheets/legacy/public.scss.erb */
.icon-screen-tablet:before {
  content: "\e00f";
}

/* line 449, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18171, app/assets/stylesheets/legacy/public.scss.erb */
.icon-magic-wand:before {
  content: "\e017";
}

/* line 453, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18176, app/assets/stylesheets/legacy/public.scss.erb */
.icon-hourglass:before {
  content: "\e018";
}

/* line 457, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18181, app/assets/stylesheets/legacy/public.scss.erb */
.icon-graduation:before {
  content: "\e019";
}

/* line 461, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18186, app/assets/stylesheets/legacy/public.scss.erb */
.icon-ghost:before {
  content: "\e01a";
}

/* line 465, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18191, app/assets/stylesheets/legacy/public.scss.erb */
.icon-game-controller:before {
  content: "\e01b";
}

/* line 469, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18196, app/assets/stylesheets/legacy/public.scss.erb */
.icon-fire:before {
  content: "\e01c";
}

/* line 473, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18201, app/assets/stylesheets/legacy/public.scss.erb */
.icon-eyeglass:before {
  content: "\e01d";
}

/* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18206, app/assets/stylesheets/legacy/public.scss.erb */
.icon-envelope-open:before {
  content: "\e01e";
}

/* line 481, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18211, app/assets/stylesheets/legacy/public.scss.erb */
.icon-envelope-letter:before {
  content: "\e01f";
}

/* line 485, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18216, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bell:before {
  content: "\e027";
}

/* line 489, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18221, app/assets/stylesheets/legacy/public.scss.erb */
.icon-badge:before {
  content: "\e028";
}

/* line 493, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18226, app/assets/stylesheets/legacy/public.scss.erb */
.icon-anchor:before {
  content: "\e029";
}

/* line 497, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18231, app/assets/stylesheets/legacy/public.scss.erb */
.icon-wallet:before {
  content: "\e02a";
}

/* line 501, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18236, app/assets/stylesheets/legacy/public.scss.erb */
.icon-vector:before {
  content: "\e02b";
}

/* line 505, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18241, app/assets/stylesheets/legacy/public.scss.erb */
.icon-speech:before {
  content: "\e02c";
}

/* line 509, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18246, app/assets/stylesheets/legacy/public.scss.erb */
.icon-puzzle:before {
  content: "\e02d";
}

/* line 513, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18251, app/assets/stylesheets/legacy/public.scss.erb */
.icon-printer:before {
  content: "\e02e";
}

/* line 517, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18256, app/assets/stylesheets/legacy/public.scss.erb */
.icon-present:before {
  content: "\e02f";
}

/* line 521, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18261, app/assets/stylesheets/legacy/public.scss.erb */
.icon-playlist:before {
  content: "\e030";
}

/* line 525, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18266, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pin:before {
  content: "\e031";
}

/* line 529, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18271, app/assets/stylesheets/legacy/public.scss.erb */
.icon-picture:before {
  content: "\e032";
}

/* line 533, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18276, app/assets/stylesheets/legacy/public.scss.erb */
.icon-handbag:before {
  content: "\e035";
}

/* line 537, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18281, app/assets/stylesheets/legacy/public.scss.erb */
.icon-globe-alt:before {
  content: "\e036";
}

/* line 541, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18286, app/assets/stylesheets/legacy/public.scss.erb */
.icon-globe:before {
  content: "\e037";
}

/* line 545, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18291, app/assets/stylesheets/legacy/public.scss.erb */
.icon-folder-alt:before {
  content: "\e039";
}

/* line 549, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18296, app/assets/stylesheets/legacy/public.scss.erb */
.icon-folder:before {
  content: "\e089";
}

/* line 553, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18301, app/assets/stylesheets/legacy/public.scss.erb */
.icon-film:before {
  content: "\e03a";
}

/* line 557, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18306, app/assets/stylesheets/legacy/public.scss.erb */
.icon-feed:before {
  content: "\e03b";
}

/* line 561, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18311, app/assets/stylesheets/legacy/public.scss.erb */
.icon-drop:before {
  content: "\e03e";
}

/* line 565, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18316, app/assets/stylesheets/legacy/public.scss.erb */
.icon-drawer:before {
  content: "\e03f";
}

/* line 569, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18321, app/assets/stylesheets/legacy/public.scss.erb */
.icon-docs:before {
  content: "\e040";
}

/* line 573, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18326, app/assets/stylesheets/legacy/public.scss.erb */
.icon-doc:before {
  content: "\e085";
}

/* line 577, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18331, app/assets/stylesheets/legacy/public.scss.erb */
.icon-diamond:before {
  content: "\e043";
}

/* line 581, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18336, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cup:before {
  content: "\e044";
}

/* line 585, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18341, app/assets/stylesheets/legacy/public.scss.erb */
.icon-calculator:before {
  content: "\e049";
}

/* line 589, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18346, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bubbles:before {
  content: "\e04a";
}

/* line 593, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18351, app/assets/stylesheets/legacy/public.scss.erb */
.icon-briefcase:before {
  content: "\e04b";
}

/* line 597, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18356, app/assets/stylesheets/legacy/public.scss.erb */
.icon-book-open:before {
  content: "\e04c";
}

/* line 601, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18361, app/assets/stylesheets/legacy/public.scss.erb */
.icon-basket-loaded:before {
  content: "\e04d";
}

/* line 605, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18366, app/assets/stylesheets/legacy/public.scss.erb */
.icon-basket:before {
  content: "\e04e";
}

/* line 609, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18371, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bag:before {
  content: "\e04f";
}

/* line 613, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18376, app/assets/stylesheets/legacy/public.scss.erb */
.icon-action-undo:before {
  content: "\e050";
}

/* line 617, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18381, app/assets/stylesheets/legacy/public.scss.erb */
.icon-action-redo:before {
  content: "\e051";
}

/* line 621, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18386, app/assets/stylesheets/legacy/public.scss.erb */
.icon-wrench:before {
  content: "\e052";
}

/* line 625, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18391, app/assets/stylesheets/legacy/public.scss.erb */
.icon-umbrella:before {
  content: "\e053";
}

/* line 629, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18396, app/assets/stylesheets/legacy/public.scss.erb */
.icon-trash:before {
  content: "\e054";
}

/* line 633, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18401, app/assets/stylesheets/legacy/public.scss.erb */
.icon-tag:before {
  content: "\e055";
}

/* line 637, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18406, app/assets/stylesheets/legacy/public.scss.erb */
.icon-support:before {
  content: "\e056";
}

/* line 641, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18411, app/assets/stylesheets/legacy/public.scss.erb */
.icon-frame:before {
  content: "\e038";
}

/* line 645, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18416, app/assets/stylesheets/legacy/public.scss.erb */
.icon-size-fullscreen:before {
  content: "\e057";
}

/* line 649, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18421, app/assets/stylesheets/legacy/public.scss.erb */
.icon-size-actual:before {
  content: "\e058";
}

/* line 653, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18426, app/assets/stylesheets/legacy/public.scss.erb */
.icon-shuffle:before {
  content: "\e059";
}

/* line 657, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18431, app/assets/stylesheets/legacy/public.scss.erb */
.icon-share-alt:before {
  content: "\e05a";
}

/* line 661, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18436, app/assets/stylesheets/legacy/public.scss.erb */
.icon-share:before {
  content: "\e05b";
}

/* line 665, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18441, app/assets/stylesheets/legacy/public.scss.erb */
.icon-rocket:before {
  content: "\e05c";
}

/* line 669, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18446, app/assets/stylesheets/legacy/public.scss.erb */
.icon-question:before {
  content: "\e05d";
}

/* line 673, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18451, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pie-chart:before {
  content: "\e05e";
}

/* line 677, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18456, app/assets/stylesheets/legacy/public.scss.erb */
.icon-pencil:before {
  content: "\e05f";
}

/* line 681, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18461, app/assets/stylesheets/legacy/public.scss.erb */
.icon-note:before {
  content: "\e060";
}

/* line 685, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18466, app/assets/stylesheets/legacy/public.scss.erb */
.icon-loop:before {
  content: "\e064";
}

/* line 689, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18471, app/assets/stylesheets/legacy/public.scss.erb */
.icon-home:before {
  content: "\e069";
}

/* line 693, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18476, app/assets/stylesheets/legacy/public.scss.erb */
.icon-grid:before {
  content: "\e06a";
}

/* line 697, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18481, app/assets/stylesheets/legacy/public.scss.erb */
.icon-graph:before {
  content: "\e06b";
}

/* line 701, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18486, app/assets/stylesheets/legacy/public.scss.erb */
.icon-microphone:before {
  content: "\e063";
}

/* line 705, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18491, app/assets/stylesheets/legacy/public.scss.erb */
.icon-music-tone-alt:before {
  content: "\e061";
}

/* line 709, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18496, app/assets/stylesheets/legacy/public.scss.erb */
.icon-music-tone:before {
  content: "\e062";
}

/* line 713, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18501, app/assets/stylesheets/legacy/public.scss.erb */
.icon-earphones-alt:before {
  content: "\e03c";
}

/* line 717, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18506, app/assets/stylesheets/legacy/public.scss.erb */
.icon-earphones:before {
  content: "\e03d";
}

/* line 721, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18511, app/assets/stylesheets/legacy/public.scss.erb */
.icon-equalizer:before {
  content: "\e06c";
}

/* line 725, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18516, app/assets/stylesheets/legacy/public.scss.erb */
.icon-like:before {
  content: "\e068";
}

/* line 729, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18521, app/assets/stylesheets/legacy/public.scss.erb */
.icon-dislike:before {
  content: "\e06d";
}

/* line 733, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18526, app/assets/stylesheets/legacy/public.scss.erb */
.icon-control-start:before {
  content: "\e06f";
}

/* line 737, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18531, app/assets/stylesheets/legacy/public.scss.erb */
.icon-control-rewind:before {
  content: "\e070";
}

/* line 741, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18536, app/assets/stylesheets/legacy/public.scss.erb */
.icon-control-play:before {
  content: "\e071";
}

/* line 745, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18541, app/assets/stylesheets/legacy/public.scss.erb */
.icon-control-pause:before {
  content: "\e072";
}

/* line 749, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18546, app/assets/stylesheets/legacy/public.scss.erb */
.icon-control-forward:before {
  content: "\e073";
}

/* line 753, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18551, app/assets/stylesheets/legacy/public.scss.erb */
.icon-control-end:before {
  content: "\e074";
}

/* line 757, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18556, app/assets/stylesheets/legacy/public.scss.erb */
.icon-volume-1:before {
  content: "\e09f";
}

/* line 761, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18561, app/assets/stylesheets/legacy/public.scss.erb */
.icon-volume-2:before {
  content: "\e0a0";
}

/* line 765, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18566, app/assets/stylesheets/legacy/public.scss.erb */
.icon-volume-off:before {
  content: "\e0a1";
}

/* line 769, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18571, app/assets/stylesheets/legacy/public.scss.erb */
.icon-calendar:before {
  content: "\e075";
}

/* line 773, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18576, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bulb:before {
  content: "\e076";
}

/* line 777, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18581, app/assets/stylesheets/legacy/public.scss.erb */
.icon-chart:before {
  content: "\e077";
}

/* line 781, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18586, app/assets/stylesheets/legacy/public.scss.erb */
.icon-ban:before {
  content: "\e07c";
}

/* line 785, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18591, app/assets/stylesheets/legacy/public.scss.erb */
.icon-bubble:before {
  content: "\e07d";
}

/* line 789, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18596, app/assets/stylesheets/legacy/public.scss.erb */
.icon-camrecorder:before {
  content: "\e07e";
}

/* line 793, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18601, app/assets/stylesheets/legacy/public.scss.erb */
.icon-camera:before {
  content: "\e07f";
}

/* line 797, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18606, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cloud-download:before {
  content: "\e083";
}

/* line 801, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18611, app/assets/stylesheets/legacy/public.scss.erb */
.icon-cloud-upload:before {
  content: "\e084";
}

/* line 805, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18616, app/assets/stylesheets/legacy/public.scss.erb */
.icon-envelope:before {
  content: "\e086";
}

/* line 809, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18621, app/assets/stylesheets/legacy/public.scss.erb */
.icon-eye:before {
  content: "\e087";
}

/* line 813, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18626, app/assets/stylesheets/legacy/public.scss.erb */
.icon-flag:before {
  content: "\e088";
}

/* line 817, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18631, app/assets/stylesheets/legacy/public.scss.erb */
.icon-heart:before {
  content: "\e08a";
}

/* line 821, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18636, app/assets/stylesheets/legacy/public.scss.erb */
.icon-info:before {
  content: "\e08b";
}

/* line 825, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18641, app/assets/stylesheets/legacy/public.scss.erb */
.icon-key:before {
  content: "\e08c";
}

/* line 829, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18646, app/assets/stylesheets/legacy/public.scss.erb */
.icon-link:before {
  content: "\e08d";
}

/* line 833, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18651, app/assets/stylesheets/legacy/public.scss.erb */
.icon-lock:before {
  content: "\e08e";
}

/* line 837, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18656, app/assets/stylesheets/legacy/public.scss.erb */
.icon-lock-open:before {
  content: "\e08f";
}

/* line 841, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18661, app/assets/stylesheets/legacy/public.scss.erb */
.icon-magnifier:before {
  content: "\e090";
}

/* line 845, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18666, app/assets/stylesheets/legacy/public.scss.erb */
.icon-magnifier-add:before {
  content: "\e091";
}

/* line 849, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18671, app/assets/stylesheets/legacy/public.scss.erb */
.icon-magnifier-remove:before {
  content: "\e092";
}

/* line 853, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18676, app/assets/stylesheets/legacy/public.scss.erb */
.icon-paper-clip:before {
  content: "\e093";
}

/* line 857, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18681, app/assets/stylesheets/legacy/public.scss.erb */
.icon-paper-plane:before {
  content: "\e094";
}

/* line 861, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18686, app/assets/stylesheets/legacy/public.scss.erb */
.icon-power:before {
  content: "\e097";
}

/* line 865, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18691, app/assets/stylesheets/legacy/public.scss.erb */
.icon-refresh:before {
  content: "\e098";
}

/* line 869, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18696, app/assets/stylesheets/legacy/public.scss.erb */
.icon-reload:before {
  content: "\e099";
}

/* line 873, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18701, app/assets/stylesheets/legacy/public.scss.erb */
.icon-settings:before {
  content: "\e09a";
}

/* line 877, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18706, app/assets/stylesheets/legacy/public.scss.erb */
.icon-star:before {
  content: "\e09b";
}

/* line 881, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18711, app/assets/stylesheets/legacy/public.scss.erb */
.icon-symbol-female:before {
  content: "\e09c";
}

/* line 885, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18716, app/assets/stylesheets/legacy/public.scss.erb */
.icon-symbol-male:before {
  content: "\e09d";
}

/* line 889, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18721, app/assets/stylesheets/legacy/public.scss.erb */
.icon-target:before {
  content: "\e09e";
}

/* line 893, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18726, app/assets/stylesheets/legacy/public.scss.erb */
.icon-credit-card:before {
  content: "\e025";
}

/* line 897, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18731, app/assets/stylesheets/legacy/public.scss.erb */
.icon-paypal:before {
  content: "\e608";
}

/* line 901, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18736, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-tumblr:before {
  content: "\e00a";
}

/* line 905, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18741, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-twitter:before {
  content: "\e009";
}

/* line 909, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18746, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-facebook:before {
  content: "\e00b";
}

/* line 913, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18751, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-instagram:before {
  content: "\e609";
}

/* line 917, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18756, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-linkedin:before {
  content: "\e60a";
}

/* line 921, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18761, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-pinterest:before {
  content: "\e60b";
}

/* line 925, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18766, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-github:before {
  content: "\e60c";
}

/* line 929, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18771, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-google:before {
  content: "\e60d";
}

/* line 933, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18776, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-reddit:before {
  content: "\e60e";
}

/* line 937, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18781, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-skype:before {
  content: "\e60f";
}

/* line 941, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18786, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-dribbble:before {
  content: "\e00d";
}

/* line 945, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18791, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-behance:before {
  content: "\e610";
}

/* line 949, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18796, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-foursqare:before {
  content: "\e611";
}

/* line 953, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18801, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-soundcloud:before {
  content: "\e612";
}

/* line 957, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18806, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-spotify:before {
  content: "\e613";
}

/* line 961, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18811, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-stumbleupon:before {
  content: "\e614";
}

/* line 965, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18816, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-youtube:before {
  content: "\e008";
}

/* line 969, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18821, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-dropbox:before {
  content: "\e00c";
}

/* line 973, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18826, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-vkontakte:before {
  content: "\e618";
}

/* line 977, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/simple-line-icons/scss/simple-line-icons.scss */
/* line 18831, app/assets/stylesheets/legacy/public.scss.erb */
.icon-social-steam:before {
  content: "\e620";
}

@font-face {
  font-family: 'themify';
  src: url(/assets/clean_admin/themify-dff415daec911b65dca5be02071a1825b75508ff158de5b8d85976957db931cb.eot?-fvbane);
  src: url(/assets/clean_admin/themify-dff415daec911b65dca5be02071a1825b75508ff158de5b8d85976957db931cb.eot?#iefix-fvbane) format("embedded-opentype"), url(/assets/clean_admin/themify-0db5c5a1475eb7a3e5028983ea1e642d1b2c00faff6a250a37502b0f3832a4a7.woff?-fvbane) format("woff"), url(/assets/clean_admin/themify-350663a4665e00072c68a87ad3fa0be47b8a91424127f5f3e09f664197295f01.ttf?-fvbane) format("truetype"), url(/assets/clean_admin/themify-f7af2e096c85c2ed6f68bb086f792c67f2a6041cbb814fc2796912b2eef4fe76.svg?-fvbane#themify) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18843, app/assets/stylesheets/legacy/public.scss.erb */
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18857, app/assets/stylesheets/legacy/public.scss.erb */
.ti-wand:before {
  content: "\e600";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18862, app/assets/stylesheets/legacy/public.scss.erb */
.ti-volume:before {
  content: "\e601";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18867, app/assets/stylesheets/legacy/public.scss.erb */
.ti-user:before {
  content: "\e602";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18872, app/assets/stylesheets/legacy/public.scss.erb */
.ti-unlock:before {
  content: "\e603";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18877, app/assets/stylesheets/legacy/public.scss.erb */
.ti-unlink:before {
  content: "\e604";
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18882, app/assets/stylesheets/legacy/public.scss.erb */
.ti-trash:before {
  content: "\e605";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18887, app/assets/stylesheets/legacy/public.scss.erb */
.ti-thought:before {
  content: "\e606";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18892, app/assets/stylesheets/legacy/public.scss.erb */
.ti-target:before {
  content: "\e607";
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18897, app/assets/stylesheets/legacy/public.scss.erb */
.ti-tag:before {
  content: "\e608";
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18902, app/assets/stylesheets/legacy/public.scss.erb */
.ti-tablet:before {
  content: "\e609";
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18907, app/assets/stylesheets/legacy/public.scss.erb */
.ti-star:before {
  content: "\e60a";
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18912, app/assets/stylesheets/legacy/public.scss.erb */
.ti-spray:before {
  content: "\e60b";
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18917, app/assets/stylesheets/legacy/public.scss.erb */
.ti-signal:before {
  content: "\e60c";
}

/* line 65, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18922, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shopping-cart:before {
  content: "\e60d";
}

/* line 68, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18927, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shopping-cart-full:before {
  content: "\e60e";
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18932, app/assets/stylesheets/legacy/public.scss.erb */
.ti-settings:before {
  content: "\e60f";
}

/* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18937, app/assets/stylesheets/legacy/public.scss.erb */
.ti-search:before {
  content: "\e610";
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18942, app/assets/stylesheets/legacy/public.scss.erb */
.ti-zoom-in:before {
  content: "\e611";
}

/* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18947, app/assets/stylesheets/legacy/public.scss.erb */
.ti-zoom-out:before {
  content: "\e612";
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18952, app/assets/stylesheets/legacy/public.scss.erb */
.ti-cut:before {
  content: "\e613";
}

/* line 86, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18957, app/assets/stylesheets/legacy/public.scss.erb */
.ti-ruler:before {
  content: "\e614";
}

/* line 89, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18962, app/assets/stylesheets/legacy/public.scss.erb */
.ti-ruler-pencil:before {
  content: "\e615";
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18967, app/assets/stylesheets/legacy/public.scss.erb */
.ti-ruler-alt:before {
  content: "\e616";
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18972, app/assets/stylesheets/legacy/public.scss.erb */
.ti-bookmark:before {
  content: "\e617";
}

/* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18977, app/assets/stylesheets/legacy/public.scss.erb */
.ti-bookmark-alt:before {
  content: "\e618";
}

/* line 101, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18982, app/assets/stylesheets/legacy/public.scss.erb */
.ti-reload:before {
  content: "\e619";
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18987, app/assets/stylesheets/legacy/public.scss.erb */
.ti-plus:before {
  content: "\e61a";
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18992, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pin:before {
  content: "\e61b";
}

/* line 110, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 18997, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pencil:before {
  content: "\e61c";
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19002, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pencil-alt:before {
  content: "\e61d";
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19007, app/assets/stylesheets/legacy/public.scss.erb */
.ti-paint-roller:before {
  content: "\e61e";
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19012, app/assets/stylesheets/legacy/public.scss.erb */
.ti-paint-bucket:before {
  content: "\e61f";
}

/* line 122, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19017, app/assets/stylesheets/legacy/public.scss.erb */
.ti-na:before {
  content: "\e620";
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19022, app/assets/stylesheets/legacy/public.scss.erb */
.ti-mobile:before {
  content: "\e621";
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19027, app/assets/stylesheets/legacy/public.scss.erb */
.ti-minus:before {
  content: "\e622";
}

/* line 131, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19032, app/assets/stylesheets/legacy/public.scss.erb */
.ti-medall:before {
  content: "\e623";
}

/* line 134, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19037, app/assets/stylesheets/legacy/public.scss.erb */
.ti-medall-alt:before {
  content: "\e624";
}

/* line 137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19042, app/assets/stylesheets/legacy/public.scss.erb */
.ti-marker:before {
  content: "\e625";
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19047, app/assets/stylesheets/legacy/public.scss.erb */
.ti-marker-alt:before {
  content: "\e626";
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19052, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-up:before {
  content: "\e627";
}

/* line 146, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19057, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-right:before {
  content: "\e628";
}

/* line 149, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19062, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-left:before {
  content: "\e629";
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19067, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-down:before {
  content: "\e62a";
}

/* line 155, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19072, app/assets/stylesheets/legacy/public.scss.erb */
.ti-lock:before {
  content: "\e62b";
}

/* line 158, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19077, app/assets/stylesheets/legacy/public.scss.erb */
.ti-location-arrow:before {
  content: "\e62c";
}

/* line 161, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19082, app/assets/stylesheets/legacy/public.scss.erb */
.ti-link:before {
  content: "\e62d";
}

/* line 164, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19087, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout:before {
  content: "\e62e";
}

/* line 167, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19092, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layers:before {
  content: "\e62f";
}

/* line 170, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19097, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layers-alt:before {
  content: "\e630";
}

/* line 173, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19102, app/assets/stylesheets/legacy/public.scss.erb */
.ti-key:before {
  content: "\e631";
}

/* line 176, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19107, app/assets/stylesheets/legacy/public.scss.erb */
.ti-import:before {
  content: "\e632";
}

/* line 179, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19112, app/assets/stylesheets/legacy/public.scss.erb */
.ti-image:before {
  content: "\e633";
}

/* line 182, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19117, app/assets/stylesheets/legacy/public.scss.erb */
.ti-heart:before {
  content: "\e634";
}

/* line 185, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19122, app/assets/stylesheets/legacy/public.scss.erb */
.ti-heart-broken:before {
  content: "\e635";
}

/* line 188, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19127, app/assets/stylesheets/legacy/public.scss.erb */
.ti-hand-stop:before {
  content: "\e636";
}

/* line 191, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19132, app/assets/stylesheets/legacy/public.scss.erb */
.ti-hand-open:before {
  content: "\e637";
}

/* line 194, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19137, app/assets/stylesheets/legacy/public.scss.erb */
.ti-hand-drag:before {
  content: "\e638";
}

/* line 197, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19142, app/assets/stylesheets/legacy/public.scss.erb */
.ti-folder:before {
  content: "\e639";
}

/* line 200, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19147, app/assets/stylesheets/legacy/public.scss.erb */
.ti-flag:before {
  content: "\e63a";
}

/* line 203, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19152, app/assets/stylesheets/legacy/public.scss.erb */
.ti-flag-alt:before {
  content: "\e63b";
}

/* line 206, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19157, app/assets/stylesheets/legacy/public.scss.erb */
.ti-flag-alt-2:before {
  content: "\e63c";
}

/* line 209, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19162, app/assets/stylesheets/legacy/public.scss.erb */
.ti-eye:before {
  content: "\e63d";
}

/* line 212, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19167, app/assets/stylesheets/legacy/public.scss.erb */
.ti-export:before {
  content: "\e63e";
}

/* line 215, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19172, app/assets/stylesheets/legacy/public.scss.erb */
.ti-exchange-vertical:before {
  content: "\e63f";
}

/* line 218, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19177, app/assets/stylesheets/legacy/public.scss.erb */
.ti-desktop:before {
  content: "\e640";
}

/* line 221, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19182, app/assets/stylesheets/legacy/public.scss.erb */
.ti-cup:before {
  content: "\e641";
}

/* line 224, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19187, app/assets/stylesheets/legacy/public.scss.erb */
.ti-crown:before {
  content: "\e642";
}

/* line 227, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19192, app/assets/stylesheets/legacy/public.scss.erb */
.ti-comments:before {
  content: "\e643";
}

/* line 230, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19197, app/assets/stylesheets/legacy/public.scss.erb */
.ti-comment:before {
  content: "\e644";
}

/* line 233, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19202, app/assets/stylesheets/legacy/public.scss.erb */
.ti-comment-alt:before {
  content: "\e645";
}

/* line 236, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19207, app/assets/stylesheets/legacy/public.scss.erb */
.ti-close:before {
  content: "\e646";
}

/* line 239, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19212, app/assets/stylesheets/legacy/public.scss.erb */
.ti-clip:before {
  content: "\e647";
}

/* line 242, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19217, app/assets/stylesheets/legacy/public.scss.erb */
.ti-angle-up:before {
  content: "\e648";
}

/* line 245, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19222, app/assets/stylesheets/legacy/public.scss.erb */
.ti-angle-right:before {
  content: "\e649";
}

/* line 248, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19227, app/assets/stylesheets/legacy/public.scss.erb */
.ti-angle-left:before {
  content: "\e64a";
}

/* line 251, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19232, app/assets/stylesheets/legacy/public.scss.erb */
.ti-angle-down:before {
  content: "\e64b";
}

/* line 254, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19237, app/assets/stylesheets/legacy/public.scss.erb */
.ti-check:before {
  content: "\e64c";
}

/* line 257, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19242, app/assets/stylesheets/legacy/public.scss.erb */
.ti-check-box:before {
  content: "\e64d";
}

/* line 260, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19247, app/assets/stylesheets/legacy/public.scss.erb */
.ti-camera:before {
  content: "\e64e";
}

/* line 263, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19252, app/assets/stylesheets/legacy/public.scss.erb */
.ti-announcement:before {
  content: "\e64f";
}

/* line 266, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19257, app/assets/stylesheets/legacy/public.scss.erb */
.ti-brush:before {
  content: "\e650";
}

/* line 269, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19262, app/assets/stylesheets/legacy/public.scss.erb */
.ti-briefcase:before {
  content: "\e651";
}

/* line 272, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19267, app/assets/stylesheets/legacy/public.scss.erb */
.ti-bolt:before {
  content: "\e652";
}

/* line 275, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19272, app/assets/stylesheets/legacy/public.scss.erb */
.ti-bolt-alt:before {
  content: "\e653";
}

/* line 278, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19277, app/assets/stylesheets/legacy/public.scss.erb */
.ti-blackboard:before {
  content: "\e654";
}

/* line 281, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19282, app/assets/stylesheets/legacy/public.scss.erb */
.ti-bag:before {
  content: "\e655";
}

/* line 284, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19287, app/assets/stylesheets/legacy/public.scss.erb */
.ti-move:before {
  content: "\e656";
}

/* line 287, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19292, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrows-vertical:before {
  content: "\e657";
}

/* line 290, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19297, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrows-horizontal:before {
  content: "\e658";
}

/* line 293, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19302, app/assets/stylesheets/legacy/public.scss.erb */
.ti-fullscreen:before {
  content: "\e659";
}

/* line 296, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19307, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-top-right:before {
  content: "\e65a";
}

/* line 299, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19312, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-top-left:before {
  content: "\e65b";
}

/* line 302, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19317, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-circle-up:before {
  content: "\e65c";
}

/* line 305, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19322, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-circle-right:before {
  content: "\e65d";
}

/* line 308, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19327, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-circle-left:before {
  content: "\e65e";
}

/* line 311, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19332, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrow-circle-down:before {
  content: "\e65f";
}

/* line 314, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19337, app/assets/stylesheets/legacy/public.scss.erb */
.ti-angle-double-up:before {
  content: "\e660";
}

/* line 317, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19342, app/assets/stylesheets/legacy/public.scss.erb */
.ti-angle-double-right:before {
  content: "\e661";
}

/* line 320, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19347, app/assets/stylesheets/legacy/public.scss.erb */
.ti-angle-double-left:before {
  content: "\e662";
}

/* line 323, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19352, app/assets/stylesheets/legacy/public.scss.erb */
.ti-angle-double-down:before {
  content: "\e663";
}

/* line 326, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19357, app/assets/stylesheets/legacy/public.scss.erb */
.ti-zip:before {
  content: "\e664";
}

/* line 329, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19362, app/assets/stylesheets/legacy/public.scss.erb */
.ti-world:before {
  content: "\e665";
}

/* line 332, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19367, app/assets/stylesheets/legacy/public.scss.erb */
.ti-wheelchair:before {
  content: "\e666";
}

/* line 335, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19372, app/assets/stylesheets/legacy/public.scss.erb */
.ti-view-list:before {
  content: "\e667";
}

/* line 338, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19377, app/assets/stylesheets/legacy/public.scss.erb */
.ti-view-list-alt:before {
  content: "\e668";
}

/* line 341, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19382, app/assets/stylesheets/legacy/public.scss.erb */
.ti-view-grid:before {
  content: "\e669";
}

/* line 344, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19387, app/assets/stylesheets/legacy/public.scss.erb */
.ti-uppercase:before {
  content: "\e66a";
}

/* line 347, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19392, app/assets/stylesheets/legacy/public.scss.erb */
.ti-upload:before {
  content: "\e66b";
}

/* line 350, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19397, app/assets/stylesheets/legacy/public.scss.erb */
.ti-underline:before {
  content: "\e66c";
}

/* line 353, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19402, app/assets/stylesheets/legacy/public.scss.erb */
.ti-truck:before {
  content: "\e66d";
}

/* line 356, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19407, app/assets/stylesheets/legacy/public.scss.erb */
.ti-timer:before {
  content: "\e66e";
}

/* line 359, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19412, app/assets/stylesheets/legacy/public.scss.erb */
.ti-ticket:before {
  content: "\e66f";
}

/* line 362, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19417, app/assets/stylesheets/legacy/public.scss.erb */
.ti-thumb-up:before {
  content: "\e670";
}

/* line 365, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19422, app/assets/stylesheets/legacy/public.scss.erb */
.ti-thumb-down:before {
  content: "\e671";
}

/* line 368, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19427, app/assets/stylesheets/legacy/public.scss.erb */
.ti-text:before {
  content: "\e672";
}

/* line 371, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19432, app/assets/stylesheets/legacy/public.scss.erb */
.ti-stats-up:before {
  content: "\e673";
}

/* line 374, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19437, app/assets/stylesheets/legacy/public.scss.erb */
.ti-stats-down:before {
  content: "\e674";
}

/* line 377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19442, app/assets/stylesheets/legacy/public.scss.erb */
.ti-split-v:before {
  content: "\e675";
}

/* line 380, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19447, app/assets/stylesheets/legacy/public.scss.erb */
.ti-split-h:before {
  content: "\e676";
}

/* line 383, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19452, app/assets/stylesheets/legacy/public.scss.erb */
.ti-smallcap:before {
  content: "\e677";
}

/* line 386, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19457, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shine:before {
  content: "\e678";
}

/* line 389, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19462, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shift-right:before {
  content: "\e679";
}

/* line 392, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19467, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shift-left:before {
  content: "\e67a";
}

/* line 395, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19472, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shield:before {
  content: "\e67b";
}

/* line 398, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19477, app/assets/stylesheets/legacy/public.scss.erb */
.ti-notepad:before {
  content: "\e67c";
}

/* line 401, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19482, app/assets/stylesheets/legacy/public.scss.erb */
.ti-server:before {
  content: "\e67d";
}

/* line 404, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19487, app/assets/stylesheets/legacy/public.scss.erb */
.ti-quote-right:before {
  content: "\e67e";
}

/* line 407, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19492, app/assets/stylesheets/legacy/public.scss.erb */
.ti-quote-left:before {
  content: "\e67f";
}

/* line 410, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19497, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pulse:before {
  content: "\e680";
}

/* line 413, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19502, app/assets/stylesheets/legacy/public.scss.erb */
.ti-printer:before {
  content: "\e681";
}

/* line 416, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19507, app/assets/stylesheets/legacy/public.scss.erb */
.ti-power-off:before {
  content: "\e682";
}

/* line 419, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19512, app/assets/stylesheets/legacy/public.scss.erb */
.ti-plug:before {
  content: "\e683";
}

/* line 422, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19517, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pie-chart:before {
  content: "\e684";
}

/* line 425, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19522, app/assets/stylesheets/legacy/public.scss.erb */
.ti-paragraph:before {
  content: "\e685";
}

/* line 428, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19527, app/assets/stylesheets/legacy/public.scss.erb */
.ti-panel:before {
  content: "\e686";
}

/* line 431, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19532, app/assets/stylesheets/legacy/public.scss.erb */
.ti-package:before {
  content: "\e687";
}

/* line 434, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19537, app/assets/stylesheets/legacy/public.scss.erb */
.ti-music:before {
  content: "\e688";
}

/* line 437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19542, app/assets/stylesheets/legacy/public.scss.erb */
.ti-music-alt:before {
  content: "\e689";
}

/* line 440, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19547, app/assets/stylesheets/legacy/public.scss.erb */
.ti-mouse:before {
  content: "\e68a";
}

/* line 443, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19552, app/assets/stylesheets/legacy/public.scss.erb */
.ti-mouse-alt:before {
  content: "\e68b";
}

/* line 446, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19557, app/assets/stylesheets/legacy/public.scss.erb */
.ti-money:before {
  content: "\e68c";
}

/* line 449, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19562, app/assets/stylesheets/legacy/public.scss.erb */
.ti-microphone:before {
  content: "\e68d";
}

/* line 452, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19567, app/assets/stylesheets/legacy/public.scss.erb */
.ti-menu:before {
  content: "\e68e";
}

/* line 455, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19572, app/assets/stylesheets/legacy/public.scss.erb */
.ti-menu-alt:before {
  content: "\e68f";
}

/* line 458, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19577, app/assets/stylesheets/legacy/public.scss.erb */
.ti-map:before {
  content: "\e690";
}

/* line 461, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19582, app/assets/stylesheets/legacy/public.scss.erb */
.ti-map-alt:before {
  content: "\e691";
}

/* line 464, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19587, app/assets/stylesheets/legacy/public.scss.erb */
.ti-loop:before {
  content: "\e692";
}

/* line 467, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19592, app/assets/stylesheets/legacy/public.scss.erb */
.ti-location-pin:before {
  content: "\e693";
}

/* line 470, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19597, app/assets/stylesheets/legacy/public.scss.erb */
.ti-list:before {
  content: "\e694";
}

/* line 473, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19602, app/assets/stylesheets/legacy/public.scss.erb */
.ti-light-bulb:before {
  content: "\e695";
}

/* line 476, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19607, app/assets/stylesheets/legacy/public.scss.erb */
.ti-Italic:before {
  content: "\e696";
}

/* line 479, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19612, app/assets/stylesheets/legacy/public.scss.erb */
.ti-info:before {
  content: "\e697";
}

/* line 482, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19617, app/assets/stylesheets/legacy/public.scss.erb */
.ti-infinite:before {
  content: "\e698";
}

/* line 485, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19622, app/assets/stylesheets/legacy/public.scss.erb */
.ti-id-badge:before {
  content: "\e699";
}

/* line 488, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19627, app/assets/stylesheets/legacy/public.scss.erb */
.ti-hummer:before {
  content: "\e69a";
}

/* line 491, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19632, app/assets/stylesheets/legacy/public.scss.erb */
.ti-home:before {
  content: "\e69b";
}

/* line 494, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19637, app/assets/stylesheets/legacy/public.scss.erb */
.ti-help:before {
  content: "\e69c";
}

/* line 497, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19642, app/assets/stylesheets/legacy/public.scss.erb */
.ti-headphone:before {
  content: "\e69d";
}

/* line 500, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19647, app/assets/stylesheets/legacy/public.scss.erb */
.ti-harddrives:before {
  content: "\e69e";
}

/* line 503, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19652, app/assets/stylesheets/legacy/public.scss.erb */
.ti-harddrive:before {
  content: "\e69f";
}

/* line 506, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19657, app/assets/stylesheets/legacy/public.scss.erb */
.ti-gift:before {
  content: "\e6a0";
}

/* line 509, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19662, app/assets/stylesheets/legacy/public.scss.erb */
.ti-game:before {
  content: "\e6a1";
}

/* line 512, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19667, app/assets/stylesheets/legacy/public.scss.erb */
.ti-filter:before {
  content: "\e6a2";
}

/* line 515, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19672, app/assets/stylesheets/legacy/public.scss.erb */
.ti-files:before {
  content: "\e6a3";
}

/* line 518, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19677, app/assets/stylesheets/legacy/public.scss.erb */
.ti-file:before {
  content: "\e6a4";
}

/* line 521, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19682, app/assets/stylesheets/legacy/public.scss.erb */
.ti-eraser:before {
  content: "\e6a5";
}

/* line 524, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19687, app/assets/stylesheets/legacy/public.scss.erb */
.ti-envelope:before {
  content: "\e6a6";
}

/* line 527, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19692, app/assets/stylesheets/legacy/public.scss.erb */
.ti-download:before {
  content: "\e6a7";
}

/* line 530, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19697, app/assets/stylesheets/legacy/public.scss.erb */
.ti-direction:before {
  content: "\e6a8";
}

/* line 533, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19702, app/assets/stylesheets/legacy/public.scss.erb */
.ti-direction-alt:before {
  content: "\e6a9";
}

/* line 536, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19707, app/assets/stylesheets/legacy/public.scss.erb */
.ti-dashboard:before {
  content: "\e6aa";
}

/* line 539, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19712, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-stop:before {
  content: "\e6ab";
}

/* line 542, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19717, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-shuffle:before {
  content: "\e6ac";
}

/* line 545, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19722, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-play:before {
  content: "\e6ad";
}

/* line 548, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19727, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-pause:before {
  content: "\e6ae";
}

/* line 551, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19732, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-forward:before {
  content: "\e6af";
}

/* line 554, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19737, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-backward:before {
  content: "\e6b0";
}

/* line 557, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19742, app/assets/stylesheets/legacy/public.scss.erb */
.ti-cloud:before {
  content: "\e6b1";
}

/* line 560, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19747, app/assets/stylesheets/legacy/public.scss.erb */
.ti-cloud-up:before {
  content: "\e6b2";
}

/* line 563, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19752, app/assets/stylesheets/legacy/public.scss.erb */
.ti-cloud-down:before {
  content: "\e6b3";
}

/* line 566, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19757, app/assets/stylesheets/legacy/public.scss.erb */
.ti-clipboard:before {
  content: "\e6b4";
}

/* line 569, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19762, app/assets/stylesheets/legacy/public.scss.erb */
.ti-car:before {
  content: "\e6b5";
}

/* line 572, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19767, app/assets/stylesheets/legacy/public.scss.erb */
.ti-calendar:before {
  content: "\e6b6";
}

/* line 575, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19772, app/assets/stylesheets/legacy/public.scss.erb */
.ti-book:before {
  content: "\e6b7";
}

/* line 578, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19777, app/assets/stylesheets/legacy/public.scss.erb */
.ti-bell:before {
  content: "\e6b8";
}

/* line 581, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19782, app/assets/stylesheets/legacy/public.scss.erb */
.ti-basketball:before {
  content: "\e6b9";
}

/* line 584, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19787, app/assets/stylesheets/legacy/public.scss.erb */
.ti-bar-chart:before {
  content: "\e6ba";
}

/* line 587, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19792, app/assets/stylesheets/legacy/public.scss.erb */
.ti-bar-chart-alt:before {
  content: "\e6bb";
}

/* line 590, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19797, app/assets/stylesheets/legacy/public.scss.erb */
.ti-back-right:before {
  content: "\e6bc";
}

/* line 593, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19802, app/assets/stylesheets/legacy/public.scss.erb */
.ti-back-left:before {
  content: "\e6bd";
}

/* line 596, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19807, app/assets/stylesheets/legacy/public.scss.erb */
.ti-arrows-corner:before {
  content: "\e6be";
}

/* line 599, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19812, app/assets/stylesheets/legacy/public.scss.erb */
.ti-archive:before {
  content: "\e6bf";
}

/* line 602, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19817, app/assets/stylesheets/legacy/public.scss.erb */
.ti-anchor:before {
  content: "\e6c0";
}

/* line 605, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19822, app/assets/stylesheets/legacy/public.scss.erb */
.ti-align-right:before {
  content: "\e6c1";
}

/* line 608, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19827, app/assets/stylesheets/legacy/public.scss.erb */
.ti-align-left:before {
  content: "\e6c2";
}

/* line 611, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19832, app/assets/stylesheets/legacy/public.scss.erb */
.ti-align-justify:before {
  content: "\e6c3";
}

/* line 614, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19837, app/assets/stylesheets/legacy/public.scss.erb */
.ti-align-center:before {
  content: "\e6c4";
}

/* line 617, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19842, app/assets/stylesheets/legacy/public.scss.erb */
.ti-alert:before {
  content: "\e6c5";
}

/* line 620, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19847, app/assets/stylesheets/legacy/public.scss.erb */
.ti-alarm-clock:before {
  content: "\e6c6";
}

/* line 623, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19852, app/assets/stylesheets/legacy/public.scss.erb */
.ti-agenda:before {
  content: "\e6c7";
}

/* line 626, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19857, app/assets/stylesheets/legacy/public.scss.erb */
.ti-write:before {
  content: "\e6c8";
}

/* line 629, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19862, app/assets/stylesheets/legacy/public.scss.erb */
.ti-window:before {
  content: "\e6c9";
}

/* line 632, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19867, app/assets/stylesheets/legacy/public.scss.erb */
.ti-widgetized:before {
  content: "\e6ca";
}

/* line 635, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19872, app/assets/stylesheets/legacy/public.scss.erb */
.ti-widget:before {
  content: "\e6cb";
}

/* line 638, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19877, app/assets/stylesheets/legacy/public.scss.erb */
.ti-widget-alt:before {
  content: "\e6cc";
}

/* line 641, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19882, app/assets/stylesheets/legacy/public.scss.erb */
.ti-wallet:before {
  content: "\e6cd";
}

/* line 644, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19887, app/assets/stylesheets/legacy/public.scss.erb */
.ti-video-clapper:before {
  content: "\e6ce";
}

/* line 647, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19892, app/assets/stylesheets/legacy/public.scss.erb */
.ti-video-camera:before {
  content: "\e6cf";
}

/* line 650, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19897, app/assets/stylesheets/legacy/public.scss.erb */
.ti-vector:before {
  content: "\e6d0";
}

/* line 653, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19902, app/assets/stylesheets/legacy/public.scss.erb */
.ti-themify-logo:before {
  content: "\e6d1";
}

/* line 656, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19907, app/assets/stylesheets/legacy/public.scss.erb */
.ti-themify-favicon:before {
  content: "\e6d2";
}

/* line 659, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19912, app/assets/stylesheets/legacy/public.scss.erb */
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

/* line 662, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19917, app/assets/stylesheets/legacy/public.scss.erb */
.ti-support:before {
  content: "\e6d4";
}

/* line 665, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19922, app/assets/stylesheets/legacy/public.scss.erb */
.ti-stamp:before {
  content: "\e6d5";
}

/* line 668, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19927, app/assets/stylesheets/legacy/public.scss.erb */
.ti-split-v-alt:before {
  content: "\e6d6";
}

/* line 671, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19932, app/assets/stylesheets/legacy/public.scss.erb */
.ti-slice:before {
  content: "\e6d7";
}

/* line 674, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19937, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shortcode:before {
  content: "\e6d8";
}

/* line 677, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19942, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shift-right-alt:before {
  content: "\e6d9";
}

/* line 680, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19947, app/assets/stylesheets/legacy/public.scss.erb */
.ti-shift-left-alt:before {
  content: "\e6da";
}

/* line 683, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19952, app/assets/stylesheets/legacy/public.scss.erb */
.ti-ruler-alt-2:before {
  content: "\e6db";
}

/* line 686, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19957, app/assets/stylesheets/legacy/public.scss.erb */
.ti-receipt:before {
  content: "\e6dc";
}

/* line 689, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19962, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pin2:before {
  content: "\e6dd";
}

/* line 692, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19967, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pin-alt:before {
  content: "\e6de";
}

/* line 695, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19972, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pencil-alt2:before {
  content: "\e6df";
}

/* line 698, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19977, app/assets/stylesheets/legacy/public.scss.erb */
.ti-palette:before {
  content: "\e6e0";
}

/* line 701, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19982, app/assets/stylesheets/legacy/public.scss.erb */
.ti-more:before {
  content: "\e6e1";
}

/* line 704, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19987, app/assets/stylesheets/legacy/public.scss.erb */
.ti-more-alt:before {
  content: "\e6e2";
}

/* line 707, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19992, app/assets/stylesheets/legacy/public.scss.erb */
.ti-microphone-alt:before {
  content: "\e6e3";
}

/* line 710, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 19997, app/assets/stylesheets/legacy/public.scss.erb */
.ti-magnet:before {
  content: "\e6e4";
}

/* line 713, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20002, app/assets/stylesheets/legacy/public.scss.erb */
.ti-line-double:before {
  content: "\e6e5";
}

/* line 716, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20007, app/assets/stylesheets/legacy/public.scss.erb */
.ti-line-dotted:before {
  content: "\e6e6";
}

/* line 719, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20012, app/assets/stylesheets/legacy/public.scss.erb */
.ti-line-dashed:before {
  content: "\e6e7";
}

/* line 722, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20017, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-width-full:before {
  content: "\e6e8";
}

/* line 725, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20022, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-width-default:before {
  content: "\e6e9";
}

/* line 728, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20027, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

/* line 731, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20032, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-tab:before {
  content: "\e6eb";
}

/* line 734, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20037, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-tab-window:before {
  content: "\e6ec";
}

/* line 737, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20042, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-tab-v:before {
  content: "\e6ed";
}

/* line 740, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20047, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-tab-min:before {
  content: "\e6ee";
}

/* line 743, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20052, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-slider:before {
  content: "\e6ef";
}

/* line 746, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20057, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-slider-alt:before {
  content: "\e6f0";
}

/* line 749, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20062, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

/* line 752, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20067, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

/* line 755, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20072, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

/* line 758, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20077, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-placeholder:before {
  content: "\e6f4";
}

/* line 761, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20082, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-menu:before {
  content: "\e6f5";
}

/* line 764, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20087, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-menu-v:before {
  content: "\e6f6";
}

/* line 767, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20092, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-menu-separated:before {
  content: "\e6f7";
}

/* line 770, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20097, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-menu-full:before {
  content: "\e6f8";
}

/* line 773, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20102, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

/* line 776, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20107, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-right:before {
  content: "\e6fa";
}

/* line 779, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20112, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-overlay:before {
  content: "\e6fb";
}

/* line 782, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20117, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

/* line 785, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20122, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

/* line 788, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20127, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

/* line 791, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20132, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-left:before {
  content: "\e6ff";
}

/* line 794, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20137, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-center-alt:before {
  content: "\e700";
}

/* line 797, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20142, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-media-center:before {
  content: "\e701";
}

/* line 800, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20147, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-list-thumb:before {
  content: "\e702";
}

/* line 803, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20152, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

/* line 806, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20157, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-list-post:before {
  content: "\e704";
}

/* line 809, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20162, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-list-large-image:before {
  content: "\e705";
}

/* line 812, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20167, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-line-solid:before {
  content: "\e706";
}

/* line 815, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20172, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-grid4:before {
  content: "\e707";
}

/* line 818, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20177, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-grid3:before {
  content: "\e708";
}

/* line 821, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20182, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-grid2:before {
  content: "\e709";
}

/* line 824, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20187, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

/* line 827, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20192, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-cta-right:before {
  content: "\e70b";
}

/* line 830, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20197, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-cta-left:before {
  content: "\e70c";
}

/* line 833, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20202, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-cta-center:before {
  content: "\e70d";
}

/* line 836, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20207, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

/* line 839, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20212, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

/* line 842, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20217, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-column4:before {
  content: "\e710";
}

/* line 845, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20222, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-column3:before {
  content: "\e711";
}

/* line 848, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20227, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-column2:before {
  content: "\e712";
}

/* line 851, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20232, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-accordion-separated:before {
  content: "\e713";
}

/* line 854, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20237, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-accordion-merged:before {
  content: "\e714";
}

/* line 857, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20242, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-accordion-list:before {
  content: "\e715";
}

/* line 860, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20247, app/assets/stylesheets/legacy/public.scss.erb */
.ti-ink-pen:before {
  content: "\e716";
}

/* line 863, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20252, app/assets/stylesheets/legacy/public.scss.erb */
.ti-info-alt:before {
  content: "\e717";
}

/* line 866, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20257, app/assets/stylesheets/legacy/public.scss.erb */
.ti-help-alt:before {
  content: "\e718";
}

/* line 869, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20262, app/assets/stylesheets/legacy/public.scss.erb */
.ti-headphone-alt:before {
  content: "\e719";
}

/* line 872, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20267, app/assets/stylesheets/legacy/public.scss.erb */
.ti-hand-point-up:before {
  content: "\e71a";
}

/* line 875, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20272, app/assets/stylesheets/legacy/public.scss.erb */
.ti-hand-point-right:before {
  content: "\e71b";
}

/* line 878, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20277, app/assets/stylesheets/legacy/public.scss.erb */
.ti-hand-point-left:before {
  content: "\e71c";
}

/* line 881, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20282, app/assets/stylesheets/legacy/public.scss.erb */
.ti-hand-point-down:before {
  content: "\e71d";
}

/* line 884, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20287, app/assets/stylesheets/legacy/public.scss.erb */
.ti-gallery:before {
  content: "\e71e";
}

/* line 887, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20292, app/assets/stylesheets/legacy/public.scss.erb */
.ti-face-smile:before {
  content: "\e71f";
}

/* line 890, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20297, app/assets/stylesheets/legacy/public.scss.erb */
.ti-face-sad:before {
  content: "\e720";
}

/* line 893, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20302, app/assets/stylesheets/legacy/public.scss.erb */
.ti-credit-card:before {
  content: "\e721";
}

/* line 896, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20307, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-skip-forward:before {
  content: "\e722";
}

/* line 899, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20312, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-skip-backward:before {
  content: "\e723";
}

/* line 902, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20317, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-record:before {
  content: "\e724";
}

/* line 905, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20322, app/assets/stylesheets/legacy/public.scss.erb */
.ti-control-eject:before {
  content: "\e725";
}

/* line 908, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20327, app/assets/stylesheets/legacy/public.scss.erb */
.ti-comments-smiley:before {
  content: "\e726";
}

/* line 911, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20332, app/assets/stylesheets/legacy/public.scss.erb */
.ti-brush-alt:before {
  content: "\e727";
}

/* line 914, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20337, app/assets/stylesheets/legacy/public.scss.erb */
.ti-youtube:before {
  content: "\e728";
}

/* line 917, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20342, app/assets/stylesheets/legacy/public.scss.erb */
.ti-vimeo:before {
  content: "\e729";
}

/* line 920, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20347, app/assets/stylesheets/legacy/public.scss.erb */
.ti-twitter:before {
  content: "\e72a";
}

/* line 923, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20352, app/assets/stylesheets/legacy/public.scss.erb */
.ti-time:before {
  content: "\e72b";
}

/* line 926, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20357, app/assets/stylesheets/legacy/public.scss.erb */
.ti-tumblr:before {
  content: "\e72c";
}

/* line 929, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20362, app/assets/stylesheets/legacy/public.scss.erb */
.ti-skype:before {
  content: "\e72d";
}

/* line 932, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20367, app/assets/stylesheets/legacy/public.scss.erb */
.ti-share:before {
  content: "\e72e";
}

/* line 935, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20372, app/assets/stylesheets/legacy/public.scss.erb */
.ti-share-alt:before {
  content: "\e72f";
}

/* line 938, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20377, app/assets/stylesheets/legacy/public.scss.erb */
.ti-rocket:before {
  content: "\e730";
}

/* line 941, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20382, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pinterest:before {
  content: "\e731";
}

/* line 944, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20387, app/assets/stylesheets/legacy/public.scss.erb */
.ti-new-window:before {
  content: "\e732";
}

/* line 947, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20392, app/assets/stylesheets/legacy/public.scss.erb */
.ti-microsoft:before {
  content: "\e733";
}

/* line 950, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20397, app/assets/stylesheets/legacy/public.scss.erb */
.ti-list-ol:before {
  content: "\e734";
}

/* line 953, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20402, app/assets/stylesheets/legacy/public.scss.erb */
.ti-linkedin:before {
  content: "\e735";
}

/* line 956, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20407, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-sidebar-2:before {
  content: "\e736";
}

/* line 959, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20412, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-grid4-alt:before {
  content: "\e737";
}

/* line 962, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20417, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-grid3-alt:before {
  content: "\e738";
}

/* line 965, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20422, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-grid2-alt:before {
  content: "\e739";
}

/* line 968, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20427, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-column4-alt:before {
  content: "\e73a";
}

/* line 971, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20432, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-column3-alt:before {
  content: "\e73b";
}

/* line 974, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20437, app/assets/stylesheets/legacy/public.scss.erb */
.ti-layout-column2-alt:before {
  content: "\e73c";
}

/* line 977, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20442, app/assets/stylesheets/legacy/public.scss.erb */
.ti-instagram:before {
  content: "\e73d";
}

/* line 980, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20447, app/assets/stylesheets/legacy/public.scss.erb */
.ti-google:before {
  content: "\e73e";
}

/* line 983, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20452, app/assets/stylesheets/legacy/public.scss.erb */
.ti-github:before {
  content: "\e73f";
}

/* line 986, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20457, app/assets/stylesheets/legacy/public.scss.erb */
.ti-flickr:before {
  content: "\e740";
}

/* line 989, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20462, app/assets/stylesheets/legacy/public.scss.erb */
.ti-facebook:before {
  content: "\e741";
}

/* line 992, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20467, app/assets/stylesheets/legacy/public.scss.erb */
.ti-dropbox:before {
  content: "\e742";
}

/* line 995, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20472, app/assets/stylesheets/legacy/public.scss.erb */
.ti-dribbble:before {
  content: "\e743";
}

/* line 998, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20477, app/assets/stylesheets/legacy/public.scss.erb */
.ti-apple:before {
  content: "\e744";
}

/* line 1001, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20482, app/assets/stylesheets/legacy/public.scss.erb */
.ti-android:before {
  content: "\e745";
}

/* line 1004, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20487, app/assets/stylesheets/legacy/public.scss.erb */
.ti-save:before {
  content: "\e746";
}

/* line 1007, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20492, app/assets/stylesheets/legacy/public.scss.erb */
.ti-save-alt:before {
  content: "\e747";
}

/* line 1010, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20497, app/assets/stylesheets/legacy/public.scss.erb */
.ti-yahoo:before {
  content: "\e748";
}

/* line 1013, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20502, app/assets/stylesheets/legacy/public.scss.erb */
.ti-wordpress:before {
  content: "\e749";
}

/* line 1016, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20507, app/assets/stylesheets/legacy/public.scss.erb */
.ti-vimeo-alt:before {
  content: "\e74a";
}

/* line 1019, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20512, app/assets/stylesheets/legacy/public.scss.erb */
.ti-twitter-alt:before {
  content: "\e74b";
}

/* line 1022, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20517, app/assets/stylesheets/legacy/public.scss.erb */
.ti-tumblr-alt:before {
  content: "\e74c";
}

/* line 1025, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20522, app/assets/stylesheets/legacy/public.scss.erb */
.ti-trello:before {
  content: "\e74d";
}

/* line 1028, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20527, app/assets/stylesheets/legacy/public.scss.erb */
.ti-stack-overflow:before {
  content: "\e74e";
}

/* line 1031, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20532, app/assets/stylesheets/legacy/public.scss.erb */
.ti-soundcloud:before {
  content: "\e74f";
}

/* line 1034, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20537, app/assets/stylesheets/legacy/public.scss.erb */
.ti-sharethis:before {
  content: "\e750";
}

/* line 1037, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20542, app/assets/stylesheets/legacy/public.scss.erb */
.ti-sharethis-alt:before {
  content: "\e751";
}

/* line 1040, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20547, app/assets/stylesheets/legacy/public.scss.erb */
.ti-reddit:before {
  content: "\e752";
}

/* line 1043, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20552, app/assets/stylesheets/legacy/public.scss.erb */
.ti-pinterest-alt:before {
  content: "\e753";
}

/* line 1046, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20557, app/assets/stylesheets/legacy/public.scss.erb */
.ti-microsoft-alt:before {
  content: "\e754";
}

/* line 1049, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20562, app/assets/stylesheets/legacy/public.scss.erb */
.ti-linux:before {
  content: "\e755";
}

/* line 1052, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20567, app/assets/stylesheets/legacy/public.scss.erb */
.ti-jsfiddle:before {
  content: "\e756";
}

/* line 1055, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20572, app/assets/stylesheets/legacy/public.scss.erb */
.ti-joomla:before {
  content: "\e757";
}

/* line 1058, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20577, app/assets/stylesheets/legacy/public.scss.erb */
.ti-html5:before {
  content: "\e758";
}

/* line 1061, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20582, app/assets/stylesheets/legacy/public.scss.erb */
.ti-flickr-alt:before {
  content: "\e759";
}

/* line 1064, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20587, app/assets/stylesheets/legacy/public.scss.erb */
.ti-email:before {
  content: "\e75a";
}

/* line 1067, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20592, app/assets/stylesheets/legacy/public.scss.erb */
.ti-drupal:before {
  content: "\e75b";
}

/* line 1070, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20597, app/assets/stylesheets/legacy/public.scss.erb */
.ti-dropbox-alt:before {
  content: "\e75c";
}

/* line 1073, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20602, app/assets/stylesheets/legacy/public.scss.erb */
.ti-css3:before {
  content: "\e75d";
}

/* line 1076, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20607, app/assets/stylesheets/legacy/public.scss.erb */
.ti-rss:before {
  content: "\e75e";
}

/* line 1079, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/themefy/themify-icons.scss */
/* line 20612, app/assets/stylesheets/legacy/public.scss.erb */
.ti-rss-alt:before {
  content: "\e75f";
}

/* @FONT-FACE loads font into browser */
@font-face {
  font-family: 'typicons';
  font-weight: normal;
  font-style: normal;
  src: url(/assets/clean_admin/typicons-9709867514ff52d688eecd090e19aa6be67b870df68088f99f9820dfb6ba984b.eot);
  src: url(/assets/clean_admin/typicons-9709867514ff52d688eecd090e19aa6be67b870df68088f99f9820dfb6ba984b.eot?#iefix) format("embedded-opentype"), url(/assets/clean_admin/typicons-c2430aad2b6a33948dc064cfaee8ad65ff9e3ca439834f3aaa84abec3d10dea8.woff) format("woff"), url(/assets/clean_admin/typicons-91935ab8b9cd9252a73fb300a898a321a2d71f5cfda3e3ec8216a372a878505b.ttf) format("truetype"), url(/assets/clean_admin/typicons-48cf417942e863ceeaaebaa57d074ae5f118b2b1688e5b2766ba0e7997ca4ce8.svg#typicons) format("svg");
}

/* :before psuedo-selector inserts and styles icon */
/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20626, app/assets/stylesheets/legacy/public.scss.erb */
.typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Code for individual icons */
/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20644, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-adjust-brightness:before {
  content: '\e000';
  /* '' */
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20650, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-adjust-contrast:before {
  content: '\e001';
  /* '' */
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20656, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-anchor-outline:before {
  content: '\e002';
  /* '' */
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20662, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-anchor:before {
  content: '\e003';
  /* '' */
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20668, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-archive:before {
  content: '\e004';
  /* '' */
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20674, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-back-outline:before {
  content: '\e005';
  /* '' */
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20680, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-back:before {
  content: '\e006';
  /* '' */
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20686, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-down-outline:before {
  content: '\e007';
  /* '' */
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20692, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-down-thick:before {
  content: '\e008';
  /* '' */
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20698, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-down:before {
  content: '\e009';
  /* '' */
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20704, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-forward-outline:before {
  content: '\e00a';
  /* '' */
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20710, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-forward:before {
  content: '\e00b';
  /* '' */
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20716, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-left-outline:before {
  content: '\e00c';
  /* '' */
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20722, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-left-thick:before {
  content: '\e00d';
  /* '' */
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20728, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-left:before {
  content: '\e00e';
  /* '' */
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20734, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-loop-outline:before {
  content: '\e00f';
  /* '' */
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20740, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-loop:before {
  content: '\e010';
  /* '' */
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20746, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-maximise-outline:before {
  content: '\e011';
  /* '' */
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20752, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-maximise:before {
  content: '\e012';
  /* '' */
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20758, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-minimise-outline:before {
  content: '\e013';
  /* '' */
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20764, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-minimise:before {
  content: '\e014';
  /* '' */
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20770, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-move-outline:before {
  content: '\e015';
  /* '' */
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20776, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-move:before {
  content: '\e016';
  /* '' */
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20782, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-repeat-outline:before {
  content: '\e017';
  /* '' */
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20788, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-repeat:before {
  content: '\e018';
  /* '' */
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20794, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-right-outline:before {
  content: '\e019';
  /* '' */
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20800, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-right-thick:before {
  content: '\e01a';
  /* '' */
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20806, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-right:before {
  content: '\e01b';
  /* '' */
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20812, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-shuffle:before {
  content: '\e01c';
  /* '' */
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20818, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-sorted-down:before {
  content: '\e01d';
  /* '' */
}

/* line 123, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20824, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-sorted-up:before {
  content: '\e01e';
  /* '' */
}

/* line 126, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20830, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-sync-outline:before {
  content: '\e01f';
  /* '' */
}

/* line 129, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20836, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-sync:before {
  content: '\e020';
  /* '' */
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20842, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-unsorted:before {
  content: '\e021';
  /* '' */
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20848, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-up-outline:before {
  content: '\e022';
  /* '' */
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20854, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-up-thick:before {
  content: '\e023';
  /* '' */
}

/* line 141, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20860, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-arrow-up:before {
  content: '\e024';
  /* '' */
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20866, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-at:before {
  content: '\e025';
  /* '' */
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20872, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-attachment-outline:before {
  content: '\e026';
  /* '' */
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20878, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-attachment:before {
  content: '\e027';
  /* '' */
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20884, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-backspace-outline:before {
  content: '\e028';
  /* '' */
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20890, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-backspace:before {
  content: '\e029';
  /* '' */
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20896, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-battery-charge:before {
  content: '\e02a';
  /* '' */
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20902, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-battery-full:before {
  content: '\e02b';
  /* '' */
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20908, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-battery-high:before {
  content: '\e02c';
  /* '' */
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20914, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-battery-low:before {
  content: '\e02d';
  /* '' */
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20920, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-battery-mid:before {
  content: '\e02e';
  /* '' */
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20926, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-beaker:before {
  content: '\e02f';
  /* '' */
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20932, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-beer:before {
  content: '\e030';
  /* '' */
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20938, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-bell:before {
  content: '\e031';
  /* '' */
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20944, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-book:before {
  content: '\e032';
  /* '' */
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20950, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-bookmark:before {
  content: '\e033';
  /* '' */
}

/* line 189, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20956, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-briefcase:before {
  content: '\e034';
  /* '' */
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20962, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-brush:before {
  content: '\e035';
  /* '' */
}

/* line 195, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20968, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-business-card:before {
  content: '\e036';
  /* '' */
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20974, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-calculator:before {
  content: '\e037';
  /* '' */
}

/* line 201, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20980, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-calendar-outline:before {
  content: '\e038';
  /* '' */
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20986, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-calendar:before {
  content: '\e039';
  /* '' */
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20992, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-camera-outline:before {
  content: '\e03a';
  /* '' */
}

/* line 210, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 20998, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-camera:before {
  content: '\e03b';
  /* '' */
}

/* line 213, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21004, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-cancel-outline:before {
  content: '\e03c';
  /* '' */
}

/* line 216, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21010, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-cancel:before {
  content: '\e03d';
  /* '' */
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21016, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chart-area-outline:before {
  content: '\e03e';
  /* '' */
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21022, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chart-area:before {
  content: '\e03f';
  /* '' */
}

/* line 225, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21028, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chart-bar-outline:before {
  content: '\e040';
  /* '' */
}

/* line 228, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21034, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chart-bar:before {
  content: '\e041';
  /* '' */
}

/* line 231, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21040, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chart-line-outline:before {
  content: '\e042';
  /* '' */
}

/* line 234, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21046, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chart-line:before {
  content: '\e043';
  /* '' */
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21052, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chart-pie-outline:before {
  content: '\e044';
  /* '' */
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21058, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chart-pie:before {
  content: '\e045';
  /* '' */
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21064, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chevron-left-outline:before {
  content: '\e046';
  /* '' */
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21070, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chevron-left:before {
  content: '\e047';
  /* '' */
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21076, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chevron-right-outline:before {
  content: '\e048';
  /* '' */
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21082, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-chevron-right:before {
  content: '\e049';
  /* '' */
}

/* line 255, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21088, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-clipboard:before {
  content: '\e04a';
  /* '' */
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21094, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-cloud-storage:before {
  content: '\e04b';
  /* '' */
}

/* line 261, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21100, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-cloud-storage-outline:before {
  content: '\e054';
  /* '' */
}

/* line 264, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21106, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-code-outline:before {
  content: '\e04c';
  /* '' */
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21112, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-code:before {
  content: '\e04d';
  /* '' */
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21118, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-coffee:before {
  content: '\e04e';
  /* '' */
}

/* line 273, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21124, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-cog-outline:before {
  content: '\e04f';
  /* '' */
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21130, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-cog:before {
  content: '\e050';
  /* '' */
}

/* line 279, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21136, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-compass:before {
  content: '\e051';
  /* '' */
}

/* line 282, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21142, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-contacts:before {
  content: '\e052';
  /* '' */
}

/* line 285, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21148, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-credit-card:before {
  content: '\e053';
  /* '' */
}

/* line 288, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21154, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-css3:before {
  content: '\e055';
  /* '' */
}

/* line 291, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21160, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-database:before {
  content: '\e056';
  /* '' */
}

/* line 294, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21166, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-delete-outline:before {
  content: '\e057';
  /* '' */
}

/* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21172, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-delete:before {
  content: '\e058';
  /* '' */
}

/* line 300, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21178, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-device-desktop:before {
  content: '\e059';
  /* '' */
}

/* line 303, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21184, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-device-laptop:before {
  content: '\e05a';
  /* '' */
}

/* line 306, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21190, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-device-phone:before {
  content: '\e05b';
  /* '' */
}

/* line 309, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21196, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-device-tablet:before {
  content: '\e05c';
  /* '' */
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21202, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-directions:before {
  content: '\e05d';
  /* '' */
}

/* line 315, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21208, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-divide-outline:before {
  content: '\e05e';
  /* '' */
}

/* line 318, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21214, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-divide:before {
  content: '\e05f';
  /* '' */
}

/* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21220, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-document-add:before {
  content: '\e060';
  /* '' */
}

/* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21226, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-document-delete:before {
  content: '\e061';
  /* '' */
}

/* line 327, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21232, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-document-text:before {
  content: '\e062';
  /* '' */
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21238, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-document:before {
  content: '\e063';
  /* '' */
}

/* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21244, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-download-outline:before {
  content: '\e064';
  /* '' */
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21250, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-download:before {
  content: '\e065';
  /* '' */
}

/* line 339, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21256, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-dropbox:before {
  content: '\e066';
  /* '' */
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21262, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-edit:before {
  content: '\e067';
  /* '' */
}

/* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21268, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-eject-outline:before {
  content: '\e068';
  /* '' */
}

/* line 348, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21274, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-eject:before {
  content: '\e069';
  /* '' */
}

/* line 351, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21280, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-equals-outline:before {
  content: '\e06a';
  /* '' */
}

/* line 354, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21286, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-equals:before {
  content: '\e06b';
  /* '' */
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21292, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-export-outline:before {
  content: '\e06c';
  /* '' */
}

/* line 360, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21298, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-export:before {
  content: '\e06d';
  /* '' */
}

/* line 363, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21304, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-eye-outline:before {
  content: '\e06e';
  /* '' */
}

/* line 366, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21310, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-eye:before {
  content: '\e06f';
  /* '' */
}

/* line 369, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21316, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-feather:before {
  content: '\e070';
  /* '' */
}

/* line 372, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21322, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-film:before {
  content: '\e071';
  /* '' */
}

/* line 375, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21328, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-filter:before {
  content: '\e072';
  /* '' */
}

/* line 378, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21334, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-flag-outline:before {
  content: '\e073';
  /* '' */
}

/* line 381, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21340, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-flag:before {
  content: '\e074';
  /* '' */
}

/* line 384, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21346, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-flash-outline:before {
  content: '\e075';
  /* '' */
}

/* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21352, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-flash:before {
  content: '\e076';
  /* '' */
}

/* line 390, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21358, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-flow-children:before {
  content: '\e077';
  /* '' */
}

/* line 393, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21364, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-flow-merge:before {
  content: '\e078';
  /* '' */
}

/* line 396, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21370, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-flow-parallel:before {
  content: '\e079';
  /* '' */
}

/* line 399, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21376, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-flow-switch:before {
  content: '\e07a';
  /* '' */
}

/* line 402, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21382, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-folder-add:before {
  content: '\e07b';
  /* '' */
}

/* line 405, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21388, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-folder-delete:before {
  content: '\e07c';
  /* '' */
}

/* line 408, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21394, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-folder-open:before {
  content: '\e07d';
  /* '' */
}

/* line 411, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21400, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-folder:before {
  content: '\e07e';
  /* '' */
}

/* line 414, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21406, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-gift:before {
  content: '\e07f';
  /* '' */
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21412, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-globe-outline:before {
  content: '\e080';
  /* '' */
}

/* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21418, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-globe:before {
  content: '\e081';
  /* '' */
}

/* line 423, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21424, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-group-outline:before {
  content: '\e082';
  /* '' */
}

/* line 426, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21430, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-group:before {
  content: '\e083';
  /* '' */
}

/* line 429, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21436, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-headphones:before {
  content: '\e084';
  /* '' */
}

/* line 432, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21442, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-heart-full-outline:before {
  content: '\e085';
  /* '' */
}

/* line 435, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21448, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-heart-half-outline:before {
  content: '\e086';
  /* '' */
}

/* line 438, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21454, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-heart-outline:before {
  content: '\e087';
  /* '' */
}

/* line 441, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21460, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-heart:before {
  content: '\e088';
  /* '' */
}

/* line 444, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21466, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-home-outline:before {
  content: '\e089';
  /* '' */
}

/* line 447, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21472, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-home:before {
  content: '\e08a';
  /* '' */
}

/* line 450, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21478, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-html5:before {
  content: '\e08b';
  /* '' */
}

/* line 453, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21484, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-image-outline:before {
  content: '\e08c';
  /* '' */
}

/* line 456, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21490, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-image:before {
  content: '\e08d';
  /* '' */
}

/* line 459, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21496, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-infinity-outline:before {
  content: '\e08e';
  /* '' */
}

/* line 462, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21502, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-infinity:before {
  content: '\e08f';
  /* '' */
}

/* line 465, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21508, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-info-large-outline:before {
  content: '\e090';
  /* '' */
}

/* line 468, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21514, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-info-large:before {
  content: '\e091';
  /* '' */
}

/* line 471, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21520, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-info-outline:before {
  content: '\e092';
  /* '' */
}

/* line 474, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21526, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-info:before {
  content: '\e093';
  /* '' */
}

/* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21532, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-input-checked-outline:before {
  content: '\e094';
  /* '' */
}

/* line 480, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21538, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-input-checked:before {
  content: '\e095';
  /* '' */
}

/* line 483, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21544, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-key-outline:before {
  content: '\e096';
  /* '' */
}

/* line 486, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21550, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-key:before {
  content: '\e097';
  /* '' */
}

/* line 489, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21556, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-keyboard:before {
  content: '\e098';
  /* '' */
}

/* line 492, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21562, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-leaf:before {
  content: '\e099';
  /* '' */
}

/* line 495, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21568, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-lightbulb:before {
  content: '\e09a';
  /* '' */
}

/* line 498, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21574, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-link-outline:before {
  content: '\e09b';
  /* '' */
}

/* line 501, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21580, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-link:before {
  content: '\e09c';
  /* '' */
}

/* line 504, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21586, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-location-arrow-outline:before {
  content: '\e09d';
  /* '' */
}

/* line 507, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21592, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-location-arrow:before {
  content: '\e09e';
  /* '' */
}

/* line 510, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21598, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-location-outline:before {
  content: '\e09f';
  /* '' */
}

/* line 513, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21604, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-location:before {
  content: '\e0a0';
  /* '' */
}

/* line 516, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21610, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-lock-closed-outline:before {
  content: '\e0a1';
  /* '' */
}

/* line 519, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21616, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-lock-closed:before {
  content: '\e0a2';
  /* '' */
}

/* line 522, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21622, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-lock-open-outline:before {
  content: '\e0a3';
  /* '' */
}

/* line 525, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21628, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-lock-open:before {
  content: '\e0a4';
  /* '' */
}

/* line 528, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21634, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-mail:before {
  content: '\e0a5';
  /* '' */
}

/* line 531, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21640, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-map:before {
  content: '\e0a6';
  /* '' */
}

/* line 534, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21646, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-eject-outline:before {
  content: '\e0a7';
  /* '' */
}

/* line 537, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21652, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-eject:before {
  content: '\e0a8';
  /* '' */
}

/* line 540, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21658, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-fast-forward-outline:before {
  content: '\e0a9';
  /* '' */
}

/* line 543, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21664, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-fast-forward:before {
  content: '\e0aa';
  /* '' */
}

/* line 546, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21670, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-pause-outline:before {
  content: '\e0ab';
  /* '' */
}

/* line 549, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21676, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-pause:before {
  content: '\e0ac';
  /* '' */
}

/* line 552, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21682, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-play-outline:before {
  content: '\e0ad';
  /* '' */
}

/* line 555, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21688, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-play-reverse-outline:before {
  content: '\e0ae';
  /* '' */
}

/* line 558, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21694, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-play-reverse:before {
  content: '\e0af';
  /* '' */
}

/* line 561, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21700, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-play:before {
  content: '\e0b0';
  /* '' */
}

/* line 564, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21706, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-record-outline:before {
  content: '\e0b1';
  /* '' */
}

/* line 567, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21712, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-record:before {
  content: '\e0b2';
  /* '' */
}

/* line 570, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21718, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-rewind-outline:before {
  content: '\e0b3';
  /* '' */
}

/* line 573, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21724, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-rewind:before {
  content: '\e0b4';
  /* '' */
}

/* line 576, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21730, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-stop-outline:before {
  content: '\e0b5';
  /* '' */
}

/* line 579, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21736, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-media-stop:before {
  content: '\e0b6';
  /* '' */
}

/* line 582, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21742, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-message-typing:before {
  content: '\e0b7';
  /* '' */
}

/* line 585, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21748, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-message:before {
  content: '\e0b8';
  /* '' */
}

/* line 588, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21754, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-messages:before {
  content: '\e0b9';
  /* '' */
}

/* line 591, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21760, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-microphone-outline:before {
  content: '\e0ba';
  /* '' */
}

/* line 594, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21766, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-microphone:before {
  content: '\e0bb';
  /* '' */
}

/* line 597, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21772, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-minus-outline:before {
  content: '\e0bc';
  /* '' */
}

/* line 600, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21778, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-minus:before {
  content: '\e0bd';
  /* '' */
}

/* line 603, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21784, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-mortar-board:before {
  content: '\e0be';
  /* '' */
}

/* line 606, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21790, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-news:before {
  content: '\e0bf';
  /* '' */
}

/* line 609, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21796, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-notes-outline:before {
  content: '\e0c0';
  /* '' */
}

/* line 612, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21802, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-notes:before {
  content: '\e0c1';
  /* '' */
}

/* line 615, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21808, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-pen:before {
  content: '\e0c2';
  /* '' */
}

/* line 618, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21814, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-pencil:before {
  content: '\e0c3';
  /* '' */
}

/* line 621, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21820, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-phone-outline:before {
  content: '\e0c4';
  /* '' */
}

/* line 624, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21826, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-phone:before {
  content: '\e0c5';
  /* '' */
}

/* line 627, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21832, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-pi-outline:before {
  content: '\e0c6';
  /* '' */
}

/* line 630, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21838, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-pi:before {
  content: '\e0c7';
  /* '' */
}

/* line 633, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21844, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-pin-outline:before {
  content: '\e0c8';
  /* '' */
}

/* line 636, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21850, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-pin:before {
  content: '\e0c9';
  /* '' */
}

/* line 639, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21856, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-pipette:before {
  content: '\e0ca';
  /* '' */
}

/* line 642, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21862, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-plane-outline:before {
  content: '\e0cb';
  /* '' */
}

/* line 645, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21868, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-plane:before {
  content: '\e0cc';
  /* '' */
}

/* line 648, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21874, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-plug:before {
  content: '\e0cd';
  /* '' */
}

/* line 651, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21880, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-plus-outline:before {
  content: '\e0ce';
  /* '' */
}

/* line 654, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21886, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-plus:before {
  content: '\e0cf';
  /* '' */
}

/* line 657, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21892, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-point-of-interest-outline:before {
  content: '\e0d0';
  /* '' */
}

/* line 660, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21898, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-point-of-interest:before {
  content: '\e0d1';
  /* '' */
}

/* line 663, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21904, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-power-outline:before {
  content: '\e0d2';
  /* '' */
}

/* line 666, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21910, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-power:before {
  content: '\e0d3';
  /* '' */
}

/* line 669, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21916, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-printer:before {
  content: '\e0d4';
  /* '' */
}

/* line 672, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21922, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-puzzle-outline:before {
  content: '\e0d5';
  /* '' */
}

/* line 675, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21928, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-puzzle:before {
  content: '\e0d6';
  /* '' */
}

/* line 678, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21934, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-radar-outline:before {
  content: '\e0d7';
  /* '' */
}

/* line 681, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21940, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-radar:before {
  content: '\e0d8';
  /* '' */
}

/* line 684, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21946, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-refresh-outline:before {
  content: '\e0d9';
  /* '' */
}

/* line 687, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21952, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-refresh:before {
  content: '\e0da';
  /* '' */
}

/* line 690, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21958, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-rss-outline:before {
  content: '\e0db';
  /* '' */
}

/* line 693, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21964, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-rss:before {
  content: '\e0dc';
  /* '' */
}

/* line 696, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21970, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-scissors-outline:before {
  content: '\e0dd';
  /* '' */
}

/* line 699, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21976, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-scissors:before {
  content: '\e0de';
  /* '' */
}

/* line 702, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21982, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-shopping-bag:before {
  content: '\e0df';
  /* '' */
}

/* line 705, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21988, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-shopping-cart:before {
  content: '\e0e0';
  /* '' */
}

/* line 708, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 21994, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-at-circular:before {
  content: '\e0e1';
  /* '' */
}

/* line 711, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22000, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-dribbble-circular:before {
  content: '\e0e2';
  /* '' */
}

/* line 714, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22006, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-dribbble:before {
  content: '\e0e3';
  /* '' */
}

/* line 717, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22012, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-facebook-circular:before {
  content: '\e0e4';
  /* '' */
}

/* line 720, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22018, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-facebook:before {
  content: '\e0e5';
  /* '' */
}

/* line 723, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22024, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-flickr-circular:before {
  content: '\e0e6';
  /* '' */
}

/* line 726, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22030, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-flickr:before {
  content: '\e0e7';
  /* '' */
}

/* line 729, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22036, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-github-circular:before {
  content: '\e0e8';
  /* '' */
}

/* line 732, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22042, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-github:before {
  content: '\e0e9';
  /* '' */
}

/* line 735, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22048, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-google-plus-circular:before {
  content: '\e0ea';
  /* '' */
}

/* line 738, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22054, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-google-plus:before {
  content: '\e0eb';
  /* '' */
}

/* line 741, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22060, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-instagram-circular:before {
  content: '\e0ec';
  /* '' */
}

/* line 744, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22066, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-instagram:before {
  content: '\e0ed';
  /* '' */
}

/* line 747, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22072, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-last-fm-circular:before {
  content: '\e0ee';
  /* '' */
}

/* line 750, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22078, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-last-fm:before {
  content: '\e0ef';
  /* '' */
}

/* line 753, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22084, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-linkedin-circular:before {
  content: '\e0f0';
  /* '' */
}

/* line 756, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22090, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-linkedin:before {
  content: '\e0f1';
  /* '' */
}

/* line 759, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22096, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-pinterest-circular:before {
  content: '\e0f2';
  /* '' */
}

/* line 762, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22102, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-pinterest:before {
  content: '\e0f3';
  /* '' */
}

/* line 765, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22108, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-skype-outline:before {
  content: '\e0f4';
  /* '' */
}

/* line 768, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22114, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-skype:before {
  content: '\e0f5';
  /* '' */
}

/* line 771, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22120, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-tumbler-circular:before {
  content: '\e0f6';
  /* '' */
}

/* line 774, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22126, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-tumbler:before {
  content: '\e0f7';
  /* '' */
}

/* line 777, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22132, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-twitter-circular:before {
  content: '\e0f8';
  /* '' */
}

/* line 780, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22138, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-twitter:before {
  content: '\e0f9';
  /* '' */
}

/* line 783, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22144, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-vimeo-circular:before {
  content: '\e0fa';
  /* '' */
}

/* line 786, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22150, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-vimeo:before {
  content: '\e0fb';
  /* '' */
}

/* line 789, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22156, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-youtube-circular:before {
  content: '\e0fc';
  /* '' */
}

/* line 792, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22162, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-social-youtube:before {
  content: '\e0fd';
  /* '' */
}

/* line 795, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22168, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-sort-alphabetically-outline:before {
  content: '\e0fe';
  /* '' */
}

/* line 798, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22174, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-sort-alphabetically:before {
  content: '\e0ff';
  /* '' */
}

/* line 801, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22180, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-sort-numerically-outline:before {
  content: '\e100';
  /* '' */
}

/* line 804, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22186, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-sort-numerically:before {
  content: '\e101';
  /* '' */
}

/* line 807, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22192, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-spanner-outline:before {
  content: '\e102';
  /* '' */
}

/* line 810, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22198, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-spanner:before {
  content: '\e103';
  /* '' */
}

/* line 813, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22204, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-spiral:before {
  content: '\e104';
  /* '' */
}

/* line 816, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22210, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-star-full-outline:before {
  content: '\e105';
  /* '' */
}

/* line 819, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22216, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-star-half-outline:before {
  content: '\e106';
  /* '' */
}

/* line 822, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22222, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-star-half:before {
  content: '\e107';
  /* '' */
}

/* line 825, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22228, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-star-outline:before {
  content: '\e108';
  /* '' */
}

/* line 828, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22234, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-star:before {
  content: '\e109';
  /* '' */
}

/* line 831, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22240, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-starburst-outline:before {
  content: '\e10a';
  /* '' */
}

/* line 834, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22246, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-starburst:before {
  content: '\e10b';
  /* '' */
}

/* line 837, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22252, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-stopwatch:before {
  content: '\e10c';
  /* '' */
}

/* line 840, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22258, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-support:before {
  content: '\e10d';
  /* '' */
}

/* line 843, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22264, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-tabs-outline:before {
  content: '\e10e';
  /* '' */
}

/* line 846, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22270, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-tag:before {
  content: '\e10f';
  /* '' */
}

/* line 849, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22276, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-tags:before {
  content: '\e110';
  /* '' */
}

/* line 852, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22282, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-th-large-outline:before {
  content: '\e111';
  /* '' */
}

/* line 855, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22288, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-th-large:before {
  content: '\e112';
  /* '' */
}

/* line 858, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22294, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-th-list-outline:before {
  content: '\e113';
  /* '' */
}

/* line 861, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22300, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-th-list:before {
  content: '\e114';
  /* '' */
}

/* line 864, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22306, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-th-menu-outline:before {
  content: '\e115';
  /* '' */
}

/* line 867, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22312, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-th-menu:before {
  content: '\e116';
  /* '' */
}

/* line 870, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22318, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-th-small-outline:before {
  content: '\e117';
  /* '' */
}

/* line 873, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22324, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-th-small:before {
  content: '\e118';
  /* '' */
}

/* line 876, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22330, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-thermometer:before {
  content: '\e119';
  /* '' */
}

/* line 879, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22336, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-thumbs-down:before {
  content: '\e11a';
  /* '' */
}

/* line 882, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22342, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-thumbs-ok:before {
  content: '\e11b';
  /* '' */
}

/* line 885, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22348, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-thumbs-up:before {
  content: '\e11c';
  /* '' */
}

/* line 888, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22354, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-tick-outline:before {
  content: '\e11d';
  /* '' */
}

/* line 891, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22360, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-tick:before {
  content: '\e11e';
  /* '' */
}

/* line 894, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22366, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-ticket:before {
  content: '\e11f';
  /* '' */
}

/* line 897, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22372, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-time:before {
  content: '\e120';
  /* '' */
}

/* line 900, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22378, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-times-outline:before {
  content: '\e121';
  /* '' */
}

/* line 903, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22384, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-times:before {
  content: '\e122';
  /* '' */
}

/* line 906, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22390, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-trash:before {
  content: '\e123';
  /* '' */
}

/* line 909, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22396, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-tree:before {
  content: '\e124';
  /* '' */
}

/* line 912, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22402, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-upload-outline:before {
  content: '\e125';
  /* '' */
}

/* line 915, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22408, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-upload:before {
  content: '\e126';
  /* '' */
}

/* line 918, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22414, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-user-add-outline:before {
  content: '\e127';
  /* '' */
}

/* line 921, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22420, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-user-add:before {
  content: '\e128';
  /* '' */
}

/* line 924, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22426, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-user-delete-outline:before {
  content: '\e129';
  /* '' */
}

/* line 927, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22432, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-user-delete:before {
  content: '\e12a';
  /* '' */
}

/* line 930, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22438, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-user-outline:before {
  content: '\e12b';
  /* '' */
}

/* line 933, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22444, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-user:before {
  content: '\e12c';
  /* '' */
}

/* line 936, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22450, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-vendor-android:before {
  content: '\e12d';
  /* '' */
}

/* line 939, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22456, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-vendor-apple:before {
  content: '\e12e';
  /* '' */
}

/* line 942, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22462, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-vendor-microsoft:before {
  content: '\e12f';
  /* '' */
}

/* line 945, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22468, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-video-outline:before {
  content: '\e130';
  /* '' */
}

/* line 948, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22474, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-video:before {
  content: '\e131';
  /* '' */
}

/* line 951, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22480, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-volume-down:before {
  content: '\e132';
  /* '' */
}

/* line 954, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22486, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-volume-mute:before {
  content: '\e133';
  /* '' */
}

/* line 957, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22492, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-volume-up:before {
  content: '\e134';
  /* '' */
}

/* line 960, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22498, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-volume:before {
  content: '\e135';
  /* '' */
}

/* line 963, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22504, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-warning-outline:before {
  content: '\e136';
  /* '' */
}

/* line 966, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22510, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-warning:before {
  content: '\e137';
  /* '' */
}

/* line 969, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22516, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-watch:before {
  content: '\e138';
  /* '' */
}

/* line 972, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22522, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-waves-outline:before {
  content: '\e139';
  /* '' */
}

/* line 975, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22528, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-waves:before {
  content: '\e13a';
  /* '' */
}

/* line 978, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22534, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-cloudy:before {
  content: '\e13b';
  /* '' */
}

/* line 981, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22540, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-downpour:before {
  content: '\e13c';
  /* '' */
}

/* line 984, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22546, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-night:before {
  content: '\e13d';
  /* '' */
}

/* line 987, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22552, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-partly-sunny:before {
  content: '\e13e';
  /* '' */
}

/* line 990, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22558, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-shower:before {
  content: '\e13f';
  /* '' */
}

/* line 993, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22564, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-snow:before {
  content: '\e140';
  /* '' */
}

/* line 996, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22570, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-stormy:before {
  content: '\e141';
  /* '' */
}

/* line 999, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22576, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-sunny:before {
  content: '\e142';
  /* '' */
}

/* line 1002, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22582, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-windy-cloudy:before {
  content: '\e143';
  /* '' */
}

/* line 1005, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22588, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-weather-windy:before {
  content: '\e144';
  /* '' */
}

/* line 1008, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22594, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-wi-fi-outline:before {
  content: '\e145';
  /* '' */
}

/* line 1011, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22600, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-wi-fi:before {
  content: '\e146';
  /* '' */
}

/* line 1014, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22606, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-wine:before {
  content: '\e147';
  /* '' */
}

/* line 1017, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22612, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-world-outline:before {
  content: '\e148';
  /* '' */
}

/* line 1020, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22618, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-world:before {
  content: '\e149';
  /* '' */
}

/* line 1023, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22624, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-zoom-in-outline:before {
  content: '\e14a';
  /* '' */
}

/* line 1026, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22630, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-zoom-in:before {
  content: '\e14b';
  /* '' */
}

/* line 1029, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22636, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-zoom-out-outline:before {
  content: '\e14c';
  /* '' */
}

/* line 1032, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22642, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-zoom-out:before {
  content: '\e14d';
  /* '' */
}

/* line 1035, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22648, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-zoom-outline:before {
  content: '\e14e';
  /* '' */
}

/* line 1038, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/typicons/typicons.scss */
/* line 22654, app/assets/stylesheets/legacy/public.scss.erb */
.typcn-zoom:before {
  content: '\e14f';
  /* '' */
}

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url(/assets/clean_admin/weathericons-regular-webfont-3afed4f78c201830d945410a7e27a9feb483282555b2870aafc99d2db65f4c2c.eot);
  src: url(/assets/clean_admin/weathericons-regular-webfont-3afed4f78c201830d945410a7e27a9feb483282555b2870aafc99d2db65f4c2c.eot?#iefix) format("embedded-opentype"), url(/assets/clean_admin/weathericons-regular-webfont-9327647771c09df82095dba3591c77cca41a9cedca948ae01e7fb70c690dcbd5.woff2) format("woff2"), url(/assets/clean_admin/weathericons-regular-webfont-d4e90136fa6f4b26d5613c85b84f823af1d7b34fc3d2e3549740b3aea510caad.woff) format("woff"), url(/assets/clean_admin/weathericons-regular-webfont-176bda6661f213dde47c2114d76e476ec8ca9aae07dd54f9550d2d28fe02b4fd.ttf) format("truetype"), url(/assets/clean_admin/weathericons-regular-webfont-e1bd62a72dc31598b1f10cbafe01a9892716902d738fda2a947bce41aa93c1a5.svg#weather_iconsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/weather-icons-core.scss */
/* line 22688, app/assets/stylesheets/legacy/public.scss.erb */
.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/weather-icons-core.scss */
/* line 22699, app/assets/stylesheets/legacy/public.scss.erb */
.wi-fw {
  width: 1.4em;
  text-align: center;
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/weather-icons-core.scss */
/* line 22705, app/assets/stylesheets/legacy/public.scss.erb */
.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/weather-icons-core.scss */
/* line 22712, app/assets/stylesheets/legacy/public.scss.erb */
.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/weather-icons-core.scss */
/* line 22719, app/assets/stylesheets/legacy/public.scss.erb */
.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/weather-icons-core.scss */
/* line 22726, app/assets/stylesheets/legacy/public.scss.erb */
.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/weather-icons-core.scss */
/* line 22733, app/assets/stylesheets/legacy/public.scss.erb */
.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22740, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-sunny:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22745, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-cloudy:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22750, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-cloudy-gusts:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22755, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-cloudy-windy:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22760, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-fog:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22765, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-hail:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22770, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-haze:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22775, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-lightning:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22780, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-rain:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22785, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-rain-mix:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22790, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-rain-wind:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22795, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-showers:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22800, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-sleet:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22805, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-sleet-storm:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22810, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-snow:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22815, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-snow-thunderstorm:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22820, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-snow-wind:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22825, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-sprinkle:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22830, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-storm-showers:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22835, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-sunny-overcast:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22840, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-thunderstorm:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22845, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-windy:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22850, app/assets/stylesheets/legacy/public.scss.erb */
.wi-solar-eclipse:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22855, app/assets/stylesheets/legacy/public.scss.erb */
.wi-hot:before {
  content: "";
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22860, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-cloudy-high:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-day.scss */
/* line 22865, app/assets/stylesheets/legacy/public.scss.erb */
.wi-day-light-wind:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22870, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-clear:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22875, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-cloudy:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22880, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-cloudy-gusts:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22885, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-cloudy-windy:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22890, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-hail:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22895, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-lightning:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22900, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-rain:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22905, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-rain-mix:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22910, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-rain-wind:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22915, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-showers:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22920, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-sleet:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22925, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-sleet-storm:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22930, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-snow:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22935, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-snow-thunderstorm:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22940, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-snow-wind:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22945, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-sprinkle:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22950, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-storm-showers:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22955, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-thunderstorm:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22960, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-cloudy:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22965, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-cloudy-gusts:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22970, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-cloudy-windy:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22975, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-fog:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22980, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-hail:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22985, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-lightning:before {
  content: "";
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22990, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-partly-cloudy:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 22995, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-rain:before {
  content: "";
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23000, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-rain-mix:before {
  content: "";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23005, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-rain-wind:before {
  content: "";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23010, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-showers:before {
  content: "";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23015, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-sleet:before {
  content: "";
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23020, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-sleet-storm:before {
  content: "";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23025, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-snow:before {
  content: "";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23030, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-snow-thunderstorm:before {
  content: "";
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23035, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-snow-wind:before {
  content: "";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23040, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-sprinkle:before {
  content: "";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23045, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-storm-showers:before {
  content: "";
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23050, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-thunderstorm:before {
  content: "";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23055, app/assets/stylesheets/legacy/public.scss.erb */
.wi-lunar-eclipse:before {
  content: "";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23060, app/assets/stylesheets/legacy/public.scss.erb */
.wi-stars:before {
  content: "";
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23065, app/assets/stylesheets/legacy/public.scss.erb */
.wi-storm-showers:before {
  content: "";
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23070, app/assets/stylesheets/legacy/public.scss.erb */
.wi-thunderstorm:before {
  content: "";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23075, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-cloudy-high:before {
  content: "";
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23080, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-cloudy-high:before {
  content: "";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-night.scss */
/* line 23085, app/assets/stylesheets/legacy/public.scss.erb */
.wi-night-alt-partly-cloudy:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23090, app/assets/stylesheets/legacy/public.scss.erb */
.wi-cloud:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23095, app/assets/stylesheets/legacy/public.scss.erb */
.wi-cloudy:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23100, app/assets/stylesheets/legacy/public.scss.erb */
.wi-cloudy-gusts:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23105, app/assets/stylesheets/legacy/public.scss.erb */
.wi-cloudy-windy:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23110, app/assets/stylesheets/legacy/public.scss.erb */
.wi-fog:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23115, app/assets/stylesheets/legacy/public.scss.erb */
.wi-hail:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23120, app/assets/stylesheets/legacy/public.scss.erb */
.wi-rain:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23125, app/assets/stylesheets/legacy/public.scss.erb */
.wi-rain-mix:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23130, app/assets/stylesheets/legacy/public.scss.erb */
.wi-rain-wind:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23135, app/assets/stylesheets/legacy/public.scss.erb */
.wi-showers:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23140, app/assets/stylesheets/legacy/public.scss.erb */
.wi-sleet:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23145, app/assets/stylesheets/legacy/public.scss.erb */
.wi-snow:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23150, app/assets/stylesheets/legacy/public.scss.erb */
.wi-sprinkle:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23155, app/assets/stylesheets/legacy/public.scss.erb */
.wi-storm-showers:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23160, app/assets/stylesheets/legacy/public.scss.erb */
.wi-thunderstorm:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23165, app/assets/stylesheets/legacy/public.scss.erb */
.wi-snow-wind:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23170, app/assets/stylesheets/legacy/public.scss.erb */
.wi-snow:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23175, app/assets/stylesheets/legacy/public.scss.erb */
.wi-smog:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23180, app/assets/stylesheets/legacy/public.scss.erb */
.wi-smoke:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23185, app/assets/stylesheets/legacy/public.scss.erb */
.wi-lightning:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23190, app/assets/stylesheets/legacy/public.scss.erb */
.wi-raindrops:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23195, app/assets/stylesheets/legacy/public.scss.erb */
.wi-raindrop:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23200, app/assets/stylesheets/legacy/public.scss.erb */
.wi-dust:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23205, app/assets/stylesheets/legacy/public.scss.erb */
.wi-snowflake-cold:before {
  content: "";
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23210, app/assets/stylesheets/legacy/public.scss.erb */
.wi-windy:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23215, app/assets/stylesheets/legacy/public.scss.erb */
.wi-strong-wind:before {
  content: "";
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23220, app/assets/stylesheets/legacy/public.scss.erb */
.wi-sandstorm:before {
  content: "";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23225, app/assets/stylesheets/legacy/public.scss.erb */
.wi-earthquake:before {
  content: "";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23230, app/assets/stylesheets/legacy/public.scss.erb */
.wi-fire:before {
  content: "";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23235, app/assets/stylesheets/legacy/public.scss.erb */
.wi-flood:before {
  content: "";
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23240, app/assets/stylesheets/legacy/public.scss.erb */
.wi-meteor:before {
  content: "";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23245, app/assets/stylesheets/legacy/public.scss.erb */
.wi-tsunami:before {
  content: "";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23250, app/assets/stylesheets/legacy/public.scss.erb */
.wi-volcano:before {
  content: "";
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23255, app/assets/stylesheets/legacy/public.scss.erb */
.wi-hurricane:before {
  content: "";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23260, app/assets/stylesheets/legacy/public.scss.erb */
.wi-tornado:before {
  content: "";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23265, app/assets/stylesheets/legacy/public.scss.erb */
.wi-small-craft-advisory:before {
  content: "";
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23270, app/assets/stylesheets/legacy/public.scss.erb */
.wi-gale-warning:before {
  content: "";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23275, app/assets/stylesheets/legacy/public.scss.erb */
.wi-storm-warning:before {
  content: "";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23280, app/assets/stylesheets/legacy/public.scss.erb */
.wi-hurricane-warning:before {
  content: "";
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-neutral.scss */
/* line 23285, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-direction:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23290, app/assets/stylesheets/legacy/public.scss.erb */
.wi-alien:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23295, app/assets/stylesheets/legacy/public.scss.erb */
.wi-celsius:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23300, app/assets/stylesheets/legacy/public.scss.erb */
.wi-fahrenheit:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23305, app/assets/stylesheets/legacy/public.scss.erb */
.wi-degrees:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23310, app/assets/stylesheets/legacy/public.scss.erb */
.wi-thermometer:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23315, app/assets/stylesheets/legacy/public.scss.erb */
.wi-thermometer-exterior:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23320, app/assets/stylesheets/legacy/public.scss.erb */
.wi-thermometer-internal:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23325, app/assets/stylesheets/legacy/public.scss.erb */
.wi-cloud-down:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23330, app/assets/stylesheets/legacy/public.scss.erb */
.wi-cloud-up:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23335, app/assets/stylesheets/legacy/public.scss.erb */
.wi-cloud-refresh:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23340, app/assets/stylesheets/legacy/public.scss.erb */
.wi-horizon:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23345, app/assets/stylesheets/legacy/public.scss.erb */
.wi-horizon-alt:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23350, app/assets/stylesheets/legacy/public.scss.erb */
.wi-sunrise:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23355, app/assets/stylesheets/legacy/public.scss.erb */
.wi-sunset:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23360, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moonrise:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23365, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moonset:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23370, app/assets/stylesheets/legacy/public.scss.erb */
.wi-refresh:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23375, app/assets/stylesheets/legacy/public.scss.erb */
.wi-refresh-alt:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23380, app/assets/stylesheets/legacy/public.scss.erb */
.wi-umbrella:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23385, app/assets/stylesheets/legacy/public.scss.erb */
.wi-barometer:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23390, app/assets/stylesheets/legacy/public.scss.erb */
.wi-humidity:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23395, app/assets/stylesheets/legacy/public.scss.erb */
.wi-na:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-misc.scss */
/* line 23400, app/assets/stylesheets/legacy/public.scss.erb */
.wi-train:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23405, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-new:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23410, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-crescent-1:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23415, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-crescent-2:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23420, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-crescent-3:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23425, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-crescent-4:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23430, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-crescent-5:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23435, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-crescent-6:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23440, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-first-quarter:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23445, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-gibbous-1:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23450, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-gibbous-2:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23455, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-gibbous-3:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23460, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-gibbous-4:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23465, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-gibbous-5:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23470, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waxing-gibbous-6:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23475, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-full:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23480, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-gibbous-1:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23485, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-gibbous-2:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23490, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-gibbous-3:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23495, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-gibbous-4:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23500, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-gibbous-5:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23505, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-gibbous-6:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23510, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-third-quarter:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23515, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-crescent-1:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23520, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-crescent-2:before {
  content: "";
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23525, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-crescent-3:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23530, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-crescent-4:before {
  content: "";
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23535, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-crescent-5:before {
  content: "";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23540, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-waning-crescent-6:before {
  content: "";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23545, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-new:before {
  content: "";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23550, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-crescent-1:before {
  content: "";
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23555, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-crescent-2:before {
  content: "";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23560, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-crescent-3:before {
  content: "";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23565, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-crescent-4:before {
  content: "";
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23570, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-crescent-5:before {
  content: "";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23575, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-crescent-6:before {
  content: "";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23580, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-first-quarter:before {
  content: "";
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23585, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-gibbous-1:before {
  content: "";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23590, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-gibbous-2:before {
  content: "";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23595, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-gibbous-3:before {
  content: "";
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23600, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-gibbous-4:before {
  content: "";
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23605, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-gibbous-5:before {
  content: "";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23610, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waxing-gibbous-6:before {
  content: "";
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23615, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-full:before {
  content: "";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23620, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-gibbous-1:before {
  content: "";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23625, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-gibbous-2:before {
  content: "";
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23630, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-gibbous-3:before {
  content: "";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23635, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-gibbous-4:before {
  content: "";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23640, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-gibbous-5:before {
  content: "";
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23645, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-gibbous-6:before {
  content: "";
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23650, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-third-quarter:before {
  content: "";
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23655, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-crescent-1:before {
  content: "";
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23660, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-crescent-2:before {
  content: "";
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23665, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-crescent-3:before {
  content: "";
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23670, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-crescent-4:before {
  content: "";
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23675, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-crescent-5:before {
  content: "";
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon.scss */
/* line 23680, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-alt-waning-crescent-6:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23685, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-0:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23690, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-1:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23695, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-2:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23700, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-3:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23705, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-4:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23710, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-5:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23715, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-6:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23720, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-7:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23725, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-8:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23730, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-9:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23735, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-10:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23740, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-11:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23745, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-12:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23750, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-13:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23755, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-14:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23760, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-15:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23765, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-16:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23770, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-17:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23775, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-18:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23780, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-19:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23785, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-20:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23790, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-21:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23795, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-22:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23800, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-23:before {
  content: "";
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23805, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-24:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23810, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-25:before {
  content: "";
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23815, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-26:before {
  content: "";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-moon-aliases.scss */
/* line 23820, app/assets/stylesheets/legacy/public.scss.erb */
.wi-moon-27:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23825, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-1:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23830, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-2:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23835, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-3:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23840, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-4:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23845, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-5:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23850, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-6:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23855, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-7:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23860, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-8:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23865, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-9:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23870, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-10:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23875, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-11:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-time.scss */
/* line 23880, app/assets/stylesheets/legacy/public.scss.erb */
.wi-time-12:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-direction.scss */
/* line 23885, app/assets/stylesheets/legacy/public.scss.erb */
.wi-direction-up:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-direction.scss */
/* line 23890, app/assets/stylesheets/legacy/public.scss.erb */
.wi-direction-up-right:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-direction.scss */
/* line 23895, app/assets/stylesheets/legacy/public.scss.erb */
.wi-direction-right:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-direction.scss */
/* line 23900, app/assets/stylesheets/legacy/public.scss.erb */
.wi-direction-down-right:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-direction.scss */
/* line 23905, app/assets/stylesheets/legacy/public.scss.erb */
.wi-direction-down:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-direction.scss */
/* line 23910, app/assets/stylesheets/legacy/public.scss.erb */
.wi-direction-down-left:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-direction.scss */
/* line 23915, app/assets/stylesheets/legacy/public.scss.erb */
.wi-direction-left:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-direction.scss */
/* line 23920, app/assets/stylesheets/legacy/public.scss.erb */
.wi-direction-up-left:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23925, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-0:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23930, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-1:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23935, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-2:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23940, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-3:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23945, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-4:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23950, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-5:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23955, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-6:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23960, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-7:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23965, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-8:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23970, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-9:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23975, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-10:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23980, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-11:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/icon-classes/classes-beaufort.scss */
/* line 23985, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wind-beaufort-12:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 23990, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-0:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 23995, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-1:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24000, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-2:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24005, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-3:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24010, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-4:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24015, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-5:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24020, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-6:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24025, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-7:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24030, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-8:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24035, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-9:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24040, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-10:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24045, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-11:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24050, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-12:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24055, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-13:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24060, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-14:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24065, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-15:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24070, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-16:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24075, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-17:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24080, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-18:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24085, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-19:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24090, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-20:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24095, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-21:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24100, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-22:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24105, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-23:before {
  content: "";
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24110, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-24:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24115, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-25:before {
  content: "";
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24120, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-26:before {
  content: "";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24125, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-27:before {
  content: "";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24130, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-28:before {
  content: "";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24135, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-29:before {
  content: "";
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24140, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-30:before {
  content: "";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24145, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-31:before {
  content: "";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24150, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-32:before {
  content: "";
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24155, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-33:before {
  content: "";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24160, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-34:before {
  content: "";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24165, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-35:before {
  content: "";
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24170, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-36:before {
  content: "";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24175, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-37:before {
  content: "";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24180, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-38:before {
  content: "";
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24185, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-39:before {
  content: "";
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24190, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-40:before {
  content: "";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24195, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-41:before {
  content: "";
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24200, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-42:before {
  content: "";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24205, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-43:before {
  content: "";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24210, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-44:before {
  content: "";
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24215, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-45:before {
  content: "";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24220, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-46:before {
  content: "";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24225, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-47:before {
  content: "";
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-yahoo.scss */
/* line 24230, app/assets/stylesheets/legacy/public.scss.erb */
.wi-yahoo-3200:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24235, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-clear-day:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24240, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-clear-night:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24245, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-rain:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24250, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-snow:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24255, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-sleet:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24260, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-wind:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24265, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-fog:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24270, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-cloudy:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24275, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-partly-cloudy-day:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24280, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-partly-cloudy-night:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24285, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-hail:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24290, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-thunderstorm:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-forecast-io.scss */
/* line 24295, app/assets/stylesheets/legacy/public.scss.erb */
.wi-forecast-io-tornado:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24300, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24306, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24312, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24318, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24324, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24330, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24336, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-10:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24341, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-11:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24346, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-12:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24351, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-18:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24356, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-20:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24361, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-21:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24366, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-22:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24371, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-23:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24376, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-24:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24381, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-25:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24386, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-26:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24391, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-27:before {
  content: "";
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24396, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-28:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24401, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-29:before {
  content: "";
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24406, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-30:before {
  content: "";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24411, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-31:before {
  content: "";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24416, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-32:before {
  content: "";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24421, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-33:before {
  content: "";
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24426, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-34:before {
  content: "";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24431, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-35:before {
  content: "";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24436, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-40:before {
  content: "";
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24441, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-41:before {
  content: "";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24446, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-42:before {
  content: "";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24451, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-43:before {
  content: "";
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24456, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-44:before {
  content: "";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24461, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-45:before {
  content: "";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24466, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-46:before {
  content: "";
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24471, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-47:before {
  content: "";
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24476, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-48:before {
  content: "";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24481, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-50:before {
  content: "";
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24486, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-51:before {
  content: "";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24491, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-52:before {
  content: "";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24496, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-53:before {
  content: "";
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24501, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-54:before {
  content: "";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24506, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-55:before {
  content: "";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24511, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-56:before {
  content: "";
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24516, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-57:before {
  content: "";
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24521, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-58:before {
  content: "";
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24526, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-60:before {
  content: "";
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24531, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-61:before {
  content: "";
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24536, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-62:before {
  content: "";
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24541, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-63:before {
  content: "";
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24546, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-64:before {
  content: "";
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24551, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-65:before {
  content: "";
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24556, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-66:before {
  content: "";
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24561, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-67:before {
  content: "";
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24566, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-68:before {
  content: "";
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24571, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-70:before {
  content: "";
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24576, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-71:before {
  content: "";
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24581, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-72:before {
  content: "";
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24586, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-73:before {
  content: "";
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24591, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-74:before {
  content: "";
}

/* line 65, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24596, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-75:before {
  content: "";
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24601, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-76:before {
  content: "";
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24606, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-77:before {
  content: "";
}

/* line 68, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24611, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-78:before {
  content: "";
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24616, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-80:before {
  content: "";
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24621, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-81:before {
  content: "";
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24626, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-82:before {
  content: "";
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24631, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-83:before {
  content: "";
}

/* line 73, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24636, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-84:before {
  content: "";
}

/* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24641, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-85:before {
  content: "";
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24646, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-86:before {
  content: "";
}

/* line 76, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24651, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-87:before {
  content: "";
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24656, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-89:before {
  content: "";
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24661, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-90:before {
  content: "";
}

/* line 79, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24666, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-91:before {
  content: "";
}

/* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24671, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-92:before {
  content: "";
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24676, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-93:before {
  content: "";
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24681, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-94:before {
  content: "";
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24686, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-95:before {
  content: "";
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24691, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-96:before {
  content: "";
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wmo4680.scss */
/* line 24696, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wmo4680-99:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24701, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-200:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24706, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-201:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24711, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-202:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24716, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-210:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24721, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-211:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24726, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-212:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24731, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-221:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24736, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-230:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24741, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-231:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24746, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-232:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24751, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-300:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24756, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-301:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24761, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-302:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24766, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-310:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24771, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-311:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24776, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-312:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24781, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-313:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24786, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-314:before {
  content: "";
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24791, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-321:before {
  content: "";
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24796, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-500:before {
  content: "";
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24801, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-501:before {
  content: "";
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24806, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-502:before {
  content: "";
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24811, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-503:before {
  content: "";
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24816, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-504:before {
  content: "";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24821, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-511:before {
  content: "";
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24826, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-520:before {
  content: "";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24831, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-521:before {
  content: "";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24836, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-522:before {
  content: "";
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24841, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-531:before {
  content: "";
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24846, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-600:before {
  content: "";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24851, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-601:before {
  content: "";
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24856, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-602:before {
  content: "";
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24861, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-611:before {
  content: "";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24866, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-612:before {
  content: "";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24871, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-615:before {
  content: "";
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24876, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-616:before {
  content: "";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24881, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-620:before {
  content: "";
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24886, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-621:before {
  content: "";
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24891, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-622:before {
  content: "";
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24896, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-701:before {
  content: "";
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24901, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-711:before {
  content: "";
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24906, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-721:before {
  content: "";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24911, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-731:before {
  content: "";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24916, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-741:before {
  content: "";
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24921, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-761:before {
  content: "";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24926, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-762:before {
  content: "";
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24931, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-771:before {
  content: "";
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24936, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-781:before {
  content: "";
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24941, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-800:before {
  content: "";
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24946, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-801:before {
  content: "";
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24951, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-802:before {
  content: "";
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24956, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-803:before {
  content: "";
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24961, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-804:before {
  content: "";
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24966, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-900:before {
  content: "";
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24971, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-901:before {
  content: "";
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24976, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-902:before {
  content: "";
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24981, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-903:before {
  content: "";
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24986, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-904:before {
  content: "";
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24991, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-905:before {
  content: "";
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 24996, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-906:before {
  content: "";
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25001, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-957:before {
  content: "";
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25006, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-200:before {
  content: "";
}

/* line 65, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25011, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-201:before {
  content: "";
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25016, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-202:before {
  content: "";
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25021, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-210:before {
  content: "";
}

/* line 68, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25026, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-211:before {
  content: "";
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25031, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-212:before {
  content: "";
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25036, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-221:before {
  content: "";
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25041, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-230:before {
  content: "";
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25046, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-231:before {
  content: "";
}

/* line 73, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25051, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-232:before {
  content: "";
}

/* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25056, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-300:before {
  content: "";
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25061, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-301:before {
  content: "";
}

/* line 76, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25066, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-302:before {
  content: "";
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25071, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-310:before {
  content: "";
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25076, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-311:before {
  content: "";
}

/* line 79, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25081, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-312:before {
  content: "";
}

/* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25086, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-313:before {
  content: "";
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25091, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-314:before {
  content: "";
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25096, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-321:before {
  content: "";
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25101, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-500:before {
  content: "";
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25106, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-501:before {
  content: "";
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25111, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-502:before {
  content: "";
}

/* line 86, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25116, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-503:before {
  content: "";
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25121, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-504:before {
  content: "";
}

/* line 88, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25126, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-511:before {
  content: "";
}

/* line 89, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25131, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-520:before {
  content: "";
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25136, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-521:before {
  content: "";
}

/* line 91, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25141, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-522:before {
  content: "";
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25146, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-531:before {
  content: "";
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25151, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-600:before {
  content: "";
}

/* line 94, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25156, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-601:before {
  content: "";
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25161, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-602:before {
  content: "";
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25166, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-611:before {
  content: "";
}

/* line 97, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25171, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-612:before {
  content: "";
}

/* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25176, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-615:before {
  content: "";
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25181, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-616:before {
  content: "";
}

/* line 100, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25186, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-620:before {
  content: "";
}

/* line 101, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25191, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-621:before {
  content: "";
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25196, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-622:before {
  content: "";
}

/* line 103, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25201, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-701:before {
  content: "";
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25206, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-711:before {
  content: "";
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25211, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-721:before {
  content: "";
}

/* line 106, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25216, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-731:before {
  content: "";
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25221, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-741:before {
  content: "";
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25226, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-761:before {
  content: "";
}

/* line 109, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25231, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-762:before {
  content: "";
}

/* line 110, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25236, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-781:before {
  content: "";
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25241, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-800:before {
  content: "";
}

/* line 112, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25246, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-801:before {
  content: "";
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25251, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-802:before {
  content: "";
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25256, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-803:before {
  content: "";
}

/* line 115, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25261, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-804:before {
  content: "";
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25266, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-900:before {
  content: "";
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25271, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-902:before {
  content: "";
}

/* line 118, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25276, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-903:before {
  content: "";
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25281, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-904:before {
  content: "";
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25286, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-906:before {
  content: "";
}

/* line 121, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25291, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-day-957:before {
  content: "";
}

/* line 123, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25296, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-200:before {
  content: "";
}

/* line 124, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25301, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-201:before {
  content: "";
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25306, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-202:before {
  content: "";
}

/* line 126, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25311, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-210:before {
  content: "";
}

/* line 127, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25316, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-211:before {
  content: "";
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25321, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-212:before {
  content: "";
}

/* line 129, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25326, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-221:before {
  content: "";
}

/* line 130, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25331, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-230:before {
  content: "";
}

/* line 131, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25336, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-231:before {
  content: "";
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25341, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-232:before {
  content: "";
}

/* line 133, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25346, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-300:before {
  content: "";
}

/* line 134, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25351, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-301:before {
  content: "";
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25356, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-302:before {
  content: "";
}

/* line 136, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25361, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-310:before {
  content: "";
}

/* line 137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25366, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-311:before {
  content: "";
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25371, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-312:before {
  content: "";
}

/* line 139, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25376, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-313:before {
  content: "";
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25381, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-314:before {
  content: "";
}

/* line 141, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25386, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-321:before {
  content: "";
}

/* line 142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25391, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-500:before {
  content: "";
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25396, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-501:before {
  content: "";
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25401, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-502:before {
  content: "";
}

/* line 145, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25406, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-503:before {
  content: "";
}

/* line 146, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25411, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-504:before {
  content: "";
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25416, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-511:before {
  content: "";
}

/* line 148, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25421, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-520:before {
  content: "";
}

/* line 149, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25426, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-521:before {
  content: "";
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25431, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-522:before {
  content: "";
}

/* line 151, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25436, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-531:before {
  content: "";
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25441, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-600:before {
  content: "";
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25446, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-601:before {
  content: "";
}

/* line 154, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25451, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-602:before {
  content: "";
}

/* line 155, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25456, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-611:before {
  content: "";
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25461, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-612:before {
  content: "";
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25466, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-615:before {
  content: "";
}

/* line 158, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25471, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-616:before {
  content: "";
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25476, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-620:before {
  content: "";
}

/* line 160, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25481, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-621:before {
  content: "";
}

/* line 161, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25486, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-622:before {
  content: "";
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25491, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-701:before {
  content: "";
}

/* line 163, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25496, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-711:before {
  content: "";
}

/* line 164, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25501, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-721:before {
  content: "";
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25506, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-731:before {
  content: "";
}

/* line 166, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25511, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-741:before {
  content: "";
}

/* line 167, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25516, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-761:before {
  content: "";
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25521, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-762:before {
  content: "";
}

/* line 169, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25526, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-781:before {
  content: "";
}

/* line 170, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25531, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-800:before {
  content: "";
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25536, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-801:before {
  content: "";
}

/* line 172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25541, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-802:before {
  content: "";
}

/* line 173, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25546, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-803:before {
  content: "";
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25551, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-804:before {
  content: "";
}

/* line 175, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25556, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-900:before {
  content: "";
}

/* line 176, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25561, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-902:before {
  content: "";
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25566, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-903:before {
  content: "";
}

/* line 178, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25571, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-904:before {
  content: "";
}

/* line 179, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25576, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-906:before {
  content: "";
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-owm.scss */
/* line 25581, app/assets/stylesheets/legacy/public.scss.erb */
.wi-owm-night-957:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25586, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-chanceflurries:before {
  content: "";
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25591, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-chancerain:before {
  content: "";
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25596, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-chancesleat:before {
  content: "";
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25601, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-chancesnow:before {
  content: "";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25606, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-chancetstorms:before {
  content: "";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25611, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-clear:before {
  content: "";
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25616, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-cloudy:before {
  content: "";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25621, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-flurries:before {
  content: "";
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25626, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-hazy:before {
  content: "";
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25631, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-mostlycloudy:before {
  content: "";
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25636, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-mostlysunny:before {
  content: "";
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25641, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-partlycloudy:before {
  content: "";
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25646, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-partlysunny:before {
  content: "";
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25651, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-rain:before {
  content: "";
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25656, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-sleat:before {
  content: "";
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25661, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-snow:before {
  content: "";
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25666, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-sunny:before {
  content: "";
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25671, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-tstorms:before {
  content: "";
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/icon_fonts_assets/weather-icons/sass/mappings/wi-wunderground.scss */
/* line 25676, app/assets/stylesheets/legacy/public.scss.erb */
.wi-wu-unknown:before {
  content: "";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dragula.js/dist/dragula.min.css */
/* line 25681, app/assets/stylesheets/legacy/public.scss.erb */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dragula.js/dist/dragula.min.css */
/* line 25691, app/assets/stylesheets/legacy/public.scss.erb */
.gu-hide {
  display: none !important;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dragula.js/dist/dragula.min.css */
/* line 25696, app/assets/stylesheets/legacy/public.scss.erb */
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dragula.js/dist/dragula.min.css */
/* line 25704, app/assets/stylesheets/legacy/public.scss.erb */
.gu-transit {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* Slider */
/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25712, app/assets/stylesheets/legacy/public.scss.erb */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25726, app/assets/stylesheets/legacy/public.scss.erb */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25734, app/assets/stylesheets/legacy/public.scss.erb */
.slick-list:focus {
  outline: none;
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25738, app/assets/stylesheets/legacy/public.scss.erb */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25744, app/assets/stylesheets/legacy/public.scss.erb */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25751, app/assets/stylesheets/legacy/public.scss.erb */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25758, app/assets/stylesheets/legacy/public.scss.erb */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25763, app/assets/stylesheets/legacy/public.scss.erb */
.slick-track:after {
  clear: both;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25767, app/assets/stylesheets/legacy/public.scss.erb */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25772, app/assets/stylesheets/legacy/public.scss.erb */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25779, app/assets/stylesheets/legacy/public.scss.erb */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25783, app/assets/stylesheets/legacy/public.scss.erb */
.slick-slide img {
  display: block;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25787, app/assets/stylesheets/legacy/public.scss.erb */
.slick-slide.slick-loading img {
  display: none;
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25791, app/assets/stylesheets/legacy/public.scss.erb */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25795, app/assets/stylesheets/legacy/public.scss.erb */
.slick-initialized .slick-slide {
  display: block;
}

/* line 86, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25799, app/assets/stylesheets/legacy/public.scss.erb */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25803, app/assets/stylesheets/legacy/public.scss.erb */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/slick-carousel/slick/slick.scss */
/* line 25810, app/assets/stylesheets/legacy/public.scss.erb */
.slick-arrow.slick-hidden {
  display: none;
}

/* perfect-scrollbar v0.7.0 */
/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25816, app/assets/stylesheets/legacy/public.scss.erb */
.ps {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  /* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
  /* line 25824, app/assets/stylesheets/legacy/public.scss.erb */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
  /* line 25830, app/assets/stylesheets/legacy/public.scss.erb */
  .ps {
    overflow: auto !important;
  }
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25835, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25841, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25847, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25853, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25859, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25865, app/assets/stylesheets/legacy/public.scss.erb */
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25875, app/assets/stylesheets/legacy/public.scss.erb */
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25885, app/assets/stylesheets/legacy/public.scss.erb */
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25890, app/assets/stylesheets/legacy/public.scss.erb */
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25900, app/assets/stylesheets/legacy/public.scss.erb */
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25910, app/assets/stylesheets/legacy/public.scss.erb */
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25915, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--in-scrolling.ps--x:hover > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25921, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--in-scrolling.ps--x:hover > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25927, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--in-scrolling.ps--y:hover > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25933, app/assets/stylesheets/legacy/public.scss.erb */
.ps.ps--in-scrolling.ps--y:hover > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25939, app/assets/stylesheets/legacy/public.scss.erb */
.ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
  opacity: .6;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25944, app/assets/stylesheets/legacy/public.scss.erb */
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25950, app/assets/stylesheets/legacy/public.scss.erb */
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25955, app/assets/stylesheets/legacy/public.scss.erb */
.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/perfect-scrollbar/css/perfect-scrollbar.min.css */
/* line 25961, app/assets/stylesheets/legacy/public.scss.erb */
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 25971, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon, body .fc {
  font-size: 1em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 25976, app/assets/stylesheets/legacy/public.scss.erb */
.fc-button-group, .fc-icon {
  display: inline-block;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 25981, app/assets/stylesheets/legacy/public.scss.erb */
.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 25986, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon, .fc-unselectable {
  -khtml-user-select: none;
  -webkit-touch-callout: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 25992, app/assets/stylesheets/legacy/public.scss.erb */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 25998, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl {
  text-align: right;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26003, app/assets/stylesheets/legacy/public.scss.erb */
.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26008, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26013, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26018, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26023, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26028, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26033, app/assets/stylesheets/legacy/public.scss.erb */
.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26039, app/assets/stylesheets/legacy/public.scss.erb */
.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26045, app/assets/stylesheets/legacy/public.scss.erb */
.fc-nonbusiness {
  background: #d7d7d7;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26050, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26056, app/assets/stylesheets/legacy/public.scss.erb */
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26061, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26073, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon:after {
  position: relative;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26078, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26086, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26094, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26101, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26108, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26115, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26122, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26129, app/assets/stylesheets/legacy/public.scss.erb */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26136, app/assets/stylesheets/legacy/public.scss.erb */
.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26147, app/assets/stylesheets/legacy/public.scss.erb */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26153, app/assets/stylesheets/legacy/public.scss.erb */
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26166, app/assets/stylesheets/legacy/public.scss.erb */
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26172, app/assets/stylesheets/legacy/public.scss.erb */
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26178, app/assets/stylesheets/legacy/public.scss.erb */
.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26186, app/assets/stylesheets/legacy/public.scss.erb */
.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26192, app/assets/stylesheets/legacy/public.scss.erb */
.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position .1s linear;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26200, app/assets/stylesheets/legacy/public.scss.erb */
.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26207, app/assets/stylesheets/legacy/public.scss.erb */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26215, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26220, app/assets/stylesheets/legacy/public.scss.erb */
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26226, app/assets/stylesheets/legacy/public.scss.erb */
.fc .fc-button-group > :first-child {
  margin-left: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26231, app/assets/stylesheets/legacy/public.scss.erb */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26237, app/assets/stylesheets/legacy/public.scss.erb */
.fc-popover .fc-header {
  padding: 2px 4px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26242, app/assets/stylesheets/legacy/public.scss.erb */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26247, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26252, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26257, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26263, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26269, app/assets/stylesheets/legacy/public.scss.erb */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26274, app/assets/stylesheets/legacy/public.scss.erb */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26280, app/assets/stylesheets/legacy/public.scss.erb */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26288, app/assets/stylesheets/legacy/public.scss.erb */
.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26293, app/assets/stylesheets/legacy/public.scss.erb */
.fc-clear {
  clear: both;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26298, app/assets/stylesheets/legacy/public.scss.erb */
.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26306, app/assets/stylesheets/legacy/public.scss.erb */
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26316, app/assets/stylesheets/legacy/public.scss.erb */
.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26324, app/assets/stylesheets/legacy/public.scss.erb */
.fc td.fc-today {
  border-style: double;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26329, app/assets/stylesheets/legacy/public.scss.erb */
a[data-goto]:hover {
  text-decoration: underline;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26334, app/assets/stylesheets/legacy/public.scss.erb */
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26340, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26347, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26352, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row {
  position: relative;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26357, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row .fc-bg {
  z-index: 1;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26362, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26367, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26372, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26377, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26384, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26389, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  border-bottom: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26396, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26401, app/assets/stylesheets/legacy/public.scss.erb */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26406, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26411, app/assets/stylesheets/legacy/public.scss.erb */
.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26417, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  font-weight: 400;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26428, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event, .fc-event-dot {
  background-color: #3a87ad;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26433, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26439, app/assets/stylesheets/legacy/public.scss.erb */
.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26444, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26451, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26457, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26464, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26469, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26482, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26488, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26493, app/assets/stylesheets/legacy/public.scss.erb */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26504, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26513, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26522, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26528, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26534, app/assets/stylesheets/legacy/public.scss.erb */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26541, app/assets/stylesheets/legacy/public.scss.erb */
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26554, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26559, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26564, app/assets/stylesheets/legacy/public.scss.erb */
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26570, app/assets/stylesheets/legacy/public.scss.erb */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26575, app/assets/stylesheets/legacy/public.scss.erb */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26588, app/assets/stylesheets/legacy/public.scss.erb */
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26594, app/assets/stylesheets/legacy/public.scss.erb */
.fc-day-grid-event .fc-time {
  font-weight: 700;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26599, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26604, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26609, app/assets/stylesheets/legacy/public.scss.erb */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26617, app/assets/stylesheets/legacy/public.scss.erb */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26622, app/assets/stylesheets/legacy/public.scss.erb */
.fc-limited {
  display: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26627, app/assets/stylesheets/legacy/public.scss.erb */
.fc-day-grid .fc-row {
  z-index: 1;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26632, app/assets/stylesheets/legacy/public.scss.erb */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26638, app/assets/stylesheets/legacy/public.scss.erb */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26643, app/assets/stylesheets/legacy/public.scss.erb */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26649, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26658, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26663, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26668, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar .fc-left {
  float: left;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26673, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar .fc-right {
  float: right;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26678, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26683, app/assets/stylesheets/legacy/public.scss.erb */
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26689, app/assets/stylesheets/legacy/public.scss.erb */
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26694, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar h2 {
  margin: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26699, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar button {
  position: relative;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26704, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26709, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26714, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26719, app/assets/stylesheets/legacy/public.scss.erb */
.fc-toolbar button:focus {
  z-index: 5;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26724, app/assets/stylesheets/legacy/public.scss.erb */
.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  box-sizing: content-box;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26729, app/assets/stylesheets/legacy/public.scss.erb */
.fc-view, .fc-view > table {
  position: relative;
  z-index: 1;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26735, app/assets/stylesheets/legacy/public.scss.erb */
.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26740, app/assets/stylesheets/legacy/public.scss.erb */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26745, app/assets/stylesheets/legacy/public.scss.erb */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26753, app/assets/stylesheets/legacy/public.scss.erb */
.fc-day-top.fc-other-month {
  opacity: .3;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26758, app/assets/stylesheets/legacy/public.scss.erb */
.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26763, app/assets/stylesheets/legacy/public.scss.erb */
.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26768, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26773, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26778, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26784, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26790, app/assets/stylesheets/legacy/public.scss.erb */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26798, app/assets/stylesheets/legacy/public.scss.erb */
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26804, app/assets/stylesheets/legacy/public.scss.erb */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26810, app/assets/stylesheets/legacy/public.scss.erb */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26815, app/assets/stylesheets/legacy/public.scss.erb */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26820, app/assets/stylesheets/legacy/public.scss.erb */
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26827, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26832, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26837, app/assets/stylesheets/legacy/public.scss.erb */
.ui-widget td.fc-axis {
  font-weight: 400;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26842, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26848, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid {
  min-height: 100%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26853, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid table {
  border: 0 hidden transparent;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26858, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26863, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26869, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-content-col {
  position: relative;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26874, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26883, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26889, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26895, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26901, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26907, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26912, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26918, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26924, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26929, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26934, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26941, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26946, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26951, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26957, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26963, app/assets/stylesheets/legacy/public.scss.erb */
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26971, app/assets/stylesheets/legacy/public.scss.erb */
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26979, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-selected {
  overflow: visible;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26984, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26989, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event .fc-content {
  overflow: hidden;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26994, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 26999, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27005, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27010, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27016, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27021, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27026, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27031, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27037, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27051, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27056, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27070, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27077, app/assets/stylesheets/legacy/public.scss.erb */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27082, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27090, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27098, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27106, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl .fc-list-view {
  direction: rtl;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27111, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27117, app/assets/stylesheets/legacy/public.scss.erb */
.fc .fc-list-table {
  table-layout: auto;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27122, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27128, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27133, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-heading {
  border-bottom-width: 1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27138, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-heading td {
  font-weight: 700;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27143, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-list-heading-main {
  float: left;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27148, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27153, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27158, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-item.fc-has-url {
  cursor: pointer;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27163, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27168, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27174, app/assets/stylesheets/legacy/public.scss.erb */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27179, app/assets/stylesheets/legacy/public.scss.erb */
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27184, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27190, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27195, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27204, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27211, app/assets/stylesheets/legacy/public.scss.erb */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/fullcalendar/dist/fullcalendar.min.css */
/* line 27218, app/assets/stylesheets/legacy/public.scss.erb */
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27223, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27232, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27237, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27242, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27247, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27254, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27260, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27265, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27272, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27279, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27285, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27292, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27298, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27310, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27315, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27320, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27326, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27336, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27342, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting_asc:after {
  content: "\e155";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27347, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting_desc:after {
  content: "\e156";
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27352, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27357, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27362, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27369, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27374, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27379, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
  /* line 27386, app/assets/stylesheets/legacy/public.scss.erb */
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27391, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27396, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27402, app/assets/stylesheets/legacy/public.scss.erb */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27407, app/assets/stylesheets/legacy/public.scss.erb */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27412, app/assets/stylesheets/legacy/public.scss.erb */
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27417, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27422, app/assets/stylesheets/legacy/public.scss.erb */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27427, app/assets/stylesheets/legacy/public.scss.erb */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/datatables.net-bs/css/dataTables.bootstrap.min.css */
/* line 27432, app/assets/stylesheets/legacy/public.scss.erb */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

/* line 173, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27527, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 176, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27532, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 181, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27540, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27545, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 185, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27550, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 187, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27555, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 189, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27560, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 191, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27565, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 193, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27570, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 196, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27576, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 202, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27585, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27590, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 206, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27595, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 210, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27602, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 212, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27607, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 214, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27612, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

/* line 220, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27617, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 226, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27626, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 228, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27631, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 230, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27636, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27652, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27658, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 248, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27663, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 251, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27669, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 254, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27675, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 256, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27680, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 260, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27687, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

/* line 268, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27695, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27706, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 278, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27711, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 284, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27717, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 291, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27724, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 301, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27737, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 305, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27744, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27750, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

/* line 319, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27756, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 325, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27762, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 340, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27780, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

/* line 353, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27792, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27797, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 358, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27803, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 379, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/dropzone/dist/dropzone.css */
/* line 27823, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27836, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27849, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27856, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 148, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27863, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27870, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27874, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 169, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27878, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27886, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 187, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27894, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27898, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27902, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.dropup {
  margin-top: -5px;
}

/* line 202, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27906, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 209, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27913, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 217, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27920, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

/* line 223, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27925, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

/* line 230, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27929, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.show-calendar .calendar {
  display: block;
}

/* line 235, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27933, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

/* line 241, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27939, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .calendar.single .calendar-table {
  border: none;
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27943, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

/* line 255, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27949, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

/* line 262, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27956, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker table {
  width: 100%;
  margin: 0;
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27961, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 277, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27971, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 284, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27977, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 292, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27982, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 301, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27988, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 310, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27995, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 314, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 27999, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 318, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28003, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 323, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28007, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 332, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28013, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker th.month {
  width: auto;
}

/* line 341, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28017, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 349, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28023, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28031, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 362, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28036, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 366, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28040, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

/* line 375, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28045, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

/* line 389, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28058, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

/* line 395, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28063, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .daterangepicker_input {
  position: relative;
}

/* line 398, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28067, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

/* line 407, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28073, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

/* line 411, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28078, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

/* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28083, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

/* line 428, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28091, app/assets/stylesheets/legacy/public.scss.erb */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 440, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28097, app/assets/stylesheets/legacy/public.scss.erb */
.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

/* line 446, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28104, app/assets/stylesheets/legacy/public.scss.erb */
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 453, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28111, app/assets/stylesheets/legacy/public.scss.erb */
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

/* line 463, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28122, app/assets/stylesheets/legacy/public.scss.erb */
.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/* line 469, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
/* line 28128, app/assets/stylesheets/legacy/public.scss.erb */
.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 479, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28137, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker {
    width: auto;
  }
  /* line 483, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28141, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker .ranges ul {
    width: 160px;
  }
  /* line 490, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28145, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 495, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28149, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  /* line 500, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28153, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  /* line 505, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28157, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  /* line 511, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28161, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  /* line 515, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28166, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 519, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28171, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 526, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28177, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  /* line 529, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28181, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 537, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28187, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  /* line 541, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28191, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  /* line 545, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28195, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  /* line 549, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28199, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  /* line 553, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28204, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  /* line 557, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28209, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 564, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28215, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  /* line 567, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28219, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 575, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28225, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  /* line 579, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28229, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  /* line 583, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28233, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  /* line 593, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28240, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 597, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28244, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.ltr .ranges {
    float: left;
  }
  /* line 602, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28248, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 607, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap-daterangepicker/daterangepicker.scss */
  /* line 28252, app/assets/stylesheets/legacy/public.scss.erb */
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28257, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28266, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28278, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28288, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28293, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28299, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28311, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28320, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28325, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28334, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28339, app/assets/stylesheets/legacy/public.scss.erb */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28352, app/assets/stylesheets/legacy/public.scss.erb */
.select2-results {
  display: block;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28357, app/assets/stylesheets/legacy/public.scss.erb */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28364, app/assets/stylesheets/legacy/public.scss.erb */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28373, app/assets/stylesheets/legacy/public.scss.erb */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28378, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28383, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28390, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28397, app/assets/stylesheets/legacy/public.scss.erb */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28403, app/assets/stylesheets/legacy/public.scss.erb */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28410, app/assets/stylesheets/legacy/public.scss.erb */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28415, app/assets/stylesheets/legacy/public.scss.erb */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28420, app/assets/stylesheets/legacy/public.scss.erb */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28439, app/assets/stylesheets/legacy/public.scss.erb */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28451, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28458, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28464, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28471, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28476, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28485, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28499, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28504, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28510, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28516, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28521, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28527, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28535, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28544, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28549, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28556, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28565, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28577, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28586, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28591, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28596, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28602, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28608, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28614, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28620, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28625, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28631, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28637, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28642, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28651, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28657, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28662, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28667, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28672, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28677, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28682, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28688, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28694, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28700, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28706, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28712, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28718, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28725, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28736, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28741, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28747, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28755, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28760, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28777, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28791, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28796, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28807, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28812, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28818, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28824, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28834, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28844, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28853, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28858, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28865, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28870, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28882, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28891, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28896, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28901, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28907, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28913, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28918, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28925, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28932, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28938, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28944, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28950, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28955, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28960, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28966, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28971, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28976, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28982, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/select2/dist/css/select2.min.css */
/* line 28989, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*

TABLE OF CONTENTS

#1. Theme Variables
#2. Theme Mixins
#3. Bootstrap Override Styles
  #3a. Override default includes of bootstrap
  #3b. Override bootstrap table styles
  #3c. Override bootstrap form styles
  #3d. Override bootstrap navigation styles
  #3e. Override bootstrap button styles
  #3f. Override bootstrap breadcrumbs styles
  #3g. Override bootstrap typography styles
#4. Overrides for various plugins that are included with this template
#5. Handy Animations
#6. User Profiles
#7. Layout styles
#8. Menu styles
#9. Styles for all element blocks
#10. Helpful Misc Styles
#11. Icon Fonts
#12. Chat
#13. App - Email
#14. App - Projects
#15. App - Rentals
#16. App - Full Chat
#17. Pricing Plans
#18. Plugin Overrides
#19. Responsive Styles

*/
/* #1. Theme Variables */
/* #2. Theme Mixins */
/* 3. Bootstrap Override Styles */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29036, app/assets/stylesheets/legacy/public.scss.erb */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29044, app/assets/stylesheets/legacy/public.scss.erb */
body {
  margin: 0;
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29049, app/assets/stylesheets/legacy/public.scss.erb */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29059, app/assets/stylesheets/legacy/public.scss.erb */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29065, app/assets/stylesheets/legacy/public.scss.erb */
figcaption,
figure,
main {
  display: block;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29072, app/assets/stylesheets/legacy/public.scss.erb */
figure {
  margin: 1em 40px;
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29077, app/assets/stylesheets/legacy/public.scss.erb */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29084, app/assets/stylesheets/legacy/public.scss.erb */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29090, app/assets/stylesheets/legacy/public.scss.erb */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 115, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29096, app/assets/stylesheets/legacy/public.scss.erb */
a:active,
a:hover {
  outline-width: 0;
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29102, app/assets/stylesheets/legacy/public.scss.erb */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29110, app/assets/stylesheets/legacy/public.scss.erb */
b,
strong {
  font-weight: inherit;
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29116, app/assets/stylesheets/legacy/public.scss.erb */
b,
strong {
  font-weight: bolder;
}

/* line 154, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29122, app/assets/stylesheets/legacy/public.scss.erb */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29130, app/assets/stylesheets/legacy/public.scss.erb */
dfn {
  font-style: italic;
}

/* line 173, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29135, app/assets/stylesheets/legacy/public.scss.erb */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 182, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29141, app/assets/stylesheets/legacy/public.scss.erb */
small {
  font-size: 80%;
}

/* line 191, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29146, app/assets/stylesheets/legacy/public.scss.erb */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29155, app/assets/stylesheets/legacy/public.scss.erb */
sub {
  bottom: -0.25em;
}

/* line 203, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29160, app/assets/stylesheets/legacy/public.scss.erb */
sup {
  top: -0.5em;
}

/* line 214, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29165, app/assets/stylesheets/legacy/public.scss.erb */
audio,
video {
  display: inline-block;
}

/* line 223, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29171, app/assets/stylesheets/legacy/public.scss.erb */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 232, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29177, app/assets/stylesheets/legacy/public.scss.erb */
img {
  border-style: none;
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29182, app/assets/stylesheets/legacy/public.scss.erb */
svg:not(:root) {
  overflow: hidden;
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29187, app/assets/stylesheets/legacy/public.scss.erb */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 268, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29199, app/assets/stylesheets/legacy/public.scss.erb */
button,
input {
  overflow: visible;
}

/* line 278, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29205, app/assets/stylesheets/legacy/public.scss.erb */
button,
select {
  text-transform: none;
}

/* line 289, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29211, app/assets/stylesheets/legacy/public.scss.erb */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 300, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29219, app/assets/stylesheets/legacy/public.scss.erb */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29228, app/assets/stylesheets/legacy/public.scss.erb */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 323, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29236, app/assets/stylesheets/legacy/public.scss.erb */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29243, app/assets/stylesheets/legacy/public.scss.erb */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 350, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29253, app/assets/stylesheets/legacy/public.scss.erb */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/* line 359, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29259, app/assets/stylesheets/legacy/public.scss.erb */
textarea {
  overflow: auto;
}

/* line 368, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29264, app/assets/stylesheets/legacy/public.scss.erb */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29271, app/assets/stylesheets/legacy/public.scss.erb */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 388, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29277, app/assets/stylesheets/legacy/public.scss.erb */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29283, app/assets/stylesheets/legacy/public.scss.erb */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 407, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29289, app/assets/stylesheets/legacy/public.scss.erb */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29295, app/assets/stylesheets/legacy/public.scss.erb */
details,
menu {
  display: block;
}

/* line 429, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29301, app/assets/stylesheets/legacy/public.scss.erb */
summary {
  display: list-item;
}

/* line 440, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29306, app/assets/stylesheets/legacy/public.scss.erb */
canvas {
  display: inline-block;
}

/* line 448, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29311, app/assets/stylesheets/legacy/public.scss.erb */
template {
  display: none;
}

/* line 459, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_normalize.scss */
/* line 29316, app/assets/stylesheets/legacy/public.scss.erb */
[hidden] {
  display: none;
}

@media print {
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29322, app/assets/stylesheets/legacy/public.scss.erb */
  *,
*::before,
*::after,
p::first-letter,
div::first-letter,
blockquote::first-letter,
li::first-letter,
p::first-line,
div::first-line,
blockquote::first-line,
li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29338, app/assets/stylesheets/legacy/public.scss.erb */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29344, app/assets/stylesheets/legacy/public.scss.erb */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29349, app/assets/stylesheets/legacy/public.scss.erb */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29354, app/assets/stylesheets/legacy/public.scss.erb */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29361, app/assets/stylesheets/legacy/public.scss.erb */
  thead {
    display: table-header-group;
  }
  /* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29366, app/assets/stylesheets/legacy/public.scss.erb */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29372, app/assets/stylesheets/legacy/public.scss.erb */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29380, app/assets/stylesheets/legacy/public.scss.erb */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29386, app/assets/stylesheets/legacy/public.scss.erb */
  .navbar {
    display: none;
  }
  /* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29391, app/assets/stylesheets/legacy/public.scss.erb */
  .badge {
    border: 1px solid #000;
  }
  /* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29396, app/assets/stylesheets/legacy/public.scss.erb */
  .table {
    border-collapse: collapse !important;
  }
  /* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29400, app/assets/stylesheets/legacy/public.scss.erb */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_print.scss */
  /* line 29406, app/assets/stylesheets/legacy/public.scss.erb */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29412, app/assets/stylesheets/legacy/public.scss.erb */
html {
  box-sizing: border-box;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29417, app/assets/stylesheets/legacy/public.scss.erb */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29427, app/assets/stylesheets/legacy/public.scss.erb */
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29433, app/assets/stylesheets/legacy/public.scss.erb */
body {
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3E4B5B;
  background-color: #f8faff;
}

/* line 91, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29443, app/assets/stylesheets/legacy/public.scss.erb */
[tabindex="-1"]:focus {
  outline: none !important;
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29448, app/assets/stylesheets/legacy/public.scss.erb */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29454, app/assets/stylesheets/legacy/public.scss.erb */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29460, app/assets/stylesheets/legacy/public.scss.erb */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29466, app/assets/stylesheets/legacy/public.scss.erb */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 131, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29473, app/assets/stylesheets/legacy/public.scss.erb */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29481, app/assets/stylesheets/legacy/public.scss.erb */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 145, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29489, app/assets/stylesheets/legacy/public.scss.erb */
dt {
  font-weight: 500;
}

/* line 149, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29494, app/assets/stylesheets/legacy/public.scss.erb */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 154, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29500, app/assets/stylesheets/legacy/public.scss.erb */
blockquote {
  margin: 0 0 1rem;
}

/* line 163, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29505, app/assets/stylesheets/legacy/public.scss.erb */
a {
  color: #3b75e3;
  text-decoration: none;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 29510, app/assets/stylesheets/legacy/public.scss.erb */
a:focus, a:hover {
  color: #1a50b7;
  text-decoration: underline;
}

/* line 179, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29516, app/assets/stylesheets/legacy/public.scss.erb */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 29521, app/assets/stylesheets/legacy/public.scss.erb */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 188, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29526, app/assets/stylesheets/legacy/public.scss.erb */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29531, app/assets/stylesheets/legacy/public.scss.erb */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 212, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29538, app/assets/stylesheets/legacy/public.scss.erb */
figure {
  margin: 0 0 1rem;
}

/* line 223, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29543, app/assets/stylesheets/legacy/public.scss.erb */
img {
  vertical-align: middle;
}

/* line 238, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29548, app/assets/stylesheets/legacy/public.scss.erb */
[role="button"] {
  cursor: pointer;
}

/* line 253, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29553, app/assets/stylesheets/legacy/public.scss.erb */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29566, app/assets/stylesheets/legacy/public.scss.erb */
table {
  border-collapse: collapse;
  background-color: transparent;
}

/* line 277, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29572, app/assets/stylesheets/legacy/public.scss.erb */
caption {
  padding-top: 0.8rem 0.9rem;
  padding-bottom: 0.8rem 0.9rem;
  color: #aaa;
  text-align: left;
  caption-side: bottom;
}

/* line 285, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29581, app/assets/stylesheets/legacy/public.scss.erb */
th {
  text-align: left;
}

/* line 295, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29586, app/assets/stylesheets/legacy/public.scss.erb */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 305, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29592, app/assets/stylesheets/legacy/public.scss.erb */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 310, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29598, app/assets/stylesheets/legacy/public.scss.erb */
input,
button,
select,
textarea {
  line-height: inherit;
}

/* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29606, app/assets/stylesheets/legacy/public.scss.erb */
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29612, app/assets/stylesheets/legacy/public.scss.erb */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29620, app/assets/stylesheets/legacy/public.scss.erb */
textarea {
  resize: vertical;
}

/* line 347, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29625, app/assets/stylesheets/legacy/public.scss.erb */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 360, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29633, app/assets/stylesheets/legacy/public.scss.erb */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 370, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29643, app/assets/stylesheets/legacy/public.scss.erb */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 379, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29648, app/assets/stylesheets/legacy/public.scss.erb */
output {
  display: inline-block;
}

/* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_reboot.scss */
/* line 29653, app/assets/stylesheets/legacy/public.scss.erb */
[hidden] {
  display: none !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29658, app/assets/stylesheets/legacy/public.scss.erb */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #334152;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29668, app/assets/stylesheets/legacy/public.scss.erb */
h1, .h1 {
  font-size: 2.3rem;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29673, app/assets/stylesheets/legacy/public.scss.erb */
h2, .h2 {
  font-size: 1.8rem;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29678, app/assets/stylesheets/legacy/public.scss.erb */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29683, app/assets/stylesheets/legacy/public.scss.erb */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29688, app/assets/stylesheets/legacy/public.scss.erb */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29693, app/assets/stylesheets/legacy/public.scss.erb */
h6, .h6 {
  font-size: 1rem;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29698, app/assets/stylesheets/legacy/public.scss.erb */
.lead {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29704, app/assets/stylesheets/legacy/public.scss.erb */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29711, app/assets/stylesheets/legacy/public.scss.erb */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29718, app/assets/stylesheets/legacy/public.scss.erb */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29725, app/assets/stylesheets/legacy/public.scss.erb */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29732, app/assets/stylesheets/legacy/public.scss.erb */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 65, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29740, app/assets/stylesheets/legacy/public.scss.erb */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29747, app/assets/stylesheets/legacy/public.scss.erb */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29754, app/assets/stylesheets/legacy/public.scss.erb */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29760, app/assets/stylesheets/legacy/public.scss.erb */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29766, app/assets/stylesheets/legacy/public.scss.erb */
.list-inline-item {
  display: inline-block;
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29770, app/assets/stylesheets/legacy/public.scss.erb */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29775, app/assets/stylesheets/legacy/public.scss.erb */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 110, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29781, app/assets/stylesheets/legacy/public.scss.erb */
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29789, app/assets/stylesheets/legacy/public.scss.erb */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

/* line 122, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29795, app/assets/stylesheets/legacy/public.scss.erb */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29800, app/assets/stylesheets/legacy/public.scss.erb */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

/* line 137, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29809, app/assets/stylesheets/legacy/public.scss.erb */
.blockquote-reverse .blockquote-footer::before {
  content: "";
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_type.scss */
/* line 29813, app/assets/stylesheets/legacy/public.scss.erb */
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_images.scss */
/* line 29818, app/assets/stylesheets/legacy/public.scss.erb */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_images.scss */
/* line 29824, app/assets/stylesheets/legacy/public.scss.erb */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8faff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_images.scss */
/* line 29835, app/assets/stylesheets/legacy/public.scss.erb */
.figure {
  display: inline-block;
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_images.scss */
/* line 29840, app/assets/stylesheets/legacy/public.scss.erb */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_images.scss */
/* line 29846, app/assets/stylesheets/legacy/public.scss.erb */
.figure-caption {
  font-size: 90%;
  color: #636c72;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_code.scss */
/* line 29852, app/assets/stylesheets/legacy/public.scss.erb */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_code.scss */
/* line 29860, app/assets/stylesheets/legacy/public.scss.erb */
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #5782e4;
  background-color: #f2f7ff;
  border-radius: 0.25rem;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_code.scss */
/* line 29868, app/assets/stylesheets/legacy/public.scss.erb */
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_code.scss */
/* line 29875, app/assets/stylesheets/legacy/public.scss.erb */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_code.scss */
/* line 29883, app/assets/stylesheets/legacy/public.scss.erb */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_code.scss */
/* line 29890, app/assets/stylesheets/legacy/public.scss.erb */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_code.scss */
/* line 29898, app/assets/stylesheets/legacy/public.scss.erb */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_code.scss */
/* line 29907, app/assets/stylesheets/legacy/public.scss.erb */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
/* line 29913, app/assets/stylesheets/legacy/public.scss.erb */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29922, app/assets/stylesheets/legacy/public.scss.erb */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29929, app/assets/stylesheets/legacy/public.scss.erb */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29936, app/assets/stylesheets/legacy/public.scss.erb */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29943, app/assets/stylesheets/legacy/public.scss.erb */
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29950, app/assets/stylesheets/legacy/public.scss.erb */
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29957, app/assets/stylesheets/legacy/public.scss.erb */
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29964, app/assets/stylesheets/legacy/public.scss.erb */
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29971, app/assets/stylesheets/legacy/public.scss.erb */
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
/* line 29978, app/assets/stylesheets/legacy/public.scss.erb */
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29987, app/assets/stylesheets/legacy/public.scss.erb */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 29994, app/assets/stylesheets/legacy/public.scss.erb */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 30001, app/assets/stylesheets/legacy/public.scss.erb */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 30008, app/assets/stylesheets/legacy/public.scss.erb */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
/* line 30015, app/assets/stylesheets/legacy/public.scss.erb */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 30023, app/assets/stylesheets/legacy/public.scss.erb */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 30030, app/assets/stylesheets/legacy/public.scss.erb */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 30037, app/assets/stylesheets/legacy/public.scss.erb */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
  /* line 30044, app/assets/stylesheets/legacy/public.scss.erb */
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
/* line 30051, app/assets/stylesheets/legacy/public.scss.erb */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_grid.scss */
/* line 30056, app/assets/stylesheets/legacy/public.scss.erb */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30063, app/assets/stylesheets/legacy/public.scss.erb */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  /* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30072, app/assets/stylesheets/legacy/public.scss.erb */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30079, app/assets/stylesheets/legacy/public.scss.erb */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  /* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30086, app/assets/stylesheets/legacy/public.scss.erb */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  /* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30093, app/assets/stylesheets/legacy/public.scss.erb */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30100, app/assets/stylesheets/legacy/public.scss.erb */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30107, app/assets/stylesheets/legacy/public.scss.erb */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30113, app/assets/stylesheets/legacy/public.scss.erb */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30119, app/assets/stylesheets/legacy/public.scss.erb */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30125, app/assets/stylesheets/legacy/public.scss.erb */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30131, app/assets/stylesheets/legacy/public.scss.erb */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30137, app/assets/stylesheets/legacy/public.scss.erb */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30143, app/assets/stylesheets/legacy/public.scss.erb */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30149, app/assets/stylesheets/legacy/public.scss.erb */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30155, app/assets/stylesheets/legacy/public.scss.erb */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30161, app/assets/stylesheets/legacy/public.scss.erb */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30167, app/assets/stylesheets/legacy/public.scss.erb */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30173, app/assets/stylesheets/legacy/public.scss.erb */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30179, app/assets/stylesheets/legacy/public.scss.erb */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30185, app/assets/stylesheets/legacy/public.scss.erb */
.pull-0 {
  right: auto;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30190, app/assets/stylesheets/legacy/public.scss.erb */
.pull-1 {
  right: 8.3333333333%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30195, app/assets/stylesheets/legacy/public.scss.erb */
.pull-2 {
  right: 16.6666666667%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30200, app/assets/stylesheets/legacy/public.scss.erb */
.pull-3 {
  right: 25%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30205, app/assets/stylesheets/legacy/public.scss.erb */
.pull-4 {
  right: 33.3333333333%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30210, app/assets/stylesheets/legacy/public.scss.erb */
.pull-5 {
  right: 41.6666666667%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30215, app/assets/stylesheets/legacy/public.scss.erb */
.pull-6 {
  right: 50%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30220, app/assets/stylesheets/legacy/public.scss.erb */
.pull-7 {
  right: 58.3333333333%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30225, app/assets/stylesheets/legacy/public.scss.erb */
.pull-8 {
  right: 66.6666666667%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30230, app/assets/stylesheets/legacy/public.scss.erb */
.pull-9 {
  right: 75%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30235, app/assets/stylesheets/legacy/public.scss.erb */
.pull-10 {
  right: 83.3333333333%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30240, app/assets/stylesheets/legacy/public.scss.erb */
.pull-11 {
  right: 91.6666666667%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30245, app/assets/stylesheets/legacy/public.scss.erb */
.pull-12 {
  right: 100%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30250, app/assets/stylesheets/legacy/public.scss.erb */
.push-0 {
  left: auto;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30255, app/assets/stylesheets/legacy/public.scss.erb */
.push-1 {
  left: 8.3333333333%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30260, app/assets/stylesheets/legacy/public.scss.erb */
.push-2 {
  left: 16.6666666667%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30265, app/assets/stylesheets/legacy/public.scss.erb */
.push-3 {
  left: 25%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30270, app/assets/stylesheets/legacy/public.scss.erb */
.push-4 {
  left: 33.3333333333%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30275, app/assets/stylesheets/legacy/public.scss.erb */
.push-5 {
  left: 41.6666666667%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30280, app/assets/stylesheets/legacy/public.scss.erb */
.push-6 {
  left: 50%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30285, app/assets/stylesheets/legacy/public.scss.erb */
.push-7 {
  left: 58.3333333333%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30290, app/assets/stylesheets/legacy/public.scss.erb */
.push-8 {
  left: 66.6666666667%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30295, app/assets/stylesheets/legacy/public.scss.erb */
.push-9 {
  left: 75%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30300, app/assets/stylesheets/legacy/public.scss.erb */
.push-10 {
  left: 83.3333333333%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30305, app/assets/stylesheets/legacy/public.scss.erb */
.push-11 {
  left: 91.6666666667%;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30310, app/assets/stylesheets/legacy/public.scss.erb */
.push-12 {
  left: 100%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30315, app/assets/stylesheets/legacy/public.scss.erb */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30320, app/assets/stylesheets/legacy/public.scss.erb */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30325, app/assets/stylesheets/legacy/public.scss.erb */
.offset-3 {
  margin-left: 25%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30330, app/assets/stylesheets/legacy/public.scss.erb */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30335, app/assets/stylesheets/legacy/public.scss.erb */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30340, app/assets/stylesheets/legacy/public.scss.erb */
.offset-6 {
  margin-left: 50%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30345, app/assets/stylesheets/legacy/public.scss.erb */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30350, app/assets/stylesheets/legacy/public.scss.erb */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30355, app/assets/stylesheets/legacy/public.scss.erb */
.offset-9 {
  margin-left: 75%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30360, app/assets/stylesheets/legacy/public.scss.erb */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
/* line 30365, app/assets/stylesheets/legacy/public.scss.erb */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30371, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30378, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30384, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30390, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30396, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30402, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30408, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30414, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30420, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30426, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30432, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30438, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30444, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30450, app/assets/stylesheets/legacy/public.scss.erb */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30456, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-0 {
    right: auto;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30461, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30466, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30471, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-3 {
    right: 25%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30476, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30481, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30486, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-6 {
    right: 50%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30491, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30496, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30501, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-9 {
    right: 75%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30506, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30511, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30516, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-sm-12 {
    right: 100%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30521, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-0 {
    left: auto;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30526, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-1 {
    left: 8.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30531, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-2 {
    left: 16.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30536, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-3 {
    left: 25%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30541, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-4 {
    left: 33.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30546, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-5 {
    left: 41.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30551, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-6 {
    left: 50%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30556, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-7 {
    left: 58.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30561, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-8 {
    left: 66.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30566, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-9 {
    left: 75%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30571, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-10 {
    left: 83.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30576, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-11 {
    left: 91.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30581, app/assets/stylesheets/legacy/public.scss.erb */
  .push-sm-12 {
    left: 100%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30586, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-0 {
    margin-left: 0%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30591, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30596, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30601, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30606, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30611, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30616, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30621, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30626, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30631, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30636, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30641, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30647, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30654, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30660, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30666, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30672, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30678, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30684, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30690, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30696, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30702, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30708, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30714, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30720, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30726, app/assets/stylesheets/legacy/public.scss.erb */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30732, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-0 {
    right: auto;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30737, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-1 {
    right: 8.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30742, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-2 {
    right: 16.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30747, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-3 {
    right: 25%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30752, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-4 {
    right: 33.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30757, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-5 {
    right: 41.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30762, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-6 {
    right: 50%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30767, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-7 {
    right: 58.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30772, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-8 {
    right: 66.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30777, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-9 {
    right: 75%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30782, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-10 {
    right: 83.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30787, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-11 {
    right: 91.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30792, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-md-12 {
    right: 100%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30797, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-0 {
    left: auto;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30802, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-1 {
    left: 8.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30807, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-2 {
    left: 16.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30812, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-3 {
    left: 25%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30817, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-4 {
    left: 33.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30822, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-5 {
    left: 41.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30827, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-6 {
    left: 50%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30832, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-7 {
    left: 58.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30837, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-8 {
    left: 66.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30842, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-9 {
    left: 75%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30847, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-10 {
    left: 83.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30852, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-11 {
    left: 91.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30857, app/assets/stylesheets/legacy/public.scss.erb */
  .push-md-12 {
    left: 100%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30862, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-0 {
    margin-left: 0%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30867, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30872, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30877, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30882, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30887, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30892, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30897, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30902, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30907, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30912, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30917, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30923, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30930, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30936, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30942, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30948, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30954, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30960, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30966, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30972, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30978, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30984, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30990, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 30996, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31002, app/assets/stylesheets/legacy/public.scss.erb */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31008, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-0 {
    right: auto;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31013, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31018, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31023, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-3 {
    right: 25%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31028, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31033, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31038, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-6 {
    right: 50%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31043, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31048, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31053, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-9 {
    right: 75%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31058, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31063, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31068, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-lg-12 {
    right: 100%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31073, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-0 {
    left: auto;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31078, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-1 {
    left: 8.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31083, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-2 {
    left: 16.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31088, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-3 {
    left: 25%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31093, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-4 {
    left: 33.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31098, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-5 {
    left: 41.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31103, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-6 {
    left: 50%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31108, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-7 {
    left: 58.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31113, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-8 {
    left: 66.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31118, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-9 {
    left: 75%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31123, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-10 {
    left: 83.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31128, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-11 {
    left: 91.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31133, app/assets/stylesheets/legacy/public.scss.erb */
  .push-lg-12 {
    left: 100%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31138, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-0 {
    margin-left: 0%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31143, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31148, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31153, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31158, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31163, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31168, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31173, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31178, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31183, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31188, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31193, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31199, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31206, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31212, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31218, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31224, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31230, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31236, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31242, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31248, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31254, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31260, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31266, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31272, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31278, app/assets/stylesheets/legacy/public.scss.erb */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31284, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-0 {
    right: auto;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31289, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31294, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31299, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-3 {
    right: 25%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31304, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31309, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31314, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-6 {
    right: 50%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31319, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31324, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31329, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-9 {
    right: 75%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31334, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31339, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31344, app/assets/stylesheets/legacy/public.scss.erb */
  .pull-xl-12 {
    right: 100%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31349, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-0 {
    left: auto;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31354, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-1 {
    left: 8.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31359, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-2 {
    left: 16.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31364, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-3 {
    left: 25%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31369, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-4 {
    left: 33.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31374, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-5 {
    left: 41.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31379, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-6 {
    left: 50%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31384, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-7 {
    left: 58.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31389, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-8 {
    left: 66.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31394, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-9 {
    left: 75%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31399, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-10 {
    left: 83.3333333333%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31404, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-11 {
    left: 91.6666666667%;
  }
  /* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31409, app/assets/stylesheets/legacy/public.scss.erb */
  .push-xl-12 {
    left: 100%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31414, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-0 {
    margin-left: 0%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31419, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31424, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31429, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31434, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31439, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31444, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31449, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31454, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31459, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31464, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_grid-framework.scss */
  /* line 31469, app/assets/stylesheets/legacy/public.scss.erb */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31474, app/assets/stylesheets/legacy/public.scss.erb */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31480, app/assets/stylesheets/legacy/public.scss.erb */
.table th,
.table td {
  padding: 0.8rem 0.9rem;
  vertical-align: top;
  border-top: 1px solid rgba(83, 101, 140, 0.33);
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31487, app/assets/stylesheets/legacy/public.scss.erb */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(83, 101, 140, 0.33);
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31492, app/assets/stylesheets/legacy/public.scss.erb */
.table tbody + tbody {
  border-top: 2px solid rgba(83, 101, 140, 0.33);
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31496, app/assets/stylesheets/legacy/public.scss.erb */
.table .table {
  background-color: #f8faff;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31501, app/assets/stylesheets/legacy/public.scss.erb */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31507, app/assets/stylesheets/legacy/public.scss.erb */
.table-bordered {
  border: 1px solid rgba(83, 101, 140, 0.33);
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31511, app/assets/stylesheets/legacy/public.scss.erb */
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(83, 101, 140, 0.33);
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31516, app/assets/stylesheets/legacy/public.scss.erb */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31522, app/assets/stylesheets/legacy/public.scss.erb */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(94, 130, 152, 0.05);
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 31527, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover tbody tr:hover {
  background-color: rgba(18, 95, 142, 0.075);
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31532, app/assets/stylesheets/legacy/public.scss.erb */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(18, 95, 142, 0.075);
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 31539, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-active:hover {
  background-color: rgba(15, 80, 119, 0.075);
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31543, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(15, 80, 119, 0.075);
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31549, app/assets/stylesheets/legacy/public.scss.erb */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 31556, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31560, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31566, app/assets/stylesheets/legacy/public.scss.erb */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 31573, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31577, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31583, app/assets/stylesheets/legacy/public.scss.erb */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 31590, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31594, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31600, app/assets/stylesheets/legacy/public.scss.erb */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 31607, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_table-row.scss */
/* line 31611, app/assets/stylesheets/legacy/public.scss.erb */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31617, app/assets/stylesheets/legacy/public.scss.erb */
.thead-inverse th {
  color: #f8faff;
  background-color: #292b2c;
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31623, app/assets/stylesheets/legacy/public.scss.erb */
.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31629, app/assets/stylesheets/legacy/public.scss.erb */
.table-inverse {
  color: #f8faff;
  background-color: #292b2c;
}

/* line 124, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31634, app/assets/stylesheets/legacy/public.scss.erb */
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #f8faff;
}

/* line 130, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31640, app/assets/stylesheets/legacy/public.scss.erb */
.table-inverse.table-bordered {
  border: 0;
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31645, app/assets/stylesheets/legacy/public.scss.erb */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_tables.scss */
/* line 31652, app/assets/stylesheets/legacy/public.scss.erb */
.table-responsive.table-bordered {
  border: 0;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31657, app/assets/stylesheets/legacy/public.scss.erb */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.7rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31672, app/assets/stylesheets/legacy/public.scss.erb */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31677, app/assets/stylesheets/legacy/public.scss.erb */
.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #023d7b;
  outline: none;
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31684, app/assets/stylesheets/legacy/public.scss.erb */
.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

/* line 31688, app/assets/stylesheets/legacy/public.scss.erb */
.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

/* line 31692, app/assets/stylesheets/legacy/public.scss.erb */
.form-control::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

/* line 31696, app/assets/stylesheets/legacy/public.scss.erb */
.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31701, app/assets/stylesheets/legacy/public.scss.erb */
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31706, app/assets/stylesheets/legacy/public.scss.erb */
.form-control:disabled {
  cursor: not-allowed;
}

/* line 68, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31711, app/assets/stylesheets/legacy/public.scss.erb */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 73, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31715, app/assets/stylesheets/legacy/public.scss.erb */
select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31721, app/assets/stylesheets/legacy/public.scss.erb */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 97, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31727, app/assets/stylesheets/legacy/public.scss.erb */
.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

/* line 103, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31734, app/assets/stylesheets/legacy/public.scss.erb */
.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

/* line 109, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31741, app/assets/stylesheets/legacy/public.scss.erb */
.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.7rem;
}

/* line 122, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31748, app/assets/stylesheets/legacy/public.scss.erb */
.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31756, app/assets/stylesheets/legacy/public.scss.erb */
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31765, app/assets/stylesheets/legacy/public.scss.erb */
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.all-wrapper .input-group-sm > .input-group-btn > .form-control-static.fc-button, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.all-wrapper .input-group-lg > .input-group-btn > .form-control-static.fc-button {
  padding-right: 0;
  padding-left: 0;
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31777, app/assets/stylesheets/legacy/public.scss.erb */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.all-wrapper .input-group-sm > .input-group-btn > .fc-button {
  padding: 0.25rem 0.7rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}

/* line 166, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31787, app/assets/stylesheets/legacy/public.scss.erb */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.all-wrapper .input-group-sm > .input-group-btn > select.fc-button:not([size]):not([multiple]) {
  height: 1.501rem;
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31795, app/assets/stylesheets/legacy/public.scss.erb */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.all-wrapper .input-group-lg > .input-group-btn > .fc-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 178, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31805, app/assets/stylesheets/legacy/public.scss.erb */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.all-wrapper .input-group-lg > .input-group-btn > select.fc-button:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

/* line 189, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31813, app/assets/stylesheets/legacy/public.scss.erb */
.form-group {
  margin-bottom: 1rem;
}

/* line 193, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31818, app/assets/stylesheets/legacy/public.scss.erb */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 203, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31824, app/assets/stylesheets/legacy/public.scss.erb */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 209, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31830, app/assets/stylesheets/legacy/public.scss.erb */
.form-check.disabled .form-check-label {
  color: #aaa;
  cursor: not-allowed;
}

/* line 216, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31836, app/assets/stylesheets/legacy/public.scss.erb */
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31843, app/assets/stylesheets/legacy/public.scss.erb */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* line 227, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31849, app/assets/stylesheets/legacy/public.scss.erb */
.form-check-input:only-child {
  position: static;
}

/* line 233, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31854, app/assets/stylesheets/legacy/public.scss.erb */
.form-check-inline {
  display: inline-block;
}

/* line 236, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31858, app/assets/stylesheets/legacy/public.scss.erb */
.form-check-inline .form-check-label {
  vertical-align: middle;
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31862, app/assets/stylesheets/legacy/public.scss.erb */
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

/* line 250, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31867, app/assets/stylesheets/legacy/public.scss.erb */
.form-control-feedback {
  margin-top: 0.25rem;
}

/* line 254, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31872, app/assets/stylesheets/legacy/public.scss.erb */
.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.1rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31882, app/assets/stylesheets/legacy/public.scss.erb */
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #90be2e;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31890, app/assets/stylesheets/legacy/public.scss.erb */
.has-success .form-control {
  border-color: #90be2e;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31894, app/assets/stylesheets/legacy/public.scss.erb */
.has-success .input-group-addon {
  color: #90be2e;
  border-color: #90be2e;
  background-color: #e4f1c7;
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31900, app/assets/stylesheets/legacy/public.scss.erb */
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2390be2e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31905, app/assets/stylesheets/legacy/public.scss.erb */
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31913, app/assets/stylesheets/legacy/public.scss.erb */
.has-warning .form-control {
  border-color: #f0ad4e;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31917, app/assets/stylesheets/legacy/public.scss.erb */
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

/* line 275, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31923, app/assets/stylesheets/legacy/public.scss.erb */
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31928, app/assets/stylesheets/legacy/public.scss.erb */
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #e65252;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31936, app/assets/stylesheets/legacy/public.scss.erb */
.has-danger .form-control {
  border-color: #e65252;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_forms.scss */
/* line 31940, app/assets/stylesheets/legacy/public.scss.erb */
.has-danger .input-group-addon {
  color: #e65252;
  border-color: #e65252;
  background-color: white;
}

/* line 283, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31946, app/assets/stylesheets/legacy/public.scss.erb */
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e65252' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

/* line 298, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31951, app/assets/stylesheets/legacy/public.scss.erb */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 306, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
/* line 31957, app/assets/stylesheets/legacy/public.scss.erb */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 31962, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 320, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 31969, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 329, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 31977, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 31983, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 340, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 31987, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .input-group {
    width: auto;
  }
  /* line 344, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 31991, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 351, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 31996, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 359, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 32005, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 362, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 32009, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 370, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 32016, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  /* line 376, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 32023, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  /* line 384, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_forms.scss */
  /* line 32030, app/assets/stylesheets/legacy/public.scss.erb */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32036, app/assets/stylesheets/legacy/public.scss.erb */
.btn, .all-wrapper .fc-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32054, app/assets/stylesheets/legacy/public.scss.erb */
.btn:focus, .all-wrapper .fc-button:focus, .btn:hover, .all-wrapper .fc-button:hover {
  text-decoration: none;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32058, app/assets/stylesheets/legacy/public.scss.erb */
.btn:focus, .all-wrapper .fc-button:focus, .btn.focus, .all-wrapper .focus.fc-button {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(4, 123, 248, 0.25);
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32063, app/assets/stylesheets/legacy/public.scss.erb */
.btn.disabled, .all-wrapper .disabled.fc-button, .btn:disabled, .all-wrapper .fc-button:disabled {
  cursor: not-allowed;
  opacity: .65;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32068, app/assets/stylesheets/legacy/public.scss.erb */
.btn:active, .all-wrapper .fc-button:active, .btn.active, .all-wrapper .active.fc-button {
  background-image: none;
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32073, app/assets/stylesheets/legacy/public.scss.erb */
a.btn.disabled, .all-wrapper a.disabled.fc-button,
fieldset[disabled] a.btn,
fieldset[disabled] .all-wrapper a.fc-button,
.all-wrapper fieldset[disabled] a.fc-button {
  pointer-events: none;
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32081, app/assets/stylesheets/legacy/public.scss.erb */
.btn-primary, .all-wrapper .fc-button.fc-state-active {
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32087, app/assets/stylesheets/legacy/public.scss.erb */
.btn-primary:hover, .all-wrapper .fc-button.fc-state-active:hover {
  color: #fff;
  background-color: #0362c6;
  border-color: #035dbc;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32093, app/assets/stylesheets/legacy/public.scss.erb */
.btn-primary:focus, .all-wrapper .fc-button.fc-state-active:focus, .btn-primary.focus, .all-wrapper .focus.fc-button.fc-state-active {
  box-shadow: 0 0 0 2px rgba(4, 123, 248, 0.5);
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32097, app/assets/stylesheets/legacy/public.scss.erb */
.btn-primary.disabled, .all-wrapper .disabled.fc-button.fc-state-active, .btn-primary:disabled, .all-wrapper .fc-button.fc-state-active:disabled {
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32102, app/assets/stylesheets/legacy/public.scss.erb */
.btn-primary:active, .all-wrapper .fc-button.fc-state-active:active, .btn-primary.active, .all-wrapper .active.fc-button.fc-state-active, .show > .btn-primary.dropdown-toggle, .all-wrapper .show > .dropdown-toggle.fc-button.fc-state-active {
  color: #fff;
  background-color: #0362c6;
  background-image: none;
  border-color: #035dbc;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32110, app/assets/stylesheets/legacy/public.scss.erb */
.btn-secondary {
  color: #fff;
  background-color: #383d4d;
  border-color: #383d4d;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32116, app/assets/stylesheets/legacy/public.scss.erb */
.btn-secondary:hover {
  color: #fff;
  background-color: #23262f;
  border-color: #1e212a;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32122, app/assets/stylesheets/legacy/public.scss.erb */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(56, 61, 77, 0.5);
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32126, app/assets/stylesheets/legacy/public.scss.erb */
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #383d4d;
  border-color: #383d4d;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32131, app/assets/stylesheets/legacy/public.scss.erb */
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #23262f;
  background-image: none;
  border-color: #1e212a;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32139, app/assets/stylesheets/legacy/public.scss.erb */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32145, app/assets/stylesheets/legacy/public.scss.erb */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32151, app/assets/stylesheets/legacy/public.scss.erb */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32155, app/assets/stylesheets/legacy/public.scss.erb */
.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32160, app/assets/stylesheets/legacy/public.scss.erb */
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32168, app/assets/stylesheets/legacy/public.scss.erb */
.btn-success {
  color: #fff;
  background-color: #90be2e;
  border-color: #90be2e;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32174, app/assets/stylesheets/legacy/public.scss.erb */
.btn-success:hover {
  color: #fff;
  background-color: #719524;
  border-color: #6b8d22;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32180, app/assets/stylesheets/legacy/public.scss.erb */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(144, 190, 46, 0.5);
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32184, app/assets/stylesheets/legacy/public.scss.erb */
.btn-success.disabled, .btn-success:disabled {
  background-color: #90be2e;
  border-color: #90be2e;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32189, app/assets/stylesheets/legacy/public.scss.erb */
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #719524;
  background-image: none;
  border-color: #6b8d22;
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32197, app/assets/stylesheets/legacy/public.scss.erb */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32203, app/assets/stylesheets/legacy/public.scss.erb */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32209, app/assets/stylesheets/legacy/public.scss.erb */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32213, app/assets/stylesheets/legacy/public.scss.erb */
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32218, app/assets/stylesheets/legacy/public.scss.erb */
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32226, app/assets/stylesheets/legacy/public.scss.erb */
.btn-danger {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32232, app/assets/stylesheets/legacy/public.scss.erb */
.btn-danger:hover {
  color: #fff;
  background-color: #e02525;
  border-color: #db2020;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32238, app/assets/stylesheets/legacy/public.scss.erb */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(230, 82, 82, 0.5);
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32242, app/assets/stylesheets/legacy/public.scss.erb */
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #e65252;
  border-color: #e65252;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32247, app/assets/stylesheets/legacy/public.scss.erb */
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e02525;
  background-image: none;
  border-color: #db2020;
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32255, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-primary {
  color: #047bf8;
  background-image: none;
  background-color: transparent;
  border-color: #047bf8;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32262, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32268, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(4, 123, 248, 0.5);
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32272, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #047bf8;
  background-color: transparent;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32277, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32284, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-secondary {
  color: #383d4d;
  background-image: none;
  background-color: transparent;
  border-color: #383d4d;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32291, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #383d4d;
  border-color: #383d4d;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32297, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(56, 61, 77, 0.5);
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32301, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #383d4d;
  background-color: transparent;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32306, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #383d4d;
  border-color: #383d4d;
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32313, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32320, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32326, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32330, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32335, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32342, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-success {
  color: #90be2e;
  background-image: none;
  background-color: transparent;
  border-color: #90be2e;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32349, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-success:hover {
  color: #fff;
  background-color: #90be2e;
  border-color: #90be2e;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32355, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(144, 190, 46, 0.5);
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32359, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #90be2e;
  background-color: transparent;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32364, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #90be2e;
  border-color: #90be2e;
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32371, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32378, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32384, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32388, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32393, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32400, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-danger {
  color: #e65252;
  background-image: none;
  background-color: transparent;
  border-color: #e65252;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32407, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32413, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(230, 82, 82, 0.5);
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32417, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e65252;
  background-color: transparent;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 32422, app/assets/stylesheets/legacy/public.scss.erb */
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e65252;
  border-color: #e65252;
}

/* line 100, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32429, app/assets/stylesheets/legacy/public.scss.erb */
.btn-link {
  font-weight: 400;
  color: #3b75e3;
  border-radius: 0;
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32435, app/assets/stylesheets/legacy/public.scss.erb */
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

/* line 112, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32439, app/assets/stylesheets/legacy/public.scss.erb */
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32443, app/assets/stylesheets/legacy/public.scss.erb */
.btn-link:hover {
  border-color: transparent;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32447, app/assets/stylesheets/legacy/public.scss.erb */
.btn-link:focus, .btn-link:hover {
  color: #1a50b7;
  text-decoration: underline;
  background-color: transparent;
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32453, app/assets/stylesheets/legacy/public.scss.erb */
.btn-link:disabled {
  color: #636c72;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32457, app/assets/stylesheets/legacy/public.scss.erb */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

/* line 139, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32462, app/assets/stylesheets/legacy/public.scss.erb */
.btn-lg, .btn-group-lg > .btn, .all-wrapper .btn-group-lg > .fc-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32469, app/assets/stylesheets/legacy/public.scss.erb */
.btn-sm, .btn-group-sm > .btn, .all-wrapper .btn-group-sm > .fc-button {
  padding: 0.2rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32476, app/assets/stylesheets/legacy/public.scss.erb */
.btn-block {
  display: block;
  width: 100%;
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32482, app/assets/stylesheets/legacy/public.scss.erb */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 167, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_buttons.scss */
/* line 32487, app/assets/stylesheets/legacy/public.scss.erb */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32494, app/assets/stylesheets/legacy/public.scss.erb */
.dropup,
.dropdown {
  position: relative;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32500, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32512, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32517, app/assets/stylesheets/legacy/public.scss.erb */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32523, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #3E4B5B;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32544, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32552, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32565, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32571, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #047bf8;
}

/* line 91, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32577, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 106, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32584, app/assets/stylesheets/legacy/public.scss.erb */
.show > .dropdown-menu {
  display: block;
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32588, app/assets/stylesheets/legacy/public.scss.erb */
.show > a {
  outline: 0;
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32593, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32599, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 131, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32605, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #636c72;
  white-space: nowrap;
}

/* line 141, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32615, app/assets/stylesheets/legacy/public.scss.erb */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_dropdown.scss */
/* line 32625, app/assets/stylesheets/legacy/public.scss.erb */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32632, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32639, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn, .all-wrapper .btn-group > .fc-button,
.btn-group-vertical > .btn,
.all-wrapper .btn-group-vertical > .fc-button {
  position: relative;
  flex: 0 1 auto;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32646, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn:hover, .all-wrapper .btn-group > .fc-button:hover,
.btn-group-vertical > .btn:hover,
.all-wrapper .btn-group-vertical > .fc-button:hover {
  z-index: 2;
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32652, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn:focus, .all-wrapper .btn-group > .fc-button:focus, .btn-group > .btn:active, .all-wrapper .btn-group > .fc-button:active, .btn-group > .btn.active, .all-wrapper .btn-group > .active.fc-button,
.btn-group-vertical > .btn:focus,
.all-wrapper .btn-group-vertical > .fc-button:focus,
.btn-group-vertical > .btn:active,
.all-wrapper .btn-group-vertical > .fc-button:active,
.btn-group-vertical > .btn.active,
.all-wrapper .btn-group-vertical > .active.fc-button {
  z-index: 2;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32662, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group .btn + .btn, .btn-group .all-wrapper .fc-button + .btn, .all-wrapper .btn-group .fc-button + .btn, .btn-group .all-wrapper .btn + .fc-button, .all-wrapper .btn-group .btn + .fc-button, .btn-group .all-wrapper .fc-button + .fc-button, .all-wrapper .btn-group .fc-button + .fc-button,
.btn-group .btn + .btn-group,
.btn-group .all-wrapper .fc-button + .btn-group,
.all-wrapper .btn-group .fc-button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .all-wrapper .btn-group + .fc-button,
.all-wrapper .btn-group .btn-group + .fc-button,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .all-wrapper .fc-button + .btn,
.all-wrapper .btn-group-vertical .fc-button + .btn,
.btn-group-vertical .all-wrapper .btn + .fc-button,
.all-wrapper .btn-group-vertical .btn + .fc-button,
.btn-group-vertical .all-wrapper .fc-button + .fc-button,
.all-wrapper .btn-group-vertical .fc-button + .fc-button,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .all-wrapper .fc-button + .btn-group,
.all-wrapper .btn-group-vertical .fc-button + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .all-wrapper .btn-group + .fc-button,
.all-wrapper .btn-group-vertical .btn-group + .fc-button,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32688, app/assets/stylesheets/legacy/public.scss.erb */
.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32693, app/assets/stylesheets/legacy/public.scss.erb */
.btn-toolbar .input-group {
  width: auto;
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32698, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .all-wrapper .btn-group > .fc-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32703, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn:first-child, .all-wrapper .btn-group > .fc-button:first-child {
  margin-left: 0;
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32707, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .all-wrapper .btn-group > .fc-button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32713, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn:last-child:not(:first-child), .all-wrapper .btn-group > .fc-button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32720, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn-group {
  float: left;
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32725, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .all-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > .fc-button {
  border-radius: 0;
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32730, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .all-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .fc-button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 76, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32737, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .all-wrapper .btn-group > .btn-group:last-child:not(:first-child) > .fc-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32743, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32749, app/assets/stylesheets/legacy/public.scss.erb */
.btn + .dropdown-toggle-split, .all-wrapper .fc-button + .dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}

/* line 103, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32754, app/assets/stylesheets/legacy/public.scss.erb */
.btn + .dropdown-toggle-split::after, .all-wrapper .fc-button + .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32759, app/assets/stylesheets/legacy/public.scss.erb */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .all-wrapper .btn-group-sm > .fc-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32765, app/assets/stylesheets/legacy/public.scss.erb */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .all-wrapper .btn-group-lg > .fc-button + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32771, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 141, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32778, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical .btn, .btn-group-vertical .all-wrapper .fc-button, .all-wrapper .btn-group-vertical .fc-button,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 146, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32783, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical > .btn + .btn, .all-wrapper .btn-group-vertical > .fc-button + .btn, .all-wrapper .btn-group-vertical > .btn + .fc-button, .all-wrapper .btn-group-vertical > .fc-button + .fc-button,
.btn-group-vertical > .btn + .btn-group,
.all-wrapper .btn-group-vertical > .fc-button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.all-wrapper .btn-group-vertical > .btn-group + .fc-button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32794, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .all-wrapper .btn-group-vertical > .fc-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32798, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical > .btn:first-child:not(:last-child), .all-wrapper .btn-group-vertical > .fc-button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32803, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical > .btn:last-child:not(:first-child), .all-wrapper .btn-group-vertical > .fc-button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 166, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32809, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .all-wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .fc-button {
  border-radius: 0;
}

/* line 170, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32814, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .all-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .fc-button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 175, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32821, app/assets/stylesheets/legacy/public.scss.erb */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .all-wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > .fc-button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 195, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_button-group.scss */
/* line 32827, app/assets/stylesheets/legacy/public.scss.erb */
[data-toggle="buttons"] > .btn input[type="radio"], .all-wrapper [data-toggle="buttons"] > .fc-button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.all-wrapper [data-toggle="buttons"] > .fc-button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.all-wrapper [data-toggle="buttons"] > .btn-group > .fc-button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.all-wrapper [data-toggle="buttons"] > .btn-group > .fc-button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32840, app/assets/stylesheets/legacy/public.scss.erb */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32846, app/assets/stylesheets/legacy/public.scss.erb */
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32854, app/assets/stylesheets/legacy/public.scss.erb */
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32859, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32867, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32874, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32881, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-addon {
  padding: 0.5rem 0.7rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32894, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.all-wrapper .input-group-sm > .input-group-btn > .input-group-addon.fc-button {
  padding: 0.25rem 0.7rem;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32903, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.all-wrapper .input-group-lg > .input-group-btn > .input-group-addon.fc-button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32912, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32918, app/assets/stylesheets/legacy/public.scss.erb */
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.all-wrapper .input-group-btn:not(:last-child) > .fc-button,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.all-wrapper .input-group-btn:not(:last-child) > .btn-group > .fc-button,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.all-wrapper .input-group-btn:not(:first-child) > .fc-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.all-wrapper .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .fc-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32934, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-addon:not(:last-child) {
  border-right: 0;
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32939, app/assets/stylesheets/legacy/public.scss.erb */
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.all-wrapper .input-group-btn:not(:first-child) > .fc-button,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.all-wrapper .input-group-btn:not(:first-child) > .btn-group > .fc-button,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.all-wrapper .input-group-btn:not(:last-child) > .fc-button:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.all-wrapper .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .fc-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32955, app/assets/stylesheets/legacy/public.scss.erb */
.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

/* line 136, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32960, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 145, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32966, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-btn > .btn, .all-wrapper .input-group-btn > .fc-button {
  position: relative;
  flex: 1;
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32971, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-btn > .btn + .btn, .all-wrapper .input-group-btn > .fc-button + .btn, .all-wrapper .input-group-btn > .btn + .fc-button, .all-wrapper .input-group-btn > .fc-button + .fc-button {
  margin-left: -1px;
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32975, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-btn > .btn:focus, .all-wrapper .input-group-btn > .fc-button:focus, .input-group-btn > .btn:active, .all-wrapper .input-group-btn > .fc-button:active, .input-group-btn > .btn:hover, .all-wrapper .input-group-btn > .fc-button:hover {
  z-index: 3;
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32979, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-btn:not(:last-child) > .btn, .all-wrapper .input-group-btn:not(:last-child) > .fc-button,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_input-group.scss */
/* line 32984, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-btn:not(:first-child) > .btn, .all-wrapper .input-group-btn:not(:first-child) > .fc-button,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 54, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 32990, app/assets/stylesheets/legacy/public.scss.erb */
.input-group-btn:not(:first-child) > .btn:focus, .all-wrapper .input-group-btn:not(:first-child) > .fc-button:focus, .input-group-btn:not(:first-child) > .btn:active, .all-wrapper .input-group-btn:not(:first-child) > .fc-button:active, .input-group-btn:not(:first-child) > .btn:hover, .all-wrapper .input-group-btn:not(:first-child) > .fc-button:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 32998, app/assets/stylesheets/legacy/public.scss.erb */
.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33008, app/assets/stylesheets/legacy/public.scss.erb */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33014, app/assets/stylesheets/legacy/public.scss.erb */
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #047bf8;
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33019, app/assets/stylesheets/legacy/public.scss.erb */
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #f8faff, 0 0 0 3px #047bf8;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33023, app/assets/stylesheets/legacy/public.scss.erb */
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b1d6fe;
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33028, app/assets/stylesheets/legacy/public.scss.erb */
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33033, app/assets/stylesheets/legacy/public.scss.erb */
.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33039, app/assets/stylesheets/legacy/public.scss.erb */
.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33058, app/assets/stylesheets/legacy/public.scss.erb */
.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33062, app/assets/stylesheets/legacy/public.scss.erb */
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 89, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33066, app/assets/stylesheets/legacy/public.scss.erb */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #047bf8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 101, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33072, app/assets/stylesheets/legacy/public.scss.erb */
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33076, app/assets/stylesheets/legacy/public.scss.erb */
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33081, app/assets/stylesheets/legacy/public.scss.erb */
.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33086, app/assets/stylesheets/legacy/public.scss.erb */
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

/* line 123, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33090, app/assets/stylesheets/legacy/public.scss.erb */
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

/* line 136, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33095, app/assets/stylesheets/legacy/public.scss.erb */
.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 153, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33111, app/assets/stylesheets/legacy/public.scss.erb */
.custom-select:focus {
  border-color: #7fbcfd;
  outline: none;
}

/* line 158, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33116, app/assets/stylesheets/legacy/public.scss.erb */
.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

/* line 169, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33121, app/assets/stylesheets/legacy/public.scss.erb */
.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

/* line 176, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33127, app/assets/stylesheets/legacy/public.scss.erb */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 181, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33132, app/assets/stylesheets/legacy/public.scss.erb */
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 197, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33139, app/assets/stylesheets/legacy/public.scss.erb */
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 206, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33149, app/assets/stylesheets/legacy/public.scss.erb */
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33159, app/assets/stylesheets/legacy/public.scss.erb */
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33179, app/assets/stylesheets/legacy/public.scss.erb */
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

/* line 242, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33183, app/assets/stylesheets/legacy/public.scss.erb */
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid #cecece;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 259, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_custom-forms.scss */
/* line 33199, app/assets/stylesheets/legacy/public.scss.erb */
.custom-file-control:lang(en)::before {
  content: "Browse";
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33204, app/assets/stylesheets/legacy/public.scss.erb */
.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33212, app/assets/stylesheets/legacy/public.scss.erb */
.nav-link {
  display: block;
  padding: 0.5em 1em;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33217, app/assets/stylesheets/legacy/public.scss.erb */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33221, app/assets/stylesheets/legacy/public.scss.erb */
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33227, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33231, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33235, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33241, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef rgba(0, 0, 0, 0.1);
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33245, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33251, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: transparent;
  border-color: #ddd #ddd transparent;
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33258, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 76, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33265, app/assets/stylesheets/legacy/public.scss.erb */
.nav-pills .nav-link {
  border-radius: 30px;
}

/* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33269, app/assets/stylesheets/legacy/public.scss.erb */
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #047bf8;
}

/* line 94, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33277, app/assets/stylesheets/legacy/public.scss.erb */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33283, app/assets/stylesheets/legacy/public.scss.erb */
.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33289, app/assets/stylesheets/legacy/public.scss.erb */
.tab-content > .tab-pane {
  display: none;
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_nav.scss */
/* line 33293, app/assets/stylesheets/legacy/public.scss.erb */
.tab-content > .active {
  display: block;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_breadcrumb.scss */
/* line 33298, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_clearfix.scss */
/* line 33306, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_breadcrumb.scss */
/* line 33313, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb-item {
  float: left;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_breadcrumb.scss */
/* line 33317, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_breadcrumb.scss */
/* line 33325, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_breadcrumb.scss */
/* line 33329, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_breadcrumb.scss */
/* line 33333, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb-item.active {
  color: #636c72;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_pagination.scss */
/* line 33338, app/assets/stylesheets/legacy/public.scss.erb */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_pagination.scss */
/* line 33346, app/assets/stylesheets/legacy/public.scss.erb */
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_pagination.scss */
/* line 33352, app/assets/stylesheets/legacy/public.scss.erb */
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_pagination.scss */
/* line 33357, app/assets/stylesheets/legacy/public.scss.erb */
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #047bf8;
  border-color: #047bf8;
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_pagination.scss */
/* line 33364, app/assets/stylesheets/legacy/public.scss.erb */
.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_pagination.scss */
/* line 33373, app/assets/stylesheets/legacy/public.scss.erb */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3b75e3;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33384, app/assets/stylesheets/legacy/public.scss.erb */
.page-link:focus, .page-link:hover {
  color: #1a50b7;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_pagination.scss */
/* line 33392, app/assets/stylesheets/legacy/public.scss.erb */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_pagination.scss */
/* line 33397, app/assets/stylesheets/legacy/public.scss.erb */
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_pagination.scss */
/* line 33402, app/assets/stylesheets/legacy/public.scss.erb */
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_pagination.scss */
/* line 33408, app/assets/stylesheets/legacy/public.scss.erb */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_pagination.scss */
/* line 33413, app/assets/stylesheets/legacy/public.scss.erb */
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_pagination.scss */
/* line 33418, app/assets/stylesheets/legacy/public.scss.erb */
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33424, app/assets/stylesheets/legacy/public.scss.erb */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33437, app/assets/stylesheets/legacy/public.scss.erb */
.badge:empty {
  display: none;
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33442, app/assets/stylesheets/legacy/public.scss.erb */
.btn .badge, .all-wrapper .fc-button .badge {
  position: relative;
  top: -1px;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33448, app/assets/stylesheets/legacy/public.scss.erb */
a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33455, app/assets/stylesheets/legacy/public.scss.erb */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33462, app/assets/stylesheets/legacy/public.scss.erb */
.badge-default {
  background-color: #636c72;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33466, app/assets/stylesheets/legacy/public.scss.erb */
.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33471, app/assets/stylesheets/legacy/public.scss.erb */
.badge-primary {
  background-color: #047bf8;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33475, app/assets/stylesheets/legacy/public.scss.erb */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #0362c6;
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33480, app/assets/stylesheets/legacy/public.scss.erb */
.badge-success {
  background-color: #90be2e;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33484, app/assets/stylesheets/legacy/public.scss.erb */
.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #719524;
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33489, app/assets/stylesheets/legacy/public.scss.erb */
.badge-info {
  background-color: #5bc0de;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33493, app/assets/stylesheets/legacy/public.scss.erb */
.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33498, app/assets/stylesheets/legacy/public.scss.erb */
.badge-warning {
  background-color: #f0ad4e;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33502, app/assets/stylesheets/legacy/public.scss.erb */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/_badge.scss */
/* line 33507, app/assets/stylesheets/legacy/public.scss.erb */
.badge-danger {
  background-color: #e65252;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33511, app/assets/stylesheets/legacy/public.scss.erb */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #e02525;
}

/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_align.scss */
/* line 33516, app/assets/stylesheets/legacy/public.scss.erb */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_align.scss */
/* line 33521, app/assets/stylesheets/legacy/public.scss.erb */
.align-top {
  vertical-align: top !important;
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_align.scss */
/* line 33526, app/assets/stylesheets/legacy/public.scss.erb */
.align-middle {
  vertical-align: middle !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_align.scss */
/* line 33531, app/assets/stylesheets/legacy/public.scss.erb */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_align.scss */
/* line 33536, app/assets/stylesheets/legacy/public.scss.erb */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_align.scss */
/* line 33541, app/assets/stylesheets/legacy/public.scss.erb */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_background.scss */
/* line 33546, app/assets/stylesheets/legacy/public.scss.erb */
.bg-faded {
  background-color: #e9efff;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_background-variant.scss */
/* line 33551, app/assets/stylesheets/legacy/public.scss.erb */
.bg-primary {
  background-color: #047bf8 !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33556, app/assets/stylesheets/legacy/public.scss.erb */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0362c6 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_background-variant.scss */
/* line 33561, app/assets/stylesheets/legacy/public.scss.erb */
.bg-success {
  background-color: #90be2e !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33566, app/assets/stylesheets/legacy/public.scss.erb */
a.bg-success:focus, a.bg-success:hover {
  background-color: #719524 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_background-variant.scss */
/* line 33571, app/assets/stylesheets/legacy/public.scss.erb */
.bg-info {
  background-color: #5bc0de !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33576, app/assets/stylesheets/legacy/public.scss.erb */
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_background-variant.scss */
/* line 33581, app/assets/stylesheets/legacy/public.scss.erb */
.bg-warning {
  background-color: #f0ad4e !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33586, app/assets/stylesheets/legacy/public.scss.erb */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_background-variant.scss */
/* line 33591, app/assets/stylesheets/legacy/public.scss.erb */
.bg-danger {
  background-color: #e65252 !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33596, app/assets/stylesheets/legacy/public.scss.erb */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e02525 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_background-variant.scss */
/* line 33601, app/assets/stylesheets/legacy/public.scss.erb */
.bg-inverse {
  background-color: #292b2c !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 33606, app/assets/stylesheets/legacy/public.scss.erb */
a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33611, app/assets/stylesheets/legacy/public.scss.erb */
.border-0 {
  border: 0 !important;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33616, app/assets/stylesheets/legacy/public.scss.erb */
.border-top-0 {
  border-top: 0 !important;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33621, app/assets/stylesheets/legacy/public.scss.erb */
.border-right-0 {
  border-right: 0 !important;
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33626, app/assets/stylesheets/legacy/public.scss.erb */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33631, app/assets/stylesheets/legacy/public.scss.erb */
.border-left-0 {
  border-left: 0 !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33636, app/assets/stylesheets/legacy/public.scss.erb */
.rounded {
  border-radius: 0.25rem;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33641, app/assets/stylesheets/legacy/public.scss.erb */
.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33647, app/assets/stylesheets/legacy/public.scss.erb */
.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33653, app/assets/stylesheets/legacy/public.scss.erb */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33659, app/assets/stylesheets/legacy/public.scss.erb */
.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33665, app/assets/stylesheets/legacy/public.scss.erb */
.rounded-circle {
  border-radius: 50%;
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_borders.scss */
/* line 33670, app/assets/stylesheets/legacy/public.scss.erb */
.rounded-0 {
  border-radius: 0;
}

/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_clearfix.scss */
/* line 33675, app/assets/stylesheets/legacy/public.scss.erb */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
/* line 33682, app/assets/stylesheets/legacy/public.scss.erb */
.d-none {
  display: none !important;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
/* line 33687, app/assets/stylesheets/legacy/public.scss.erb */
.d-inline {
  display: inline !important;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
/* line 33692, app/assets/stylesheets/legacy/public.scss.erb */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
/* line 33697, app/assets/stylesheets/legacy/public.scss.erb */
.d-block {
  display: block !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
/* line 33702, app/assets/stylesheets/legacy/public.scss.erb */
.d-table {
  display: table !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
/* line 33707, app/assets/stylesheets/legacy/public.scss.erb */
.d-table-cell {
  display: table-cell !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
/* line 33712, app/assets/stylesheets/legacy/public.scss.erb */
.d-flex {
  display: flex !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
/* line 33717, app/assets/stylesheets/legacy/public.scss.erb */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33723, app/assets/stylesheets/legacy/public.scss.erb */
  .d-sm-none {
    display: none !important;
  }
  /* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33728, app/assets/stylesheets/legacy/public.scss.erb */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33733, app/assets/stylesheets/legacy/public.scss.erb */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33738, app/assets/stylesheets/legacy/public.scss.erb */
  .d-sm-block {
    display: block !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33743, app/assets/stylesheets/legacy/public.scss.erb */
  .d-sm-table {
    display: table !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33748, app/assets/stylesheets/legacy/public.scss.erb */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33753, app/assets/stylesheets/legacy/public.scss.erb */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33758, app/assets/stylesheets/legacy/public.scss.erb */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33764, app/assets/stylesheets/legacy/public.scss.erb */
  .d-md-none {
    display: none !important;
  }
  /* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33769, app/assets/stylesheets/legacy/public.scss.erb */
  .d-md-inline {
    display: inline !important;
  }
  /* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33774, app/assets/stylesheets/legacy/public.scss.erb */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33779, app/assets/stylesheets/legacy/public.scss.erb */
  .d-md-block {
    display: block !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33784, app/assets/stylesheets/legacy/public.scss.erb */
  .d-md-table {
    display: table !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33789, app/assets/stylesheets/legacy/public.scss.erb */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33794, app/assets/stylesheets/legacy/public.scss.erb */
  .d-md-flex {
    display: flex !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33799, app/assets/stylesheets/legacy/public.scss.erb */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33805, app/assets/stylesheets/legacy/public.scss.erb */
  .d-lg-none {
    display: none !important;
  }
  /* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33810, app/assets/stylesheets/legacy/public.scss.erb */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33815, app/assets/stylesheets/legacy/public.scss.erb */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33820, app/assets/stylesheets/legacy/public.scss.erb */
  .d-lg-block {
    display: block !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33825, app/assets/stylesheets/legacy/public.scss.erb */
  .d-lg-table {
    display: table !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33830, app/assets/stylesheets/legacy/public.scss.erb */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33835, app/assets/stylesheets/legacy/public.scss.erb */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33840, app/assets/stylesheets/legacy/public.scss.erb */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33846, app/assets/stylesheets/legacy/public.scss.erb */
  .d-xl-none {
    display: none !important;
  }
  /* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33851, app/assets/stylesheets/legacy/public.scss.erb */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33856, app/assets/stylesheets/legacy/public.scss.erb */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33861, app/assets/stylesheets/legacy/public.scss.erb */
  .d-xl-block {
    display: block !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33866, app/assets/stylesheets/legacy/public.scss.erb */
  .d-xl-table {
    display: table !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33871, app/assets/stylesheets/legacy/public.scss.erb */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33876, app/assets/stylesheets/legacy/public.scss.erb */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_display.scss */
  /* line 33881, app/assets/stylesheets/legacy/public.scss.erb */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33886, app/assets/stylesheets/legacy/public.scss.erb */
.flex-first {
  order: -1;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33891, app/assets/stylesheets/legacy/public.scss.erb */
.flex-last {
  order: 1;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33896, app/assets/stylesheets/legacy/public.scss.erb */
.flex-unordered {
  order: 0;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33901, app/assets/stylesheets/legacy/public.scss.erb */
.flex-row {
  flex-direction: row !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33906, app/assets/stylesheets/legacy/public.scss.erb */
.flex-column {
  flex-direction: column !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33911, app/assets/stylesheets/legacy/public.scss.erb */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33916, app/assets/stylesheets/legacy/public.scss.erb */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33921, app/assets/stylesheets/legacy/public.scss.erb */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33926, app/assets/stylesheets/legacy/public.scss.erb */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33931, app/assets/stylesheets/legacy/public.scss.erb */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33936, app/assets/stylesheets/legacy/public.scss.erb */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33941, app/assets/stylesheets/legacy/public.scss.erb */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33946, app/assets/stylesheets/legacy/public.scss.erb */
.justify-content-center {
  justify-content: center !important;
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33951, app/assets/stylesheets/legacy/public.scss.erb */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33956, app/assets/stylesheets/legacy/public.scss.erb */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33961, app/assets/stylesheets/legacy/public.scss.erb */
.align-items-start {
  align-items: flex-start !important;
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33966, app/assets/stylesheets/legacy/public.scss.erb */
.align-items-end {
  align-items: flex-end !important;
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33971, app/assets/stylesheets/legacy/public.scss.erb */
.align-items-center {
  align-items: center !important;
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33976, app/assets/stylesheets/legacy/public.scss.erb */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33981, app/assets/stylesheets/legacy/public.scss.erb */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33986, app/assets/stylesheets/legacy/public.scss.erb */
.align-content-start {
  align-content: flex-start !important;
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33991, app/assets/stylesheets/legacy/public.scss.erb */
.align-content-end {
  align-content: flex-end !important;
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 33996, app/assets/stylesheets/legacy/public.scss.erb */
.align-content-center {
  align-content: center !important;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34001, app/assets/stylesheets/legacy/public.scss.erb */
.align-content-between {
  align-content: space-between !important;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34006, app/assets/stylesheets/legacy/public.scss.erb */
.align-content-around {
  align-content: space-around !important;
}

/* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34011, app/assets/stylesheets/legacy/public.scss.erb */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34016, app/assets/stylesheets/legacy/public.scss.erb */
.align-self-auto {
  align-self: auto !important;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34021, app/assets/stylesheets/legacy/public.scss.erb */
.align-self-start {
  align-self: flex-start !important;
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34026, app/assets/stylesheets/legacy/public.scss.erb */
.align-self-end {
  align-self: flex-end !important;
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34031, app/assets/stylesheets/legacy/public.scss.erb */
.align-self-center {
  align-self: center !important;
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34036, app/assets/stylesheets/legacy/public.scss.erb */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
/* line 34041, app/assets/stylesheets/legacy/public.scss.erb */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34047, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-first {
    order: -1;
  }
  /* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34052, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-last {
    order: 1;
  }
  /* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34057, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-unordered {
    order: 0;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34062, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34067, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34072, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34077, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34082, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34087, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34092, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34097, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34102, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34107, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34112, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34117, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34122, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34127, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34132, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34137, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34142, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34147, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34152, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34157, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34162, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34167, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34172, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34177, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34182, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34187, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34192, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34197, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34202, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34208, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-first {
    order: -1;
  }
  /* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34213, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-last {
    order: 1;
  }
  /* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34218, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-unordered {
    order: 0;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34223, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34228, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34233, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34238, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34243, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34248, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34253, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34258, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34263, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34268, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34273, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34278, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34283, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34288, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34293, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34298, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34303, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34308, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34313, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34318, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34323, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34328, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34333, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34338, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34343, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34348, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34353, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34358, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34363, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34369, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-first {
    order: -1;
  }
  /* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34374, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-last {
    order: 1;
  }
  /* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34379, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-unordered {
    order: 0;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34384, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34389, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34394, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34399, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34404, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34409, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34414, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34419, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34424, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34429, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34434, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34439, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34444, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34449, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34454, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34459, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34464, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34469, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34474, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34479, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34484, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34489, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34494, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34499, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34504, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34509, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34514, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34519, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34524, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34530, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-first {
    order: -1;
  }
  /* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34535, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-last {
    order: 1;
  }
  /* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34540, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-unordered {
    order: 0;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34545, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34550, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34555, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34560, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34565, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34570, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34575, app/assets/stylesheets/legacy/public.scss.erb */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34580, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34585, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34590, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34595, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34600, app/assets/stylesheets/legacy/public.scss.erb */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34605, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34610, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34615, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34620, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34625, app/assets/stylesheets/legacy/public.scss.erb */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34630, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34635, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34640, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34645, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34650, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 39, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34655, app/assets/stylesheets/legacy/public.scss.erb */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34660, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34665, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34670, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34675, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34680, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_flex.scss */
  /* line 34685, app/assets/stylesheets/legacy/public.scss.erb */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
/* line 34690, app/assets/stylesheets/legacy/public.scss.erb */
.float-left {
  float: left !important;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
/* line 34695, app/assets/stylesheets/legacy/public.scss.erb */
.float-right {
  float: right !important;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
/* line 34700, app/assets/stylesheets/legacy/public.scss.erb */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34706, app/assets/stylesheets/legacy/public.scss.erb */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34711, app/assets/stylesheets/legacy/public.scss.erb */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34716, app/assets/stylesheets/legacy/public.scss.erb */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34722, app/assets/stylesheets/legacy/public.scss.erb */
  .float-md-left {
    float: left !important;
  }
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34727, app/assets/stylesheets/legacy/public.scss.erb */
  .float-md-right {
    float: right !important;
  }
  /* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34732, app/assets/stylesheets/legacy/public.scss.erb */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34738, app/assets/stylesheets/legacy/public.scss.erb */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34743, app/assets/stylesheets/legacy/public.scss.erb */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34748, app/assets/stylesheets/legacy/public.scss.erb */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34754, app/assets/stylesheets/legacy/public.scss.erb */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34759, app/assets/stylesheets/legacy/public.scss.erb */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_float.scss */
  /* line 34764, app/assets/stylesheets/legacy/public.scss.erb */
  .float-xl-none {
    float: none !important;
  }
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_position.scss */
/* line 34769, app/assets/stylesheets/legacy/public.scss.erb */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_position.scss */
/* line 34778, app/assets/stylesheets/legacy/public.scss.erb */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_position.scss */
/* line 34787, app/assets/stylesheets/legacy/public.scss.erb */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_screenreaders.scss */
/* line 34795, app/assets/stylesheets/legacy/public.scss.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_screen-reader.scss */
/* line 34807, app/assets/stylesheets/legacy/public.scss.erb */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34817, app/assets/stylesheets/legacy/public.scss.erb */
.w-25 {
  width: 25% !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34822, app/assets/stylesheets/legacy/public.scss.erb */
.w-50 {
  width: 50% !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34827, app/assets/stylesheets/legacy/public.scss.erb */
.w-75 {
  width: 75% !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34832, app/assets/stylesheets/legacy/public.scss.erb */
.w-100 {
  width: 100% !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34837, app/assets/stylesheets/legacy/public.scss.erb */
.h-25 {
  height: 25% !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34842, app/assets/stylesheets/legacy/public.scss.erb */
.h-50 {
  height: 50% !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34847, app/assets/stylesheets/legacy/public.scss.erb */
.h-75 {
  height: 75% !important;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34852, app/assets/stylesheets/legacy/public.scss.erb */
.h-100 {
  height: 100% !important;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34857, app/assets/stylesheets/legacy/public.scss.erb */
.mw-100 {
  max-width: 100% !important;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_sizing.scss */
/* line 34862, app/assets/stylesheets/legacy/public.scss.erb */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34867, app/assets/stylesheets/legacy/public.scss.erb */
.m-0 {
  margin: 0 0 !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34872, app/assets/stylesheets/legacy/public.scss.erb */
.mt-0 {
  margin-top: 0 !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34877, app/assets/stylesheets/legacy/public.scss.erb */
.mr-0 {
  margin-right: 0 !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34882, app/assets/stylesheets/legacy/public.scss.erb */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34887, app/assets/stylesheets/legacy/public.scss.erb */
.ml-0 {
  margin-left: 0 !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34892, app/assets/stylesheets/legacy/public.scss.erb */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34898, app/assets/stylesheets/legacy/public.scss.erb */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34904, app/assets/stylesheets/legacy/public.scss.erb */
.m-1 {
  margin: 0.25rem 0.25rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34909, app/assets/stylesheets/legacy/public.scss.erb */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34914, app/assets/stylesheets/legacy/public.scss.erb */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34919, app/assets/stylesheets/legacy/public.scss.erb */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34924, app/assets/stylesheets/legacy/public.scss.erb */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34929, app/assets/stylesheets/legacy/public.scss.erb */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34935, app/assets/stylesheets/legacy/public.scss.erb */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34941, app/assets/stylesheets/legacy/public.scss.erb */
.m-2 {
  margin: 0.5rem 0.5rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34946, app/assets/stylesheets/legacy/public.scss.erb */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34951, app/assets/stylesheets/legacy/public.scss.erb */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34956, app/assets/stylesheets/legacy/public.scss.erb */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34961, app/assets/stylesheets/legacy/public.scss.erb */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34966, app/assets/stylesheets/legacy/public.scss.erb */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34972, app/assets/stylesheets/legacy/public.scss.erb */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34978, app/assets/stylesheets/legacy/public.scss.erb */
.m-3 {
  margin: 1rem 1rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34983, app/assets/stylesheets/legacy/public.scss.erb */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34988, app/assets/stylesheets/legacy/public.scss.erb */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34993, app/assets/stylesheets/legacy/public.scss.erb */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 34998, app/assets/stylesheets/legacy/public.scss.erb */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35003, app/assets/stylesheets/legacy/public.scss.erb */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35009, app/assets/stylesheets/legacy/public.scss.erb */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35015, app/assets/stylesheets/legacy/public.scss.erb */
.m-4 {
  margin: 1.5rem 1.5rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35020, app/assets/stylesheets/legacy/public.scss.erb */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35025, app/assets/stylesheets/legacy/public.scss.erb */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35030, app/assets/stylesheets/legacy/public.scss.erb */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35035, app/assets/stylesheets/legacy/public.scss.erb */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35040, app/assets/stylesheets/legacy/public.scss.erb */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35046, app/assets/stylesheets/legacy/public.scss.erb */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35052, app/assets/stylesheets/legacy/public.scss.erb */
.m-5 {
  margin: 3rem 3rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35057, app/assets/stylesheets/legacy/public.scss.erb */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35062, app/assets/stylesheets/legacy/public.scss.erb */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35067, app/assets/stylesheets/legacy/public.scss.erb */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35072, app/assets/stylesheets/legacy/public.scss.erb */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35077, app/assets/stylesheets/legacy/public.scss.erb */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35083, app/assets/stylesheets/legacy/public.scss.erb */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35089, app/assets/stylesheets/legacy/public.scss.erb */
.p-0 {
  padding: 0 0 !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35094, app/assets/stylesheets/legacy/public.scss.erb */
.pt-0 {
  padding-top: 0 !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35099, app/assets/stylesheets/legacy/public.scss.erb */
.pr-0 {
  padding-right: 0 !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35104, app/assets/stylesheets/legacy/public.scss.erb */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35109, app/assets/stylesheets/legacy/public.scss.erb */
.pl-0 {
  padding-left: 0 !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35114, app/assets/stylesheets/legacy/public.scss.erb */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35120, app/assets/stylesheets/legacy/public.scss.erb */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35126, app/assets/stylesheets/legacy/public.scss.erb */
.p-1 {
  padding: 0.25rem 0.25rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35131, app/assets/stylesheets/legacy/public.scss.erb */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35136, app/assets/stylesheets/legacy/public.scss.erb */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35141, app/assets/stylesheets/legacy/public.scss.erb */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35146, app/assets/stylesheets/legacy/public.scss.erb */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35151, app/assets/stylesheets/legacy/public.scss.erb */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35157, app/assets/stylesheets/legacy/public.scss.erb */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35163, app/assets/stylesheets/legacy/public.scss.erb */
.p-2 {
  padding: 0.5rem 0.5rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35168, app/assets/stylesheets/legacy/public.scss.erb */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35173, app/assets/stylesheets/legacy/public.scss.erb */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35178, app/assets/stylesheets/legacy/public.scss.erb */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35183, app/assets/stylesheets/legacy/public.scss.erb */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35188, app/assets/stylesheets/legacy/public.scss.erb */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35194, app/assets/stylesheets/legacy/public.scss.erb */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35200, app/assets/stylesheets/legacy/public.scss.erb */
.p-3 {
  padding: 1rem 1rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35205, app/assets/stylesheets/legacy/public.scss.erb */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35210, app/assets/stylesheets/legacy/public.scss.erb */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35215, app/assets/stylesheets/legacy/public.scss.erb */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35220, app/assets/stylesheets/legacy/public.scss.erb */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35225, app/assets/stylesheets/legacy/public.scss.erb */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35231, app/assets/stylesheets/legacy/public.scss.erb */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35237, app/assets/stylesheets/legacy/public.scss.erb */
.p-4 {
  padding: 1.5rem 1.5rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35242, app/assets/stylesheets/legacy/public.scss.erb */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35247, app/assets/stylesheets/legacy/public.scss.erb */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35252, app/assets/stylesheets/legacy/public.scss.erb */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35257, app/assets/stylesheets/legacy/public.scss.erb */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35262, app/assets/stylesheets/legacy/public.scss.erb */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35268, app/assets/stylesheets/legacy/public.scss.erb */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35274, app/assets/stylesheets/legacy/public.scss.erb */
.p-5 {
  padding: 3rem 3rem !important;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35279, app/assets/stylesheets/legacy/public.scss.erb */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35284, app/assets/stylesheets/legacy/public.scss.erb */
.pr-5 {
  padding-right: 3rem !important;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35289, app/assets/stylesheets/legacy/public.scss.erb */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35294, app/assets/stylesheets/legacy/public.scss.erb */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35299, app/assets/stylesheets/legacy/public.scss.erb */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35305, app/assets/stylesheets/legacy/public.scss.erb */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35311, app/assets/stylesheets/legacy/public.scss.erb */
.m-auto {
  margin: auto !important;
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35316, app/assets/stylesheets/legacy/public.scss.erb */
.mt-auto {
  margin-top: auto !important;
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35321, app/assets/stylesheets/legacy/public.scss.erb */
.mr-auto {
  margin-right: auto !important;
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35326, app/assets/stylesheets/legacy/public.scss.erb */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35331, app/assets/stylesheets/legacy/public.scss.erb */
.ml-auto {
  margin-left: auto !important;
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35336, app/assets/stylesheets/legacy/public.scss.erb */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
/* line 35342, app/assets/stylesheets/legacy/public.scss.erb */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35349, app/assets/stylesheets/legacy/public.scss.erb */
  .m-sm-0 {
    margin: 0 0 !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35354, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35359, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35364, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35369, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35374, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35380, app/assets/stylesheets/legacy/public.scss.erb */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35386, app/assets/stylesheets/legacy/public.scss.erb */
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35391, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35396, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35401, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35406, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35411, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35417, app/assets/stylesheets/legacy/public.scss.erb */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35423, app/assets/stylesheets/legacy/public.scss.erb */
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35428, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35433, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35438, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35443, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35448, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35454, app/assets/stylesheets/legacy/public.scss.erb */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35460, app/assets/stylesheets/legacy/public.scss.erb */
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35465, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35470, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35475, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35480, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35485, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35491, app/assets/stylesheets/legacy/public.scss.erb */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35497, app/assets/stylesheets/legacy/public.scss.erb */
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35502, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35507, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35512, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35517, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35522, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35528, app/assets/stylesheets/legacy/public.scss.erb */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35534, app/assets/stylesheets/legacy/public.scss.erb */
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35539, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35544, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35549, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35554, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35559, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35565, app/assets/stylesheets/legacy/public.scss.erb */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35571, app/assets/stylesheets/legacy/public.scss.erb */
  .p-sm-0 {
    padding: 0 0 !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35576, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35581, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35586, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35591, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35596, app/assets/stylesheets/legacy/public.scss.erb */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35602, app/assets/stylesheets/legacy/public.scss.erb */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35608, app/assets/stylesheets/legacy/public.scss.erb */
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35613, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35618, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35623, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35628, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35633, app/assets/stylesheets/legacy/public.scss.erb */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35639, app/assets/stylesheets/legacy/public.scss.erb */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35645, app/assets/stylesheets/legacy/public.scss.erb */
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35650, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35655, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35660, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35665, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35670, app/assets/stylesheets/legacy/public.scss.erb */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35676, app/assets/stylesheets/legacy/public.scss.erb */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35682, app/assets/stylesheets/legacy/public.scss.erb */
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35687, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35692, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35697, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35702, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35707, app/assets/stylesheets/legacy/public.scss.erb */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35713, app/assets/stylesheets/legacy/public.scss.erb */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35719, app/assets/stylesheets/legacy/public.scss.erb */
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35724, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35729, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35734, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35739, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35744, app/assets/stylesheets/legacy/public.scss.erb */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35750, app/assets/stylesheets/legacy/public.scss.erb */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35756, app/assets/stylesheets/legacy/public.scss.erb */
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35761, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35766, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35771, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35776, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35781, app/assets/stylesheets/legacy/public.scss.erb */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35787, app/assets/stylesheets/legacy/public.scss.erb */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35793, app/assets/stylesheets/legacy/public.scss.erb */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35798, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35803, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-sm-auto {
    margin-right: auto !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35808, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35813, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-sm-auto {
    margin-left: auto !important;
  }
  /* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35818, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35824, app/assets/stylesheets/legacy/public.scss.erb */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35831, app/assets/stylesheets/legacy/public.scss.erb */
  .m-md-0 {
    margin: 0 0 !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35836, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35841, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35846, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35851, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35856, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35862, app/assets/stylesheets/legacy/public.scss.erb */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35868, app/assets/stylesheets/legacy/public.scss.erb */
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35873, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35878, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35883, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35888, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35893, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35899, app/assets/stylesheets/legacy/public.scss.erb */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35905, app/assets/stylesheets/legacy/public.scss.erb */
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35910, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35915, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35920, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35925, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35930, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35936, app/assets/stylesheets/legacy/public.scss.erb */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35942, app/assets/stylesheets/legacy/public.scss.erb */
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35947, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35952, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35957, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35962, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35967, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35973, app/assets/stylesheets/legacy/public.scss.erb */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35979, app/assets/stylesheets/legacy/public.scss.erb */
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35984, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35989, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35994, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 35999, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36004, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36010, app/assets/stylesheets/legacy/public.scss.erb */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36016, app/assets/stylesheets/legacy/public.scss.erb */
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36021, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36026, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36031, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36036, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36041, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36047, app/assets/stylesheets/legacy/public.scss.erb */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36053, app/assets/stylesheets/legacy/public.scss.erb */
  .p-md-0 {
    padding: 0 0 !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36058, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36063, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36068, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36073, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36078, app/assets/stylesheets/legacy/public.scss.erb */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36084, app/assets/stylesheets/legacy/public.scss.erb */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36090, app/assets/stylesheets/legacy/public.scss.erb */
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36095, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36100, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36105, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36110, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36115, app/assets/stylesheets/legacy/public.scss.erb */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36121, app/assets/stylesheets/legacy/public.scss.erb */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36127, app/assets/stylesheets/legacy/public.scss.erb */
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36132, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36137, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36142, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36147, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36152, app/assets/stylesheets/legacy/public.scss.erb */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36158, app/assets/stylesheets/legacy/public.scss.erb */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36164, app/assets/stylesheets/legacy/public.scss.erb */
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36169, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36174, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36179, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36184, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36189, app/assets/stylesheets/legacy/public.scss.erb */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36195, app/assets/stylesheets/legacy/public.scss.erb */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36201, app/assets/stylesheets/legacy/public.scss.erb */
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36206, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36211, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36216, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36221, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36226, app/assets/stylesheets/legacy/public.scss.erb */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36232, app/assets/stylesheets/legacy/public.scss.erb */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36238, app/assets/stylesheets/legacy/public.scss.erb */
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36243, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36248, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36253, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36258, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36263, app/assets/stylesheets/legacy/public.scss.erb */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36269, app/assets/stylesheets/legacy/public.scss.erb */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36275, app/assets/stylesheets/legacy/public.scss.erb */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36280, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36285, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-md-auto {
    margin-right: auto !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36290, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36295, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-md-auto {
    margin-left: auto !important;
  }
  /* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36300, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36306, app/assets/stylesheets/legacy/public.scss.erb */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36313, app/assets/stylesheets/legacy/public.scss.erb */
  .m-lg-0 {
    margin: 0 0 !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36318, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36323, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36328, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36333, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36338, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36344, app/assets/stylesheets/legacy/public.scss.erb */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36350, app/assets/stylesheets/legacy/public.scss.erb */
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36355, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36360, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36365, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36370, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36375, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36381, app/assets/stylesheets/legacy/public.scss.erb */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36387, app/assets/stylesheets/legacy/public.scss.erb */
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36392, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36397, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36402, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36407, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36412, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36418, app/assets/stylesheets/legacy/public.scss.erb */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36424, app/assets/stylesheets/legacy/public.scss.erb */
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36429, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36434, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36439, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36444, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36449, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36455, app/assets/stylesheets/legacy/public.scss.erb */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36461, app/assets/stylesheets/legacy/public.scss.erb */
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36466, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36471, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36476, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36481, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36486, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36492, app/assets/stylesheets/legacy/public.scss.erb */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36498, app/assets/stylesheets/legacy/public.scss.erb */
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36503, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36508, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36513, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36518, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36523, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36529, app/assets/stylesheets/legacy/public.scss.erb */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36535, app/assets/stylesheets/legacy/public.scss.erb */
  .p-lg-0 {
    padding: 0 0 !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36540, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36545, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36550, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36555, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36560, app/assets/stylesheets/legacy/public.scss.erb */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36566, app/assets/stylesheets/legacy/public.scss.erb */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36572, app/assets/stylesheets/legacy/public.scss.erb */
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36577, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36582, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36587, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36592, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36597, app/assets/stylesheets/legacy/public.scss.erb */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36603, app/assets/stylesheets/legacy/public.scss.erb */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36609, app/assets/stylesheets/legacy/public.scss.erb */
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36614, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36619, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36624, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36629, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36634, app/assets/stylesheets/legacy/public.scss.erb */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36640, app/assets/stylesheets/legacy/public.scss.erb */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36646, app/assets/stylesheets/legacy/public.scss.erb */
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36651, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36656, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36661, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36666, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36671, app/assets/stylesheets/legacy/public.scss.erb */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36677, app/assets/stylesheets/legacy/public.scss.erb */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36683, app/assets/stylesheets/legacy/public.scss.erb */
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36688, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36693, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36698, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36703, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36708, app/assets/stylesheets/legacy/public.scss.erb */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36714, app/assets/stylesheets/legacy/public.scss.erb */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36720, app/assets/stylesheets/legacy/public.scss.erb */
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36725, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36730, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36735, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36740, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36745, app/assets/stylesheets/legacy/public.scss.erb */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36751, app/assets/stylesheets/legacy/public.scss.erb */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36757, app/assets/stylesheets/legacy/public.scss.erb */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36762, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36767, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-lg-auto {
    margin-right: auto !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36772, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36777, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-lg-auto {
    margin-left: auto !important;
  }
  /* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36782, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36788, app/assets/stylesheets/legacy/public.scss.erb */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36795, app/assets/stylesheets/legacy/public.scss.erb */
  .m-xl-0 {
    margin: 0 0 !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36800, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36805, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36810, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36815, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36820, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36826, app/assets/stylesheets/legacy/public.scss.erb */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36832, app/assets/stylesheets/legacy/public.scss.erb */
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36837, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36842, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36847, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36852, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36857, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36863, app/assets/stylesheets/legacy/public.scss.erb */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36869, app/assets/stylesheets/legacy/public.scss.erb */
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36874, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36879, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36884, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36889, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36894, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36900, app/assets/stylesheets/legacy/public.scss.erb */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36906, app/assets/stylesheets/legacy/public.scss.erb */
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36911, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36916, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36921, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36926, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36931, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36937, app/assets/stylesheets/legacy/public.scss.erb */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36943, app/assets/stylesheets/legacy/public.scss.erb */
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36948, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36953, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36958, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36963, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36968, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36974, app/assets/stylesheets/legacy/public.scss.erb */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36980, app/assets/stylesheets/legacy/public.scss.erb */
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36985, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36990, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 36995, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37000, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37005, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37011, app/assets/stylesheets/legacy/public.scss.erb */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37017, app/assets/stylesheets/legacy/public.scss.erb */
  .p-xl-0 {
    padding: 0 0 !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37022, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37027, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37032, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37037, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37042, app/assets/stylesheets/legacy/public.scss.erb */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37048, app/assets/stylesheets/legacy/public.scss.erb */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37054, app/assets/stylesheets/legacy/public.scss.erb */
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37059, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37064, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37069, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37074, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37079, app/assets/stylesheets/legacy/public.scss.erb */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37085, app/assets/stylesheets/legacy/public.scss.erb */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37091, app/assets/stylesheets/legacy/public.scss.erb */
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37096, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37101, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37106, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37111, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37116, app/assets/stylesheets/legacy/public.scss.erb */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37122, app/assets/stylesheets/legacy/public.scss.erb */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37128, app/assets/stylesheets/legacy/public.scss.erb */
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37133, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37138, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37143, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37148, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37153, app/assets/stylesheets/legacy/public.scss.erb */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37159, app/assets/stylesheets/legacy/public.scss.erb */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37165, app/assets/stylesheets/legacy/public.scss.erb */
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37170, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37175, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37180, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37185, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37190, app/assets/stylesheets/legacy/public.scss.erb */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37196, app/assets/stylesheets/legacy/public.scss.erb */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37202, app/assets/stylesheets/legacy/public.scss.erb */
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  /* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37207, app/assets/stylesheets/legacy/public.scss.erb */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37212, app/assets/stylesheets/legacy/public.scss.erb */
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37217, app/assets/stylesheets/legacy/public.scss.erb */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37222, app/assets/stylesheets/legacy/public.scss.erb */
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37227, app/assets/stylesheets/legacy/public.scss.erb */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37233, app/assets/stylesheets/legacy/public.scss.erb */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37239, app/assets/stylesheets/legacy/public.scss.erb */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37244, app/assets/stylesheets/legacy/public.scss.erb */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37249, app/assets/stylesheets/legacy/public.scss.erb */
  .mr-xl-auto {
    margin-right: auto !important;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37254, app/assets/stylesheets/legacy/public.scss.erb */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37259, app/assets/stylesheets/legacy/public.scss.erb */
  .ml-xl-auto {
    margin-left: auto !important;
  }
  /* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37264, app/assets/stylesheets/legacy/public.scss.erb */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_spacing.scss */
  /* line 37270, app/assets/stylesheets/legacy/public.scss.erb */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37276, app/assets/stylesheets/legacy/public.scss.erb */
.text-justify {
  text-align: justify !important;
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37281, app/assets/stylesheets/legacy/public.scss.erb */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37286, app/assets/stylesheets/legacy/public.scss.erb */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37293, app/assets/stylesheets/legacy/public.scss.erb */
.text-left {
  text-align: left !important;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37298, app/assets/stylesheets/legacy/public.scss.erb */
.text-right {
  text-align: right !important;
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37303, app/assets/stylesheets/legacy/public.scss.erb */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37309, app/assets/stylesheets/legacy/public.scss.erb */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37314, app/assets/stylesheets/legacy/public.scss.erb */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37319, app/assets/stylesheets/legacy/public.scss.erb */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37325, app/assets/stylesheets/legacy/public.scss.erb */
  .text-md-left {
    text-align: left !important;
  }
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37330, app/assets/stylesheets/legacy/public.scss.erb */
  .text-md-right {
    text-align: right !important;
  }
  /* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37335, app/assets/stylesheets/legacy/public.scss.erb */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37341, app/assets/stylesheets/legacy/public.scss.erb */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37346, app/assets/stylesheets/legacy/public.scss.erb */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37351, app/assets/stylesheets/legacy/public.scss.erb */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37357, app/assets/stylesheets/legacy/public.scss.erb */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37362, app/assets/stylesheets/legacy/public.scss.erb */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
  /* line 37367, app/assets/stylesheets/legacy/public.scss.erb */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37372, app/assets/stylesheets/legacy/public.scss.erb */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37377, app/assets/stylesheets/legacy/public.scss.erb */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37382, app/assets/stylesheets/legacy/public.scss.erb */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 31, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37387, app/assets/stylesheets/legacy/public.scss.erb */
.font-weight-normal {
  font-weight: 400;
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37392, app/assets/stylesheets/legacy/public.scss.erb */
.font-weight-bold {
  font-weight: 500;
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37397, app/assets/stylesheets/legacy/public.scss.erb */
.font-italic {
  font-style: italic;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37402, app/assets/stylesheets/legacy/public.scss.erb */
.text-white {
  color: #fff !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
/* line 37407, app/assets/stylesheets/legacy/public.scss.erb */
.text-muted {
  color: #aaa !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 37412, app/assets/stylesheets/legacy/public.scss.erb */
a.text-muted:focus, a.text-muted:hover {
  color: #919191 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
/* line 37417, app/assets/stylesheets/legacy/public.scss.erb */
.text-primary {
  color: #047bf8 !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 37422, app/assets/stylesheets/legacy/public.scss.erb */
a.text-primary:focus, a.text-primary:hover {
  color: #0362c6 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
/* line 37427, app/assets/stylesheets/legacy/public.scss.erb */
.text-success {
  color: #90be2e !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 37432, app/assets/stylesheets/legacy/public.scss.erb */
a.text-success:focus, a.text-success:hover {
  color: #719524 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
/* line 37437, app/assets/stylesheets/legacy/public.scss.erb */
.text-info {
  color: #5bc0de !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 37442, app/assets/stylesheets/legacy/public.scss.erb */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
/* line 37447, app/assets/stylesheets/legacy/public.scss.erb */
.text-warning {
  color: #f0ad4e !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 37452, app/assets/stylesheets/legacy/public.scss.erb */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
/* line 37457, app/assets/stylesheets/legacy/public.scss.erb */
.text-danger {
  color: #e65252 !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 37462, app/assets/stylesheets/legacy/public.scss.erb */
a.text-danger:focus, a.text-danger:hover {
  color: #e02525 !important;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_text-emphasis.scss */
/* line 37467, app/assets/stylesheets/legacy/public.scss.erb */
.text-gray-dark {
  color: #292b2c !important;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 37472, app/assets/stylesheets/legacy/public.scss.erb */
a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_text.scss */
/* line 37477, app/assets/stylesheets/legacy/public.scss.erb */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
/* line 37486, app/assets/stylesheets/legacy/public.scss.erb */
.invisible {
  visibility: hidden !important;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
/* line 37491, app/assets/stylesheets/legacy/public.scss.erb */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37497, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37504, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37511, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37518, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37525, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37532, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37539, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37546, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
/* line 37552, app/assets/stylesheets/legacy/public.scss.erb */
.hidden-xl-down {
  display: none !important;
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
/* line 37557, app/assets/stylesheets/legacy/public.scss.erb */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37562, app/assets/stylesheets/legacy/public.scss.erb */
  .visible-print-block {
    display: block !important;
  }
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
/* line 37568, app/assets/stylesheets/legacy/public.scss.erb */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37573, app/assets/stylesheets/legacy/public.scss.erb */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
/* line 37579, app/assets/stylesheets/legacy/public.scss.erb */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37584, app/assets/stylesheets/legacy/public.scss.erb */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/utilities/_visibility.scss */
  /* line 37591, app/assets/stylesheets/legacy/public.scss.erb */
  .hidden-print {
    display: none !important;
  }
}

/* --  #3a. Override default includes of bootstrap */
/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37598, app/assets/stylesheets/legacy/public.scss.erb */
.table th {
  font-weight: 500;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37602, app/assets/stylesheets/legacy/public.scss.erb */
.table.table-editable td:hover {
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px #047bf8;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37607, app/assets/stylesheets/legacy/public.scss.erb */
.table.table-lightborder td {
  border-top-color: rgba(83, 101, 140, 0.08);
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37611, app/assets/stylesheets/legacy/public.scss.erb */
.table.table-lightfont td {
  font-weight: 300;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37615, app/assets/stylesheets/legacy/public.scss.erb */
.table th, .table td {
  vertical-align: middle;
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37619, app/assets/stylesheets/legacy/public.scss.erb */
.table th img, .table td img {
  max-width: 100%;
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37623, app/assets/stylesheets/legacy/public.scss.erb */
.table thead th {
  border-bottom: 1px solid #999;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37627, app/assets/stylesheets/legacy/public.scss.erb */
.table tfoot th {
  border-top: 1px solid #999;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37631, app/assets/stylesheets/legacy/public.scss.erb */
.table tfoot th,
.table thead th {
  font-size: 0.7rem;
  text-transform: uppercase;
  border-top: none;
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37638, app/assets/stylesheets/legacy/public.scss.erb */
.table tbody + tbody {
  border-top: 1px solid rgba(83, 101, 140, 0.33);
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37642, app/assets/stylesheets/legacy/public.scss.erb */
.table td.nowrap {
  white-space: nowrap;
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37646, app/assets/stylesheets/legacy/public.scss.erb */
.table .row-actions {
  text-align: center;
}

/* line 57, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37650, app/assets/stylesheets/legacy/public.scss.erb */
.table .row-actions .os-icon {
  font-size: 16px;
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37654, app/assets/stylesheets/legacy/public.scss.erb */
.table .row-actions a {
  margin-right: 0.8rem;
  color: #3E4B5B;
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37659, app/assets/stylesheets/legacy/public.scss.erb */
.table .row-actions a.danger {
  color: #9d1818;
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37663, app/assets/stylesheets/legacy/public.scss.erb */
.table .row-actions a:last-child {
  margin-right: 0px;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37667, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

/* line 76, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37673, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  transition: all 0.1s ease;
  transform: scale(1);
  position: relative;
}

/* line 89, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37688, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img:nth-child(1) {
  z-index: 5;
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37692, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img:nth-child(2) {
  z-index: 4;
}

/* line 91, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37696, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img:nth-child(3) {
  z-index: 3;
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37700, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img:nth-child(4) {
  z-index: 2;
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37704, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img:nth-child(5) {
  z-index: 1;
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37708, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img + .cell-img {
  margin-left: -15px;
}

/* line 97, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37712, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img + .cell-img:hover {
  transform: translateX(5px);
}

/* line 101, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37717, app/assets/stylesheets/legacy/public.scss.erb */
.table .cell-image-list .cell-img-more {
  font-size: 0.7rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70%;
  background-color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  z-index: 7;
  white-space: nowrap;
}

/* line 122, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37735, app/assets/stylesheets/legacy/public.scss.erb */
.table-lg td {
  padding: 1.2rem 1.5rem;
}

/* line 130, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37740, app/assets/stylesheets/legacy/public.scss.erb */
.table.table-v2 thead tr th, .table.table-v2 tfoot tr th {
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 135, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37747, app/assets/stylesheets/legacy/public.scss.erb */
.table.table-v2 thead tr th:first-child, .table.table-v2 tfoot tr th:first-child {
  border-left: 1px solid #999;
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37751, app/assets/stylesheets/legacy/public.scss.erb */
.table.table-v2 thead tr th:last-child, .table.table-v2 tfoot tr th:last-child {
  border-right: 1px solid #999;
}

/* line 144, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37755, app/assets/stylesheets/legacy/public.scss.erb */
.table.table-v2 tbody tr td {
  border-color: #d1d8e6;
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37760, app/assets/stylesheets/legacy/public.scss.erb */
.controls-above-table {
  margin-bottom: 1rem;
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37764, app/assets/stylesheets/legacy/public.scss.erb */
.controls-above-table .btn, .controls-above-table .all-wrapper .fc-button, .all-wrapper .controls-above-table .fc-button {
  margin-right: 0.5rem;
}

/* line 155, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37768, app/assets/stylesheets/legacy/public.scss.erb */
.controls-above-table .form-control {
  margin-right: 1rem;
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37772, app/assets/stylesheets/legacy/public.scss.erb */
.controls-above-table .form-control:last-child {
  margin-right: 0px;
}

/* line 164, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37777, app/assets/stylesheets/legacy/public.scss.erb */
.controls-below-table {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37783, app/assets/stylesheets/legacy/public.scss.erb */
.controls-below-table .table-records-info {
  color: rgba(0, 0, 0, 0.5);
}

/* line 172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37787, app/assets/stylesheets/legacy/public.scss.erb */
.controls-below-table .table-records-pages ul {
  list-style: none;
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37791, app/assets/stylesheets/legacy/public.scss.erb */
.controls-below-table .table-records-pages ul li {
  display: inline-block;
  margin: 0px 10px;
}

/* line 178, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37796, app/assets/stylesheets/legacy/public.scss.erb */
.controls-below-table .table-records-pages ul li a.current {
  color: #3E4B5B;
}

/* line 188, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_tables.scss */
/* line 37801, app/assets/stylesheets/legacy/public.scss.erb */
.all-wrapper table.dataTable {
  border-collapse: collapse !important;
}

/* --  #3b. Override bootstrap table styles */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37807, app/assets/stylesheets/legacy/public.scss.erb */
button, input, optgroup, select, textarea {
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37813, app/assets/stylesheets/legacy/public.scss.erb */
.form-control.rounded {
  border-radius: 30px;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37818, app/assets/stylesheets/legacy/public.scss.erb */
select.form-control.rounded {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  padding-left: 15px;
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

/* line 19, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37829, app/assets/stylesheets/legacy/public.scss.erb */
.form-text {
  font-size: 0.9rem;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37834, app/assets/stylesheets/legacy/public.scss.erb */
.has-danger .form-control-feedback.text-muted {
  color: #e65252 !important;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37839, app/assets/stylesheets/legacy/public.scss.erb */
.form-control {
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37843, app/assets/stylesheets/legacy/public.scss.erb */
.form-control.bright {
  border-color: #334652;
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37847, app/assets/stylesheets/legacy/public.scss.erb */
.form-control[type="checkbox"] {
  width: auto;
  display: inline-block;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37853, app/assets/stylesheets/legacy/public.scss.erb */
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 37856, app/assets/stylesheets/legacy/public.scss.erb */
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 37859, app/assets/stylesheets/legacy/public.scss.erb */
.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 37862, app/assets/stylesheets/legacy/public.scss.erb */
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37867, app/assets/stylesheets/legacy/public.scss.erb */
.form-check-input {
  margin-right: 0.5rem;
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37872, app/assets/stylesheets/legacy/public.scss.erb */
.form-buttons-w {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37879, app/assets/stylesheets/legacy/public.scss.erb */
label.bigger {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37886, app/assets/stylesheets/legacy/public.scss.erb */
fieldset {
  margin-top: 2rem;
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37891, app/assets/stylesheets/legacy/public.scss.erb */
legend {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  color: #047bf8;
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37899, app/assets/stylesheets/legacy/public.scss.erb */
legend span {
  padding: 0px 0.5rem 0 0;
  background-color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37907, app/assets/stylesheets/legacy/public.scss.erb */
legend:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37919, app/assets/stylesheets/legacy/public.scss.erb */
.form-header {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  display: block;
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_forms.scss */
/* line 37926, app/assets/stylesheets/legacy/public.scss.erb */
.form-desc {
  color: #999;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
}

/* --  #3c. Override bootstrap form styles */
/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37938, app/assets/stylesheets/legacy/public.scss.erb */
.nav.smaller {
  font-size: 0.8rem;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37942, app/assets/stylesheets/legacy/public.scss.erb */
.nav.smaller.nav-tabs .nav-link {
  padding: 0.7em 1.1em;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37946, app/assets/stylesheets/legacy/public.scss.erb */
.nav.smaller.nav-pills .nav-link {
  padding: 0.2em 1.1em;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37950, app/assets/stylesheets/legacy/public.scss.erb */
.nav.bigger {
  font-size: 1.25rem;
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37956, app/assets/stylesheets/legacy/public.scss.erb */
.nav.bigger.nav-tabs .nav-link.active:after, .nav.bigger.nav-tabs .nav-item.show .nav-link:after {
  height: 6px;
  bottom: -3px;
  border-radius: 2px;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37962, app/assets/stylesheets/legacy/public.scss.erb */
.nav.bigger.nav-tabs .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 2rem;
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37968, app/assets/stylesheets/legacy/public.scss.erb */
.nav.upper {
  font-size: 1rem;
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37976, app/assets/stylesheets/legacy/public.scss.erb */
.nav.upper.nav-tabs .nav-link.active:after, .nav.upper.nav-tabs .nav-item.show .nav-link:after {
  height: 3px;
  bottom: -2px;
  border-radius: 2px;
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37982, app/assets/stylesheets/legacy/public.scss.erb */
.nav.upper.nav-tabs .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin-right: 2rem;
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37989, app/assets/stylesheets/legacy/public.scss.erb */
.nav.upper.centered.nav-tabs .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 37997, app/assets/stylesheets/legacy/public.scss.erb */
.nav.upper.centered.nav-tabs .nav-item {
  margin-right: 0px;
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38001, app/assets/stylesheets/legacy/public.scss.erb */
.nav.centered {
  text-align: center;
  justify-content: space-around;
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38007, app/assets/stylesheets/legacy/public.scss.erb */
.nav-link i {
  display: inline-block;
  color: #b0c4f3;
  font-size: 26px;
  margin-bottom: 5px;
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38014, app/assets/stylesheets/legacy/public.scss.erb */
.nav-link span {
  display: block;
  font-size: 0.8rem;
}

/* line 88, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38019, app/assets/stylesheets/legacy/public.scss.erb */
.nav-link.active i {
  color: #047bf8;
}

/* line 100, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38024, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-item {
  margin-bottom: 0px;
  margin-right: 1rem;
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38029, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link {
  border: none;
  color: rgba(0, 0, 0, 0.3);
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38034, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

/* line 115, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38040, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link {
  transition: all 0.2s ease;
  position: relative;
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38046, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link:after,
.nav-tabs .nav-item .nav-link:after {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #047bf8;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38060, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item:hover .nav-link {
  color: #464a4c;
  background-color: transparent;
  border-color: #ddd #ddd transparent;
  position: relative;
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38070, app/assets/stylesheets/legacy/public.scss.erb */
.nav-tabs .nav-link.active:after,
.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link:hover:after,
.nav-tabs .nav-item:hover .nav-link:after {
  width: 100%;
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38078, app/assets/stylesheets/legacy/public.scss.erb */
.nav-pills .nav-link {
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.4);
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_nav.scss */
/* line 38083, app/assets/stylesheets/legacy/public.scss.erb */
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #047bf8;
}

/* --  #3d. Override bootstrap navigation styles */
/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38092, app/assets/stylesheets/legacy/public.scss.erb */
.toggled-buttons .btn-toggled {
  border: 2px solid transparent;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.3);
  margin: 5px 0px;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38104, app/assets/stylesheets/legacy/public.scss.erb */
.toggled-buttons .btn-toggled.on, .toggled-buttons .btn-toggled:hover {
  border-color: #047bf8;
  color: #047bf8;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38109, app/assets/stylesheets/legacy/public.scss.erb */
.toggled-buttons .btn-toggled + .btn-toggled {
  margin-left: 10px;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38113, app/assets/stylesheets/legacy/public.scss.erb */
.toggled-buttons.solid .btn-toggled {
  background-color: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38119, app/assets/stylesheets/legacy/public.scss.erb */
.toggled-buttons.solid .btn-toggled.on, .toggled-buttons.solid .btn-toggled:hover {
  background-color: #047bf8;
  color: #fff;
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38125, app/assets/stylesheets/legacy/public.scss.erb */
.btn-sm, .btn-group-sm > .btn, .all-wrapper .btn-group-sm > .fc-button {
  padding: 0.2rem 0.5rem;
  font-size: 0.675rem;
  border-radius: 0.2rem;
  text-transform: uppercase;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38133, app/assets/stylesheets/legacy/public.scss.erb */
.btn-white, .all-wrapper .fc-button {
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.5);
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_hover.scss */
/* line 38139, app/assets/stylesheets/legacy/public.scss.erb */
.btn-white:hover, .all-wrapper .fc-button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.5);
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 38145, app/assets/stylesheets/legacy/public.scss.erb */
.btn-white:focus, .all-wrapper .fc-button:focus, .btn-white.focus, .all-wrapper .focus.fc-button {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 38149, app/assets/stylesheets/legacy/public.scss.erb */
.btn-white.disabled, .all-wrapper .disabled.fc-button, .btn-white:disabled, .all-wrapper .fc-button:disabled {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.5);
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/bower_components/bootstrap/scss/mixins/_buttons.scss */
/* line 38154, app/assets/stylesheets/legacy/public.scss.erb */
.btn-white:active, .all-wrapper .fc-button:active, .btn-white.active, .all-wrapper .active.fc-button, .show > .btn-white.dropdown-toggle, .all-wrapper .show > .dropdown-toggle.fc-button {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.5);
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38162, app/assets/stylesheets/legacy/public.scss.erb */
.btn, .all-wrapper .fc-button {
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38167, app/assets/stylesheets/legacy/public.scss.erb */
.btn .os-icon, .all-wrapper .fc-button .os-icon {
  font-size: 18px;
  margin-right: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38174, app/assets/stylesheets/legacy/public.scss.erb */
.btn .os-icon + span, .all-wrapper .fc-button .os-icon + span {
  display: inline-block;
  vertical-align: middle;
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38179, app/assets/stylesheets/legacy/public.scss.erb */
.btn.btn-sm .os-icon, .btn-group-sm > .btn .os-icon, .all-wrapper .btn-group-sm > .fc-button .os-icon, .all-wrapper .btn-sm.fc-button .os-icon {
  font-size: 14px;
  margin-right: 0.5rem;
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38184, app/assets/stylesheets/legacy/public.scss.erb */
.btn.btn-rounded, .all-wrapper .btn-rounded.fc-button {
  border-radius: 40px;
}

/* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_buttons.scss */
/* line 38188, app/assets/stylesheets/legacy/public.scss.erb */
.btn.btn-upper, .all-wrapper .btn-upper.fc-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

/* --  #3e. Override bootstrap button styles */
/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_breadcrumb.scss */
/* line 38196, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb {
  list-style: none;
  margin: 0px;
  padding: 10px 30px 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: transparent;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_breadcrumb.scss */
/* line 38204, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb li {
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.65rem;
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_breadcrumb.scss */
/* line 38212, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb li a {
  color: #3E4B5B;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_breadcrumb.scss */
/* line 38216, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumb li span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_breadcrumb.scss */
/* line 38221, app/assets/stylesheets/legacy/public.scss.erb */
.breadcrumbs + .content-box {
  padding-top: 0px;
}

/* --  #3f. Override bootstrap breadcrumbs styles */
/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/bootstrap-override/_type.scss */
/* line 38227, app/assets/stylesheets/legacy/public.scss.erb */
.text-muted {
  font-weight: 300;
}

/* --  #3g. Override bootstrap typography styles */
@-webkit-keyframes showIntroShot1 {
  0% {
    opacity: 0;
    transform: perspective(700px) translate3d(200px, -300px, -200px);
  }
  100% {
    opacity: 1;
    transform: perspective(700px) translate3d(0px, 0px, 0px);
  }
}

@keyframes showIntroShot1 {
  0% {
    opacity: 0;
    transform: perspective(700px) translate3d(200px, -300px, -200px);
  }
  100% {
    opacity: 1;
    transform: perspective(700px) translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes showIntroShot2 {
  0% {
    opacity: 0;
    transform: perspective(700px) translate3d(250px, -250px, -200px);
  }
  100% {
    opacity: 1;
    transform: perspective(700px) translate3d(0px, 0px, 0px);
  }
}

@keyframes showIntroShot2 {
  0% {
    opacity: 0;
    transform: perspective(700px) translate3d(250px, -250px, -200px);
  }
  100% {
    opacity: 1;
    transform: perspective(700px) translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes showIntroShot3 {
  0% {
    opacity: 0;
    transform: perspective(700px) translate3d(200px, -100px, -200px);
  }
  100% {
    opacity: 1;
    transform: perspective(700px) translate3d(0px, 0px, 0px);
  }
}

@keyframes showIntroShot3 {
  0% {
    opacity: 0;
    transform: perspective(700px) translate3d(200px, -100px, -200px);
  }
  100% {
    opacity: 1;
    transform: perspective(700px) translate3d(0px, 0px, 0px);
  }
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38305, app/assets/stylesheets/legacy/public.scss.erb */
.shot1 {
  -webkit-animation: 0.6s ease-in-out 0.65s showIntroShot1;
  animation: 0.6s ease-in-out 0.65s showIntroShot1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38313, app/assets/stylesheets/legacy/public.scss.erb */
.shot2 {
  -webkit-animation: 0.7s ease-in-out 0.5s showIntroShot2;
  animation: 0.7s ease-in-out 0.5s showIntroShot2;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38321, app/assets/stylesheets/legacy/public.scss.erb */
.shot3 {
  -webkit-animation: 0.5s ease-in-out 0.8s showIntroShot3;
  animation: 0.5s ease-in-out 0.8s showIntroShot3;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes showIntroMedia {
  0% {
    transform: perspective(1260px) rotateY(50deg) rotateX(-30deg) scale(0.8);
  }
  100% {
    transform: perspective(1260px) rotateY(-20.2deg) rotateX(10.6deg) scale(1);
  }
}

@keyframes showIntroMedia {
  0% {
    transform: perspective(1260px) rotateY(50deg) rotateX(-30deg) scale(0.8);
  }
  100% {
    transform: perspective(1260px) rotateY(-20.2deg) rotateX(10.6deg) scale(1);
  }
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38350, app/assets/stylesheets/legacy/public.scss.erb */
.intro-media {
  -webkit-animation: 1.4s ease-in-out 0.2s showIntroMedia;
  animation: 1.4s ease-in-out 0.2s showIntroMedia;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes showTopMenu {
  0% {
    transform: translate3d(0, -100px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes showTopMenu {
  0% {
    transform: translate3d(0, -100px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0);
  }
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38379, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-with-animation {
  -webkit-animation: 0.4s ease-out 1.2s showTopMenu;
  animation: 0.4s ease-out 1.2s showTopMenu;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes showIntroHeading {
  0% {
    opacity: 0;
    transform: translate3d(0, -80px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes showIntroHeading {
  0% {
    opacity: 0;
    transform: translate3d(0, -80px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}

/* line 100, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38412, app/assets/stylesheets/legacy/public.scss.erb */
.intro-heading {
  -webkit-animation: 1s ease 0.4s showIntroHeading;
  animation: 1s ease 0.4s showIntroHeading;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes showIntroText {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes showIntroText {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}

/* line 118, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38445, app/assets/stylesheets/legacy/public.scss.erb */
.intro-text {
  -webkit-animation: 0.8s ease 0.8s showIntroText;
  animation: 0.8s ease 0.8s showIntroText;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes showIntroDescription {
  0% {
    transform: perspective(1260px) rotateY(25deg) rotateX(15deg);
  }
  100% {
    transform: perspective(1260px) rotateY(0deg) rotateX(0deg);
  }
}

@keyframes showIntroDescription {
  0% {
    transform: perspective(1260px) rotateY(25deg) rotateX(15deg);
  }
  100% {
    transform: perspective(1260px) rotateY(0deg) rotateX(0deg);
  }
}

/* line 132, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38474, app/assets/stylesheets/legacy/public.scss.erb */
.intro-description {
  -webkit-animation: 2s ease 0.4s showIntroDescription;
  animation: 2s ease 0.4s showIntroDescription;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes showIntroButton {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes showIntroButton {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}

/* line 150, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38507, app/assets/stylesheets/legacy/public.scss.erb */
.intro-buttons .btn-primary, .intro-buttons .all-wrapper .fc-button.fc-state-active, .all-wrapper .intro-buttons .fc-button.fc-state-active {
  -webkit-animation: 0.4s ease 1.4s showIntroButton;
  animation: 0.4s ease 1.4s showIntroButton;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 155, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38515, app/assets/stylesheets/legacy/public.scss.erb */
.intro-buttons .btn-link {
  -webkit-animation: 0.4s ease 1.5s showIntroButton;
  animation: 0.4s ease 1.5s showIntroButton;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInFader2 {
  0% {
    opacity: 0;
    transform: translate3d(-460px, 0px, 0px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(-360px, 0px, 0px) rotate(-45deg);
  }
}

@keyframes fadeInFader2 {
  0% {
    opacity: 0;
    transform: translate3d(-460px, 0px, 0px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(-360px, 0px, 0px) rotate(-45deg);
  }
}

@-webkit-keyframes fadeInFader1 {
  0% {
    opacity: 0;
    transform: translate3d(-50px, -200px, 0px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(-150px, -200px, 0px) rotate(-45deg);
  }
}

@keyframes fadeInFader1 {
  0% {
    opacity: 0;
    transform: translate3d(-50px, -200px, 0px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(-150px, -200px, 0px) rotate(-45deg);
  }
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38572, app/assets/stylesheets/legacy/public.scss.erb */
.all-wrapper > .fade1 {
  -webkit-animation: 2s ease 0s fadeInFader1;
  animation: 2s ease 0s fadeInFader1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 187, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38580, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w .fade2 {
  -webkit-animation: 2s ease 0s fadeInFader2;
  animation: 2s ease 0s fadeInFader2;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInPropertyItem {
  0% {
    opacity: 0;
    transform: translate3d(0px, 150px, 0px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
}

@keyframes fadeInPropertyItem {
  0% {
    opacity: 0;
    transform: translate3d(0px, 150px, 0px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38613, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(0) {
  -webkit-animation: 0.5s ease 0s fadeInPropertyItem;
  animation: 0.5s ease 0s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38620, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(1) {
  -webkit-animation: 0.5s ease 0.1s fadeInPropertyItem;
  animation: 0.5s ease 0.1s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38627, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(2) {
  -webkit-animation: 0.5s ease 0.2s fadeInPropertyItem;
  animation: 0.5s ease 0.2s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38634, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(3) {
  -webkit-animation: 0.5s ease 0.3s fadeInPropertyItem;
  animation: 0.5s ease 0.3s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38641, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(4) {
  -webkit-animation: 0.5s ease 0.4s fadeInPropertyItem;
  animation: 0.5s ease 0.4s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38648, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(5) {
  -webkit-animation: 0.5s ease 0.5s fadeInPropertyItem;
  animation: 0.5s ease 0.5s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38655, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(6) {
  -webkit-animation: 0.5s ease 0.6s fadeInPropertyItem;
  animation: 0.5s ease 0.6s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38662, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(7) {
  -webkit-animation: 0.5s ease 0.7s fadeInPropertyItem;
  animation: 0.5s ease 0.7s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38669, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(8) {
  -webkit-animation: 0.5s ease 0.8s fadeInPropertyItem;
  animation: 0.5s ease 0.8s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38676, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(9) {
  -webkit-animation: 0.5s ease 0.9s fadeInPropertyItem;
  animation: 0.5s ease 0.9s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38683, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(10) {
  -webkit-animation: 0.5s ease 1s fadeInPropertyItem;
  animation: 0.5s ease 1s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38690, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(11) {
  -webkit-animation: 0.5s ease 1.1s fadeInPropertyItem;
  animation: 0.5s ease 1.1s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38697, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(12) {
  -webkit-animation: 0.5s ease 1.2s fadeInPropertyItem;
  animation: 0.5s ease 1.2s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38704, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(13) {
  -webkit-animation: 0.5s ease 1.3s fadeInPropertyItem;
  animation: 0.5s ease 1.3s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38711, app/assets/stylesheets/legacy/public.scss.erb */
.property-items .property-item:nth-child(14) {
  -webkit-animation: 0.5s ease 1.4s fadeInPropertyItem;
  animation: 0.5s ease 1.4s fadeInPropertyItem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes showPropertyTopBar {
  0% {
    opacity: 0;
    transform: translate3d(0px, -30px, 0px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
}

@keyframes showPropertyTopBar {
  0% {
    opacity: 0;
    transform: translate3d(0px, -30px, 0px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
}

/* line 230, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38744, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar {
  -webkit-animation: 0.7s ease 0s showPropertyTopBar;
  animation: 0.7s ease 0s showPropertyTopBar;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes showPropertyFilter {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0px, 0px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
}

@keyframes showPropertyFilter {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0px, 0px) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_animations.scss */
/* line 38777, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side {
  -webkit-animation: 0.7s ease 0s showPropertyFilter;
  animation: 0.7s ease 0s showPropertyFilter;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* #4.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38786, app/assets/stylesheets/legacy/public.scss.erb */
html {
  height: 100%;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38791, app/assets/stylesheets/legacy/public.scss.erb */
body {
  background-color: #f8faff;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38795, app/assets/stylesheets/legacy/public.scss.erb */
body.white {
  background-color: #fff;
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38799, app/assets/stylesheets/legacy/public.scss.erb */
body.white .footer-w {
  background-image: none;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38803, app/assets/stylesheets/legacy/public.scss.erb */
body.white .footer-w .fade3 {
  display: none;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38808, app/assets/stylesheets/legacy/public.scss.erb */
b, strong {
  font-weight: 500;
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38813, app/assets/stylesheets/legacy/public.scss.erb */
.all-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38819, app/assets/stylesheets/legacy/public.scss.erb */
.os-container {
  max-width: 1600px;
  margin: 0px auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38827, app/assets/stylesheets/legacy/public.scss.erb */
.section-header-w {
  position: relative;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38832, app/assets/stylesheets/legacy/public.scss.erb */
.section-header {
  max-width: 700px;
  padding: 100px 0px 70px 0px;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38837, app/assets/stylesheets/legacy/public.scss.erb */
.section-header .section-sub-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38842, app/assets/stylesheets/legacy/public.scss.erb */
.section-header .section-title {
  color: #047bf8;
  font-size: 2.99rem;
  margin: 30px 0px;
  margin-top: 10px;
  position: relative;
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38850, app/assets/stylesheets/legacy/public.scss.erb */
.section-header .section-title:before {
  content: "";
  width: 35px;
  height: 15px;
  background: none;
  background-image: url(/assets/logo/logo-445cdceb1f6bc60f16b27e2b99fa34ed5b5332d4ea0adc8f67284b3b5d8f7df8.png);
  background-size: 79px 15px;
  top: -29px;
  left: -52px;
  position: absolute;
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38862, app/assets/stylesheets/legacy/public.scss.erb */
.section-header .section-desc {
  color: #868686;
  font-weight: 300;
  font-size: 1.2rem;
}

/* line 76, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38868, app/assets/stylesheets/legacy/public.scss.erb */
.section-header.dark .section-sub-title {
  color: #f8c52a;
}

/* line 79, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38872, app/assets/stylesheets/legacy/public.scss.erb */
.section-header.dark .section-title {
  color: #fff;
}

/* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38876, app/assets/stylesheets/legacy/public.scss.erb */
.section-header.dark .section-title:before {
  background-image: url(/assets/logo/logo-inverted-0643ff4bd17fe6a4bc8286e47bf009b683f7c0664d37d22f6ebda82331fea61d.png);
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38880, app/assets/stylesheets/legacy/public.scss.erb */
.section-header.dark .section-desc {
  color: rgba(255, 255, 255, 0.6);
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38885, app/assets/stylesheets/legacy/public.scss.erb */
.section-header-w.centered {
  text-align: center;
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38889, app/assets/stylesheets/legacy/public.scss.erb */
.section-header-w.centered .section-header {
  margin: 0px auto;
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38893, app/assets/stylesheets/legacy/public.scss.erb */
.section-header-w.centered .section-header .section-title:before, .section-header-w.centered .section-header .section-title:after {
  width: 221px;
  height: 42px;
  background: none;
  background-image: url(/assets/logo/logo-445cdceb1f6bc60f16b27e2b99fa34ed5b5332d4ea0adc8f67284b3b5d8f7df8.png);
  background-size: 221px 42px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
}

/* line 137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38907, app/assets/stylesheets/legacy/public.scss.erb */
.fade1 {
  position: absolute;
  top: -100px;
  right: -300px;
  width: 700px;
  height: 600px;
  background-image: linear-gradient(90deg, rgba(227, 231, 248, 0) 0%, #8BBAF5 100%);
  transform: translate(-150px, -200px) rotate(-45deg);
  z-index: -1;
}

/* line 146, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38919, app/assets/stylesheets/legacy/public.scss.erb */
.fade1:before {
  content: "";
  position: absolute;
  right: 200px;
  top: -200px;
  width: 800px;
  height: 600px;
  background-image: linear-gradient(90deg, rgba(227, 231, 248, 0) 0%, #E8F2FC 100%);
  z-index: -1;
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38931, app/assets/stylesheets/legacy/public.scss.erb */
.fade2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 800px;
  height: 600px;
  background-image: linear-gradient(-90deg, rgba(237, 240, 243, 0) 0%, #8BBAF5 100%);
  z-index: -1;
  transform: translate(-360px, 0px) rotate(-45deg);
}

/* line 166, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38943, app/assets/stylesheets/legacy/public.scss.erb */
.fade2:before {
  content: "";
  position: absolute;
  right: 200px;
  top: -200px;
  width: 800px;
  height: 600px;
  background-image: linear-gradient(-90deg, rgba(227, 231, 248, 0) 0%, #E8F2FC 100%);
  z-index: -1;
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38955, app/assets/stylesheets/legacy/public.scss.erb */
.fade3 {
  position: absolute;
  right: -800px;
  top: 0px;
  width: 800px;
  height: 600px;
  background-image: linear-gradient(90deg, rgba(227, 231, 248, 0) 0%, #8BBAF5 100%);
  transform: translate(-360px, 0px) rotate(-45deg);
  z-index: -1;
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38967, app/assets/stylesheets/legacy/public.scss.erb */
.fade3:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -200px;
  width: 1000px;
  height: 600px;
  background-image: linear-gradient(90deg, rgba(227, 231, 248, 0) 0%, #E8F2FC 100%);
  z-index: -1;
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38979, app/assets/stylesheets/legacy/public.scss.erb */
.fade4 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 600px;
  background-image: linear-gradient(-90deg, rgba(252, 93, 93, 0.6) 0%, rgba(61, 71, 82, 0.6) 100%);
  z-index: 1;
  transform: translate(-360px, 0px) rotate(-45deg);
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_layout.scss.erb */
/* line 38991, app/assets/stylesheets/legacy/public.scss.erb */
.fade4:before {
  content: "";
  position: absolute;
  right: 200px;
  top: -200px;
  width: 800px;
  height: 600px;
  background-image: linear-gradient(-90deg, rgba(252, 93, 93, 0.6) 0%, rgba(61, 71, 82, 0.6) 100%);
  z-index: -1;
}

/* #5.  */
/*
  STYLE NAVIGATION

#1. Main Menu
#2. Mobile Menu

*/
/*
  #1. Top Menu Secondary
*/
/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39014, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39018, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w .menu-top-i {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39024, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w .logo-w a.logo {
  display: inline-block;
  vertical-align: middle;
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39029, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w .logo-w a.logo img {
  width: 50px;
  height: auto;
  display: inline-block;
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39035, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.main-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #3e4b5b;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: .9rem;
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39046, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.main-menu li {
  display: inline-block;
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39050, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.main-menu li a {
  display: inline-block;
  padding: 25px 25px;
  color: rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.2s ease;
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39058, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.main-menu li a:after {
  content: "";
  background-color: #FC5D5D;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 5px;
  transition: all 0.2s ease;
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39071, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.main-menu li.active a, .menu-top-w ul.main-menu li:hover a {
  color: #3E4B5B;
  text-decoration: none;
}

/* line 86, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39076, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.main-menu li.active a:after, .menu-top-w ul.main-menu li:hover a:after {
  width: 100%;
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39080, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.small-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* line 99, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39088, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.small-menu li {
  display: inline-block;
  padding: 0px 10px;
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39093, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.small-menu li a {
  color: #3E4B5B;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39100, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.small-menu li a i {
  display: inline-block;
  vertical-align: middle;
  color: #BA8C0A;
  margin-right: 10px;
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39107, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.small-menu li a span {
  display: inline-block;
  vertical-align: middle;
}

/* line 117, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39112, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.small-menu li a.highlight {
  background-color: #fc5d5d;
  color: #fff;
  border-radius: 20px;
  padding: 3px 14px;
}

/* line 124, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39119, app/assets/stylesheets/legacy/public.scss.erb */
.menu-top-w ul.small-menu li.separate {
  padding-left: 30px;
  margin-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/*
  #2. Mobile Menu
*/
/* line 149, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39129, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-w, ul.mobile-menu-holder {
  display: none;
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39134, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-i {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}

/* line 157, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39141, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-i .mobile-menu-trigger {
  color: #111;
  display: inline-block;
}

/* line 164, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39147, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(69, 101, 173, 0.1);
  position: relative;
  display: none;
  /* Styles for sub menu */
}

/* line 169, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39155, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu {
  list-style: none;
  padding: 10px 1rem;
  margin-bottom: 0px;
}

/* line 173, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39161, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39167, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li:last-child {
  border-bottom: none;
}

/* line 182, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39171, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li.has-sub-menu > a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  font-size: 7px;
  color: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}

/* line 194, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39193, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li.has-sub-menu.active .sub-menu {
  display: block;
}

/* line 199, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39197, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li > a {
  color: #3E4B5B;
  display: block;
  position: relative;
  padding: 15px;
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39204, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li > a:focus {
  text-decoration: none;
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39208, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li > a:hover {
  text-decoration: none;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39212, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li .icon-w {
  color: #0073ff;
  font-size: 27px;
  display: block;
  padding: 1rem;
  width: 80px;
  text-align: center;
  transition: all 0.2s ease;
}

/* line 220, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39222, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li span {
  padding: 1rem;
  display: block;
  flex: 1;
  transition: all 0.2s ease;
}

/* line 226, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39229, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.mobile-menu > li .icon-w + span {
  padding-left: 0px;
}

/* line 232, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39233, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.sub-menu {
  padding: 1rem 0px;
  padding-left: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: none;
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39240, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.sub-menu li {
  padding: 0.4rem 10px 0.4rem 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39245, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.sub-menu li:last-child {
  border-bottom: none;
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39249, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder ul.sub-menu li a {
  font-size: 0.9rem;
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39253, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark {
  background-image: linear-gradient(to bottom, #3D4D75 0%, #31395B 100%);
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #1c4cc3 0%, #1c2e7b 100%);
  background-repeat: repeat-x;
  color: rgba(255, 255, 255, 0.9);
}

/* line 253, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39261, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark .side-menu-magic {
  background-image: linear-gradient(-154deg, #6d16a3 8%, #5211e6 90%);
}

/* line 256, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39265, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark ul.sub-menu li {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39269, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark ul.sub-menu li a {
  color: #fff;
}

/* line 263, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39273, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark ul.mobile-menu .icon-w {
  color: #9db2ff;
}

/* line 266, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39277, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark ul.mobile-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 268, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39281, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark ul.mobile-menu > li > a {
  color: #fff;
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39285, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark ul.mobile-menu > li > a:before {
  color: #fff;
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_menu.scss */
/* line 39289, app/assets/stylesheets/legacy/public.scss.erb */
.mobile-menu-holder.color-scheme-dark .sub-menu-w {
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
}

/* #6.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39295, app/assets/stylesheets/legacy/public.scss.erb */
.relative {
  position: relative;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39300, app/assets/stylesheets/legacy/public.scss.erb */
.padded-v {
  padding: 1rem 10px;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39305, app/assets/stylesheets/legacy/public.scss.erb */
.padded-v-big {
  padding: 2rem 10px;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39310, app/assets/stylesheets/legacy/public.scss.erb */
.padded {
  padding: 1rem 2rem;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39315, app/assets/stylesheets/legacy/public.scss.erb */
.b-l {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39320, app/assets/stylesheets/legacy/public.scss.erb */
.b-r {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39325, app/assets/stylesheets/legacy/public.scss.erb */
.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39330, app/assets/stylesheets/legacy/public.scss.erb */
.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39335, app/assets/stylesheets/legacy/public.scss.erb */
.m-t {
  margin-top: 1rem;
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
/* line 39340, app/assets/stylesheets/legacy/public.scss.erb */
.m-b {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  /* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
  /* line 39346, app/assets/stylesheets/legacy/public.scss.erb */
  .padded-lg {
    padding: 1rem 2rem;
  }
  /* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
  /* line 39351, app/assets/stylesheets/legacy/public.scss.erb */
  .b-l-lg {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
  /* line 39356, app/assets/stylesheets/legacy/public.scss.erb */
  .b-r-lg {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
  /* line 39361, app/assets/stylesheets/legacy/public.scss.erb */
  .b-t-lg {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_utilities.scss */
  /* line 39366, app/assets/stylesheets/legacy/public.scss.erb */
  .b-b-lg {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* #7.  */
@font-face {
  font-family: 'osfont';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBrIAAAC8AAAAYGNtYXAXVtMEAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zl/OMY4AAAF4AAB5hGhlYWQSkJQ6AAB6/AAAADZoaGVhC8EIQwAAezQAAAAkaG10eAVVHcgAAHtYAAACCGxvY2GO4XMKAAB9YAAAAQZtYXhwAJ8B0wAAfmgAAAAgbmFtZbnuTLUAAH6IAAABenBvc3QAAwAAAACABAAAACAAAwQLAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpfQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6X3//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAFAAD/wAP5A70ARgBLAFAAVQBaAAAlBTAiMQ4BIyImJyUuATURPAE3NDY3PgE1PgE3PgE1MjAzMDY1JTYyFwUyFjMUMjEyFjEeARcUFhceARUwFjkBOAExERQGByUFESURATclBwUDBwU3JQ0BESURA+f+QwEDBwMDBwP+BAkKAQEBAQECAwIBAQEBAQG9Bw4GAfwBAQEBAQEDAwIBAQECAQoI/FUBwP5AAd+U/lCUAbA+lAGwlf5PAeD+fwGBo+ABAgEC4AMQCgIAAQEBAgYCAQIBAgQBAQEBAQHgAwPgAQECAgMCAQIBAwcDAf4ACRAEPc8Burb+XwEjS79LvwF6S79Lv/y1/kjMAaEABQAA/8AESQO8ACAAKwAvAFUAWgAABSEiJj0BIyImPQE0NjsBNTQ2OwE3PgEXBTMyFhURFAYjASImKwEVITUjIgYBByEnBTQmKwEOASMiJichBiInIyIGHQEzMhYdARQGKwEVFBYzITI2NREBMxUjNQPi/MkqPCMOFBQOIzwqZW4HGgwBg7QqPT0q/IUCAgIcARLqAgMBQEkBO/ICXBQOtAIEAwIFAv4SBQsFbg4U8A4UFA7wFA4DNw4U/OxEREA8KqsUDs0OFKorPLwMBwbJPCv9mio8Ad4BiooBAdJ9feQPFgEBAQECAhYPqhQOzQ4Uqw4UFA4CZv7vREQABwAA/8ADgAPAABQAHgAoADYARABSAGAAAAUhIiY1ETQ2OwE1NDYzITIWFREUBgEjERQWMzI2NREBIREUBgchMjY1JyEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGJyEiJjU0NjMhMhYVFAYDIP1AKDgTDWATDQLADRM4/ThAEw0NEwLA/YADAwJmDRNg/kANExMNAcANExMN/kANExMNAcANExMN/kANExMNAcANExPN/wANExMNAQANExNAOCgCgA0T4A0TEw38gCg4AsD9oA0TEw0CYAEA/KAIEAgTDcATDQ0TEw0NE4ATDQ0TEw0NE4ATDQ0TEw0NE6ATDQ0TEw0NEwAACwAA/8AEkgPAAA8AFAAZACcANQBDAFEAXwBwAHQAgwAABSEiJjURNDYzITIWFREUBiUhESERERUhNSEFIiY1NDY7ATIWFRQGIyMiJjU0NjMxMhYVFAYjIyImNTQ2MzEyFhUUBiMBISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGASEiJjURNDYzITIWFREUBiMDIxEzNzMyFhUUBisBIiY1NDYzBEn8AB4rKx4EAB4rK/viBAD8AAQA/AABJg8WFQ8BDxUVD24PFhYPDxYWD24PFRUPEBUVEAMk/tsPFRUPASUPFRUP/tsPFRUPASUPFRX+Ov7bDxUVDwElDxYWDyXb27eTDxUVD5MPFRUPQCseA24eKyse/JIeK0kCkv1uA26Skm4WDw8VFQ8PFhYPDxUVDw8WFg8PFRUPDxb+JRUPDxYWDw8VkhUQDxUVDxAV/rcVDwFuDxYWD/6SDxUBbv7bJRYPDxYWDw8WAAQAAP/ABAEDvABBAHEAkQCcAAABISImJy4BJyYiBw4BBw4BFRQWFx4BFx4BFREUBgcOASMqASMuAycuATU0Njc+Azc2MhceAxcWBgcOASMBLgEjIgYHDgMHDgEVFBYXHgMXNS4BJy4BNTQ2Nz4BNzYyFx4BFzMuAycDPgE3PgEzITIWFx4BBw4DByoBIyImJy4BNRE0NjcTPgM3Iw4BBxUD4v7/ChgDDkUvGzkaMEUOBAQEBA5FLwsLBAYECwYBAgFWl3VMCwMCAgMLTHWXViNEIlaXdUwMAQQFBQsH/l0PHw4PHg9MhGZDCgICAgIKPFx3RTZPEQUGBgUTXD4kTCM5VxXKD0ZjfUcIMEUOAxELAQgHDAUFBAEMTHaYVgECAQYLBQUFDAoqQHJbPw7LFEoxAeEKCi9FDggIDkUvDRwODhwNL0UOAxcK/v8HDAUEBAxMdZdWESIRESISVpd0TAwFBQxMdZZWBw0GBQMBmwIDAwIKQmaETA8eDw8eD0d9ZEUPyhVXORElExMlEj5cEwoKEU83RXhcPAn9iw5FLwsMBQYFDQdWmHZMDAQEBQwHAQgLEQP+/w4/W3JAMUoUywADAAD/wAVVA8AAGABWAG8AACUhIiY1NDYzIREhIiY1NDYzITIWFREUBiMBIgYVETgBMTgBMRQWMzIWFRQGIyImJw4BIyImNTQ2MzI2NRE4ATE4ATE0JiMiJjU0NjMyFhc+ATMyFhUUBgUUBisBETMyFhUUBisBIiY1ETQ2OwEyFhUFK/0AEhkZEgLV/SsSGRkSAwARGRkR/NU6Gxo7EhkZEi4+FBQ+LhIZGRI6Gxo7EhkZEi4+FBQ+LhIZGf7uGRKAgBIZGRKqEhkZEqoSGWsZERIZAgAZEhEZGRH9qhEZAwAmBv0BBSYZERIZFxERFxkSERkmBgL/BSYZERIZFxERFxkSERmAEhn+ABkSERkZEQJWERkZEQAAAwAA/8AEAAPAABMAfgCwAAAFIi4CNTQ+AjMyHgIVFA4CJzI2Nyc4ATEwJjEuASc4ATUiJjUuATUmNDU0JjU0Njc0NjUwMjU0Njc+ATc4ATE+AT0BLgEjIgYHFRQWFzgBMR4BFx4BFRQyMRQWFR4BFRQGFRwBBxQGBxQGIxQwIw4BBw4BIyIUMQceATMRIg4CFRQeAhc3LgE9ATwBNz4DMzgBMTIeAhcWFB0BFAYHFz4DNTQuAiMCAGq6i1FRi7pqarqLUVGLumpQkTrJAQMFAgEBAQIBAQEBAQECAQECAj8VCWE2NmEJFj4CAQECAgEBAQEBAQIBAQEBAQIBAgIBAck6kVBdo3lHEB4rG7Q1EwEGLT9KIyNKPy0GARM1tBsrHhBHeaNdQFGLumpquotRUYu6amq6i1FANi9eAQIEAgEDAQEDAgEDAgEDAgEEAQEDAQEBAgIBAwEwhAGmK0FBK6YBhDABAwECAgEBAQMBAQQBAgMBAgMBAgMBAQMBAQIBAQMBXi82A4BHeaNdK1JMRR1UPoMEqQEDAiQ8KxgYKzwkAgMBqQSDPlQdRUxSK12jeUcAAAP////ABQgDwAAnACsAUQAAASImNREBDgEjIiYnAREUFjMhMhYVFAYjISImNRE0NjMhMhYVERQGIwkCIQEhJyY0NzYyHwEwFDMeARUUBgcxBw4BIyImJyY0PwEhIiY1NDYzBNIWH/4KCBIJChII/gsfFgGuFiAgFv5SQl9fQgPHQ14fF/vcAdYB1fxVAncBLEYPDxAsEKEBBwgICKEIEwsKFAgPD0b+1BYgIBYBpSAWASX+RwcHBwcBuf2YFx8gFhcfX0MChkNfX0P+vRYgAa/+YwGd/XlGEC0PEBChAQcTCwwTCKEICAgIECwQRh8XFh8AAAAEAAH/wAOoA8AASABeAHgAnwAAASImPQEOAyMiLgInFR4DMzIWFRQGIyIuAicVHgMzMhYVFAYjIi4CJzQmNRE0NjU+AzMyHgIXFBYVERQGIwEiDgIHMR4DMzI+AjcuAyMFDgMjIi4CJxUeAzMyPgI3NDY3NQM2Mh8BNzYyFxYUDwEXFhQHDgEjIiYvAQcOASMiJicmND8BJyY0NwN9ERUiWWRtNzVsZFciAjNfjV0SGRkSNWxkVyICM1+NXRIZGRJSo4RVBAEBBFaDo1JSo4RVBQEZEv5XXY1gMgICMmCNXV2NYDIDAzJfjl0BgyJZZG03NWxkVyICM1+NXV2NYDIDAgL3DCQMYWIMJAwMDGFhDAwGEAgIEAZiYQYQCAgQBgwMYWEMDAFoHBFGEhoRCQgRGRFtCR0cFBkREhkIERkRbQkdHBQZEhEZEyg9KgEDAQKGAgMBKj0oExMoPSoBAwL+ehEZAgMVGx0JCRwcFBQcHQkIHRwUuxIaEQgIEBoRbgkdGxQUHB0JBAkEXv5ZDAxiYgwMDSMMYmINIwwHBgYHYWEHBgYHDCMNYmIMIw0AAAAEAAP/wAPWA5kARQBJAE4AZAAAARQGIxQGIwc4ATE4ATEBOAEVMQ4BBw4BBzE4ATEHDgEjIiYnLgE/ATgBOQE4ATE+ATcBOAExOAExNzQyMzQ2NzYyFxYUBwEHNyc3AScBFwEmIgciBjEiFCMHFzc2MjcwNjU2NCcD1gEBAQE+/ZcBAwICAwPiBAgECQ8HCQUFXgIEAwJpPwEBAQEncSgoKPzBHkkrdgItSf3USAKNDyoPAQEBASBIIAEBAQEPDwLYAQEBAT/9lgEBAgEBAwFeAgEGBgkaDOMEBwMCaj8BAQEBKCgocif9qkkfKgMCLkn90UgC1w8PAQIhSCABAQEBDyoPAAIATf/AA6sDwAA+AHkAAAEHDgEjMSImJy4BLwEmNjc2Fh8BHgEXHgEzMTI2PwE2NCcuASM4ATEiBg8BBiInJjQ/AT4BMzEyFhceARQGByUeAR8BFgYHBiYvAS4BJy4BIyIGDwEGFBceATMxMjY/ATYyFxYUDwEOASMxIiYnLgE0Nj8BPgEzMhYXA6vDJWA0NWAlChkOBAoFDg8iCwQIGQcZQSQjQRnDNDQZQSQjQRlnDSMMDQxnJmA0NWAlJicnJv7YChkOBAoFDw4jCgQIGQgZQSMkQRnCNDQZQSMkQRlnDCQMDQxoJWA1NGAlJyYmJ8IlYDU0YCYB/MQlKCglCyETBQ4jCwoFDwULIggZGxsZxDWVNBobGxpqDQwNIw1qJigoJiZiZmEnTAshEwUPIgsKBQ4GCyIIGRsbGsM1lTQaGxsaag0MDSMNaiYoKCYmYmZhJ8QlKCglAAAAAAYAAP/AA/sDwABBAEoAgwCKAJQAmwAACQEUIhUOAQcOASMhIiY9ATAmNTwBNxE0NjU0NjU+ATc+ATc0NjEBPgE7ATAyMTIWFx4BHwEeARceARUUMBURFAYHAS4BJy4BJxUzAxEeARceARchPgEnLgEjMCIxOAExIiYjJiInLgEnLgEnLgEnLgEnJjQ1LgE1OAExNDAxMCYnJgYHCQEeARcBIxcBHgEXHgEXAScTAR4BFwE1A+/+LQICBAMECgX+LREZAQEBAQECAQECAgEB0wYQCP8BBAcEBAcD1AMFAQIBBgb8fgMFAwMGAxYWDyUUFBYFARcKCCUmVQEBAgMBAwUCAgMCAgMCAQIBAQMBAQEBDyknWxoBuv6dGTMZAYSG7f5RFBQEFjodAa6Yqf59ERACAWABov4rAQEBAwEDAxkSeQEBAgQCAVICAwICAwICBAECBAEBAQHWBgYBAgEFA9UEBwMECAMBAf8ACBAG/nQDBgMDBQMXAY7+6gUWFRQlDxpcJykPAQEBAQMBAQIBAgMCAgMCAgQCAgQCAVUnJAgJAcb+nAIQEQGHEv5PHTkWAxQVAbCZ/wD+exkzGAFihwAD////wAP5A8AANwBgAH4AAAEOAwcOATEOASsBFxYGBw4DIyoBIw4BFQ4BIyoBJy4BNz4BNy4CNjc+AzMyFhcWBgcFDgEXPgM3NhYXFgYHDgMHPgE3JyY2Nz4BOwE+AzcOAwcnIxEhETQ2MzIWFREUBiMhIiY1ETQ2OwEyFhUUBiMD7y5NPSsMAgIGEwsfBgQECC5kX1QeBQcDKR4DGA8CBAMREwQBIi4KFgUXJSaAsOGIDRUFBQUK/WomBgobQ1FiOg8iCgoHDjhdTj4ZMIE9EwQDBgUTC0QMIiw1H2arhmEcr1UDABYSERkZEfytEhkZEoARGRkRA3YrYVpMFwMECQsODBgJMj0gCk1jARASAQMeEQVzVhpTZW01OFQ4HA8MDBoJxzd4MShUVFMnCgcODyMKJVBSUCYELDkwCRUJCQoWOkNJJAQcL0EpZv0AAdYRGRkR/gASGRkSA1USGRkSEhkAAAMAAP/AA/0DvwBDAE0AawAAAQ4BFQ4BBw4BBw4BIwEiBiMOAQcOAQciBiMHIgYjIiYnLgE/ATI0MzQ2Nz4BNzQ2MwE+ATc+ATc+ATM+ATM2FhceARUnLgEjAQc3ATQmBSERIRE0NjMyFhURFAYjISImNRE0NjMhMhYVFAYjA/0BAQEBAQEDAQEBAf5WAQEBAQQCAgMCAQEBqwIFAwgQBggGAyoBAQIBAQMBAQEBqgECAQIDAgIFAgECAQdfJSQCZAkfDP5pFloBlwf+Y/5RAwcOEhIZGRL8qxIWFhIB1RIZEhEDDwICAgEEAQMEAgEC/lUBAgIBAQIBASsBBwYIFQurAgIEAgIDAgEBAasBAQEBAgEBAgEBAQMoJloGTAoG/mpbFwGWDB44/PkBrxEYGRH+KxIZFhEDXRIUGRIRFQAAAQEg/8ADYAPAAAUAAAEHCQEXAQFgQAHA/kBAAgADwED+QP5AQAIAAAEBgACgAqAC4AACAAAlCQEBgAEg/uCgASABIAABAKD/wANgA8AABQAAAQcJARcBAWDAAUD+wMACAAPAwP7A/sDAAgAAAQEA/8ADYAPAAAUAAAEHCQEXAQFgYAGg/mBgAgADwGD+YP5gYAIAAAEA4P/AA2ADwAAFAAABBwkBFwEBYIABgP6AgAIAA8CA/oD+gIACAAABAWAAoAKAAuAAAgAACQICgP7gASAC4P7g/uAAAQCg/8ADAAPAAAUAAAU3CQEnAQKgYP5gAaBg/gBAYAGgAaBg/gAAAAEAoP/AAuADwAAFAAAFNwkBJwECoED+QAHAQP4AQEABwAHAQP4AAAABAKD/wAMgA8AABQAABTcJAScBAqCA/oABgID+AECAAYABgID+AAAAAQAAAOAEAAMgAAUAABMXCQE3AQBAAcABwED+AAEgQAHA/kBAAgAAAAEA4AEgAyACQAACAAATCQHgASABIAJA/uABIAABAKD/wANgA8AABQAABTcJAScBAqDA/sABQMD+AEDAAUABQMD+AAAAAQAAAGAEAAKgAAUAAAEnCQEHAQQAQP5A/kBAAgACYED+QAHAQP4AAAEAAABgBAACwAAFAAABJwkBBwEEAGD+YP5gYAIAAmBg/mABoGD+AAABAAAAYAQAAuAABQAAAScJAQcBBACA/oD+gIACAAJggP6AAYCA/gAAAQDgAUADIAJgAAIAAAkCAyD+4P7gAUABIP7gAAEAAACgBAADIAAFAAATFwkBNwEAgAGAAYCA/gABIIABgP6AgAIAAAABAAAAYAQAAyAABQAAAScJAQcBBADA/sD+wMACAAJgwP7AAUDA/gAAAQAAAMAEAAMgAAUAABMXCQE3AQBgAaABoGD+AAEgYAGg/mBgAgAAAAEAAABgBAADIAAFAAATFwkBNwEAwAFAAUDA/gABIMABQP7AwAIAAAAJAAT/wAP5A70ADwATADUARgBLAFsAXwBwAHQAAAUjIiY9ATQ2OwEyFh0BFAYnIxUzEwcOASMiJicmNj8BAS4BNz4BFwEnJjY3NhYfAR4BBxYGByUzMhYVERQGKwEiJjURNDYzEzMDIxMTMzIWFREUBisBIiY1ETQ2EzMRIxczMhYVERQGKwEiJjURNDYzEzM1IwPPfxEZGRF/ERkZOyoqLpEECQQMFQUHDA88/L8QDQcGIBADOxoGDRAQIAc+AgMBAQ0M/IV/ERMTEX8RHR0RKisFKgTUfhIZGRJ+EhkZPCoq038RGRkRfxEZGREqKipAGRH+ERkZEf4RGf2pAd9CAgINDA8hBxsBWAYgEBANBv6rPxAgBwYNEJkFCgUMFQZxEhH9uBEoKBECSBES/bACA/39AdEZEf4vERkZEQHRERn+LwF8KhkR/q4RGRkRAVIRGf6u/gAAAAIAAP/ABgADwAASAD4AAAUhIiY1ETQ2MzIWFREhMhYVFAYDDgErASImNTQ2OwElBw4BJwEuATc+ARcFNz4BFwE1NDYzMhYdARQGBxwBFQXA+oAbJSUbGyUFQBslJZ4FHBbAGiYmGg3+8JYRMRP+wBUGERE0FQETmBEzEwFcJhobHwIBQCYaA4AaJiYa/MAmGhomAWwTGSYaGibplhICDwEAETQVFQYR3JcSAhD+1ToaJiYawAQIBAECAQAAAQAM/8ECQwPAACcAAAEOASMiJi8BERQGIyImNREHBiInJjQ3Ez4BNz4BMzIWFzAyMRMWFAcCQwYQCAgQBrUZERITuwwjDQwM/gIGBAQIBggQBQH9DAwCdwYGBga3/L0RGRgSA0m9DAwNIw0BAAIEAQIDBwX/AA0jDQAAAAEADP/AAkEDwAAeAAAlBw4BIyImJwMmNDc2Mh8BETQ2MzIWFRE3NjIXFhQHAkHtBhoOCA8G/Q0NDCMMvBIREiCuDCMMDQ3N8A0QBwYBAAwjDQwMvgNKEhkZEvzEsAwMDSMMAAAcAIf/5AN6A3IAIgAtADsASQBZAGoAegCKAJoAqwC7AMsA3ADsAPwBDAEdAS0BPQFOAV4BbgF+AY8BnwGvAcAB0AAAASMVFAYjIiY9ASEVFAYjIiY9ASMiBhURFBYzITI2NRE0JiMTFAYjISImNREhEQEyNj0BNCYjIgYdARQWITI2PQE0JiMiBh0BHgEBMzI2PQE0JisBIgYdAR4BOwEyNj0BNCYrASIGHQEUFjM7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBYFMzI2PQE0JisBIgYdAR4BMzsBMjY9ATQmKwEiBh0BHgE7ATI2PQE0JisBIgYdAR4BOwEyNj0BNCYrASIGHQEUFjM7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBYFMzI2PQE0JisBIgYdAR4BMzsBMjY9ATQmKwEiBh0BHgE7ATI2PQE0JisBIgYdAR4BOwEyNj0BNCYrASIGHQEUFjM7ATI2PQE0JisBIgYdARQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBh0BFBYFMzI2PQE0JisBIgYdAR4BMzsBMjY9ATQmKwEiBh0BHgE7ATI2PQE0JisBIgYdAR4BOwEyNj0BNCYrASIGHQEUFjM7ATI2PQE0JisBIgYdARQWAyVGGhESGv7xGRIRGkcjMjIjAkkkMTEkHxEM/bcMEQKD/goHCQkHBwkJAW0GCgoGBwoCCf7uLQMEBAMtAwQBBFUtAwQEAy0DBAQDUS0DBAQDLQMEBFQuAgUFAi4CBQVULQMEBAMtAwUF/hktAwUFAy0CBQEEAlEuAgUFAi4CBQIDVC0DBAQDLQMEAQRVLQMEBAMtAwQEA1EtAwQEAy0DBARULgIFBQIuAgUFVC0DBAQDLQMFBf4ZLQMFBQMtAgUBBAJRLgIFBQIuAgUCA1QtAwQEAy0DBAEEVS0DBAQDLQMEBANRLQMEBAMtAwQEVC4CBQUCLgIFBVQtAwQEAy0DBQX+GS0DBQUDLQIFAQQCUS4CBQUCLgIFAgNULQMEBAMtAwQBBFUtAwQEAy0DBAQDUS0DBAQDLQMEBAM8PxIZGRI/PxIZGRI/MiP9UiMyMiMCriMy/P0MEREMAjD90AK0CQdlBwkJB2UHCQkHZQcJCQdlBwn+5gQBLgIFBQIuAQQEAS4CBQUCLgEEBAEuAgUFAi4BBAQBLgIFBQIuAQQEAS4CBQUCLgEEcgUCLgIFBQIuAgUFAi4CBQUCLgIFBQIuAgUFAi4CBQUCLgIFBQIuAgUFAi4CBQUCLgIFBQIuAgUFAi4CBQUCLgIFBQIuAgVyBQMtAgUFAi0DBQUDLQIFBQItAwUFAy0CBQUCLQMFBQMtAgUFAi0DBQUDLQIFBQItAwUFAy0CBQUCLQMFBQMtAgUFAi0DBXEEAy0DBAQDLQQDBAMtAwQEAy0EAwQDLQMEBAMtBAMEAy0DBAQDLQQDBAMtAwQEAy0EAwAAAAAKAAD/wAP+A8AAFwA2AFwAfACSAMAA0wDoAQoBMAAAASoBIyImLwEuAScmNjc2FhceAR8BFgYHAyImJy4DIyIGBwYmJyY2Nz4BMzIeAhcWBgcOAQUUFhceARcWBgcwIiMiJicuAScuATU0PgI3NhYXFgYHDgMVATYWFxYGBw4DFRQWFxYGByoBIyImNS4BNTQ+AjcDNCYnNx4BFRQGBw4BIyImIy4BNz4BNzQmJy4BNTQ2MzIWFx4BBw4BJy4BIyIGFRQWFx4BFRQGBw4BIyImJy4BNz4BNTciJjU0JicmNjc2FhceARUUBiMHPgEXHgEHDgEHDgEjIiYnLgE3PgETHgEXHgEHDgEHDgEjIiYnLgE3PgE3NiYnLgEnJjY3NhYXJyImNTQ2Mx4DFx4BFRQGBw4BIyImJy4BNz4BNTQmJy4DJwPiAQIBDBIBCAMXFQUKDAwZBRcZBAcCEQ1yBw4EH09bZDQ4Zy8MGQYGCAw1eD47c2hbIwgECwQK/MsIBgQJAgESDQEBDBMBAggEBgkWKj0oChsICQIJIzYkEwFQDRcDBA0NMEoxGgEBARENAQEBDBMBASRBWTXUCAY/BQoKCwMRCwIEAg0NAwoJnQwGBQlrUgkTCQ0PAgMVDQcNBjdGBwUHDBUTBBAJAwcDDAoFERO8DRMcAQUKDA0YBQEhEw0hARUNDREBBxkBBBAJAwcDDAoFARWhFRsGDAgPAhIKBQ8JAwgDDAgGBg8CEAoLBBMPCQIKChsIjw0SFA1FcVQ4DBYICg4EEAoDBQMNCwULCQgUCi5FXDkBWhAMRyxYMQwZBQUKDDZiMUUNFQEBYwcGK0MvGRgYBggMDBkGGxwcNk0xCxoIAwP8Lz8eGDYlDRQBEgwiMhgeRjM6bWNWIwkCCQobCR5MVmAzAU4DDQwNFwQNO0tWKREeDg0UAREMDyESOmxaQQ/9kSszGA4ZOzAdQygLDQEEFwwlOhlNRRgWMi1UbQICAhYNDQ8CAQJIOScrExtMU0pTLQkKAQEFGQwpRkIgEw1paQEMGQUFCgwCdnQNE0oOEQIBFA1MUAEKCgECBRgMAUcCBRk+JFOZjRNLFAgJAgIGGQwLPROOk0gbLhEKGwgJAgqnEw4NEgMxTGExV3JlGmgnCgsBAQUYDB9aGmNqUSlPQCgCAAAGAAD/wAQAA8AAPgBFAFIAWQCnALMAAAUhIiY1ETQ2NzgBMT4BNTI0NTAyMTYwNTc2FhcWBg8BBTc2Mh8BJScuATc+AR8BFDAXMDIVOAExHgEVERQGIwERFBYXLQEFJiIHAR4BMyEyNjcBJQ0BPgE1ESUuAT0BDgEjIiY1NDYzMhYXNTQ2MzIWHQEUFhcWNjc+AT0BNC4CIyIOAhUUHgIzMhYVFAYjIi4CNTQ+AjMyHgIdARQGBw4BJyciBhUUFjMyNjU0JgOn/LEjNQICAQEBAQGUBxEGBgIGggEXixAtEIoBGIMGAQUGEgaVAQEEBDYj/IQBAQEB/v0B3wQNBP5XAwYDA08DBgT+VgHL/vsBAwEB/qcTFRAsGDVLSzUYLBANCQgNBgYLHggSBSE6TSwsTTkiIjlNLAkNDQk0XUUoKEVdNDVdRSgIGhE3GHwkMTEkIzExQDIjAesDBQMBAQEBAQEBgAYBBwcRBnH1ew4Oe/VyBRIHBgIGgQEBAQMHBf4VIzICFP5BAwUD5eVtBAT+hgEBAQEBem7l5wMGAwHARwceFAwPEks1NUsSDwwJDAwJ1gYJAgQHCRU/FwUsTjohITpOLCxOOiENCQgNKEZdNTVdRigoRl01BBtOHhQOCfkyIyMyMiMjMgAAAAAGAAD/wAPaA8AAVgBaAGEAZQCrALgAAAUhIiY1ETgBNTQ2NzwBMTQyMTQ2NzQ2NzgBNzgBMTY0Mzc2FhcWBg8BFzc2Mh8BNycuATc+AR8BMBYVMDIxFDIxFBYXHgEXOAEVMBYVFBYVFDAxERQGIwERNycFKgEHASEBJQcXESUuAScOASMiJjU0NjMyFhc+ATMyFh0BFBYXFjY3PgE9ATQmIyIGFRQWMzIWFRQGIyIuAjU0PgIzMh4CFRcUBgcOAScnIgYVFBYzMjY1NCYjA3783yc2AQEBAgEBAQEBAXsKGQkIAglh+XoTMhN7+WEKAgkIGgl8AQEBAQEBAQEBATYm/L3d3QG1AQQB/oIDAv6CAbDe3v66ExcEDiARM0hIMxIgDgQPCQ0SAgcHEwQSBW1MTWxsTQ0SEg0zWkMnJ0NaMzNaQyYBCR8SNhptGiQkGhkkJBlANyYB0gEBBAEBAgECAgEBAgEBAQFsCAIJChoIVdptEA9u2lUIGgoJAghsAQEBAQIBAQICAQIBAQQBAf4uJjcB7f54xcNaAf6sAVVaw8UBiHkIHRMJCUg0M0kKCQgLEg26AgcCAwIFEy8VDU1tbU1NbRMMDRInQ1o0M1pEJydEWjMLGUkiEgsK4CUZGiQkGhklAAAAAAMAAP/ACAADwAANABsAKQAAASEiJjU0NjMhMhYVFAYDISImNTQ2MyEyFhUUBgEhMhYVFAYjISImNTQ2B8D4gBomJhoHgBomJhr4gBomJhoHgBomJvhmB4AaJiYa+IAaJiYBgCYaGiYmGhomAcAmGhslJRsaJv0AJhoaJiYaGiYAAwAA/8AFVQPAAA0AGwAqAAABISImNTQ2MyEyFhUUBgMhIiY1NDYzITIWFRQGASEyFhUUBiMhIiY1NDYzBSv7ABIZGRIFABEZGRH7ABIZGRIFABEZGfrvBQARGRkR+wASGRkSAZUZEhIZGRISGQHWGRESGRkSERn8qhkREhkZEhEZAAAAAgAA/7cDtwNuABMANAAAATQuAiMiDgIVFB4CMzI+AgEUBiMiJi8BDgEjIi4CNTQ+AjMyHgIVFAYHFx4BFQKSKEZdNTVdRSkpRV01NV1GKAElKx4PGwrEMnU9U5NtPz9tk1NUkm1AJSLECgsB2zVeRSgoRV41NV1FKSlFXf5aHisLC8MjJD9uklNUkm4/P26SVDx1M8QJGw8AAAAAAwAA/8AEAAPAACoAQwBKAAAFIi4CJyY2NzYWFx4DMzI+AjU0LgInLgE3PgEXHgMVFA4CIwMUBiMhKgEjIiY1MTQ+AjMxMhYVHAEVEQMOAwchAipaon1RCQEWEhEcAQhBZ4RKUIxoPTVcfkoSFgIBHBFbmnFASn+rYioZEv5aAQIBEhlKf6thEhlWQnVaOgcBUkBAcZtaERwBAhYSSX9cNT1ojFBKhGdBCAEcERIWAQpQfaJaYqt/SgIrEhkZEmGrf0oZEgEDAf5bAX0HOlp1QgAAAAAEAAD/wAQAA8AAEwAeACkAMQAABSIuAjU0PgIzMh4CFRQOAgEhAR4BMzI+AjclFBYXAREOAxUBESEuAycCAGq6i1FRi7pqarqLUVGLugE+/mr+4DeKTVOTckgI/K00LQEfUI1nPAHWAX0HQWWFS0BRi7pqarqLUVGLumpquotRAdX+4S00PGeNUCtNijcBIAGXCUhyk1MBqf6CS4VlQQgABAAA/8AEAAPAAC0AOwBDAE8AACUOASMiJi8BDgMjIi4CNTQ2NTQmNTQ2NT4DNzU0NjMyHgIVFA4CByUyNjcnMCIjIR4DMwEhEQ4DBwERAT4DNTQuAgNdBg8JCBAGLR9HTlMsXKR6RwEBAQVGcpdWGRFzypdXFSo8KP5kRn8y9QEB/pUFPGKASP6aAVBAcFk8CwGlAT4aKRwOQnSbDQYGBgYtHi0fEEd6o10ECAQBAgECAwJVlnJEBVMSGVeXynM3a2RbJwgyL/VIfFw2AasBLAQwUGs9Aan+Pv7CIEZMUSlco31QAAAAAAUAAP/ABAADwAAfACgAQwBPAFoAACUiFDEwIhUOAyMiLgI1ND4CMzIeAhUUDgIHJz4BNyMOAQcXAQ4DFRQeAjMyNjcnDgEjIi4CNTQ2NzUDFBYzMjY1NCYjIgYTFR4BFzMuAycDawEBI1JbZDVquotRUYu6amq6i1EVJjgiIScxBtcEEAuY/otQjWc8Q3ScWE2JOJkZOyEsTjohYUlVSzU1S0s1NUurPlsN1wdBZYVLVwEBIjgmFVGLumpquotRUYu6ajVkW1IjWzBzQBQlEZkCtwlIcpNTWJx0QzQtmRETITpOLE11D9j+VzVLSzU1S0sBdNgNWz5LhWVBCAAAAAAJAAD/wAP7A7oANgBHAEwAXQBiAHMAdwCIAI0AAAEeARU4ATEUBg8BDgEjIiYnLgE/AQEOASMiJicmNjcBJy4BNz4BHwEeARceARceARceARc4ATEBMzIWFREUBisBIiY9ATQ2Mx8BNScVEzMyFhURFAYrASImNRE0NjMTMxEjERMzMhYVERQGKwEiJjURNDYzEzMRIzczMhYVERQGKwEiJjURNDYzEzMRIxED+QEBAgJBBRUMBQkEEAwHF/y5AwgDDRcEBg8QA1FFDwkJCCIQkwEDAQEDAgEDAQEBAfwyfxIdHRJ/EhkZEiouLtSAESAgEYARFBQRMSsrzn8SIyMSfxESEhEzKyvMfxIlJRJ/Eg8PEjUrKwNOBAgEBAgEkAwNAgIHIRA0/swBAQ8NECAGATgnCSIPEAkJVQEDAQECAgIEAwEBAv3HGhH+/hETGRL8ERn7B6wBpgFRGhL+qREUFBEBVxIa/qgBAf7/Aa4aEv5TERUVEQGtEhr+UgFXqxgS/f0RFxcRAgMSGP3+Aa3+UwAAAAkADP/ABAQDwAAQABQASQBaAF4AbwB0AIUAiQAABSMiJjURNDY7ATIWFREUBiMDIxEzEzgBMRUUBiMiJj0BAQ4BLwEBDgEjIiYnJjQ3AT4BHwE3IyImNTQ2OwEwMjEyFhceARceARUBMzIWHQEUBisBIiY9ATQ2MxczNSMTMzIWFREUBisBIiY1ETQ2MxMzESMREzMyFhURFAYrASImNRE0NjMTFxEjA9GAERISEYASISESIysrThkSEhn+9QwgDbb+nAYQCAgQBg0NAX4MIA238EMSGRkSqgEECAMIDAMCAvxYgBEZGRGAERkZESsqKtSAEhgYEoARFhYRKyoq1IASHx8SgBEUFBErMDBAGBICARJDGBL91BIYAiv+KQOBqhIZGRJD/vQMAguS/psGBgYGDSMNAYALAgqT8hkREhkCAQQMBwQJBP1WGRLVEhkZEtUSGdaAASsZEv5WEhkYEgGsERn+VQFW/qoBVhkS/qoSGBgSAVYSGf6qAQEBAAAAAAIAQ//pA70DYwAUAFYAAAEiDgIVFB4CMzI+AjU0LgIjExwBFRQOAiMiJiceATMyNjcuASceATMyNjcuATUwNDEeARcuATU0NjceARcuATU0NjMyFhc+ATcOAQc+ATcOAQcCAFyieUZGeaJcXKJ5RkZ5olzgKVF3Ti9XJQYOBihHHSU5CwULBQgOCCczCxoNFhsHCCl4RgIBQS8YKhATJBAGGhERIA8LHBEDY0Z5olxconlGRnmiXFyieUb+nQQHBDdyXDobGAEBGhYBLCEBAQICCD0pAQYHAQ8xHRAcDTM/AwYNBi9BExAEDgkTIAsCCQcRHQwAAAAAAgBD/+kDvQNjABQAMwAAASIOAhUUHgIzMj4CNTQuAiMTIxwDMSMwPAI1IzUzNTQ2OwEVMCIjIgYdATMHAgBconlGRnmiXFyieUZGeaJcdk1yNzcsR1Q2BwgQVwoDY0Z5olxconlGRnmiXFyieUb+RS5iUDMzUGEvYT8hUl8KEDlhAAAACAAA/8ADQAPAAB0AJgAqAC4APABKAFgAZgAABSMOASMhIiY1ETQ2MyEyFh0BFAYrARUzMhYVERQGAzUhESERNDYzFyMVMxUjFTMnISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGJyEiJjU0NjMhMhYVFAYnIyImNTQ2OwEyFhUUBgMASQgdEv3AGiYmGgLAGiYmGkBAGiYmGv1AAkAmGkBAQEBA4P6ADRMTDQGADRMTDf6ADRMTDQGADRMTDf6ADRMTDQGADRMTreANExMN4A0TEyAOEiYaA4AaJiYa4BomQCYa/kAaJgLA4PyAAmAaJsDAQMCAEw0NExMNDROAEw0NExMNDROAEw0NExMNDRPAEw0NExMNDRMAAAAGAAD/wANAA8AADwATACEALwCOAPoAAAUhIiY1ETQ2MyEyFhURFAYBESERAyEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBichIiY9ATQ2NTQ2NT4BNz4BNz4BNz4BPwEuATUwNDE1MDYxNCY3NDY1MjAxPgEzOAExMhYXOAEzFBYVFgYVMBYxFTAUMRQGBxceARceARceARceARcUFhUUFh0BFAYjNSciJiM1OAEjLgEnIiY1IiYxLgEnPAEnNCY1NDY1NDY1NjQ1PgE3MDY1PgExPAExMDQxNS4BIyIGBxUwFDEwFBUUFhceARUeARccATEeARUUFhUUBhUUBgcUBgcUBgcwFCMOAQciBg8BFSE1AwD9QBomJhoCwBomJv0mAsCg/oANExMNAYANExMN/oANExMNAYANExMt/sAaJgEBAQEBAQIBAQMBAQIBYA4EAQEBAQEKTSYmTQoBAQEBAQQOYAECAQEDAQECAQEBAQEBJhpqAQIBAQEEAQEBAQECAgEBAQEBAQECAQEUBAQmFhYmBAQUAQEBAQEBAQEBAQECAQICAQECAQEBAW4BQEAmGgOAGiYmGvyAGiYDwPyAA4D84BMNDhISDg0TgBMNDhISDg0TgCYaIAEDAQIDAgEDAQEDAQECAQEBATAbLwgBYAIBAgEBAwInLS0nAgMBAQIBAmABCC8bMAEBAQECAQEDAQICAgEEAQEDASAaJkw2AQEBAQICAQICBAIBAgECAwICAwECAgEBAgEBAgEBARcxAQEBWw0YGA1bAQEBATAXAQIBAQEBAQECAwIBAwECAwECAwECAgECAgIBAQEBAQE3DAwACAAA/8AEAAPAAA8AEwAjACcANwA7AEsATwAABSEiJjURNDYzITIWFREUBgERIRE1ISImNRE0NjMhMhYVERQGAREhEQEhIiY1ETQ2MyEyFhURFAYBESERNSEiJjURNDYzITIWFREUBgERIREDwP7AGiYmGgFAGiYm/qYBQP7AGiYmGgFAGiYm/qYBQP3A/sAaJiYaAUAaJib+pgFA/sAaJiYaAUAaJib+pgFAQCYaAUAaJiYa/sAaJgGA/sABQMAmGgFAGiYmGv7AGiYBgP7AAUD8QCYaAUAaJiYa/sAaJgGA/sABQMAmGgFAGiYmGv7AGiYBgP7AAUAAAAAAEgAA/8AEAAPAAA8AFAAkACkAOQA9AE0AUgBiAGcAdwB7AIsAkACgAKUAtQC5AAAFIyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMwEjIiY9ATQ2OwEyFh0BFAYnIxUzNTcjIiY9ATQ2OwEyFh0BFAYnIxUzNTcjIiY9ATQ2OwEyFh0BFAYnIxUzASMiJj0BNDY7ATIWHQEUBicjFTM1NyMiJj0BNDY7ATIWHQEUBicjFTM1NyMiJj0BNDY7ATIWHQEUBicjFTMD3+cOExMO5w4TEy+lpSHnDhMTDucOExMvpaUh5w4TEw7nDhMTL6Wl/rboDRQUDegNFBQupqYh6A0UFA3oDRQULqamIegNFBQN6A0UFC6mpv615w4TEw7nDhMTL6WlIecOExMO5w4TEy+lpSHnDhMTDucOExMvpaVAEw7nDhMTDucOE+elpYQUDegNFBQN6A0U6KamhBMO5w4TEw7nDhPnpfznEw7nDhMTDucOE+elpYQUDegNFBQN6A0U6KamhBMO5w4TEw7nDhPnpfznEw7nDhMTDucOE+elpYQUDegNFBQN6A0U6KamhBMO5w4TEw7nDhPnpQAACQAA/8AEAAPAAA8AHwAvAD8AgQCRAKYAsgC5AAABIyImPQE0NjsBMhYdARQGFxQGKwEiJj0BNDY7ATIWFTcjIiY9ATQ2OwEyFh0BFAYXFAYrASImPQE0NjsBMhYVJSImNREjFRQGIyImPQEjFRQGIyImPQEjESEyFhUUBiMhIiY1ETQ2OwE1NDYzMhYdATM1NDYzMhYdATMyFhURFAYjJyImPQE0NjsBMhYdARQGIxcyHgIVFA4CIyIuAjU0PgIzETI2NTQmIyIGFRQWNzMVIzUzFQEPPA0REQ08DRERERENPA0REQ08DRHTPA0REQ08DBISEhIMPA0REQ08DBIBiA0R8RINDBLxEQ0MEvEBxAwSEgz+PBkjIxnxEgwNEfESDA0S8RgkEgzxDRERDTwMEhIMPCxNOSEhOU0sK005IiI5TSs+WVk+PlhYXD15PAHeEgw8DRISDTwMEtMMEhIMPQwSEgyWEgw8DRISDTwMEtMMEhIMPQwSEgxaEgwBaR4MEhIMHh4MEhIMHv0PEQ0MEiQYAvEZJDwMEhIMPDwMEhIMPCQZ/pcMEjwSDDwNEhINPAwSeCI5TSssTTkhITlNLCtNOSL+llk+PlhYPj5ZtTx4PAAACQAA/8ADNwPAABkAJQAxAD0ASwBZAGcAlgCgAAAlAw4BByoBIyImLwEuATc+AR8BNz4BFx4BBwUiJjU0NjMyFhUUBgMiJjU0NjMyFhUUBgciJjU0NjMyFhUUBgUjIiY1NDY7ATIWFRQGAyMiJjU0NjsBMhYVFAYHIyImNTQ2OwEyFhUUBhciJjURIw4BKwEiJicjESEyFhUUBiMhIiY1ETQ2OwE1NDYzITIWHQEzMhYVERQGAyMVFBY7ATI2NQM3sAQMBgECAQYLBI8KAgkJGgp0mwgaCwoFB/2oGiUlGhslJRsaJSUaGyUlGxolJRobJSUBQr8NExMNvw0TEw2/DRMTDb8NExMNvw0TEw2/DRMTlA0PiQoxH78fMQqFAT0NExMN/qMNExMNnxMNAT8NE58NExPs/xMNvw0Tzv8ABgcBBAR9CRsJCwEIZuILBQgHGgsuJhoaJiYaGiYBgCYaGiYmGhomwCYaGiYmGhomoBMNDRMTDQ0TAYATDQ0TEw0NE8ATDQ0TEw0NE0ATDQHgHCQkHPzAEw0NExMNA4ANEyANExMNIBMN/gANEwJAIA0TEw0AAAUAAP/ABAADwABVAFkAXQBhAGUAAAUjIiY9ATQ2OwE1IRUzMhYdARQGKwEiJj0BNDY7ATUhFTMyFh0BFAYrASImPQE0NjsBETQ2MyE1IyImPQE0NjsBMhYdARQGKwEVITIWFREzMhYdARQGJRUzNQEjFTMDFTM1ISMVMwPgwA0TEw1A/sBADRMTDcANExMNQP7AQA0TEw3ADRMTDUATDQFgQA0TEw3ADRMTDUABYA0TQA0TE/xTgAGAgICAgAGAgIBAEw3ADRPg4BMNwA0TEw3ADRPg4BMNwA0TEw3ADRMBAA0T4BMNwA0TEw3ADRPgEw3/ABMNwA0TwICAAwCA/YCAgIAAEgAA/8AEAAPAAAsAGAAkADAAPABIAFQAYQBtAHkAhQCRAJ0AqgC2AMIAzgDaAAABIiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYjNSImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmASImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmJyImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmIzUiJjU0NjMyFhUUBiciBhUUFjMyNjU0JgEiJjU0NjMyFhUUBiciBhUUFjMyNjU0JiciJjU0NjMyFhUUBiciBhUUFjMyNjU0JiM1IiY1NDYzMhYVFAYnIgYVFBYzMjY1NCYBMhYVFAYjIiY1NDYXMjY1NCYjIgYVFBYDgDVLSzU1S0s1EhkZEhIZGRI1S0s1NUtLNRIZGRISGRn+bjVLSzU1S0s1EhkZEhIZGRI1S0s1NUtLNRIZGRISGRkSNUtLNTVLSzUSGRkSEhkZ/m41S0s1NUtLNRIZGRISGRkSNUtLNTVLSzUSGRkSEhkZEjVLSzU1S0s1EhkZEhIZGQLuNUtLNTVLSzUSGRkSEhkZAUBLNTVLSzU1S6sZEhIZGRISGdVLNTVLSzU1S6sZEhIZGRISGfxVSzU1S0s1NUurGRISGRkSEhnVSzU1S0s1NUurGRISGRkSEhnVSzU1S0s1NUurGRISGRkSEhn8VUs1NUtLNTVLqxkSEhkZEhIZ1Us1NUtLNTVLqxkSEhkZEhIZ1Us1NUtLNTVLqxkSEhkZEhIZ/VVLNTVLSzU1S6sZEhIZGRISGQAAAAAIAAD/wAQAA8AAEAAUACUAKgA7AEAAUQBWAAAFISImNRE0NjMhMhYVERQGIwERIRE1ISImNRE0NjMhMhYVERQGIwERIREhASEiJjURNDYzITIWFREUBiMBESERISUhIiY1ETQ2MyEyFhURFAYjAREhESEDq/7VIzIyIwErIzIyI/7VASv+1SMyMiMBKyMyMiP+1QEr/tX/AP7VIzIyIwErIzIyI/7VASv+1QEr/tUjMjIjASsjMjIj/tUBK/7VQDIjASsjMjIj/tUjMgGA/tUBK6syIwErIzIyI/7VIzIBgP7VASv8VTIjASsjMjIj/tUjMgGA/tUBK6syIwErIzIyI/7VIzIBgP7VASsAEgAA/8AEAAPAAA8AFAAkACkAOQA+AE4AUwBjAGgAeAB8AIwAkQChAKYAtgC6AAAFIyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMzUBIyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMzU3IyImPQE0NjsBMhYdARQGJyMVMwEjIiY9ATQ2OwEyFh0BFAYnIxUzNTcjIiY9ATQ2OwEyFh0BFAYnIxUzNTcjIiY9ATQ2OwEyFh0BFAYnIxUzA9PeExoaE94TGho/hoYs3hMaGhPeExoaP4aGLN4TGhoT3hMaGj+Ghv7I3hMaGhPeExoaP4aGLN4TGhoT3hMaGj+GhizeExoaE94TGho/hob+yN4TGhoT3hMaGj+GhizeExoaE94TGho/hoYs3hMaGhPeExoaP4aGQBoT3hMaGhPeExrfhoaFGhPeExoaE94TGt+GhoUaE94TGhoT3hMa34aG/FkaE94TGhoT3hMa34aGhRoT3hMaGhPeExrfhoaFGhPeExoaE94TGt+G/N8aE94TGhoT3hMa34aGhRoT3hMaGhPeExrfhoaFGhPeExoaE94TGt+GAAAAAAMAAP/ABAADwAATACgATwAABSIuAjU0PgIzMh4CFRQOAgMiDgIVFB4CMzI+AjU0LgIjEw4BIyImLwEHDgEjIiYnJjQ/AScmNDc2Mh8BNzYyFxYUDwEXFhQHAgBquotRUYu6amq6i1FRi7pqWJx0Q0N0nFhYnHRDQ3ScWMkGEAgJDwaNjAcPCQgQBgwMjY0MDA0jDYyNDCMNDAyNjQwMQFGLumpquotRUYu6amq6i1EDq0N0nFhYnHRDQ3ScWFicdEP9jAYGBgaNjQYGBgYNIwyNjQwjDQwMjY0MDA0jDI2NDCMNAAMAAP/ABAADwAAPABMAOgAABSEiJjURNDYzITIWFREUBgMhESEBNjIfATc2MhcWFA8BFxYUBw4BIyImLwEHDgEjIiYnJjQ/AScmNDcD1fxWEhkZEgOqEhkZPPyqA1b9jA0jDI2NDCMNDAyNjQwMBhAICQ8GjYwHDwkIEAYMDI2NDAxAGRIDqhIZGRL8VhIZA6v8qgJ0DAyNjQwMDSMMjY0MIw0GBgYGjY0GBgYGDSMMjY0MIw0AAAABAAz/wAPwA7QAJgAACQEWFAcOASMiJicJAQ4BIyImJyY0NwkBJjQ3NjIXCQE2MhcWFAcBAjoBtgwMBw8JCA8H/kv+SgYQCAgQBgwMAbb+SgwMDSMMAbYBtQ0jDQwM/koBwP5JDCQMBwYGBwG3/kkHBgYHDCQMAbcBuAwjDQwM/kkBtwwMDSMM/kgAAAMAAP+/BJADwACiALkBAAAAAR4BFx4BFRwBFRwBFTAUFQMVFAYHIg4CIyIuAiMuAT0BAzwBMTQmNTwBNzQ2Nz4BNzA2NT4BNz4BNz4BMz4BNzAyMzoBMzoBMzIWMx4BFxYyMQUTMDY1PgE3PgE3MDY1MjYzPgEzNjIzOgEXMhYXMhYzHgExHgEXHgEXFBYxEyUwMjc+ATcyNjM6ATM6ATM6ATEeATMeARceARceARccATMBHgMzMj4CNzUOAyMiLgInFQEDMAYxIhQxDgEHDgEHDgEjIiYnMCIjNCIxJiI1JxMeAzMyPgI3EwcUIhUwIhUqATEOASMiJicuAScuAScwJjEwJjEDBIsBAQEBAZEOCwIvY5tvbpxjLgILDpEBAQEBAQEBAQEBAQICAgEEAgECAQEBAgMCAgMCAgMBAgMCAQEBKMcBAQMBAQMCAQECAQIEAgEEAQIEAQIEAQECAQEBAgICAQMBAccBKAEBAQQCAQMCAQQBAgQCAQEBAgECAwIBAwEBAgEB/FARPVp4TU15WjwSGEZccUNCcVxHFwFtuwEBAgQCAQICBAgFBAgEAQEBAQH1cRJCXnlJSXlfQhJw9AIBAQEECAQFCQQBAgECBAIBAbwDGwIDAgIDAgEEAQIEAgEB/ebZDBQEDA8MDA8MBBQM2QIaAQECBAIBBAECAwICAwIBAQEBAQEDAQECAQEBAgEBAQHdAWYBAQEDAQEDAQEBAQEBAQEBAQEBAQECAgEDAQEB/prdAQEBAQIBAQECAQEDAQEBAQEB/QwECgkGBgkKBJQECgkGBgkKBJQDKf6vAQIDAgIBAgECAwMCAQEBtv5eAwsKBwcKCwMBorYBAQECAwMCAQIBAgIDAgEBUQAAAAUAAP/ABAADwAATACcAQwBPAFsAAAUiLgI1ND4CMzIeAhUUDgIDIg4CFRQeAjMyPgI1NC4CAyIuAicmNjc2FhceATMyNjc+ARceAQcOAxMiJjU0NjMyFhUUBiEiJjU0NjMyFhUUBgIAarqLUVGLumpquotRUYu6al2jeUdHeaNdXaN5R0d5o10tVEo9FQYJDAsaBiF6SEh6IQYaCwwJBhU8SlVzGiYmGhomJv6mGiYmGhomJkBRi7pqarqLUVGLumpquotRA8BHeaNdXaN5R0d5o11do3lH/QAZLkEqCxoGBgkMQU1NQQwJBgYaCylCLhkBYCYaGiYmGhomJhoaJiYaGiYACQAA/8AEkgPAAA0ASABYAGkAdQCCAI4AmgCoAAAlIiY9ATQ2MzIWHQEUBgMhIiY1ETQ2OwE1NDY1LgE1NDYzMhYVFAYHFBYdASE1NDY1LgE1NDYzMhYVFAYHFBYdATMyFhURFAYjEzQmIyEiBhURFBYzITI2NSU0NjMyFhUhNDYzMhYdASE1JSImNTQ2MzIWFRQGJyIGFRQWMzI2NTQmIwUiJjU0NjMyFhUUBiciBhUUFjMyNjU0JgUiJj0BNDYzMhYdARQGBG4PFhYPDxUVw/0eLD4+LE0BERUrHh4rFRECAbcBERUrHh4rFRECTCw/PywhEw79Hg4TEw4C4g4T/W4WDw8VAW4VEA8V/gABpSY2NiYmNTUmCAsLCAcLCwf+tyY2NiYlNjYlCAsLCAcLC/55EBUVEA8VFeUVD9wPFRUP3A8V/ts+LAJQLD9JAgUCCSIVHisrHhUiCQIFAklJAgUCCSIVHisrHhUiCQIFAkk/LP2wLD4Cug4TEw79sA0UFA27DxUVDw8VFQ9KSm02JiY1NSYmNm4LBwgLCwgHC242JiY1NSYmNm4LBwgLCwgHC9sVD9wPFRUP3A8VAAAAAAoAAP/AA8ADwAANAC4AOgBHAFMAXwB1AIEAjQCbAAAlIiY9ATQ2MzIWHQEUBgchIiY1ETQ+Ajc1LgE1NDYzMhYVFAYHFR4DFREUBgEiBhUUFjMyNjU0JgE0LgIjIg4CFREhATIWFRQGIyImNTQ2FzI2NTQmIyIGFRQWBzIWFSE0NjMyFh0BFAYjISImPQE0NiUiJjU0NjMyFhUUBiciBhUUFjMyNjU0JgUiJj0BNDYzMhYdARQGA6ANExMNDRMTbf1ADRM3X4BKHCQ4KCg4JBxKgF83E/6TDRMTDQ0TEwEzMld1QkJ1VzICgP4wIS8vISEvLyEHCQkHBwkJKQ0TAUATDQ0TEw3+gA0TEwFdIS8vISEvLyEHCQkHBwkJ/akNExMNDRMToBMNwA0TEw3ADRPgEw0BUUuGZkEGVwoxHyg4OCgfMQpXBkFmhkv+rw0TA8ATDQ0TEw0NE/2xQnRXMzNXdEL+zwGxLyEiLi4iIS9gCQcGCgoGBwlxEw0NExMNIA0TEw0gDRMxLiIhLy8hIi5gCgYHCQkHBgrREw3ADRMTDcANEwAAAAADAID/8wO0A4AAGwBNAFEAAAEmNDc+AR8BFhQPAQ4BJyY0PwEjIiY1NDY7AScBFRQGLwEuATURNDY3NDY1PgEzITIWHQEUBiMiJj0BIRceARURMzU0NjMyFh0BFAYrAQMnERcDIg0NDCQMVQ0MVgwkDA0NDdoRGRkR2Qz+szYd3BEVBgUCCRsPAdUbJRkREhn+wG8RFasZEhEZJRvAVaurAjcMIw0MAQ1VDCQMVgwBDQwkDA0ZEhIZDP5JXiIfEogLJhQCgAoSBwECAQwNJRtrERkZEVZFCiYU/jNWERkZEWsbJQIeav24aAAAAAYAAP/ABF0DwABGAFIAaAB7AI4AmwAAJSImNTQ2MzI2PQEOASMiJjU0NjMyNj0BDgEjIiY1NDYzMjY9AQ4DIyIuAicVFAYjIiY9ATQ+AjMyHgIVERQOAiMDIgYHHgEzMjY3LgEDERQOAiMiLgI1ETQ+AjMyHgIBHgEzMjY3NQ4DIyIuAicVNR4BMzI2NzUOAyMiLgInFSUyNjcuASMiBgceATMDRhQbGxRgWjFsHRQbGxRgWjFsHRQbGxRgWiZaUT0JCj1RWScbExMcaoR4Dw54hGpEXF0aXW6KGBiKbm2LFxeLbWqEeA8OeIRqaoR4Dg94hGr9dA+PeXqPDydZUT0KCT1RWiYPj3l6jw8nWVE9Cgk9UVomARduihgYim5tihgYim16GxQTGx0SRxMGHBMTGx4RRxIGGxMTHB0RWA8QCAICCBAPKhQbGxSMMzkbBQUbOTP90jU4GgUC6SAPDiAgDg8g/l3+jDM5GwUFGzkzAXQzOBsGBhs4/l8PJiYPUg8RCAICCBEPUroOJycOUg8RCAICCBEPUoUgDw8gIA8PIAAAAAMAAP/ABAADwAATAHgAnwAABSIuAjU0PgIzMh4CFRQOAicyNjcnLgEnOAExMDQjLgEnJjYnPAE1PgE3NDAxOAExPgE3PgE3OAExPgE9AS4BIyIGBxUUFhc4ATEeARceARc4ATE4ARUeARccARUGFgcOAQcwBjE4ATEOAQcOAQc4ATEHHgEzESIOAhUUFhc3LgE9ATwBNz4BMzIWFxYUHQEUBgcXPgE1NC4CIwIAarqLUVGLumpquotRUYu6akqENsUEBgIBAgMBAQEBAQMCAQQBAQMBMhIITSsrTQgSMgEBAQIFAQIDAQEBAQEDAgEBAgECBALFNoRKWJx0QzcwqisQAQ2FQkKFDQEQK6svN0RznFhAUYu6amq6i1FRi7pqarqLUVUwKnYDBgMBAwcEAgQCAgQCBAgDAQIDAgEDAiRvAYgeLi4eiAFvJAECAQIEAwEDCAQCBAICBAIEBwMBAQIBAgQCdiowA1ZDdJxYT404ZzhyBI0CBAJFUFBFAgQCjQRyOGc4jU9YnHRDAAUAKwBAA9UDQAAIAAwAEAAUACQAAAEHBiIvAQchJwEHFxEFJxE3FwEhAQEhMhYVERQGIyEiJjURNDYCVTcMJAw37wKI7wEr7u797u7ukgFE/XgBRP6AAwAjMjIj/QAjMjIBhDgMDDjv7wEq7u4B3O7u/iTuGgFF/rsBmjIj/aojMjIjAlYjMgAHACsAFQPVA2sAEgAuADwASwBaAGgAdgAAATQ2MzIWFREzETQmIyIGFREzESc0PgIzMh4CFREzMhYVFAYjISImNTQ2OwERBTQ2OwEyFhUUBisBIiYBNDYzMhYdARQGIyImPQEBNDY7ATIWFRQGKwEiJjUBBiInJjQ/ATYyFxYUBwUWFAcGIi8BJjQ3NjIXAgAZEhEZK0s1NUuA1SE6TiwsTjohVhEZGRH9qhEZGRFWAgAZEVYRGRkRVhEZ/qoZEhIZGRISGf5WGRFWERkZEVYRGQMKDSMNDAw/DSMNDAz9lQ0NDSMMQAwNDCMNAYASGRkS/usBKjVLSzX+1gEVFS1NOiIiOk0t/tYZEhIZGRISGQEqKhEZGRESGRkB5xIZGRJVEhkZElX+KxEZGRESGRkSAQwMDAwkDEANDA0jDQQMJAwMDEANIw0MDQAAAAUAVQAVA6sDawAaADQAQABMAFgAACUiLgI1ND4CMzIeAhUUBgcXFgYvAQ4BIzcXJzc+ATU0LgIjIg4CFRQeAjMyNj8BJyImNTQ2MzIWFRQGIyImNTQ2MzIWFRQGISImNTQ2MzIWFRQGAgBYnHRDQ3ScWFicdEMVEyUIJyOzKFswqaMiDA8QNV18R0d8XTU1XXxHJkgiGakbJSUbGyUlxhomJhobJSUBOxslJRsaJiYVQ3ScWFicdENDdJxYMFspsyMnCCYTFYEiohohSSZHfF01NV18R0d8XTUQDwzqJRsbJSUbGyUlGxslJRsbJSUbGyUlGxslAAAABAArAEAD1QNAABAAHQAyAD4AABM0NjMhMhYVERQGIyEiJjUREyEwPAIxITAcAjETPgEfAR4BPwE2Fh8BFgYjISImPwEFIiY1NDYzMhYVFAYrMiMDACMyMiP9ACMyVQMA/QDXBxkJSQkjDyoPJAphCgoS/jsSDgh6AZQbJSUbGiYmAusjMjIj/aojMjIjAlb9qrvgu7vguwGaEAEPcg8IChoJBw6IDhUXEPNEJRsaJiYaGyUACwCAABUDgANrAAMAWwBfAHAAgQCSAKMAswDDANMA4wAAJREhEQcjIiY1NCYrASIGFRQGKwEiJjURNDY7ATIWFRQWOwEyNjU0NjsBMhYVITQ2OwEyFhUUFjsBMjY1NDY7ATIWFREUBisBIiY1NCYrASIGFRQGKwEiJjUhFAYTIREhBxUUFjsBMjY9ATQmKwEiBhUdARQWOwEyNj0BNCYrASIGFREVFBY7ATI2PQE0JisBIgYVNRUUFjsBMjY9ATQmKwEiBhUBFRQWOwEyNj0BNCYrASIGHQEUFjsBMjY9ATQmKwEiBhEVFBY7ATI2PQE0JisBIgY1FRQWOwEyNj0BNCYrASIGAoD/ACsVCQwNCSoJDQwJFRIZGRIVCQwNCSoJDQwJFRIZAQAZEhUJDA0JKgkNDAkVEhkZEhUJDA0JKgkNDAkVEhn/ABkZAQD/AKsNCSoJDQ0JKgkNDQkqCQ0NCSoJDQ0JKgkNDQkqCQ0NCSoJDQ0JKgkNAgANCSoJDQ0JKgkNDQkqCQ0NCSoJDQ0JKgkNDQkqCQ0NCSoJDQ0JKgkNlQEA/wCADQgKDA0JCA0ZEgMAEhkNCAoMDQkIDRkSEhkNCAoMDQkIDRkS/QASGQ0ICgwNCQgNGRISGQHWAQAWKgkNDQkqCQ0NCasqCQwMCSoKDA0J/qsqCQ0NCSoJDQ0JqyoKDA0JKgkMDAkBVSoJDQ0JKgkNDbQqCQwMCSoKDA3+oioJDQ0JKgkNDaIqCgwNCSoJDAwAAAQAKwBAA9UDawAXADIAQQBWAAABIgYVFBYzMjY1NCYnDgEjIiY1NDY3LgElNz4BMyEyFh8BMzIWFREUBiMhIiY1ETQ2OwEHESERIyImLwEhBw4BKwEXND4CMzIeAhUUDgIjIi4CNQIANUtLNTVLAwMHIBMbJRURCRP+7SQGIxEBVhEjBiR3IzIyI/0AIzIyI3d3AwCcCREDLP7JKwMRCZyrITpOLCxOOiEhOk4sLE46IQIrSzU1S0s1ChIJEBUlGxMgBwMDwFgQGBgQWDIk/gAjMjIjAgAkMlb+AAIADAhsbAgM6ixOOSIiOU4sLU06IiI6TS0AAAAAAQC2AEYDXANIADwAAAEGIicmND8BNjQnJiIPAQYUFxYyNwE2NCcmIgcBDgEUFhceATI2NwE2NCcmIgcBBiInJjQ3ATYyFxYUBwEBxQwkDA0N0w0NDCQM1CUmJWolAVs5OTifOP5pJiUlJiVfYl4mAQ8NDQwkDP7wMo0yMjIBlyBYHx8f/qUBGg0NDCMN0w0jDQwM1CVqJiUlAVs4oDg4OP5oJV5jXiYlJiYlARAMJAwNDf7xMjIyjTIBlyAgH1gf/qUAAAIAgABAA4ADQAAvAFsAAAEyHgIXNTQ2MzIWHQEUBisBKgErASImNTQ2OwEuASMiDgIHDgEnLgE3PgMzAyMeATMyPgI3PgEXHgEHDgMjIi4CJxUUBiMiJj0BNDY7ATIWFRQGIwIALFRNQxsZERIZGRITAQIBkxIZGRJOKoNMOWVQMwcDGxISFQIJQ2aCSatOKoNMOWVPNAcDGxISFQIJQ2aCSSxUTUMbGRESGRkSqhIZGRIDQBMkMyE2ERkZEasSGRkSEhk6RihGYDgRFgICHBJHe1sz/dU6RihGYDcSFQICHBJHe1ozEyQzITYRGRkRqxIZGRISGQAAAgBXACYDhgMuABkARwAAJQc3NiYvATc+AT8BFx4BHwEHDgEfAScmIgcXFjYvATA+AjE2Ji8BFi4CMSYiDwE2DgIxDgEfASIOAjEGFj8BMB4CMQHInR4DDQ5/rxMjCU5PCCMUr38ODQMenRErEeknPQcmMjsxIBgr2wEeJR4USxRiAURSRCwXIJ4BDA0MBzwowzxJPdlTrxMpDnwZAxkSn58SGQMaew4pE69TCQmzFCws2S86MB9HByABPko+JyfHAQkMCgdHH5pDUUQsLBRnICcgAAACAGsALwORA1UAHQAyAAAlFhQHBiIvAQ4BIyIuAjU0PgIzMh4CFRQGBxclMj4CNTQuAiMiDgIVFB4CMwORDAwNIw3nKWM2Q3RXMjJXdENCdVYzIx/o/howVj8lJT9WMDFVQCUlQFUxbA0jDQwM6B8jM1Z1QkN0VzIyV3RDNmMp578lP1YwMVVAJSVAVTEwVj8lAAAAAQCAAGsDqwMJAC0AAAEyFhUUBiMhIgYVFBYzITI+AjU0LgIjITc2NCcmIg8BBhQfARYyNzY0LwEhAqtGZGRG/gASGRkSAgA1XUUpKUVdNf5nYgwMDSMNqwwMqw0jDQwMYgGZAhVkRkdkGRIRGShFXjU1XUUpYQ0jDQwMqwwkDKsMDA0jDWEAAAQAPQBrA9UDFQAUACMALwA8AAA3JyY0PwE+ATMhMhYVERQGIyEiJicDBhQfAR4BMyERISIGDwEXNDYzMhYVFAYjIiY3NCYjIgYVFBYzMjY12ZwSEpwROhsCQSMyMiP9vxw5EVcDA50EFQcCQf2/BxUEnX5LNTVLSzU1S6oZERIZGRIRGZ/mGkQZ5RYeMiP+ACMyHhYBKgMOA+QGCwIACwbmCTVLSzU1S0s1EhkZEhIZGRIAAAQAVQBAA6sDQAAYAB0AIgAxAAAlFAYjISImNREiJj0BNDYzITIWHQEUBiMRAREhESEnFSE1IRM0NjMhMhYVFAYjISImNQOAMiP9qiMyEhkyJAKqJDIZEv1VAlb9qioCqv1WqhkSAQASGRkS/wASGZUjMjIjAasZEoAjMjIjgBIZ/lUBq/5VAaurVlb+1RIZGRISGRkSAAAABACrABUDVQNAAAsAKQA3AEUAACUwOgIxMDwCNSEBFAYjISImNREiJjU0NjsBNDYzMhYVMzIWFRQGIxEBNDYzMhYVERQGIyImNQM0NjMyFhURFAYjIiY1ASuFoIX+VgIAMiT+ViQyERkZEdYyIyMy1hEZGRH/ABkREhkZEhEZqxkSERkZERIZa4e2ujP91iQyMiQCKhkSEhkjMjIjGRISGf3WAaoSGRkS/tYSGRkSASoSGRkS/tYSGRkSAAAFAKsAFQNVA2sADQAQACUANABDAAABIxEhMDwCNSEiJjURFzMnJSEyFh8BHgEVERQGIyEiJjURNDYzEzQ2MyEyFhUUBiMhIiY1NTQ2OwEyFhUUBisBIiY1AdXVAgD/ABIZVtXV/tUBOAgWBuoHCDIj/gAjMjIjKxkRAVYRGRkR/qoRGRkSqhIZGRKqEhkDFf1WUnaFMxkRAQDV1VYJBusGFQn+HiQyMiQCqiQy/YARGRkREhkZEoARGRkREhkZEgAFAJ4AEANiA5MAKgA2AEMARgBSAAATNjIXFhQPAQYUFx4BPwE2FhcWFA8BBiInJjQ/ATY0Jy4BDwEGJicmND8BAQYiJyY0NzYyFxYUASY2PwE2Fg8BDgEvARc3BwE2NCcmIgcGFBcWMusMJQwNDU0ZGRxWIfQ6lTEzMz0NJA0NDT4ZGRtXIfQ6lTEzM00BxSZqJSYmJWomJf4lEQsX5xomCU0HMBGaphtRAQoMDA0jDQwMDSMClQ0NDSMNTBlPGRsIFaInDzEyiTI+DAwNJAw9GkEZGwkVoyYPMDOVM0z9eyUlJmolJiYlagLKES4ITAglGeUXCxGZKlAb/UENIw0MDA0jDQwAAAAFAFUAFQOrA2sACwAcACgANgBEAAABHgEzMjY3MxEhETMBERQGIyEiJjURNDYzITIWFQEhESMOASMiJicjERM0NjMhMhYVFAYjISImFTQ2MyEyFhUUBiMhIiYBhw1CKipCDdz9VtwCJBkS/QASGRkSAwASGf0AAqqqHlk0NFkeqioZEgIAEhkZEv4AEhkZEgIAEhkZEv4AEhkB6yYwMCYBKv7WAVX9ABIZGRIDABIZGRL9KwEqJy4uJ/7WAlUSGRkSEhkZbhIZGRISGRkAAAAAAgBVAEADngM0ACcAOwAAASMiDgIdARQGIyImPQE0PgI7AScmNDc2Mh8BFhQPAQYiJyY0PwEXNycmNDc2Mh8BFhQPAQYiJyY0NwJZ2SxOOiEZEhIZL1FtPtmNDAwNIw3VDQ3VDSMNDAyNM7i4DAwNIw3VDQ3VDSMNDAwCFSE6TizVEhkZEtU+bVEvjA0jDQwM1gwkDNYMDA0jDYyMt7cNIw0MDNYMJAzWDAwNIw0AAAADAHAAMAOoA2gAAgAFABMAAAEXEycFFxMDJSY2NwE2FgcBDgEnAh1fojz+GOd4j/6mHAIdAwAZJQn/AAk7CwGh5wHoPKJf/lMBWo4MOwkBAAkmGf0AHAIcAAAAAAMAVQBAA6sDQAAfACMANAAAEzMyFhUUBisBFSERIRUzMhYVFAYrARUzMhYVFAYrARUBESERITQ2MyEyFhURFAYjISImNRGrgBEZGRGAAQD/AIARGRkRgIARGRkRgAFVAVX9ADIkAqokMjIk/VYkMgFAGRIRGVYCVlYZERIZVRkSEhlVAav9qgJWIzIyI/2qIzIyIwJWAAAABQBVABUDqwNrADwAVQBrAIoAmwAAATIWFRQGBx4BFx4BFRQGBw4BBw4BBx4BFRQGBw4BBw4BIyImJy4BJy4BNTQ2Nz4BNy4BNTQ2MzoBFz4BMwMeARc+ATc+ATcuAScuAScOASMqASMOAQc3MjY1NCYjIgYVHAEXHgEVFAYVMDIxAQ4BBx4BFx4BMzI2Nz4BNy4BJy4BJw4BIyImJw4BBzcyPgI1NCYjIgYVFB4CMwJrRmQKCyc8FRwXDAoNKh0WLBYLDA0LDjAhNXA5OXE1IDAOCw4kIhY1IA8McFAFCwYHYEMbHjIVHTkbDBgKAxAODyodFDklAwcDAwcEGx43MiMkMgEmLwEB/nARFwUMGw8wZDMyZDAPGwwFFxEQJhgWQCsrQBcYJhDQFCYeEj4sLT4SHicUA2tjRRtFJA4tHiZVKwwUBQcTCQcMBBkyFgwVBQcSChASEhAKEgcFFQwnXCcYJg4rVCBQcAFAV/4LDSQWAw4JBAkEGC4UFR8JHycNGw2KekkiMDAiBAcDGlQyBQoG/vEULRUFCQQOEBAOBAkFFS0UERwKJC8vJQocEjooQ1QrLT4+LStUQygABgAr//QD1QOAABwAJwAsADgARABQAAAlFAYrAQcGJjURNDY7ATU0NjMhMhYVERQGLwEjFTcXAyEVITIWHQEzBxEhETcnIiY1NDYzMhYVFAYzIiY1NDYzMhYVFAYjIiY1NDYzMhYVFAYCgDIj1t8fLDIjKzEkAoAjMikc3DRPsgH9gAErIzJPpP5VwGsRGRkREhkZ7hEZGRESGRmSERkZERIZGcAjMncQGiMB9CQywCMyMiP9dCQVFJtVq34CPsAzI6qrAVX+RWaAGRIRGRkREhkZEhEZGRESGRkSERkZERIZAAAAAgBYAB8DpQNtACkASQAAAQcGFB8BFjI/ATYyHwEWFA8BDgEnMC4CJy4DMSY2PwE2Mh8BFhQHJQ4BFzAWFx4BFx4BFx4BMRY2PwEnBwYiLwEmND8BJwcB0i4SE5YTNRMtDCQMphMTWiyKNSlMbENDWDQVHxIsWhM1E6YMDP7hFwgOIQofVDg4ZSwPPBpRF0x5Dyx7LJcsLA95SwKLLRM1E5YTEi4MDKYTNRNaLBMfFTNYQ0NsTSo1iixaExOmDCQMSxdPHjsPLWU4OFQeCiEOCBhLeQ8sLJcrfCwPeUwAAAAEACsAawPVAxUAIgAnADUAPAAAATc+ATsBMhYVERQGKwEiJi8BFRQGIyEiJjURNDYzITIWHQElESERIRM0NjsBMhYVFAYrASImJRczESMHFQKrhAcWCVYRGRkRVggXB4QyJP4rIzIyIwHVJDL91QHV/itVGRLVEhkZEtUSGQHWsSQksQJTYAYHGRL+VhIZBwZgbSMyMiMCACMyMiNtbf4AAgD+gBIZGRISGRlogQFWgVQAAAABADwAOAPEAwQABQAAJQE3FwEXAYD+vIi8AbyIOAFEiLwBvIgAAAAABAArAGsD1QMVACAAOQBFAFQAACUOAyMiLgInLgE1NDY3PgMzMh4CFx4BFRQGByUeATMyNjc+ATU0JicuASMiBgcOARUUFhclFAYjIiY1NDYzMhYnIgYVFBYzMjY1IyImPQEDUiNOVlswMFtWTiM7SEg7I05VXDAwXFVOIztISDv9lDqQUFCQOi44OC46kFBQkDouODguAcVkR0dkZEdHZKsjMjIjIzIVGyXrHjAhEREhMB4ydi0tdjIeMCERESEwHjJ2LS12MkAyOTkyKFYXF1YoMjk5MihWFxdWKJVHZGRHR2RkDjIjIzIyIyUbFQAAAwAAAEAEAANAACwAaQB2AAATMD4CMzIeAjEeARcwFhUUBjEOAQcwDgIjIi4CMS4BJzAmNTQ2MT4BNwcOARUUFhceATEeARcyFhceATMyNjc+ATM+ATcwNjc+ATU0JicuATEuASciJicuASMiBgcOATEOAQcwBgcFNDYfARYUDwEGJjU3qixWgFRUgFYsNVgIFRUJVzUvWH9QUH9YLzVYCBUVCVc1SwUFBQUCCAQsGQNCEjd7RUV7NhNCAxksBAcDBQUFBQIIBCwXBT4TNH5ISH40E0MXLAQHAwE3Fg+1EBC2DxYBAzQEBAQEBAQETzR1eHh1NE8EBAQEBAQEBE80dXh4dTRPBM0iUzIyUyITJRcnAgUBAgQEAgEFAicYIxQiUzIyUyITJRcnAgUBAwMDAwEFAicYIxRDEg0JZQkYCWYIDRHJAAAAAAMAVwBAA5YDOgAEACcALAAAExchNyElMhYHAw4BIyEiJicDJjY7ARM+ARceAQ8BIScmNjc2FhcTMwEhNyEXvB0COx39iwK6EhIEagUfEv4AEh8FaQUSEmefCSIPDwoJhgFthgkJDxAiCZ5n/ZcB0x398x0BwGtrVRgR/n0RGBgRAYMRGAEVEAkJCCIQ6+sQIggJCRD+6/6Aa2sAAAUAF//rA+EDOgAfACYAUQBYAGwAAAEzMhYVFAYrARUUBiMiJj0BIyImNTQ2OwE1NDYzMhYVBT4BNyEXMwMiJicDJjY7ARM+ARceAQ8BMz4BNycmNjc2Fh8BMh4CFRQOAiMiJichNyMXMy4BJwUyPgI1NC4CIyIOAhUUHgICzD8SGRkSPxkSEhlAERkZEUAZEhIZ/pgEEQ3+9h3LrhIfBWkFEhJnnwkiDw8KCYbHGz8jXQkJDxAiCW1EdVgyMld1Qj9wK/7vrrQduQ0RBAE9MFZAJSVAVjAxVUAlJUBVAVUZERIZQBIZGRJAGRIRGUASGRkSQB02GGv+6xgRAYMRGAEVEAkJCCIQ6xkkC6MQIggJCRC/M1Z1QkN0VzItKMBrGTUdwCVAVTEwVj8lJT9WMDFVQCUAAgA/AFoDxwMNAB4APQAAASM1NDYzMjY9ATQmIyIGBw4BFREUFjMhMjY1ETQmIyEjNTQ2MzI2PQE0JiMiBgcOARURFBYzITI2NRE0JiMDsqMwMwkMDAlFbykpKAwJAVkIDQ0I/fujMTMIDQ0IRnAoKCkMCQFZCQwMCQG8JkpGDAlxCA0tKyyVaf7kCQwMCQE4CQwmSkYMCXEIDS0rLJVp/uQJDAwJATgJDAAAAAUAVQAkA6sDawARABYAIgAuADoAACUUBi8BISImNRE0NjMhMhYVEQMhESEXASImNTQ2MzIWFRQGIyImNTQ2MzIWFRQGISImNTQ2MzIWFRQGA6soHdH+FiQyMiQCqiQyVv1WAgek/qobJSUbGyUlxhomJhobJSUBOxslJRsaJiZGIxQVnDIjAgAkMjIk/TECz/4AewE7JhobJSUbGiYmGhslJRsaJiYaGyUlGxomAAAAAQCAAEADgANAAB8AAAE0JiMiBhURISIGFRQWMyERFBYzMjY1ESEyNjU0JiMhAisZEhIZ/tYSGRkSASoZEhIZASoSGRkS/tYDFRIZGRL+1hkSEhn+1hIZGRIBKhkSEhkAAwBVABUDqwNrACAANQBJAAABNTQ2MzIWHQEzMhYVFAYrARUUBiMiJj0BIyImNTQ2OwETIi4CNTQ+AjMyHgIVFA4CIzUyPgI1NC4CIyIOAhUUHgIB1RkSEhmAERkZEYAZEhIZgBEZGRGAK1icdENDdJxYWJx0Q0N0nFhHfF01NV18R0d8XTU1XXwB64ARGRkRgBkSEhmAERkZEYAZEhIZ/ipDdJxYWJx0Q0N0nFhYnHRDVjVdfEdHfF01NV18R0d8XTUAAAQAdAAVA38DawBeAMUA0QDdAAABFzA2NzYWHwEWBgcOATEwFhUUBjEwFhceAQ8BDgEnMCYxBzAGBw4BKwEiJicuATEnMAYHBiYvASY2Nz4BMTA0NTwBMTAmJy4BPwE+ARceATE3MDY3PgE7ATIWFx4BMQcnLgEnJiIHDgEPAg4BDwEnLgEnIgYXHgEfAQcOARUUFh8BBw4BBwYWMz4BPwEXHgEfAh4BFxYyNz4BPwI+AT8BFx4BFzI2Jy4BLwE3NDY1PAEvATc+ATc2JiMOAQ8BJy4BLwEDIiY1NDYzMhYVFAYnMjY1NCYjIgYVFBYCih9gBBYqCigLAwwDPwEBPwINAwsoCykVZR8iAggnFk8WJggCIiBgBBYpCygLAw0DPj4DDQIKKAspFQVhHyECCSYWTxYnCAIiRwUHGgIBQQECGgYGEg0ZCxAUFUsFAyACAjEPDgIBAQEBAg4PMQICIAMFSxUUEAsZDRIGBhoCAUEBAhoHBRMNGAwQExVMBAIhAQMxDw4DAQEDDg8xAwEgAwRMFRMQDBgNE0k1S0s1NUtLNREZGRESGRkC3hIQAQIVEkUTLhAFSwgKBQ5KBBEuE0UTFAISE1sEFBoaEwRcExEBAhUSRRMuEAVLCAoFDUsEES4TRRMUAgERE1sEFBoaEwRcPhMVSAQDAwRIFRMIBg4IDAQFDQE4AgQ6EA8UBw4HBw4HFA8QOgQCOAENBQQMCA4GCBMVSAQDAwRIFRMIBg4IDAQFDQE4AgQ6EA8UBw4HBw4HFA8QOgQCOAENBQQMCA4GCP6gSzU1S0s1NUtVGRISGRkSEhkAAAADAIAAQAOAA0AAGgAkACkAAAE1NDYzITIWFREUBisBFRQGIyEiJjURNDY7ATsBMhYdATMRIRUBIREhAwGAGRIBqhIZGRHWGRL+VhIZGRLVVn8SGav+q/7/AVb+qwECQNUSGRkS/lYSGdUSGRkSAaoSGRkSgAFWq/5VAVb+qgAAAAIAqwBDA1UDawAHABwAACU3NjIfAREhNSEyFhURFAYvASYiDwEGJjURNDYzAQK/HEYcwf4AAgAjMioe+wcWB/seKjIjsHgREXkCZlYyJP1WJBcTnAUFnBMXJAKqJDIAAAQAVQAbA4wDUgAdACwAMQA2AAAlETQ2MzIWFREUBiMhIiY1ETQ2MyEyFhUUBiMhESETFhQHAQcGJj8BATYyHwEBNycPAQEnBxc3AwAZEhEZMiP9qyQyMiQBKxIZGRL+1QJVjBkZ/lqfIyQJKAGmGUcZPP4uHDwcFAGLPOM94nEBKhIZGRL+1iQyMiQCVSMyGRESGf2rAqQZRhn+WSgIJCOeAacZGT3+Lh08HFEBTz3iPeIAAAYAAP/AA/wDwABGAE4AbwB2AIAAhwAACQEwIjEOAQcOASMhIiY1ETQ2NTQ2NT4BNz4BNzQwNwE+ATsBMDIxMhYXMBYzHgEfATgBMxQyMR4BFxQWFR4BFTgBMREUBgcBLgEnLgEnFTUeARceARchPgEnJiIjMCIxIgYjKgEnLgE3NCYnJgYHEQkBNhYXASMXAR4BFzIWFwEnFwEeAQcBNQPz/iIBAgMCBAcE/iINEwEBAQEBAQECAQHeBAwG/wEDBQMCAQEEAd8BAQECAQICAQUE/JgGEQsLFQkQLhgZHgcBGAoPLClpAQEBAwIBAwENEAMBLC5rGgHL/n8eQx8BpqXz/jkZEAEXPyAB0arC/kogFQIBgwGq/h8BAwECAhMNAeABAgIBAwIBAwEBAwEBAQHgBAUBAQIBAQLAAQIDAQECAQMHA/7gBgwE/lYKFQoLEQZLlQgeGBkuEBpsLywBAQIVDQFqKSsNC/7pAuv+fQEPFwGoDP43I0obDBEB05ve/kgjTiMBeNQAAQAAAUAEAAJAAA8AABMVFBYzITI2PQE0JiMhIgYAEw0DwA0TEw38QA0TAiDADRMTDcANExMAAAABAAD/2QQAA6cACgAAASULAQ0BAyUFAyUEAP6enp7+ngEAPAE8ATw8AQACMzMBQf6/M/r+oKamAWD6AAABAAH/wAbcA6sAKgAAARYUBw4BBzgBMQEOASMiJicmNDcBISImNTQ2MyEBJjQ3NjIXATgBMR4BFwbcBQUDCAX+SAsbDg4bCxYWATv6Yx4rKx4Fnf7FFhYVPRYBuAUIAwHcDR0OBgwF/kkLCwsLFT0VATorHx4rAToVPRUWFv5JBQwHAAAFAFUAFQOrA5UAJAAvAGIAcQCAAAABNCYjFAYjIiY1IxQGIyImNSMUBiMiJjUjFAYjIiY1IgYdASE1BREUFjMhMjY1ESElERQGIyEiJjURNDYzNTQ2MzIWHQEzNTQ2MzIWHQEzNTQ2MzIWHQEzNTQ2MzIWHQEyFhUBNDYzITIWFRQGIyEiJjUVNDYzITIWFRQGIyEiJjUDVRkRGRISGVUZEhEZVhkREhlVGRISGREZAqr9VhkRAlYRGf1WAwBLNf2qNUtLNRkSEhlVGRIRGVYZERIZVRkSEhk1S/1VGRIBqhIZGRL+VhIZGRIBqhIZGRL+VhIZAsASGRIZGRISGRkSEhkZEhIZGRIZElVVq/6AERkZEQGAq/3VNUtLNQIrNUsrERkZESsrERkZESsrERkZESsrERkZEStLNf7VEhkZEhEZGRGqERkZERIZGRIAAAAEAKsAFQNVA2sAGgA7AEcAVAAAJQ4BIyImJy4DNTQ+AjMyHgIVFA4CBwceATEwNjc+ATc+AzU0LgIjIg4CFRQeAhceARcDNDYzMhYVFAYjIiY3NCYjIgYVFBYzMjY1Ar40cBoacDQjOCcVNV18R0d8XTUVJzgj2woTFQgXMhcfMCISKEZdNTVdRigSIjAfFzIXY0s1NUtLNTVLqxkSEhkZEhIZrz1dXT0qV1pdLkd8XTY2XXxHLl1aVyopCA4PBxQxGyVLTE0mNV5FKChFXjUmTUxLJRsxFAGPNUtLNTVLSzUSGRkSERkZEQAAAAIAVQA2A6sDQAAbADgAABMUHgIXPgM1NCYjIgYPAQYiLwEuASMiBhUlPgEzMh4CFRQOAgcGIicuAzU0PgIzMharL1l+T09/WC9kRiA7FykHEgcpFzsgRmQBVSJXMjVdRSlJdZJJBxYHSpJ0SSlFXTUyVwJAMm1vbzMzbm9tM0dkFxUlBQUlFRdkR78eIyhGXTVNlod0LAUFK3WHlk01XUYoIwAAAwBVABUDqwNrABwAQwBTAAA3FR4DMzI+Ajc1NC4CJw4BIyImJw4DFRM0PgIzMh4CFRQGBx4DHQEUDgIjIi4CPQE0PgI3LgE1EzI+AjU0JiMiBhUUHgKrBTJWek5OelYyBTM/NwUbUjo6UhsFNz8zaiVAVTExVUAlEBIgT0QvQXOcW1ucc0EvRE8gEhDrIDYoF1Y/P1YXKDbrOgMXGRMTGRcDOhwvJBYCMUFBMAEWJC8cAaMtUTwjIzxRLSdvOAwiMkUwVhEtJxsbJy0RVjBFMiIMOG8n/sc2V3A8N1BQNzxwVzYACABVABUDqwNrABAAFAAYAB0AKgA2AEIATgAAEyEyFhURFAYjISImNRE0NjMXFTM1MxUhNQERIREhFzQ2MzIWFRQGIyImNSE0JiMiBhUUFjMyNhMiJjU0NjMyFhUUBiMiJjU0NjMyFhUUBoADABIZGRL9ABIZGRIrqlYBqv1WAqr9VqpkR0dkZEdHZAEAMiMjMjIjIzKAERkZERIZGbwSGRkSERkZA2sZEv0AEhkZEgMAEhlWqqqqqv8A/lYBqtVHZGRHR2RkRyMyMiMjMjIBeBkSEhkZEhIZGRISGRkSEhkAAAAABwBVABUDqwNrAAwAEAAfAC8APABIAFQAAAEjESERIxQGKwEiJjUBIRUhBxEUBiMhIiY1ESMRIREjATQ2MyEyFhURFAYjISImNQEiJjU0NjMyFhUUBiMzIiY1NDYzMhYVFAYzIiY1NDYzMhYVFAYBgCsBVisZEqoSGQHV/VYCqlUZEv5WEhlVAqpV/VUZEgMAEhkZEv0AEhkBABEZGRESGRkSqxIZGRISGRmZEhkZEhEZGQIV/wABABEZGREBAKpW/tURGRkRASv+VgGqASsSGRkS/QASGRkSAlUZEhIZGRISGRkSEhkZEhIZGRISGRkSEhkAAAUAVQAVA6sDawBJAF4AawB3AIMAAAEzMhYVMxE0JiMiBh0BHgEVFAYiJjU0Njc1NDYzMhYVETIWFRQGIxUUBiMVFAYjIiY9ASEVFAYjIiY9ASImPQEiJjU0NjMhNDYzBRUUFjMhMjY9ASMVFAYrASImPQElNyImNTQ2MzIWFRQGIzciJjU0NjMyFhUUBiciJjU0NjMyFhUUBgIAqhIZViYaGyUTFzVANRcTWD4+VxIZGRJkRxkREhn/ABkSERlHZBIZGRIBVRkS/tUyJAGqJDJWGRKqEhn/AFYSGRkSERkZEYAbJSUbGiYmxRslJRsbJSUB6xkSARYaJSUbCwsnGBIRERIYJwsLPlhYPf7qGRIRGVZGZCsSGRkSKysSGRkSK2RGVhkREhkSGYBWIzIyI1UqEhkZEioBqhkSEhkZEhIZayUbGyUlGxslayUbGiYmGhslAAAEAAAAFQQAA0AAIABJAFYAYwAAATwDMTAiICIxETM1NDY7ATIWHQEzNTQ2OwEyFh0BMwEVFAYjIiY9ASImPQE0NjMRNDYzITIWFREyFh0BFAYjFRQGIyImPQEhJzAoAjEwNjUhHAExJTwBMTAoAjEiFBUhA1XV/wDVVRkSgBEZVhkRgBIZVf1WGRISGSMyMiMyJAKqJDIjMjIjGRISGf1WVgELAUABCgH8qgNW/vX+wP72AQNWAesfV1E5/wCAERkZEYCAERkZEYD+gCsSGRkSKzIj1SQyAQAjMjIj/wAyJNUjMisSGRkSK1UYExMYgCIzMyIABACAABUDgANrABgAMwA/AFwAABMWMjc+ATU0JicmIgcOAQceARUUBgceARcTITIeAhUUDgIrAREUBiMhIiY1ETQ+AjMDITA0JjQ1ISImJxETFAYHOgMzPgE3PgE1NCYnLgEnJioCBx4BFfIFEgUNEBANBRIFCg4DERgYEQMOCg4CABsuIxQUIy4bKxkR/f8RGRQjLhsqAasB/oALFQqqERA3jn9XAQQKBQ0QEA0FCgQBV3+ONxARAdwKChpLKipKGwoKFDMeARgRERkBHTQTAY8pRV01NV5FKP7VEhkZEgIrNV1FKf0AOVBYHwcH/vICADJXIgQOChpLKipKGwoOAwEBIVgxAAAABACrABUDVQNrABQALwA5AD0AAAE0NjMyFhUUBgcVFAYjIiY9AS4BNQM0PgIzMh4CHQEyFhURFAYjISImNRE0NjMzITU0JiMiBh0BBxEhEQGrMiMjMhcTGRISGRMXqyhGXTU1XUYoIzIyI/4AIzIyI1UBVmRHR2RVAgABKyMyMiMYJwshEhkZEiELJxgBQDVdRSkpRV01azIj/sAkMjIkAUAjMmtGZGRGa1X+wAFAAAAIAAD/wARjA7QAIQAxAD0ASwBZAGcAdwB8AAAFISImNRE0NjMhJyY0NzYyHwE3NjIXFhQPASEyFhURFAYjNxE0JiMhIgYVERQGMyEyJiciJjU0NjMyFhUUBicjIiY1NDY7ATIWFRQGJyMiJjU0NjsBMhYVFAYnIyImNTQ2OwEyFhUUBgMhIiY1ETQ2MyEyFhURFAYBESERIQPw/IMvRC4wAWVuDQ0OJw2bmg0nDg4ObQFlLy5DMBYNCfyDCA0JCQOoCAh1HSoqHR0pKQYvExwcEy8THBwTLxMcHBMvExwcEy8THBwTLxMcHM79zhMcHBMCMhMcHP3qAdT+LEBDLwJiMEFtDScODQ2amg0NDicNbUEw/Z4vQ3ICYgkNDQn9nggSEiIpHB0pKR0cKbobFBMbGxMUG4wbExQbGxQTG4wbExQbGxQTG/4uGxMB0hQbGxT+LhMbAdL+hgF6AAACAAD/wANXA70ANQBlAAAFIi4CNTQ2Nz4BFx4BFx4BFz4DNzYWFx4BBxQOARYXPgE3PgEXHgEXHgEXHgEVFA4CIwEOARUUHgIzMj4CNTQmJy4BJw4BBw4BBwYmJy4CNjcOAhYVFgYHDgEnLgEnAaxXnHVERgIHGQwNEgIBGCQBFD1xXgsYCQgHBA8GDx4PPTEJFQoKDgIKFQsSGkR1m1f+vgkLNl58RkV9XTcXEQYOBhwfBAMNCQkVCDI3GAEFSkMWBwIJCAkWCzNCE0BEdZtWYogECgoDAhMNAkMhMoiJeCEEBQgIFwwBQVxmJilkIgYCBAQRCi9BHjFqYFabdUQCGRc5H0V8XTc3XXxFVVsuEiYXJVIUChAEBAEFHVVgYCcxkohiAQsVBwcEBBI8HgAAAQAAAAEAAFeTO1dfDzz1AAsEAAAAAADVuSfjAAAAANW5J+P///+3CAADwAAAAAgAAgAAAAAAAAABAAADwP/AAAAIAP//AAAIAAABAAAAAAAAAAAAAAAAAAAAggQAAAAAAAAAAAAAAAIAAAAD+QAABEkAAAOAAAAEkgAABAEAAAVVAAAEAAAABQj//wOoAAED/wADA/gATQP8AAAD/f//A/4AAAQAASAEAAGABAAAoAQAAQAEAADgBAABYAQAAKAEAACgBAAAoAQAAAAEAADgBAAAoAQAAAAEAAAABAAAAAQAAOAEAAAABAAAAAQAAAAEAAAAA/kABAYAAAACUAAMAk0ADAQAAIcD/gAABAAAAAPaAAAIAAAABVUAAAO3AAAEAAAABAAAAAQAAAAEAAAAA/wAAAQEAAwEAABDBAAAQwNAAAADQAAABAAAAAQAAAAEAAAAAz0AAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAP8AAwEkQAABAAAAASSAAADwAAABAAAgARdAAAEAAAABAAAKwQAACsEAABVBAAAKwQAAIAEAAArBAAAtgQAAIAEAABXBAAAawQAAIAEAAA9BAAAVQQAAKsEAACrBAAAngQAAFUEAABVBAAAcAQAAFUEAABVBAAAKwQAAFgEAAArBAAAPAQAACsEAAAABAAAVwQAABcEAAA/BAAAVQQAAIAEAABVBAAAdAQAAIAEAACrBAAAVQP8AAAEAAAABAAAAAbiAAEEAABVBAAAqwQAAFUEAABVBAAAVQQAAFUEAABVBAAAAAQAAIAEAACrBGMAAANXAAAAAAAAAAoAFAAeAKQBIgGsAmIDQgPOBKgFIgX6BnwHKggKCLwJXAlwCX4JkgmmCboJyAncCfAKBAoYCiYKOgpOCmIKdgqECpgKrArACtQLgAveDBwMTg6OEEQROhIuEm4SsBL+E2gTuBQsFKwVdhY2FrIW9BeCGLwZOhoqGxQb7hxwHZQeGh8MH34f2iAgIWoh7CLMI6AkFiToJa4l8iaYJxQnbiiKKQYpaCnkKk4qmCrcKzYrgivgLEAsxC0sLYQtsi3+LtwvTi++MBgwLDCkMUgxljIwMoYy3jMOM3A0pDTkNRQ1bjYyNk42bDauN1Y3zDgeOJA5Ajl8OiY6oDskO3w8KjzCAAAAAQAAAIIB0QAcAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAYAAAABAAAAAAACAAcAVwABAAAAAAADAAYAMwABAAAAAAAEAAYAbAABAAAAAAAFAAsAEgABAAAAAAAGAAYARQABAAAAAAAKABoAfgADAAEECQABAAwABgADAAEECQACAA4AXgADAAEECQADAAwAOQADAAEECQAEAAwAcgADAAEECQAFABYAHQADAAEECQAGAAwASwADAAEECQAKADQAmG9zZm9udABvAHMAZgBvAG4AdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMG9zZm9udABvAHMAZgBvAG4AdG9zZm9udABvAHMAZgBvAG4AdFJlZ3VsYXIAUgBlAGcAdQBsAGEAcm9zZm9udABvAHMAZgBvAG4AdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39378, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39393, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-star-full:before {
  content: "\e970";
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39398, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-2-right:before {
  content: "\e971";
}

/* line 29, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39403, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-minus:before {
  content: "\e96f";
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39408, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-right:before {
  content: "\e90e";
}

/* line 35, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39413, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-right2:before {
  content: "\e90f";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39418, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-right3:before {
  content: "\e910";
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39423, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-right4:before {
  content: "\e911";
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39428, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-right5:before {
  content: "\e912";
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39433, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-left:before {
  content: "\e913";
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39438, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-left2:before {
  content: "\e914";
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39443, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-left3:before {
  content: "\e915";
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39448, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-left4:before {
  content: "\e916";
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39453, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-up:before {
  content: "\e917";
}

/* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39458, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-down:before {
  content: "\e918";
}

/* line 65, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39463, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-left5:before {
  content: "\e919";
}

/* line 68, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39468, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-down2:before {
  content: "\e91a";
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39473, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-down3:before {
  content: "\e91b";
}

/* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39478, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-down4:before {
  content: "\e91c";
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39483, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-up2:before {
  content: "\e91d";
}

/* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39488, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-up3:before {
  content: "\e91e";
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39493, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-down5:before {
  content: "\e91f";
}

/* line 86, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39498, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-up4:before {
  content: "\e920";
}

/* line 89, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39503, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-up5:before {
  content: "\e921";
}

/* line 92, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39508, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-search:before {
  content: "\e92c";
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39513, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-home-11:before {
  content: "\e97a";
}

/* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39518, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-09:before {
  content: "\e97b";
}

/* line 101, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39523, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-old-tv-2:before {
  content: "\e97c";
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39528, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-fire:before {
  content: "\e97d";
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39533, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-home-10:before {
  content: "\e976";
}

/* line 110, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39538, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-home-09:before {
  content: "\e977";
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39543, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-home-13:before {
  content: "\e978";
}

/* line 116, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39548, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-home-34:before {
  content: "\e979";
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39553, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-90:before {
  content: "\e975";
}

/* line 122, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39558, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-03:before {
  content: "\e974";
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39563, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-83:before {
  content: "\e972";
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39568, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-74:before {
  content: "\e973";
}

/* line 131, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39573, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-pencil-12:before {
  content: "\e96e";
}

/* line 134, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39578, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-33:before {
  content: "\e96c";
}

/* line 137, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39583, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-49:before {
  content: "\e96d";
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39588, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-grid-10:before {
  content: "\e96b";
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39593, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-common-03:before {
  content: "\e968";
}

/* line 146, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39598, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-22:before {
  content: "\e969";
}

/* line 149, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39603, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-46:before {
  content: "\e96a";
}

/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39608, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-basic-1-138-quotes:before {
  content: "\e966";
  color: #474a56;
}

/* line 156, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39614, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-07:before {
  content: "\e962";
}

/* line 159, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39619, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-social-09:before {
  content: "\e963";
}

/* line 162, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39624, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-finance-28:before {
  content: "\e964";
}

/* line 165, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39629, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-finance-29:before {
  content: "\e965";
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39634, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-checkmark:before {
  content: "\e961";
}

/* line 171, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39639, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-93:before {
  content: "\e95d";
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39644, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-mail-14:before {
  content: "\e95e";
}

/* line 177, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39649, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-phone-15:before {
  content: "\e95f";
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39654, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-phone-18:before {
  content: "\e960";
}

/* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39659, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-55:before {
  content: "\e95c";
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39664, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-mail-19:before {
  content: "\e95a";
}

/* line 189, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39669, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-mail-18:before {
  content: "\e95b";
}

/* line 192, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39674, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-grid-18:before {
  content: "\e950";
}

/* line 195, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39679, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-02:before {
  content: "\e951";
}

/* line 198, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39684, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-37:before {
  content: "\e952";
}

/* line 201, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39689, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-common-07:before {
  content: "\e953";
}

/* line 204, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39694, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-54:before {
  content: "\e954";
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39699, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-44:before {
  content: "\e955";
}

/* line 210, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39704, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-15:before {
  content: "\e956";
}

/* line 213, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39709, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-documents-03:before {
  content: "\e957";
}

/* line 216, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39714, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-92:before {
  content: "\e958";
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39719, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-phone-21:before {
  content: "\e959";
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39724, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-documents-07:before {
  content: "\e94c";
}

/* line 225, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39729, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-others-29:before {
  content: "\e94d";
}

/* line 228, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39734, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-65:before {
  content: "\e94e";
}

/* line 231, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39739, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-ui-51:before {
  content: "\e94f";
}

/* line 234, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39744, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-mail-07:before {
  content: "\e94b";
}

/* line 237, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39749, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-mail-01:before {
  content: "\e949";
}

/* line 240, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39754, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-others-43:before {
  content: "\e94a";
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39759, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-mail-12:before {
  content: "\e967";
}

/* line 246, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39764, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-signs-11:before {
  content: "\e946";
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39769, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-coins-4:before {
  content: "\e947";
}

/* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39774, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-user-male-circle2:before {
  content: "\e948";
}

/* line 255, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39779, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-emoticon-smile:before {
  content: "\e943";
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39784, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-robot-2:before {
  content: "\e944";
}

/* line 261, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39789, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-robot-1:before {
  content: "\e945";
}

/* line 264, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39794, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-crown:before {
  content: "\e942";
}

/* line 267, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39799, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-cancel-circle:before {
  content: "\e93f";
}

/* line 270, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39804, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-cancel-square:before {
  content: "\e940";
}

/* line 273, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39809, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-close:before {
  content: "\e941";
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39814, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-grid-circles:before {
  content: "\e93c";
}

/* line 279, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39819, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-grid-squares-22:before {
  content: "\e93d";
}

/* line 282, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39824, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-grid-squares2:before {
  content: "\e93e";
}

/* line 285, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39829, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-tasks-checked:before {
  content: "\e93a";
}

/* line 288, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39834, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-hierarchy-structure-2:before {
  content: "\e93b";
}

/* line 291, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39839, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-agenda-1:before {
  content: "\e935";
}

/* line 294, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39844, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-cv-2:before {
  content: "\e936";
}

/* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39849, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-grid-squares-2:before {
  content: "\e937";
}

/* line 300, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39854, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-grid-squares:before {
  content: "\e938";
}

/* line 303, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39859, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-calendar-time:before {
  content: "\e939";
}

/* line 306, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39864, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-twitter:before {
  content: "\e933";
}

/* line 309, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39869, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-facebook:before {
  content: "\e934";
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39874, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-pie-chart-2:before {
  content: "\e92d";
}

/* line 315, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39879, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-pie-chart-1:before {
  content: "\e92e";
}

/* line 318, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39884, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-pie-chart-3:before {
  content: "\e92f";
}

/* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39889, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-donut-chart-1:before {
  content: "\e930";
}

/* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39894, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-bar-chart-up:before {
  content: "\e931";
}

/* line 327, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39899, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-bar-chart-stats-up:before {
  content: "\e932";
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39904, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-hamburger-menu-2:before {
  content: "\e92a";
}

/* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39909, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-hamburger-menu-1:before {
  content: "\e92b";
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39914, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-email-2-at:before {
  content: "\e928";
}

/* line 339, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39919, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-email-2-at2:before {
  content: "\e929";
}

/* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39924, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-fingerprint:before {
  content: "\e927";
}

/* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39929, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-basic-2-259-calendar:before {
  content: "\e926";
  color: #474a56;
}

/* line 349, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39935, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-2-up:before {
  content: "\e924";
}

/* line 352, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39940, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-arrow-2-down:before {
  content: "\e925";
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39945, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-bar-chart-down:before {
  content: "\e922";
}

/* line 358, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39950, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-graph-down:before {
  content: "\e923";
}

/* line 361, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39955, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-pencil-1:before {
  content: "\e90b";
}

/* line 364, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39960, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-edit-3:before {
  content: "\e90c";
}

/* line 367, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39965, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-edit-1:before {
  content: "\e90d";
}

/* line 370, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39970, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-database-remove:before {
  content: "\e908";
}

/* line 373, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39975, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-pencil-2:before {
  content: "\e909";
}

/* line 376, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39980, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-link-3:before {
  content: "\e90a";
}

/* line 379, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39985, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-email-forward:before {
  content: "\e907";
}

/* line 382, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39990, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-delivery-box-2:before {
  content: "\e900";
}

/* line 385, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 39995, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-wallet-loaded:before {
  content: "\e901";
}

/* line 388, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 40000, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-newspaper:before {
  content: "\e902";
}

/* line 391, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 40005, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-window-content:before {
  content: "\e903";
}

/* line 394, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 40010, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-donut-chart-2:before {
  content: "\e904";
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 40015, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-text-input:before {
  content: "\e905";
}

/* line 400, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_osfont.scss */
/* line 40020, app/assets/stylesheets/legacy/public.scss.erb */
.os-icon-user-male-circle:before {
  content: "\e906";
}

/* #8.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40026, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w {
  position: relative;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40030, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 {
  padding: 5% 0px;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40034, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-i {
  display: flex;
  align-items: center;
  height: 75vh;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40040, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description {
  flex: 0 1 600px;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40044, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-heading {
  font-size: 3.68rem;
  margin-bottom: 1.5rem;
  position: relative;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40050, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-heading:before {
  content: "";
  position: absolute;
  top: -90px;
  width: 332px;
  height: 63px;
  background: none;
  background-image: url(/assets/logo/logo-445cdceb1f6bc60f16b27e2b99fa34ed5b5332d4ea0adc8f67284b3b5d8f7df8.png);
  background-size: 332px 63px;
  border-radius: 0;
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40062, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-heading span {
  color: #047bf8;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40066, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-text {
  font-size: 1.3rem;
  color: #868686;
  font-weight: 300;
}

/* line 42, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40072, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-buttons {
  padding-top: 30px;
}

/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40076, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-buttons .btn, .intro-w.layout-v1 .intro-description .intro-buttons .all-wrapper .fc-button, .all-wrapper .intro-w.layout-v1 .intro-description .intro-buttons .fc-button {
  border-radius: 40px;
  font-size: 1.1rem;
  padding: 15px 30px;
}

/* line 48, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40082, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-buttons .btn i, .intro-w.layout-v1 .intro-description .intro-buttons .all-wrapper .fc-button i, .all-wrapper .intro-w.layout-v1 .intro-description .intro-buttons .fc-button i {
  font-size: 30px;
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40086, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-buttons .btn span.highlight, .intro-w.layout-v1 .intro-description .intro-buttons .all-wrapper .fc-button span.highlight, .all-wrapper .intro-w.layout-v1 .intro-description .intro-buttons .fc-button span.highlight {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 58, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40094, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-buttons .btn.btn-primary, .intro-w.layout-v1 .intro-description .intro-buttons .all-wrapper .btn-primary.fc-button, .all-wrapper .intro-w.layout-v1 .intro-description .intro-buttons .btn-primary.fc-button, .intro-w.layout-v1 .intro-description .intro-buttons .all-wrapper .fc-button.fc-state-active, .all-wrapper .intro-w.layout-v1 .intro-description .intro-buttons .fc-button.fc-state-active {
  border: transparent;
  margin-right: 50px;
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40099, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-description .intro-buttons .btn.btn-link, .intro-w.layout-v1 .intro-description .intro-buttons .all-wrapper .btn-link.fc-button, .all-wrapper .intro-w.layout-v1 .intro-description .intro-buttons .btn-link.fc-button {
  border: transparent;
  border-bottom: 2px solid #047bf8;
  border-radius: 0px;
  padding: 5px 5px;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40106, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media {
  flex: 1;
  padding-left: 120px;
  position: relative;
  transform: perspective(1260px) rotateY(-20.2deg) rotateX(10.6deg) scale(1);
}

/* line 77, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40114, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot {
  position: absolute;
}

/* line 79, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40118, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot .shot-i {
  box-shadow: 0 2px 50px 0 rgba(68, 125, 232, 0.5);
  background-size: cover;
}

/* line 85, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40123, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot1 {
  z-index: 2;
  width: 95%;
}

/* line 88, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40128, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot1 .shot-i {
  padding-bottom: 57%;
  transform: translate(0, -70%);
}

/* line 95, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40134, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot2 {
  z-index: 1;
  width: 37%;
}

/* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40139, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot2 .shot-i {
  padding-bottom: 105%;
  transform: translate(-45%, -10%);
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40145, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot3 {
  z-index: 3;
  width: 75%;
}

/* line 107, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40150, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot3 .shot-i {
  padding-bottom: 81%;
  transform: translate(30%, -36%);
}

/* line 113, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40156, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot4 {
  z-index: 4;
}

/* line 115, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_intro.scss.erb */
/* line 40160, app/assets/stylesheets/legacy/public.scss.erb */
.intro-w.layout-v1 .intro-media .shot4 .shot-i {
  padding-bottom: 81%;
  width: 500px;
  transform: translate(10%, -16%);
}

/* #9.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40169, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w {
  background-image: linear-gradient(to right, #047bf8, #0d1e73);
  position: relative;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40174, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .decor {
  position: absolute;
  bottom: 100%;
  right: 0px;
  max-width: 100%;
  z-index: 3;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40182, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .decor .decor-path {
  fill: #0b3898;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40186, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .decor2 {
  position: absolute;
  top: 100%;
  left: 0px;
  max-width: 100%;
  z-index: 3;
  transform: rotate(180deg);
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40196, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .decor2 .decor-path {
  fill: #0667dc;
}

/* line 25, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40200, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .counters-i {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  color: #fff;
}

/* line 33, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40208, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40214, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .counter .counter-value-w {
  text-align: center;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40221, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .counter .counter-value {
  font-size: 5.06rem;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40228, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .counter .counter-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  padding-top: 0px;
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_counters.scss */
/* line 40235, app/assets/stylesheets/legacy/public.scss.erb */
.counters-w .counter .counter-description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  width: 200px;
}

/* #10.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_features_grid.scss */
/* line 40243, app/assets/stylesheets/legacy/public.scss.erb */
.features-table {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 3, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_features_grid.scss */
/* line 40247, app/assets/stylesheets/legacy/public.scss.erb */
.features-table .feature-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 5px 40px rgba(41, 111, 226, 0.3);
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_features_grid.scss */
/* line 40254, app/assets/stylesheets/legacy/public.scss.erb */
.features-table .feature-cell .feature-icon {
  color: #047bf8;
  font-size: 40px;
  margin-bottom: 40px;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_features_grid.scss */
/* line 40260, app/assets/stylesheets/legacy/public.scss.erb */
.features-table .feature-cell .feature-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_features_grid.scss */
/* line 40266, app/assets/stylesheets/legacy/public.scss.erb */
.features-table .feature-cell .feature-text {
  color: #868686;
  font-weight: 300;
}

/* #11.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40273, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-w {
  padding-bottom: 100px;
  padding-top: 100px;
  margin-top: 100px;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40279, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-w .testimonials-i {
  position: relative;
  z-index: 2;
}

/* line 13, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40285, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slick-arrow {
  position: absolute;
  right: 40px;
  top: -50px;
  color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border: none;
  font-size: 0px;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40295, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slick-arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 16px;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40311, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slick-arrow:hover {
  color: #fff;
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40315, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slick-next {
  transform: translateX(15px);
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40320, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slick-next:before {
  content: "\e910";
}

/* line 36, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40324, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slick-prev {
  transform: translateX(-35px);
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40329, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slick-prev:before {
  content: "\e919";
}

/* line 45, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40333, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slide-w {
  display: inline-block;
  width: 540px;
  padding: 20px;
  height: auto;
}

/* line 51, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40340, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slide {
  background-color: #fff;
  border-radius: 4px;
  padding: 50px 60px;
  padding-bottom: 30px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.8);
  transition: all 0.2s ease;
  position: relative;
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40350, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .slide:before {
  content: "\e966";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 120px;
  color: rgba(4, 123, 248, 0.1);
  position: absolute;
  top: 10px;
  left: 20px;
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40370, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .testimonial-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #047bf8;
  margin-bottom: 10px;
  font-weight: 500;
}

/* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40378, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .testimonial-content {
  color: #868686;
  font-weight: 300;
}

/* line 82, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40383, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .testimonial-by {
  text-align: right;
  color: #868686;
  font-weight: 300;
  font-size: 0.9rem;
  margin-top: 20px;
}

/* line 88, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40391, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .testimonial-by strong {
  color: #3E4B5B;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 94, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40398, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .testimonial-by span {
  display: inline-block;
  vertical-align: middle;
}

/* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40403, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .testimonial-by .avatar {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_testimonials.scss */
/* line 40409, app/assets/stylesheets/legacy/public.scss.erb */
.testimonials-slider-w .testimonial-by .avatar img {
  width: 50px;
  height: auto;
  border-radius: 30px;
}

/* #12.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40417, app/assets/stylesheets/legacy/public.scss.erb */
.projects-slider-w {
  position: relative;
  margin-bottom: 60px;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40422, app/assets/stylesheets/legacy/public.scss.erb */
.projects-slider-w .slick-arrow {
  position: absolute;
  right: 40px;
  top: -50px;
  color: rgba(4, 123, 248, 0.3);
  background-color: transparent;
  border: none;
  font-size: 0px;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40432, app/assets/stylesheets/legacy/public.scss.erb */
.projects-slider-w .slick-arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 16px;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40448, app/assets/stylesheets/legacy/public.scss.erb */
.projects-slider-w .slick-arrow:hover {
  color: #fff;
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40452, app/assets/stylesheets/legacy/public.scss.erb */
.projects-slider-w .slick-next {
  transform: translateX(15px);
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40457, app/assets/stylesheets/legacy/public.scss.erb */
.projects-slider-w .slick-next:before {
  content: "\e910";
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40461, app/assets/stylesheets/legacy/public.scss.erb */
.projects-slider-w .slick-prev {
  transform: translateX(-35px);
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40466, app/assets/stylesheets/legacy/public.scss.erb */
.projects-slider-w .slick-prev:before {
  content: "\e919";
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40471, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide-w {
  padding: 40px 20px;
  width: 450px;
  height: auto;
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40478, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide {
  background-color: #fff;
  box-shadow: 0 2px 50px 0 rgba(4, 123, 248, 0.13);
  border-radius: 10px;
  transition: all 0.2s ease;
  will-change: transform;
}

/* line 50, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40486, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-media-w {
  overflow: hidden;
  position: relative;
  padding: 10px;
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40492, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .decor {
  position: absolute;
  bottom: -1px;
  right: 0px;
  max-width: 100%;
  z-index: 3;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  transition: all 0.4s ease;
}

/* line 63, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40503, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .decor .decor-path {
  fill: #fff;
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40507, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0px 8px;
}

/* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40513, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-media .project-media-i {
  border-radius: 8px 8px 0px 8px;
  transition: all 0.4s ease;
  padding-bottom: 65%;
  background-size: cover;
  background-position: center center;
  will-change: transform;
}

/* line 80, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40522, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-content {
  padding: 40px;
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40526, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 90, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40534, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-text {
  color: #868686;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 0.9rem;
}

/* line 98, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40543, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-icons-buton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 103, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40549, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-icons-buton .icons-w a {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #047bf8;
  margin-right: 20px;
}

/* line 111, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40557, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide .project-icons-buton .btn-w {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  margin-left: 20px;
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40563, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide:hover {
  box-shadow: 0 2px 40px 0 rgba(4, 123, 248, 0.3);
  transform: translate3d(0, -10px, 0);
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_projects.scss */
/* line 40569, app/assets/stylesheets/legacy/public.scss.erb */
.project-slide:hover .project-media-i {
  transform: scale(1.1);
}

/* #13.  */
/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40576, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar {
  display: flex;
  align-items: stretch;
}

/* line 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40581, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w {
  flex: 0 0 400px;
  background-color: #4472fd;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40590, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .filters-toggler {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

/* line 17, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40597, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .filters-toggler .os-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40603, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .filters-toggler:hover {
  color: #fff;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40607, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .logo {
  display: inline-block;
  text-decoration: none;
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40612, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .logo-element {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 15px;
  position: relative;
  background-color: #98c9fd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  transition: all 0.2s ease;
}

/* line 41, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40625, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .logo-element:after {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 15px;
  right: -20px;
  position: absolute;
  transition: all 0.2s ease;
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40636, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .logo:hover .logo-element {
  transform: translateX(5px);
}

/* line 55, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40641, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .logo:hover .logo-element:after {
  transform: translateX(-10px);
}

/* line 60, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40646, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .logo:hover .logo-label:after {
  width: 100%;
  background-color: #fff;
}

/* line 66, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40651, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .logo-label {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  position: relative;
}

/* line 75, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40662, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .logo-w .logo-label:after {
  height: 2px;
  position: absolute;
  width: 0%;
  left: 0px;
  bottom: -5px;
  background-color: #fff;
  content: "";
  transition: all 0.2s ease;
}

/* line 87, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40673, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters {
  flex: 1;
  background-color: #24293d;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 94, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40682, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .filters-header {
  padding-right: 20px;
}

/* line 96, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40686, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .filters-header h4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  margin: 0px;
}

/* line 105, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40695, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .filter-w {
  padding: 15px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 108, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40700, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .filter-w label {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-right: 10px;
}

/* line 114, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40710, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .filter-w input.form-control {
  background-color: #040407;
  border-color: #040407;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 120, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40718, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .filter-w input.form-control.zip-width {
  width: 70px;
  padding-left: 5px;
}

/* line 124, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40723, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .filter-w input.form-control.date-range-picker {
  width: 250px;
  padding-left: 5px;
}

/* line 130, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40728, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .filter-w .input-group-addon {
  background-color: #040407;
  border-color: #040407;
  color: #4472fd;
  font-size: 20px;
}

/* line 138, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40735, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .buttons-w .btn, .top-bar .filters .buttons-w .all-wrapper .fc-button, .all-wrapper .top-bar .filters .buttons-w .fc-button {
  font-size: 0.9rem;
}

/* line 140, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40739, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .buttons-w .btn i.os-icon, .top-bar .filters .buttons-w .all-wrapper .fc-button i.os-icon, .all-wrapper .top-bar .filters .buttons-w .fc-button i.os-icon {
  margin: 0px;
}

/* line 143, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40743, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .buttons-w .btn i.os-icon + span, .top-bar .filters .buttons-w .all-wrapper .fc-button i.os-icon + span, .all-wrapper .top-bar .filters .buttons-w .fc-button i.os-icon + span {
  margin: 0px;
  margin-left: 10px;
}

/* line 147, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40748, app/assets/stylesheets/legacy/public.scss.erb */
.top-bar .filters .buttons-w .btn span + i.os-icon, .top-bar .filters .buttons-w .all-wrapper .fc-button span + i.os-icon, .all-wrapper .top-bar .filters .buttons-w .fc-button span + i.os-icon {
  margin: 0px;
  margin-left: 10px;
}

/* line 163, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40754, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w {
  display: flex;
  background-color: #fff;
  margin-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 169, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40761, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side {
  background-color: #f6f6f6;
  flex: 0 0 400px;
}

/* line 174, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40766, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filters-header {
  display: flex;
  padding: 16px 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  align-items: center;
}

/* line 180, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40774, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filters-header h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  margin-bottom: 0px;
}

/* line 186, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40781, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filters-header .reset-filters {
  color: #BC8F8F;
  display: flex;
  align-items: center;
}

/* line 190, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40787, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filters-header .reset-filters i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 10px;
}

/* line 196, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40794, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filters-header .reset-filters span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7rem;
}

/* line 206, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40802, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-w {
  position: relative;
}

/* line 208, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40806, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-w .filter-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 4px 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  z-index: 3;
}

/* line 222, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40822, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-w .filter-toggle i {
  display: inline-block;
  vertical-align: middle;
}

/* line 226, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40827, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-w .filter-toggle:hover {
  background-color: #111;
  color: #fff;
}

/* line 232, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40832, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-w iframe {
  max-width: 100%;
}

/* line 238, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40836, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-w.no-padding .filter-body {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 244, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40841, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-w.collapsed .filter-body {
  display: none;
}

/* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40845, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-header {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  position: relative;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0px;
}

/* line 258, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40856, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-header:before {
  content: "";
  background-color: #047bf8;
  width: 7px;
  height: 7px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/* line 269, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40868, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-body {
  padding: 10px 40px 30px 40px;
}

/* line 272, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40872, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .filter-w + .filter-w {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40876, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .select2 {
  display: block;
  width: 100%;
}

/* line 279, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40881, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .select2.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border-color: transparent;
}

/* line 283, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40886, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 2px solid #047bf8;
  border-radius: 16px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: transparent;
  font-weight: 500;
  padding: 3px 8px;
  color: #047bf8;
  margin-right: 7px;
}

/* line 295, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40899, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .filter-side .select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #047bf8;
}

/* line 300, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40903, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .rentals-list {
  flex: 1;
}

/* line 302, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40907, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .rentals-list .list-controls {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 308, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40915, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .rentals-list .list-controls .list-info {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

/* line 313, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40924, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .rentals-list .list-controls .list-order {
  margin-left: auto;
}

/* line 315, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40928, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .rentals-list .list-controls .list-order label {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.8rem;
  margin-bottom: 0px;
}

/* line 328, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40939, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-list .property-item {
  display: flex;
}

/* line 330, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40943, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-list .property-item .item-media-w {
  flex: 0 0 40%;
}

/* line 332, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40947, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-list .property-item .item-media-w .item-media {
  height: 100%;
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40951, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-list .property-item .item-info {
  flex: 1;
}

/* line 341, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40955, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-grid {
  display: flex;
  flex-wrap: wrap;
}

/* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40960, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-grid .property-item {
  flex: 0 0 50%;
  flex-direction: column;
  padding: 20px;
}

/* line 349, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40966, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-grid .property-item:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 353, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40970, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-grid .property-item .item-media-w .item-media {
  padding-bottom: 65%;
}

/* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40974, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-items.as-grid .property-item .item-info {
  padding: 30px 30px;
}

/* line 363, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40978, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item {
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 367, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40983, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-media-w {
  display: block;
  position: relative;
  overflow: hidden;
}

/* line 371, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40989, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-media-w .item-media {
  background-size: cover;
  background-position: center center;
  z-index: 2;
  transition: all 0.5s ease;
}

/* line 377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 40996, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-media-w:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  transition: all 0.2s ease;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* line 389, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41008, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-media-w:hover .item-media {
  transform: scale(1.05);
}

/* line 392, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41013, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-media-w:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 397, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41017, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-info {
  padding: 60px 50px;
}

/* line 400, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41021, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-info .item-title a {
  color: #334152;
  text-decoration: none;
}

/* line 403, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41026, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-info .item-title a:hover {
  color: #1f2833;
}

/* line 410, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41030, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-price-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* line 417, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41037, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-reviews {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

/* line 423, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41043, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-reviews .reviews-count {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
}

/* line 433, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41054, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-price strong {
  color: #047bf8;
  font-size: 2rem;
}

/* line 437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41059, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-price span {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #999;
  margin-left: 5px;
}

/* line 444, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41068, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-features {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #777;
  margin: 10px 0px;
}

/* line 449, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41077, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-features .feature {
  margin-right: 17px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 455, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41084, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-features .feature + .feature:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 469, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41097, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-buttons {
  padding-top: 20px;
}

/* line 471, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41101, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-buttons .btn, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button {
  border-width: 2px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 14px;
  letter-spacing: 2px;
}

/* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41109, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-buttons .btn span, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button span, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button span, .rentals-list-w .property-item .item-buttons .btn i, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button i, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button i {
  display: inline-block;
  vertical-align: middle;
}

/* line 481, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41114, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-buttons .btn span + i, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button span + i, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button span + i {
  margin-left: 10px;
  font-size: 10px;
  margin-right: 0px;
}

/* line 486, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41120, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .property-item .item-buttons .btn + .btn, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button + .btn, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button + .btn, .rentals-list-w .property-item .item-buttons .all-wrapper .btn + .fc-button, .all-wrapper .rentals-list-w .property-item .item-buttons .btn + .fc-button, .rentals-list-w .property-item .item-buttons .all-wrapper .fc-button + .fc-button, .all-wrapper .rentals-list-w .property-item .item-buttons .fc-button + .fc-button {
  margin-left: 10px;
}

/* line 493, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41124, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .pagination-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

/* line 499, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41131, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .pagination-w .pagination-info {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
}

/* line 504, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41139, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .pagination-w .pagination-links .pagination {
  margin-bottom: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #047bf8;
}

/* line 508, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41148, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .pagination-w .pagination-links .pagination .page-link {
  border: none;
}

/* line 511, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41152, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w .pagination-w .pagination-links .pagination .disabled .page-link {
  color: rgba(0, 0, 0, 0.3);
}

/* line 520, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41156, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w.hide-filters .filter-side {
  display: none;
}

/* line 525, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41160, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w.hide-filters .property-items.as-grid .property-item {
  flex: 0 0 33.3%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 528, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41165, app/assets/stylesheets/legacy/public.scss.erb */
.rentals-list-w.hide-filters .property-items.as-grid .property-item:nth-child(3n) {
  border-right: none;
}

/* line 547, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41170, app/assets/stylesheets/legacy/public.scss.erb */
.property-single {
  background-color: #fff;
}

/* line 549, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41174, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-media {
  height: 60vh;
  position: relative;
  background-size: cover;
  background-position: center center;
}

/* line 554, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41181, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-media .media-buttons {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

/* line 559, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41187, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-media .media-buttons a {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  color: #111;
}

/* line 566, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41199, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-media .media-buttons a:hover {
  background-color: white;
}

/* line 569, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41203, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-media .media-buttons a i.os-icon {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* line 575, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41210, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-media .media-buttons a span {
  display: inline-block;
  vertical-align: middle;
}

/* line 579, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41215, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-media .media-buttons a + a {
  margin-left: 20px;
}

/* line 586, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41219, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 40px;
  display: flex;
}

/* line 592, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41226, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: relative;
}

/* line 598, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41233, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .property-price {
  text-align: center;
  padding: 30px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 400px;
  background-color: #fff;
  top: 0px;
  right: 0px;
  transform: translate(100%, -100%);
}

/* line 608, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41246, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .property-price strong {
  color: #047bf8;
  font-size: 2.3rem;
  display: block;
  line-height: 1;
}

/* line 614, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41253, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .property-price span {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* line 623, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41264, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main h1 {
  font-size: 2.76rem;
}

/* line 627, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41268, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .property-features-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
  margin-top: 30px;
}

/* line 635, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41278, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .property-features-highlight .feature {
  flex: 0 0 25%;
  text-align: center;
}

/* line 638, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41283, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .property-features-highlight .feature i {
  display: inline-block;
  font-size: 30px;
  color: #047bf8;
}

/* line 643, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41289, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .property-features-highlight .feature span {
  display: block;
  margin-top: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
}

/* line 652, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41299, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .property-description {
  font-size: 1.1rem;
  font-weight: 300;
  margin: 30px 0px;
}

/* line 658, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41305, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .badge {
  border-radius: 0px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 10px;
}

/* line 662, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41314, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .badge.badge-red {
  background-color: #F70E2D;
  color: #fff;
}

/* line 668, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41319, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .item-reviews {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

/* line 674, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41325, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .item-reviews .reviews-count {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
}

/* line 683, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41336, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .item-features {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #777;
  margin: 10px 0px;
  font-size: 1.1rem;
  position: relative;
}

/* line 689, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41347, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .item-features:before {
  content: "";
  background-color: #047bf8;
  width: 7px;
  height: 7px;
  left: -63px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/* line 699, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41359, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .item-features .feature {
  margin-right: 17px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 705, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41366, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-main .item-features .feature + .feature:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 720, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41379, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side {
  flex: 0 0 400px;
  background-color: #fff;
  padding: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 726, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41387, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-action-form {
  padding: 30px 40px;
}

/* line 728, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41391, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-action-form .input-group {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* line 731, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41396, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-action-form .input-group .input-group-addon {
  border: none;
  background-color: #fff;
  color: #111;
}

/* line 736, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41402, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-action-form .input-group .form-control {
  border: none;
  font-weight: 500;
}

/* line 741, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41407, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-action-form .form-buttons {
  text-align: center;
}

/* line 744, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41411, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-action-form .btn, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px 20px;
}

/* line 747, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41419, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-action-form .btn span, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button span, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button span {
  margin-right: 10px;
}

/* line 750, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41423, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-action-form .btn i.os-icon, .property-single .property-info-w .property-info-side .side-action-form .all-wrapper .fc-button i.os-icon, .all-wrapper .property-single .property-info-w .property-info-side .side-action-form .fc-button i.os-icon {
  font-size: 10px;
  margin-right: 0px;
}

/* line 756, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41428, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-magic {
  padding: 15% 10%;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}

/* line 760, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41434, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-magic .fader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

/* line 769, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41444, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-magic .side-magic-title {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.75rem;
  position: relative;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 777, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41456, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-magic .side-magic-desc {
  position: relative;
  font-size: 1.2rem;
}

/* line 781, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41461, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-magic .side-magic-btn {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.7);
  padding: 7px 15px;
  color: #111;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
}

/* line 796, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41478, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-section .side-section-header {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  color: #111;
  text-align: center;
  font-size: 1.1rem;
}

/* line 804, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41491, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-section .side-section-header:before {
  content: "";
  background-color: #047bf8;
  width: 7px;
  height: 7px;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  position: absolute;
}

/* line 815, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41503, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .side-section .side-section-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
}

/* line 821, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41508, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .property-side-features .feature {
  padding: 15px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 825, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41517, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .property-side-features .feature i, .property-single .property-info-w .property-info-side .property-side-features .feature span, .property-single .property-info-w .property-info-side .property-side-features .feature strong {
  display: inline-block;
  vertical-align: middle;
}

/* line 829, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41522, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .property-side-features .feature span {
  color: rgba(0, 0, 0, 0.6);
}

/* line 832, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41526, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .property-side-features .feature strong {
  margin-right: 3px;
  color: #111;
}

/* line 836, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41531, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .property-side-features .feature i {
  color: #047bf8;
  font-size: 30px;
  margin-right: 20px;
}

/* line 841, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41537, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-info-side .property-side-features .feature:last-child {
  border-bottom: none;
}

/* line 848, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41541, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-header {
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  color: #111;
  font-size: 1.1rem;
}

/* line 856, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41554, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-header:before {
  content: "";
  background-color: #047bf8;
  width: 7px;
  height: 7px;
  left: -63px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/* line 867, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41566, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-header .filter-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 4px 5px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.4);
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  z-index: 3;
}

/* line 881, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41582, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-header .filter-toggle i {
  display: inline-block;
  vertical-align: middle;
}

/* line 885, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41587, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-header .filter-toggle:hover {
  background-color: #111;
  color: #fff;
}

/* line 891, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41592, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body {
  padding: 40px 0px;
  font-size: 1.1rem;
  font-weight: 300;
}

/* line 895, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41598, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body iframe {
  max-width: 100%;
}

/* line 899, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41602, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body ul li {
  margin-bottom: 10px;
}

/* line 901, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41606, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body ul li .os-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
}

/* line 907, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41613, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body ul li span {
  display: inline-block;
  vertical-align: middle;
}

/* line 913, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41618, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body .property-note {
  padding: 20px;
  background-color: #FBF9F3;
  color: #383328;
  font-size: 0.9rem;
  margin: 20px 0px;
}

/* line 919, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41626, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body .property-note:last-child {
  margin-bottom: 0px;
}

/* line 922, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41630, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body .property-note h6 {
  font-size: 0.9rem;
}

/* line 925, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41634, app/assets/stylesheets/legacy/public.scss.erb */
.property-single .property-info-w .property-section .property-section-body .property-note p:last-child {
  margin-bottom: 0px;
}

/* line 935, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41639, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w {
  margin-bottom: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 938, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41644, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-section-big-header {
  position: relative;
  text-align: center;
  padding: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* line 944, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41652, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-section-big-header:before {
  content: "";
  background-color: #047bf8;
  width: 7px;
  height: 7px;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  position: absolute;
}

/* line 955, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41664, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .related-listings {
  display: flex;
}

/* line 958, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41668, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item {
  flex: 0 0 33.3%;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 962, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41674, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item + .property-item {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 966, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41678, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-media-w {
  display: block;
  position: relative;
  overflow: hidden;
}

/* line 970, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41684, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-media-w .item-media {
  background-size: cover;
  background-position: center center;
  z-index: 2;
  transition: all 0.5s ease;
  padding-bottom: 65%;
}

/* line 977, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41692, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-media-w:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  transition: all 0.2s ease;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* line 989, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41704, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-media-w:hover .item-media {
  transform: scale(1.05);
}

/* line 992, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41709, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-media-w:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 997, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41713, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-info {
  padding: 60px 50px;
}

/* line 1000, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41717, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-info .item-title a {
  color: #334152;
  text-decoration: none;
}

/* line 1003, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41722, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-info .item-title a:hover {
  color: #1f2833;
}

/* line 1010, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41726, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-price-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* line 1017, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41733, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-reviews {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

/* line 1023, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41739, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-reviews .reviews-count {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
}

/* line 1033, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41750, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-price strong {
  color: #047bf8;
  font-size: 2rem;
}

/* line 1037, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41755, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-price span {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #999;
  margin-left: 5px;
}

/* line 1044, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41764, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-features {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #777;
  margin: 10px 0px;
}

/* line 1049, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41773, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-features .feature {
  margin-right: 17px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 1055, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41780, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-features .feature + .feature:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1069, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41793, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-buttons {
  padding-top: 20px;
}

/* line 1071, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41797, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-buttons .btn, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button {
  border-width: 2px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 14px;
  letter-spacing: 2px;
}

/* line 1077, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41805, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-buttons .btn span, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button span, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button span, .related-listings-w .property-item .item-buttons .btn i, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button i, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button i {
  display: inline-block;
  vertical-align: middle;
}

/* line 1081, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41810, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-buttons .btn span + i, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button span + i, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button span + i {
  margin-left: 10px;
  font-size: 10px;
  margin-right: 0px;
}

/* line 1086, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_rentals.scss */
/* line 41816, app/assets/stylesheets/legacy/public.scss.erb */
.related-listings-w .property-item .item-buttons .btn + .btn, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button + .btn, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button + .btn, .related-listings-w .property-item .item-buttons .all-wrapper .btn + .fc-button, .all-wrapper .related-listings-w .property-item .item-buttons .btn + .fc-button, .related-listings-w .property-item .item-buttons .all-wrapper .fc-button + .fc-button, .all-wrapper .related-listings-w .property-item .item-buttons .fc-button + .fc-button {
  margin-left: 10px;
}

/* #14.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_demos.scss */
/* line 41822, app/assets/stylesheets/legacy/public.scss.erb */
.demos-w {
  text-align: center;
  margin-bottom: 50px;
}

/* line 4, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_demos.scss */
/* line 41827, app/assets/stylesheets/legacy/public.scss.erb */
.demos-w .demo-w {
  padding: 30px;
  display: block;
  transition: all 0.3s ease;
}

/* line 8, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_demos.scss */
/* line 41833, app/assets/stylesheets/legacy/public.scss.erb */
.demos-w .demo-w:hover {
  text-decoration: none;
  transform: translate3d(0px, -10px, 0px);
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_demos.scss */
/* line 41839, app/assets/stylesheets/legacy/public.scss.erb */
.demos-w .demo-w:hover .demo-shot-w {
  box-shadow: 0px 5px 50px rgba(4, 123, 248, 0.4);
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_demos.scss */
/* line 41843, app/assets/stylesheets/legacy/public.scss.erb */
.demos-w .demo-header {
  color: #047bf8;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_demos.scss */
/* line 41852, app/assets/stylesheets/legacy/public.scss.erb */
.demos-w .demo-shot-w {
  box-shadow: 0px 5px 40px rgba(4, 123, 248, 0.2);
  background-color: #fff;
  transition: all 0.3s ease;
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_demos.scss */
/* line 41858, app/assets/stylesheets/legacy/public.scss.erb */
.demos-w .demo-shot-w .demo-shot {
  padding-bottom: 70%;
  background-size: cover;
}

/* #15.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41865, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action {
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
  padding: 50px 20px;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41872, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action .cta-header {
  font-size: 2.76rem;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41876, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action .cta-desc {
  font-weight: 300;
  color: #868686;
  font-size: 1.3rem;
}

/* line 14, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41882, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action .cta-btn {
  margin-top: 40px;
}

/* line 16, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41886, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action .cta-btn .btn-lg, .call-to-action .cta-btn .btn-group-lg > .btn, .call-to-action .cta-btn .all-wrapper .btn-group-lg > .fc-button, .all-wrapper .call-to-action .cta-btn .btn-group-lg > .fc-button {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 18px 40px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 50px;
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41895, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action .cta-btn span {
  display: inline-block;
  vertical-align: middle;
}

/* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41900, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action .cta-btn i {
  margin-right: 0px;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41907, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action .cta-btn span + i {
  margin-left: 10px;
  opacity: 0.4;
}

/* line 38, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_call_to_action.scss */
/* line 41912, app/assets/stylesheets/legacy/public.scss.erb */
.call-to-action .cta-btn i + i {
  margin-left: -18px;
}

/* #16.  */
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41918, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w {
  color: #868686;
  background-image: linear-gradient(to bottom, #f8faff, #fff);
  font-weight: 300;
  margin-top: 100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* line 9, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41928, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .logo-element {
  content: "";
  width: 61px;
  height: 26px;
  background-image: url(/assets/logo/logo-445cdceb1f6bc60f16b27e2b99fa34ed5b5332d4ea0adc8f67284b3b5d8f7df8.png);
  background-size: 137px 26px;
  position: relative;
  margin-bottom: 30px;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41938, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41943, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i .heading-big {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.75rem;
  letter-spacing: 3px;
}

/* line 27, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41950, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i .heading-small {
  color: #047bf8;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  margin-bottom: 20px;
}

/* line 34, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41958, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul {
  list-style-type: square;
  color: #047bf8;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41963, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul li {
  color: #868686;
}

/* line 40, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41967, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul.social-links {
  margin: 0px;
  padding: 0px;
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41972, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul.social-links li {
  display: inline-block;
  margin-right: 15px;
}

/* line 46, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41977, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul.social-links li a {
  display: inline-block;
  vertical-align: middle;
}

/* line 49, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41982, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul.social-links li a:hover {
  text-decoration: none;
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41986, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul.social-links li a i {
  font-size: 40px;
  color: #047bf8;
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41991, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul.social-links li a .os-icon-facebook {
  color: #0d509a;
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41995, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .footer-i ul.social-links li a .os-icon-twitter {
  color: #2fafff;
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_footer.scss.erb */
/* line 41999, app/assets/stylesheets/legacy/public.scss.erb */
.footer-w .deep-footer {
  text-align: center;
  padding: 20px;
  font-size: 0.8rem;
  margin-top: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* #17.  */
/* STAR RATING */
/* line 2, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42010, app/assets/stylesheets/legacy/public.scss.erb */
.br-theme-osadmin .br-widget {
  height: 28px;
  white-space: nowrap;
}

/* line 6, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42016, app/assets/stylesheets/legacy/public.scss.erb */
.br-theme-osadmin .br-widget a {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  margin-right: 2px;
}

/* line 11, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42033, app/assets/stylesheets/legacy/public.scss.erb */
.br-theme-osadmin .br-widget a:after {
  content: '\e970';
  color: #d2d2d2;
}

/* line 15, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42039, app/assets/stylesheets/legacy/public.scss.erb */
.br-theme-osadmin .br-widget a.br-active:after {
  color: #EDB867;
}

/* line 18, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42044, app/assets/stylesheets/legacy/public.scss.erb */
.br-theme-osadmin .br-widget a.br-selected:after {
  color: #EDB867;
}

/* line 21, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42049, app/assets/stylesheets/legacy/public.scss.erb */
.br-theme-osadmin .br-widget .br-current-rating {
  display: none;
}

/* line 24, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42054, app/assets/stylesheets/legacy/public.scss.erb */
.br-theme-osadmin .br-readonly a {
  cursor: default;
}

@media print {
  /* line 28, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
  /* line 42060, app/assets/stylesheets/legacy/public.scss.erb */
  .br-theme-osadmin .br-widget a:after {
    content: '\f006';
    color: black;
  }
  /* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
  /* line 42066, app/assets/stylesheets/legacy/public.scss.erb */
  .br-theme-osadmin .br-widget a.br-active:after,
.br-theme-osadmin .br-widget a.br-selected:after {
    content: '\e970';
    color: black;
  }
}

/* ION RANGE SLIDER */
/* line 44, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42074, app/assets/stylesheets/legacy/public.scss.erb */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background-color: #dddddd;
}

/* line 53, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42084, app/assets/stylesheets/legacy/public.scss.erb */
.irs {
  height: 40px;
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42089, app/assets/stylesheets/legacy/public.scss.erb */
.irs-with-grid {
  height: 60px;
}

/* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42094, app/assets/stylesheets/legacy/public.scss.erb */
.irs-line {
  height: 5px;
  top: 25px;
  border-radius: 2px;
}

/* line 64, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42101, app/assets/stylesheets/legacy/public.scss.erb */
.irs-line-left {
  height: 12px;
}

/* line 67, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42106, app/assets/stylesheets/legacy/public.scss.erb */
.irs-line-mid {
  height: 12px;
}

/* line 70, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42111, app/assets/stylesheets/legacy/public.scss.erb */
.irs-line-right {
  height: 12px;
}

/* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42116, app/assets/stylesheets/legacy/public.scss.erb */
.irs-bar {
  height: 5px;
  top: 25px;
  background-color: #98c9fd;
}

/* line 79, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42123, app/assets/stylesheets/legacy/public.scss.erb */
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
}

/* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42130, app/assets/stylesheets/legacy/public.scss.erb */
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

/* line 89, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42138, app/assets/stylesheets/legacy/public.scss.erb */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42143, app/assets/stylesheets/legacy/public.scss.erb */
.irs-slider {
  width: 11px;
  height: 11px;
  top: 22px;
  background-color: #047bf8;
  box-shadow: 0px 0px 0px 2px #fff;
  border-radius: 20px;
  cursor: pointer;
}

/* line 102, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42153, app/assets/stylesheets/legacy/public.scss.erb */
.irs-slider:hover {
  background-color: #024994;
}

/* line 109, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42158, app/assets/stylesheets/legacy/public.scss.erb */
.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  border-radius: 4px;
}

/* line 119, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42170, app/assets/stylesheets/legacy/public.scss.erb */
.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  border-radius: 4px;
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42181, app/assets/stylesheets/legacy/public.scss.erb */
.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

/* line 139, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42196, app/assets/stylesheets/legacy/public.scss.erb */
.irs-grid-pol {
  background: #e1e4e9;
}

/* line 142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42201, app/assets/stylesheets/legacy/public.scss.erb */
.irs-grid-text {
  color: #999;
}

/* DROPZONE */
/* line 152, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42207, app/assets/stylesheets/legacy/public.scss.erb */
.dropzone {
  border: 2px dashed #047bf8;
}

/* SELECT 2 */
/* line 160, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42213, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #cecece;
}

/* line 164, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42219, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e2ebff;
  border: 1px solid #4771d2;
}

/* line 168, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42225, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #474a50;
  margin-right: 4px;
}

/* line 172, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42231, app/assets/stylesheets/legacy/public.scss.erb */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eff2ff;
}

/* line 176, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42236, app/assets/stylesheets/legacy/public.scss.erb */
.form-control {
  font-weight: 300;
}

/* line 179, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42241, app/assets/stylesheets/legacy/public.scss.erb */
.select2 {
  font-weight: 300;
}

/* DATERANGEPICKER */
/* line 187, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42247, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker {
  box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.2);
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* line 191, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42252, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker td.in-range {
  background-color: #bdd5ff;
}

/* line 195, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42256, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker td.active, body .daterangepicker td.active:hover {
  background-color: #047bf8;
}

/* line 199, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42260, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker th {
  font-weight: 500;
}

/* line 203, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42264, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker:before {
  border-bottom-color: #3E4B5B;
}

/* line 207, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42268, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker .calendar td {
  font-weight: 300;
  font-size: 0.9rem;
}

/* line 211, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42273, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker .calendar th.month {
  color: #047bf8;
}

/* line 215, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42277, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker thead tr:first-child th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 5px;
}

/* line 219, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42282, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker thead tr:first-child + tr th {
  padding-top: 10px;
}

/* line 224, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42286, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker .daterangepicker_input i {
  left: 4px;
  top: 3px;
  font-size: 18px;
}

/* line 230, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42292, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker .fa.fa-calendar.glyphicon.glyphicon-calendar:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
}

/* line 236, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42307, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker .fa.fa-chevron-left.glyphicon.glyphicon-chevron-left:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  font-size: 10px;
}

/* line 243, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42323, app/assets/stylesheets/legacy/public.scss.erb */
body .daterangepicker .fa.fa-chevron-right.glyphicon.glyphicon-chevron-right:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-size: 10px;
}

/* DATATABLES */
/* line 260, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42341, app/assets/stylesheets/legacy/public.scss.erb */
.dataTables_length select {
  display: inline-block;
  width: 50px;
  margin: 0px 5px;
  vertical-align: middle;
}

/* line 268, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42349, app/assets/stylesheets/legacy/public.scss.erb */
.dataTables_filter input {
  display: inline-block;
  width: 130px;
  margin: 0px 5px;
  vertical-align: middle;
}

/* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42357, app/assets/stylesheets/legacy/public.scss.erb */
.dataTables_wrapper .row:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}

/* line 282, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42364, app/assets/stylesheets/legacy/public.scss.erb */
.dataTables_wrapper .row:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}

/* CALENDAR  */
/* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42373, app/assets/stylesheets/legacy/public.scss.erb */
.fc-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 299, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42377, app/assets/stylesheets/legacy/public.scss.erb */
.fc-header td {
  padding: 10px 0px;
}

/* line 302, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42381, app/assets/stylesheets/legacy/public.scss.erb */
.fc-header h2 {
  text-transform: uppercase;
  font-size: 18px;
}

/* line 307, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42387, app/assets/stylesheets/legacy/public.scss.erb */
.fc-content {
  color: #fff;
}

/* line 312, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42392, app/assets/stylesheets/legacy/public.scss.erb */
.fc-event {
  background-color: #3584ff;
  box-shadow: 5px 5px 10px 0px #bdd4ff;
  border: none;
  padding: 6px;
  padding-left: 9px;
  color: #fff;
  border-radius: 4px;
}

/* line 322, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42403, app/assets/stylesheets/legacy/public.scss.erb */
.fc-day-number {
  color: #6B6862;
}

/* line 325, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42408, app/assets/stylesheets/legacy/public.scss.erb */
.fc-day-header {
  font-weight: 300;
  color: #6B6862;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 332, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42416, app/assets/stylesheets/legacy/public.scss.erb */
.fc-other-month {
  background-color: #eee;
}

/* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42421, app/assets/stylesheets/legacy/public.scss.erb */
.all-wrapper .fc-button {
  padding: 5px 10px;
  height: auto;
  margin: 0px 5px;
  background-image: none;
  box-shadow: none;
}

/* line 344, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42429, app/assets/stylesheets/legacy/public.scss.erb */
.all-wrapper .fc-button.fc-state-active {
  outline: none;
  text-shadow: none;
}

/* Datatables for Bootstrap 4 */
/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42436, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42445, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42450, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42455, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42460, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42467, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42473, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42478, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42485, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42492, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42498, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42505, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42512, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42524, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42529, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42534, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42540, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42548, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42554, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42560, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42565, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42570, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42575, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42582, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42587, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42592, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
  /* line 42599, app/assets/stylesheets/legacy/public.scss.erb */
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42604, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42609, app/assets/stylesheets/legacy/public.scss.erb */
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42615, app/assets/stylesheets/legacy/public.scss.erb */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42620, app/assets/stylesheets/legacy/public.scss.erb */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42625, app/assets/stylesheets/legacy/public.scss.erb */
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42630, app/assets/stylesheets/legacy/public.scss.erb */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42635, app/assets/stylesheets/legacy/public.scss.erb */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42640, app/assets/stylesheets/legacy/public.scss.erb */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 355, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_plugin-overrides.scss */
/* line 42645, app/assets/stylesheets/legacy/public.scss.erb */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* #18.  */
/*

Contents:

#1.  Screen size <= 1650px
#2.  Screen size <= 1550px
#3.  Screen size <= 1350px
#4.  Screen size between 1100px - 1350px
#5.  Screen size <= 1400px
#6.  Screen size <= 1150px
#7.  Screen size <= 1250px
#8.  Tablets and phones  (< 1024px)
#9.  Tablets (768px - 1024px)
#10. Phones & Tablets Vertical Orientataion (< 768px)
#11. Phones (< 767px)


*/
/* #1.  Screen size <= 1650px */
@media (max-width: 1650px) {
  /* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42671, app/assets/stylesheets/legacy/public.scss.erb */
  .section-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* #2.  Screen size <= 1550px */
/* #3.  Screen size <= 1350px */
@media (max-width: 1350px) {
  /* line 59, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42680, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description .intro-heading {
    font-size: 2.99rem;
  }
  /* line 62, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42685, app/assets/stylesheets/legacy/public.scss.erb */
  .section-header .section-title {
    font-size: 2.53rem;
  }
  /* line 65, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42690, app/assets/stylesheets/legacy/public.scss.erb */
  .features-table .feature-cell {
    padding: 50px 40px;
  }
  /* line 68, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42695, app/assets/stylesheets/legacy/public.scss.erb */
  .call-to-action .cta-header {
    font-size: 2.53rem;
  }
  /* line 71, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42700, app/assets/stylesheets/legacy/public.scss.erb */
  .demos-w .demo-w {
    padding: 30px 20px;
  }
  /* line 74, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42705, app/assets/stylesheets/legacy/public.scss.erb */
  .menu-top-w ul.main-menu li a {
    padding: 20px 15px;
  }
  /* line 78, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42710, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals-list-w .filter-side {
    flex: 0 0 350px;
  }
  /* line 81, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42715, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals-list-w .filter-side .filter-body {
    padding: 10px 20px 30px 20px;
  }
  /* line 84, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42720, app/assets/stylesheets/legacy/public.scss.erb */
  .top-bar .logo-w {
    flex: 0 0 350px;
  }
}

/* #4.  Screen size between 1100px - 1350px */
/* #5.  Screen size <= 1400px */
/* #6.  Screen size <= 1150px */
@media (max-width: 1150px) {
  /* line 133, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42729, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description .intro-text {
    font-size: 1.1rem;
  }
  /* line 136, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42734, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description .intro-heading {
    font-size: 2.53rem;
  }
  /* line 139, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42739, app/assets/stylesheets/legacy/public.scss.erb */
  .section-header .section-title {
    font-size: 2.3rem;
  }
  /* line 142, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42744, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description {
    flex-basis: 500px;
  }
  /* line 145, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42749, app/assets/stylesheets/legacy/public.scss.erb */
  .menu-top-w ul.small-menu li.separate {
    padding-left: 15px;
    margin-left: 0px;
  }
}

/* #7.  Screen size <= 1250px */
/* #8.  Tablets and phones  (< 1024px) */
@media (max-width: 1024px) {
  /* line 179, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42758, app/assets/stylesheets/legacy/public.scss.erb */
  .os-container {
    padding: 0px 20px;
  }
  /* line 183, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42763, app/assets/stylesheets/legacy/public.scss.erb */
  .features-table .b-l, .features-table .b-r, .features-table .b-b, .features-table .b-t {
    border-width: 0px;
  }
  /* line 187, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42768, app/assets/stylesheets/legacy/public.scss.erb */
  .menu-top-w .menu-top-i {
    display: none;
  }
  /* line 190, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42773, app/assets/stylesheets/legacy/public.scss.erb */
  .mobile-menu-w {
    display: block;
  }
}

/* #9.  Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 209, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42780, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter .counter-value {
    font-size: 2.99rem;
  }
  /* line 212, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42785, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter .counter-name {
    font-size: 0.9rem;
  }
  /* line 215, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42790, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter .counter-description {
    font-size: 1rem;
    width: 160px;
  }
}

/* #10. Phones & tablets vertical orientation (<= 768px) */
@media (max-width: 768px) {
  /* line 235, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42798, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-i {
    flex-direction: column-reverse;
    height: auto;
  }
  /* line 239, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42804, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description {
    width: auto;
    padding: 50px;
    flex-basis: auto;
  }
  /* line 244, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42811, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-media {
    width: 90%;
    padding-bottom: 45%;
    padding-top: 35%;
  }
  /* line 249, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42818, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counters-i {
    display: block;
  }
  /* line 252, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42823, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter {
    margin-bottom: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* line 257, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42830, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter:last-child {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  /* line 262, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42836, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter .counter-value-w {
    width: 140px;
  }
  /* line 265, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42840, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter .counter-description {
    width: auto;
    flex: 1 1 auto;
    font-size: 1.2rem;
  }
  /* line 274, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42847, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .top-bar {
    flex-direction: column;
  }
  /* line 276, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42851, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .top-bar .logo-w {
    flex: 1;
  }
  /* line 279, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42855, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .top-bar .filters {
    flex: 1;
    flex-direction: column;
    padding: 30px 0px;
    text-align: center;
  }
  /* line 284, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42862, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .top-bar .filters .filters-header {
    padding-right: 0px;
  }
  /* line 287, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42866, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .top-bar .filters .filter-w {
    border-left: none;
    flex: 1;
  }
  /* line 290, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42871, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .top-bar .filters .filter-w .form-group {
    margin-bottom: 0;
  }
  /* line 293, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42875, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .top-bar .filters .filter-w + .filter-w {
    padding-top: 0px;
  }
  /* line 297, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42879, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .top-bar .filters .buttons-w {
    flex: 1;
  }
  /* line 303, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42883, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .rentals-list-w {
    flex-direction: column;
  }
  /* line 305, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42887, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .rentals-list-w .filter-side {
    flex: 1;
  }
  /* line 308, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42891, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .rentals-list-w .rentals-list {
    flex: 1;
  }
  /* line 311, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42895, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .rentals-list-w .rentals-list .property-items .property-item {
    flex: 1;
    padding: 0px;
  }
  /* line 314, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42900, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .rentals-list-w .rentals-list .property-items .property-item .item-info {
    padding: 20px;
  }
  /* line 321, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42904, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .pagination-w, .rentals .list-controls {
    flex-direction: column;
    text-align: center;
  }
  /* line 324, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42909, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .pagination-w .list-order, .rentals .list-controls .list-order {
    margin: 0px auto;
    margin-top: 10px;
  }
  /* line 328, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42914, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .pagination-w .pagination-info, .rentals .list-controls .pagination-info {
    margin-bottom: 20px;
  }
  /* line 333, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42918, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w {
    flex-direction: column;
    padding: 0px 20px;
  }
  /* line 336, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42923, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-main {
    padding: 0px;
    padding-top: 20px;
    border-left: none;
  }
  /* line 340, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42929, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-main .property-features-highlight {
    flex-wrap: wrap;
  }
  /* line 342, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42933, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-main .property-features-highlight .feature {
    flex: 0 0 50%;
    padding: 20px 10px;
  }
  /* line 345, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42938, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-main .property-features-highlight .feature:nth-child(1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 348, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42942, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-main .property-features-highlight .feature:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 352, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42947, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-main .property-features-highlight .feature:nth-child(4) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 357, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42951, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-main .property-price {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: auto;
    padding: 15px 0px;
    text-align: left;
    border-bottom: none;
  }
  /* line 368, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42963, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-section .property-section-body {
    padding: 20px 0px;
  }
  /* line 371, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42967, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-section-header .filter-toggle {
    right: 0px;
  }
  /* line 374, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42971, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-side {
    border-left: none;
    border-right: none;
  }
  /* line 377, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42976, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .property-single .property-info-w .property-info-side .side-action-form {
    padding: 20px 0px;
  }
  /* line 383, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42980, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .related-listings {
    flex-direction: column;
  }
  /* line 385, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42984, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .related-listings .property-item {
    flex: 1;
  }
  /* line 387, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42988, app/assets/stylesheets/legacy/public.scss.erb */
  .rentals .related-listings .property-item .item-info {
    padding: 20px;
  }
}

/* #11. Phones (< 767px) */
@media (max-width: 767px) {
  /* line 398, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 42995, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description .intro-heading {
    font-size: 1.84rem;
  }
  /* line 401, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43000, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-media {
    padding-left: 20px;
  }
  /* line 404, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43005, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description {
    padding: 40px 20px;
    text-align: center;
  }
  /* line 408, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43011, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description .intro-heading:before {
    left: 47.5%;
    transform: translateX(-50%);
  }
  /* line 412, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43018, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description .intro-heading:after {
    left: 52.5%;
    transform: translateX(-50%);
  }
  /* line 416, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43025, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-media {
    padding-top: 40%;
    padding-bottom: 50%;
  }
  /* line 420, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43031, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description .intro-buttons {
    text-align: center;
  }
  /* line 422, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43035, app/assets/stylesheets/legacy/public.scss.erb */
  .intro-w.layout-v1 .intro-description .intro-buttons .btn.btn-primary, .intro-w.layout-v1 .intro-description .intro-buttons .all-wrapper .btn-primary.fc-button, .all-wrapper .intro-w.layout-v1 .intro-description .intro-buttons .btn-primary.fc-button, .intro-w.layout-v1 .intro-description .intro-buttons .all-wrapper .fc-button.fc-state-active, .all-wrapper .intro-w.layout-v1 .intro-description .intro-buttons .fc-button.fc-state-active {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  /* line 427, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43041, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w {
    margin-bottom: 40px;
  }
  /* line 430, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43046, app/assets/stylesheets/legacy/public.scss.erb */
  .section-header .section-title {
    font-size: 1.84rem;
  }
  /* line 433, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43051, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter {
    flex-direction: column;
    text-align: center;
  }
  /* line 437, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43057, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counter .counter-value-w {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
    margin-bottom: 10px;
  }
  /* line 443, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43065, app/assets/stylesheets/legacy/public.scss.erb */
  .counters-w .counters-i {
    padding: 40px 10px;
  }
  /* line 446, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43070, app/assets/stylesheets/legacy/public.scss.erb */
  .demos-w .demo-w {
    padding: 20px 10px;
  }
  /* line 450, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43075, app/assets/stylesheets/legacy/public.scss.erb */
  .footer-w .b-r {
    border-width: 0px;
  }
  /* line 454, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43080, app/assets/stylesheets/legacy/public.scss.erb */
  .testimonials-slider-w .slick-arrow,
.projects-slider-w .slick-arrow {
    top: -20px;
  }
  /* line 458, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43086, app/assets/stylesheets/legacy/public.scss.erb */
  .section-header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 461, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43091, app/assets/stylesheets/legacy/public.scss.erb */
  .section-header .section-desc {
    font-size: 1rem;
  }
  /* line 465, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43096, app/assets/stylesheets/legacy/public.scss.erb */
  .project-slide .project-content {
    padding: 20px;
  }
  /* line 468, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43101, app/assets/stylesheets/legacy/public.scss.erb */
  .testimonials-slider-w .slide {
    padding: 50px 40px;
    padding-bottom: 25px;
    text-align: center;
  }
  /* line 473, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43108, app/assets/stylesheets/legacy/public.scss.erb */
  .testimonials-w {
    padding: 50px 0px;
    margin-top: 70px;
  }
  /* line 477, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43114, app/assets/stylesheets/legacy/public.scss.erb */
  .testimonials-slider-w .testimonial-by {
    text-align: center;
    margin-top: 20px;
  }
  /* line 480, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/front/_responsive.scss */
  /* line 43119, app/assets/stylesheets/legacy/public.scss.erb */
  .testimonials-slider-w .testimonial-by .avatar {
    margin-top: 10px;
  }
}

/* #19. Responsive Styles */
/*

Pricing Plans Styles

#1.
#2.
#3.
#4.
#5.
#6.


*/
/*

#1.

*/
/* line 22, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43143, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plans {
  background-color: #fff;
}

/* line 26, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43148, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan + .pricing-plan {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 30, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43153, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  background-color: #f9f9f9;
  transition: all 0.2s ease;
}

/* line 37, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43162, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan.with-hover-effect:hover, .pricing-plan.highlight {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 30px 0 rgba(54, 88, 206, 0.2);
}

/* line 43, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43169, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan.with-hover-effect:hover .plan-price-w .price-value, .pricing-plan.highlight .plan-price-w .price-value {
  color: #047bf8;
}

/* line 47, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43173, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan.with-hover-effect:hover .plan-head, .pricing-plan.highlight .plan-head {
  box-shadow: inset 0px 5px 0px #047bf8;
}

/* line 52, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43177, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan.with-hover-effect:hover .plan-name {
  color: #3E4B5B;
}

/* line 56, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43181, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan.highlight {
  margin-top: -20px;
  margin-bottom: -20px;
}

/* line 61, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43186, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-image img {
  width: 80px;
}

/* line 65, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43190, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-head {
  background-color: #fff;
  padding-top: 40px;
}

/* line 69, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43195, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-body {
  background-color: #fff;
}

/* line 72, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43199, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.5rem;
  color: #047bf8;
  font-weight: 500;
  font-family: "Proxima Nova W01", "Rubik", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 40px;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 83, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43211, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-image + .plan-name {
  margin-top: 20px;
}

/* line 86, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43215, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-price-w {
  padding-top: 40px;
  margin-bottom: 40px;
}

/* line 88, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43220, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-price-w .price-value {
  font-size: 4rem;
  line-height: 1;
  transition: all 0.2s ease;
}

/* line 93, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43226, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-price-w .price-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
}

/* line 104, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43236, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-btn-w {
  padding-bottom: 40px;
}

/* line 110, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43240, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-description {
  text-align: left;
  padding: 30px 15%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}

/* line 115, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43247, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-description h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 0.9rem;
}

/* line 121, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43254, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-description ul {
  list-style: none;
  padding-left: 30px;
  margin-top: 20px;
}

/* line 125, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43260, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-description ul li {
  position: relative;
  margin-bottom: 10px;
}

/* line 128, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/clean_admin/_pricing_plans.scss */
/* line 43265, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plan .plan-description ul li:before {
  content: '\e961';
  color: #047bf8;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'osfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -30px;
  top: 5px;
}

/*

#2.

*/
/*

#3.

*/
/*

#4.

*/
/*

#5.

*/
/* line 1, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/plans.scss */
/* line 43305, app/assets/stylesheets/legacy/public.scss.erb */
ul.plan-categories {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #3E4B5B;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 1rem;
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/plans.scss */
/* line 43316, app/assets/stylesheets/legacy/public.scss.erb */
ul.plan-categories li {
  display: inline-block;
}

/* line 12, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/plans.scss */
/* line 43320, app/assets/stylesheets/legacy/public.scss.erb */
ul.plan-categories li a {
  display: inline-block;
  padding: 25px 25px;
  color: rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.2s ease;
}

/* line 20, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/plans.scss */
/* line 43328, app/assets/stylesheets/legacy/public.scss.erb */
ul.plan-categories li.active a, ul.plan-categories li:hover a {
  color: #3E4B5B;
  text-decoration: none;
}

/* line 23, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/plans.scss */
/* line 43333, app/assets/stylesheets/legacy/public.scss.erb */
ul.plan-categories li.active a:after, ul.plan-categories li:hover a:after {
  width: 100%;
}

/* line 32, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/plans.scss */
/* line 43338, app/assets/stylesheets/legacy/public.scss.erb */
ul.plan-categories {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -30px;
}

/*
Trix 0.11.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43349, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43359, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43364, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 19, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43371, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43381, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43398, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 42, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43403, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 45, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43409, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 47, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43414, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 50, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
  /* line 43420, app/assets/stylesheets/legacy/public.scss.erb */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 53, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43426, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
  /* line 43436, app/assets/stylesheets/legacy/public.scss.erb */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 63, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43442, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
  /* line 43458, app/assets/stylesheets/legacy/public.scss.erb */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 79, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43464, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 81, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43469, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 83, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43474, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43479, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43484, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43489, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43494, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43499, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43504, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43509, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43514, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43519, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43524, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43529, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43534, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43539, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 111, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43544, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43559, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43574, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 137, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43579, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 141, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43586, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 143, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43591, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 146, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43597, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 148, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43602, app/assets/stylesheets/legacy/public.scss.erb */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 151, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43608, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 156, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43616, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor [data-trix-mutable=true] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 158, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43621, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor .attachment.attachment--file[data-trix-mutable=true] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 161, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43627, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor [data-trix-mutable=true]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

/* line 164, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43633, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor [data-trix-mutable=true]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

/* line 43637, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43643, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 169, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43648, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 171, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43653, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43665, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 182, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43670, app/assets/stylesheets/legacy/public.scss.erb */
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, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43688, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor .attachment__remove {
  cursor: pointer;
}

/* line 199, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43693, app/assets/stylesheets/legacy/public.scss.erb */
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%;
  text-indent: -9999px;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 216, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43713, app/assets/stylesheets/legacy/public.scss.erb */
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 229, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43729, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor .attachment__remove--icon:hover {
  border-color: #333;
}

/* line 231, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43734, app/assets/stylesheets/legacy/public.scss.erb */
trix-editor .attachment__remove--icon:hover::before {
  opacity: 1;
}

/* line 234, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43739, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content {
  line-height: 1.5;
}

/* line 236, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43744, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content * {
  box-sizing: border-box;
}

/* line 238, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43749, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}

/* line 242, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43756, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}

/* line 246, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43763, app/assets/stylesheets/legacy/public.scss.erb */
.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 257, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43777, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0;
}

/* line 260, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43783, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content ul li, .trix-content ol li, .trix-content li li {
  margin-left: 1em;
}

/* line 262, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43788, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 265, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43794, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none;
}

/* line 268, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43800, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
  color: inherit;
}

/* line 270, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43805, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* line 276, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43814, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content .attachment__caption {
  padding: 0;
  text-align: center;
}

/* line 279, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43820, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 281, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43825, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 284, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43831, app/assets/stylesheets/legacy/public.scss.erb */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 288, /Users/andrewculver/.rvm/gems/ruby-2.4.2/bundler/gems/trix-56d84ae42e34/vendor/assets/stylesheets/trix.css */
/* line 43838, app/assets/stylesheets/legacy/public.scss.erb */
.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 5, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/public.scss */
/* line 43848, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plans {
  background: none;
}

/* line 7, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/public.scss */
/* line 43852, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plans .pricing-plan:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 10, /Users/andrewculver/Sites/bullet-train/app/assets/stylesheets/public.scss */
/* line 43856, app/assets/stylesheets/legacy/public.scss.erb */
.pricing-plans .pricing-plan:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 1, app/assets/stylesheets/legacy/homepage.scss */
.intro-buttons {
  line-height: 80px;
}

/* line 5, app/assets/stylesheets/legacy/homepage.scss */
.intro-buttons .intro-buttons-keep-together {
  display: block;
}

/* line 9, app/assets/stylesheets/legacy/homepage.scss */
.intro-buttons i {
  display: inline-block;
  vertical-align: -7px !important;
  margin-right: 15px !important;
}

/* line 15, app/assets/stylesheets/legacy/homepage.scss */
.intro-buttons .btn-primary i {
  line-height: 25px;
}

/* line 19, app/assets/stylesheets/legacy/homepage.scss */
.intro-buttons .btn-link {
  margin-left: 25px;
  margin-right: 25px;
}

/* line 22, app/assets/stylesheets/legacy/homepage.scss */
.intro-buttons .btn-link i {
  line-height: 40px;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/legacy/homepage.scss */
  .intro-buttons .intro-buttons-keep-together {
    display: inline;
    white-space: nowrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}

/* line 40, app/assets/stylesheets/legacy/homepage.scss */
.feature-cell {
  position: relative;
}

/* line 42, app/assets/stylesheets/legacy/homepage.scss */
.feature-cell .bottom-aligned-link {
  min-height: 50px;
}

/* line 44, app/assets/stylesheets/legacy/homepage.scss */
.feature-cell .bottom-aligned-link a {
  position: absolute;
  bottom: 35px;
}

/* line 3, app/assets/stylesheets/plans.scss */
ul.plan-categories {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #484848;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 0.9rem;
}

/* line 12, app/assets/stylesheets/plans.scss */
ul.plan-categories li {
  display: inline-block;
}

/* line 14, app/assets/stylesheets/plans.scss */
ul.plan-categories li a {
  display: inline-block;
  padding: 25px 25px;
  color: rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.2s ease;
}

/* line 22, app/assets/stylesheets/plans.scss */
ul.plan-categories li.active a, ul.plan-categories li:hover a {
  color: #484848;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/plans.scss */
ul.plan-categories li.active a:after, ul.plan-categories li:hover a:after {
  width: 100%;
}

/* line 34, app/assets/stylesheets/plans.scss */
ul.plan-categories {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -30px;
}

/* line 40, app/assets/stylesheets/plans.scss */
.pricing-plans {
  background: none;
}

/* line 42, app/assets/stylesheets/plans.scss */
.pricing-plans .pricing-plan:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 45, app/assets/stylesheets/plans.scss */
.pricing-plans .pricing-plan:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*
Trix 0.11.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 19, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 42, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 45, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 47, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 50, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 53, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 63, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 79, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 81, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 83, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 111, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 137, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 141, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 143, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 146, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 148, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 151, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 156, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 158, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable=true] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 161, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable=true]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

/* line 164, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 169, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 171, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 182, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__remove {
  cursor: pointer;
}

/* line 199, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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%;
  text-indent: -9999px;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 216, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
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 229, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__remove--icon:hover {
  border-color: #333;
}

/* line 231, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__remove--icon:hover::before {
  opacity: 1;
}

/* line 234, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 236, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
}

/* line 238, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}

/* line 242, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}

/* line 246, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.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 257, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0;
}

/* line 260, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content ul li, .trix-content ol li, .trix-content li li {
  margin-left: 1em;
}

/* line 262, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 265, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none;
}

/* line 268, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
  color: inherit;
}

/* line 270, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* line 276, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  padding: 0;
  text-align: center;
}

/* line 279, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 281, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 284, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 288, ../usr/local/bundle/bundler/gems/trix-078043a8bb6a/vendor/assets/stylesheets/trix.css */
.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 5, app/assets/stylesheets/global.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 10, app/assets/stylesheets/global.scss */
#error_explanation h2 {
  display: none;
}

/* line 13, app/assets/stylesheets/global.scss */
#error_explanation ul {
  display: inline;
}

/* line 16, app/assets/stylesheets/global.scss */
#error_explanation li {
  list-style: none;
}

/* line 18, app/assets/stylesheets/global.scss */
#error_explanation li:after {
  content: '.';
}

/* line 25, app/assets/stylesheets/global.scss */
input[type=submit] + div.form-check-inline .form-check-label {
  padding-top: 10px;
}

/* line 32, app/assets/stylesheets/global.scss */
.auth-wrapper form .alert {
  margin-top: -15px;
}

/* line 42, app/assets/stylesheets/global.scss */
.body-background-dark {
  background-color: #0a1a3d;
}

/* line 44, app/assets/stylesheets/global.scss */
.body-background-dark:before {
  background: none;
}

/* line 49, app/assets/stylesheets/global.scss */
.body-no-padding {
  padding: 0;
}

/* line 53, app/assets/stylesheets/global.scss */
body.body-account .pricing-plans {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

/* line 58, app/assets/stylesheets/global.scss */
.plans-cancel-link {
  margin-top: 20px;
}

/* line 62, app/assets/stylesheets/global.scss */
.intro-description-logo {
  margin-bottom: 30px;
}

/* line 66, app/assets/stylesheets/global.scss */
ul.main-menu > li > a {
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/global.scss */
ul.main-menu > li > a:hover {
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/global.scss */
.logged-user-menu {
  min-width: 250px;
}

/* line 78, app/assets/stylesheets/global.scss */
ul.sub-menu li a.navigation-item {
  text-transform: uppercase !important;
  font-size: 0.67rem !important;
  font-weight: 500 !important;
}

/* line 85, app/assets/stylesheets/global.scss */
.auth-box-w .alert {
  margin-top: -25px;
  margin-bottom: 20px;
}

/* line 89, app/assets/stylesheets/global.scss */
.auth-box-w .alert + .alert {
  margin-top: -10px;
}

/* line 92, app/assets/stylesheets/global.scss */
.auth-box-w form .form-group .pre-icon {
  top: 32px;
}

/* line 98, app/assets/stylesheets/global.scss */
.btn [class^="ti-"], .btn [class*=" ti-"] {
  color: white;
  line-height: 0;
  font-size: 22px;
  vertical-align: -5px;
  margin-right: 5px;
}

/* line 106, app/assets/stylesheets/global.scss */
.btn.btn-link [class^="ti-"], .btn.btn-link [class*=" ti-"] {
  color: inherit;
}

/* line 111, app/assets/stylesheets/global.scss */
.intl-tel-input {
  display: block;
}

/* line 117, app/assets/stylesheets/global.scss */
.availability-textarea {
  resize: none;
  min-height: 100px;
}

/* line 121, app/assets/stylesheets/global.scss */
.availability-textarea:focus {
  border-right-width: 2px !important;
  border-right-color: #047bf8 !important;
  border-right-style: solid !important;
}

@media (max-width: 991.98px) {
  /* line 23, app/assets/stylesheets/landing.scss */
  .teach-container {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 30, app/assets/stylesheets/landing.scss */
  .teach-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1200px) {
  /* line 37, app/assets/stylesheets/landing.scss */
  .teach-container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

/* line 43, app/assets/stylesheets/landing.scss */
.homepage-masthead {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* line 47, app/assets/stylesheets/landing.scss */
.main-section {
  height: 600px;
}

/* line 51, app/assets/stylesheets/landing.scss */
.showcase-text {
  padding: 7rem;
}

/* line 55, app/assets/stylesheets/landing.scss */
.features-table .feature-cell {
  box-shadow: none;
}

/* line 59, app/assets/stylesheets/landing.scss */
.features-table .feature-cell img {
  max-width: 25%;
  height: auto;
}

/* line 65, app/assets/stylesheets/landing.scss */
.how-it-works img {
  border-radius: 30px;
}

@media (min-width: 992px) {
  /* line 72, app/assets/stylesheets/landing.scss */
  .homepage-masthead .col-lg-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (min-width: 1600px) {
  /* line 81, app/assets/stylesheets/landing.scss */
  .how-it-works {
    padding-bottom: 7rem;
  }
  /* line 84, app/assets/stylesheets/landing.scss */
  .how-it-works img {
    border-radius: 30px;
  }
}

@media (max-width: 991px) and (min-width: 600px) {
  /* line 92, app/assets/stylesheets/landing.scss */
  .how-it-works img {
    width: 45%;
  }
}

@media (max-width: 769px) {
  /* line 99, app/assets/stylesheets/landing.scss */
  .how-it-works {
    text-align: center;
  }
}

@media (max-width: 600px) {
  /* line 105, app/assets/stylesheets/landing.scss */
  .homepage-masthead {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 110, app/assets/stylesheets/landing.scss */
  .how-it-works {
    text-align: center;
    margin-left: -70px;
    margin-right: -70px;
  }
  /* line 115, app/assets/stylesheets/landing.scss */
  .how-it-works img {
    border-radius: 15px;
  }
  /* line 120, app/assets/stylesheets/landing.scss */
  .how-it-works img {
    max-width: 45%;
    height: auto;
  }
  /* line 125, app/assets/stylesheets/landing.scss */
  .showcase-text {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 1366px) and (min-width: 601px) {
  /* line 132, app/assets/stylesheets/landing.scss */
  .homepage-masthead {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (max-width: 1599px) and (min-width: 1367px) {
  /* line 139, app/assets/stylesheets/landing.scss */
  .homepage-masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

@media (min-width: 1600px) {
  /* line 146, app/assets/stylesheets/landing.scss */
  .homepage-masthead {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

/* line 152, app/assets/stylesheets/landing.scss */
.reasons-list {
  list-style-type: none;
}

/* line 157, app/assets/stylesheets/landing.scss */
.independent-reviews-container {
  background-color: #fff;
  width: 100%;
}

/* line 162, app/assets/stylesheets/landing.scss */
.independent-reviews {
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
  padding: 50px 20px;
}

/* line 169, app/assets/stylesheets/landing.scss */
.faq-landing {
  margin: 0px auto;
  padding: 50px 20px;
  max-width: 1200px;
}

/* line 175, app/assets/stylesheets/landing.scss */
#accordion-faq .btn-link {
  font-size: 1.25rem;
  color: #484848;
  font-weight: 400;
  outline: none;
  line-height: 1;
  white-space: normal;
}

/*button-variant($background, $border, $hover-background: darken($background, 7.5%), $hover-border: darken($border, 10%), $active-background: darken($background, 10%), $active-border: darken($border, 12.5%))*/
/* line 427, app/assets/stylesheets/account.scss */
/* line 186, app/assets/stylesheets/landing.scss */
.btn-primary-cta {
  color: #fff;
  background-color: #FC5D5D;
  border-color: #FC5D5D;
  font-weight: 550;
}

/* line 13, ../../.gem/ruby/2.6.4/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
/* line 194, app/assets/stylesheets/landing.scss */
.btn-primary-cta:hover {
  color: #fff;
  background-color: #FC5D5D;
  border-color: #FC5D5D;
}

/* line 18, ../../.gem/ruby/2.6.4/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
/* line 201, app/assets/stylesheets/landing.scss */
.btn-primary-cta:focus, .btn-primary-cta.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 117, 117, 0.5);
}

/* line 29, ../../.gem/ruby/2.6.4/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
/* line 206, app/assets/stylesheets/landing.scss */
.btn-primary-cta.disabled, .btn-primary-cta:disabled {
  color: #fff;
  background-color: #FC5D5D;
  border-color: #FC5D5D;
}

/* line 40, ../../.gem/ruby/2.6.4/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
/* line 213, app/assets/stylesheets/landing.scss */
.btn-primary-cta:not(:disabled):not(.disabled):active, .btn-primary-cta.active:not(:disabled):not(.disabled),
.show > .btn-primary-cta.dropdown-toggle {
  color: #fff;
  background-color: #FC5D5D;
  border-color: #FC5D5D;
}

/* line 50, ../../.gem/ruby/2.6.4/gems/bootstrap-4.3.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
/* line 221, app/assets/stylesheets/landing.scss */
.btn-primary-cta:not(:disabled):not(.disabled):active:focus, .btn-primary-cta.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary-cta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 117, 117, 0.5);
}

/* Footer */
/* line 227, app/assets/stylesheets/landing.scss */
.footer-w {
  background-image: linear-gradient(to bottom, #404040, #000);
  color: #fff;
}

/* line 232, app/assets/stylesheets/landing.scss */
.footer-w a {
  color: #fff;
}

/* line 236, app/assets/stylesheets/landing.scss */
.footer-w .footer-i .heading-small {
  color: #fff;
}

/* line 240, app/assets/stylesheets/landing.scss */
.select2-selection.select2-selection--single {
  min-height: 37px;
}

/* line 242, app/assets/stylesheets/landing.scss */
.select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  min-height: 34px;
  line-height: 34px;
}

/* line 247, app/assets/stylesheets/landing.scss */
.select2-selection.select2-selection--single .select2-selection__arrow {
  padding-top: 35px;
}

/* line 252, app/assets/stylesheets/landing.scss */
.select2-container .select2-search--inline .select2-search__field {
  font-weight: 300;
  margin-top: 6px;
}

/* line 257, app/assets/stylesheets/landing.scss */
.select2 {
  display: block;
}

/* line 259, app/assets/stylesheets/landing.scss */
.select2 img {
  display: none;
}

/* line 265, app/assets/stylesheets/landing.scss */
.select2-results img {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  margin-right: 8px;
}

/* line 273, app/assets/stylesheets/landing.scss */
.form-check {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1024px) {
  /* line 279, app/assets/stylesheets/landing.scss */
  h1 {
    font-size: 1.9rem;
  }
}
