/* line 3, /aps/app/assets/stylesheets/banner.scss */
header {
  margin-top: 20px;
  text-align: center;
}

/* line 8, /aps/app/assets/stylesheets/banner.scss */
.banner {
  font-weight: bold;
  line-height: 28px;
  font-size: 26px;
  /* Padding, margin, font size or the size of the logo vary between desktop sizes */
}
/* line 9, /aps/app/assets/stylesheets/banner.scss */
.banner #title-image {
  max-width: 85%;
}
/* line 15, /aps/app/assets/stylesheets/banner.scss */
.banner .logo-header {
  border-top: 2px solid #484848;
  padding: 20px;
}
/* line 18, /aps/app/assets/stylesheets/banner.scss */
.banner .logo-header #aps-image {
  max-height: 200px;
}
/* line 23, /aps/app/assets/stylesheets/banner.scss */
.banner #num-box #tel-number {
  white-space: nowrap;
  font-size: 25px;
  line-height: 36px;
}
/* line 28, /aps/app/assets/stylesheets/banner.scss */
.banner #num-box p {
  margin: 5px;
}
/* line 29, /aps/app/assets/stylesheets/banner.scss */
.banner #num-box a {
  font-size: 15px;
}
/* line 31, /aps/app/assets/stylesheets/banner.scss */
.banner .rescue-num {
  background: #484848;
  color: white;
}
/* line 35, /aps/app/assets/stylesheets/banner.scss */
.banner .special-text {
  margin: auto;
}
/* line 37, /aps/app/assets/stylesheets/banner.scss */
.banner .special-text .small-text {
  line-height: 20px;
  font-size: 18px;
}
@media screen and (min-width: 320px) and (orientation: portrait) {
  /* line 46, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header {
    height: auto;
  }
  /* line 49, /aps/app/assets/stylesheets/banner.scss */
  .banner .rescue-num {
    height: auto;
    padding: 10px;
  }
  /* line 53, /aps/app/assets/stylesheets/banner.scss */
  .banner .special-text {
    margin: auto;
  }
  /* line 55, /aps/app/assets/stylesheets/banner.scss */
  .banner .special-text .small-text {
    line-height: 18px;
    font-size: 15px;
  }
}
@media screen and (min-width: 481px) and (orientation: landscape) {
  /* line 63, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header {
    height: auto;
  }
  /* line 66, /aps/app/assets/stylesheets/banner.scss */
  .banner .rescue-num {
    height: auto;
    padding: 10px;
  }
}
@media screen and (min-width: 640px) and (orientation: portrait) {
  /* line 73, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header {
    padding: 10px;
    height: auto;
  }
  /* line 77, /aps/app/assets/stylesheets/banner.scss */
  .banner .rescue-num {
    height: auto;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  /* line 83, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header {
    height: 7em;
    padding: 10px;
  }
  /* line 86, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header #aps-image {
    width: auto;
    max-height: 100px;
    margin-top: 30px;
  }
  /* line 91, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header #title-image {
    width: auto;
    max-height: 120px;
    margin-top: 45px;
  }
  /* line 97, /aps/app/assets/stylesheets/banner.scss */
  .banner .rescue-num {
    padding-top: 20px;
    height: 7em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 103, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header {
    padding: 10px 5px 10px 5px;
  }
  /* line 105, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header #aps-image {
    width: auto;
    max-height: 110px;
    margin-top: 30px;
  }
  /* line 110, /aps/app/assets/stylesheets/banner.scss */
  .banner .logo-header #title-image {
    width: auto;
    max-height: 120px;
    margin-top: 45px;
  }
}
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i");
/*!
 * bootswatch v3.3.7
 * Theme: Sandstone
 * Homepage: http://bootswatch.com
 * Copyright 2012-2016 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 17, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 22, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
body {
  margin: 0;
}

/* line 25, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 40, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 47, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
[hidden],
template {
  display: none;
}

/* line 55, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a {
  background-color: transparent;
}

/* line 58, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 62, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 65, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
b,
strong {
  font-weight: bold;
}

/* line 69, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
dfn {
  font-style: italic;
}

/* line 72, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 76, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 80, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
small {
  font-size: 80%;
}

/* line 83, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 90, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
sup {
  top: -0.5em;
}

/* line 93, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
sub {
  bottom: -0.25em;
}

/* line 96, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
img {
  border: 0;
}

/* line 99, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 102, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
figure {
  margin: 1em 40px;
}

/* line 105, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 111, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
pre {
  overflow: auto;
}

/* line 114, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 121, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 130, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
button {
  overflow: visible;
}

/* line 133, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
button,
select {
  text-transform: none;
}

/* line 137, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 144, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 148, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 153, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input {
  line-height: normal;
}

/* line 156, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 163, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 167, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 173, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 177, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 182, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 186, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
textarea {
  overflow: auto;
}

/* line 189, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
optgroup {
  font-weight: bold;
}

/* line 192, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 196, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 202, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 211, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 215, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 218, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 221, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 225, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 230, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  thead {
    display: table-header-group;
  }

  /* line 233, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 237, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  img {
    max-width: 100% !important;
  }

  /* line 240, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 246, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 250, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar {
    display: none;
  }

  /* line 253, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 257, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 260, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 263, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 267, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 277, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 288, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 291, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 294, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 298, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 301, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 304, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 307, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 310, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 313, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 316, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 319, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 322, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 325, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 328, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 331, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 334, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 337, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 340, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 343, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 346, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 349, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 352, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 355, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 358, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 361, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 364, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 367, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 370, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 373, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 376, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 379, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 382, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 385, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 388, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 391, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 394, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 397, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 400, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 403, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 406, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 409, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 412, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 415, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 418, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 421, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 424, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 427, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 430, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 433, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 436, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 439, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 442, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 445, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 448, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 451, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 454, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 457, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 460, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 463, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 466, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 469, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 472, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 475, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 478, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 481, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 484, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 487, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 490, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 493, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 496, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 499, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 502, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 505, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 508, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 511, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 514, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 517, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 520, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 523, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 526, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 529, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 532, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 535, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 538, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 541, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 544, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 547, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 550, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 553, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 556, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 559, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 562, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 565, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 568, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 571, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 574, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 577, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 580, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 583, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 586, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 589, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 592, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 595, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 598, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 601, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 604, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 607, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 610, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 613, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 616, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 619, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 622, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 625, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 628, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 631, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 634, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 637, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 640, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 643, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 646, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 649, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 652, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 655, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 658, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 661, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 664, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 667, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 670, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 673, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 676, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 679, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 682, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 685, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 688, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 691, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 694, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 697, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 700, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 703, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 706, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 709, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 712, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 715, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 718, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 721, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 724, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 727, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 730, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 733, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 736, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 739, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 742, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 745, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 748, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 751, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 754, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 757, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 760, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 763, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 766, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 769, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 772, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 775, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 778, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 781, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 784, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 787, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 790, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 793, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 796, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 799, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 802, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 805, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 808, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 811, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 814, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 817, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 820, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 823, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 826, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 829, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 832, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 835, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 838, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 841, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 844, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 847, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 850, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 853, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 856, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 859, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 862, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 865, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 868, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 871, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 874, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 877, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 880, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 883, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 886, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 889, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 892, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 895, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 898, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 901, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 904, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 907, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 910, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 913, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 916, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 919, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 922, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 925, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 928, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 931, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 934, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 937, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 940, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 943, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 946, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 949, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 952, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 955, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 958, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 961, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 964, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 967, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 970, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 973, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 976, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 979, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 982, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 985, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 988, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 991, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 994, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 997, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 1000, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 1003, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 1006, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1009, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1012, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1015, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1018, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1021, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1024, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1027, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1030, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1033, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1036, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1039, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1042, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1045, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1048, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1051, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1054, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1057, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1060, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1063, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1066, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1069, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1072, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1075, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1080, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1086, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1090, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3e3f3a;
  background-color: #ffffff;
}

/* line 1097, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1105, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a {
  color: #93c54b;
  text-decoration: none;
}

/* line 1109, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a:hover,
a:focus {
  color: #79a736;
  text-decoration: underline;
}

/* line 1114, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1118, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
figure {
  margin: 0;
}

/* line 1121, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
img {
  vertical-align: middle;
}

/* line 1124, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1133, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1136, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f8f5f0;
  border: 1px solid #dfd7ca;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 1149, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1152, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f8f5f0;
}

/* line 1158, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1168, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1177, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1180, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

/* line 1197, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #98978b;
}

/* line 1225, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1234, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 1248, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1257, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 1271, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1275, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1279, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1283, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1287, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1291, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1295, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
p {
  margin: 0 0 10px;
}

/* line 1298, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1305, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 1309, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
small,
.small {
  font-size: 85%;
}

/* line 1313, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 1318, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-left {
  text-align: left;
}

/* line 1321, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-right {
  text-align: right;
}

/* line 1324, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-center {
  text-align: center;
}

/* line 1327, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-justify {
  text-align: justify;
}

/* line 1330, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1333, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1336, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1339, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1342, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-muted {
  color: #98978b;
}

/* line 1345, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-primary {
  color: #325d88;
}

/* line 1348, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #244363;
}

/* line 1352, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-success {
  color: #93c54b;
}

/* line 1355, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.text-success:hover,
a.text-success:focus {
  color: #79a736;
}

/* line 1359, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-info {
  color: #29abe0;
}

/* line 1362, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.text-info:hover,
a.text-info:focus {
  color: #1b8dbb;
}

/* line 1366, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-warning {
  color: #f47c3c;
}

/* line 1369, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #ef5c0e;
}

/* line 1373, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-danger {
  color: #d9534f;
}

/* line 1376, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c;
}

/* line 1380, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.bg-primary {
  color: #fff;
  background-color: #325d88;
}

/* line 1384, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #244363;
}

/* line 1388, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1391, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1395, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1398, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1402, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1405, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1409, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1412, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1416, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f8f5f0;
}

/* line 1421, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1426, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1432, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1436, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 1441, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1446, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1450, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1454, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
dt {
  font-weight: bold;
}

/* line 1457, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1461, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 1470, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 1474, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #98978b;
}

/* line 1479, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1483, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #dfd7ca;
}

/* line 1489, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1494, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #3e3f3a;
}

/* line 1502, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1507, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dfd7ca;
  border-left: 0;
  text-align: right;
}

/* line 1515, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1523, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1531, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1536, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1542, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1549, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1558, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1565, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #8e8c84;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 1578, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1586, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1590, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 1597, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 1602, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 1607, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .container {
    width: 1170px;
  }
}
/* line 1611, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1617, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1621, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1627, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 1630, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1633, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1636, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1639, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1642, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1645, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1648, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1651, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1654, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1657, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1660, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1663, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1666, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1669, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1672, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1675, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1678, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1681, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1684, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1687, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1690, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1693, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1696, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1699, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1702, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1705, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1708, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1711, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1714, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1717, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1720, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1723, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1726, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1729, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1732, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1735, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1738, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1741, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1744, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1747, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1750, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1753, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1756, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1759, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1762, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1765, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1768, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1771, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1774, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1777, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1780, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 1784, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .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 {
    float: left;
  }

  /* line 1787, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1790, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1793, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 1796, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1799, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1802, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 1805, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1808, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1811, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 1814, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1817, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1820, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1823, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1826, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1829, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 1832, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1835, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1838, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 1841, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1844, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1847, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 1850, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1853, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1856, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1859, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1862, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1865, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1868, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1871, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1874, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1877, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1880, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1883, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1886, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1889, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1892, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1895, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1898, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1901, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1904, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1907, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1910, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1913, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1916, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1919, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1922, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1925, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1928, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1931, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1934, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1937, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 1942, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .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 {
    float: left;
  }

  /* line 1945, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1948, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1951, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1954, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1957, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1960, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1963, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1966, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1969, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1972, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1975, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1978, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1981, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1984, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1987, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1990, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1993, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1996, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1999, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 2002, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 2005, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 2008, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 2011, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2014, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 2017, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 2020, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2023, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2026, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 2029, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 2032, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2035, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 2038, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 2041, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2044, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 2047, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 2050, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2053, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 2056, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 2059, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2062, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2065, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2068, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 2071, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2074, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2077, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 2080, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2083, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2086, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 2089, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2092, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2095, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 2100, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .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 {
    float: left;
  }

  /* line 2103, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 2106, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2109, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 2112, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 2115, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2118, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 2121, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 2124, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2127, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 2130, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 2133, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2136, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2139, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2142, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2145, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 2148, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 2151, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2154, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 2157, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 2160, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2163, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 2166, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 2169, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2172, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 2175, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 2178, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2181, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2184, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 2187, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 2190, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2193, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 2196, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 2199, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2202, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 2205, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 2208, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2211, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 2214, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 2217, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2220, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2223, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 2226, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 2229, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2232, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 2235, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 2238, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2241, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 2244, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 2247, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2250, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2253, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 2257, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
table {
  background-color: transparent;
}

/* line 2260, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #98978b;
  text-align: left;
}

/* line 2266, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
th {
  text-align: left;
}

/* line 2269, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2274, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dfd7ca;
}

/* line 2285, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dfd7ca;
}

/* line 2289, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 2297, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > tbody + tbody {
  border-top: 2px solid #dfd7ca;
}

/* line 2300, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table .table {
  background-color: #ffffff;
}

/* line 2303, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 2311, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-bordered {
  border: 1px solid #dfd7ca;
}

/* line 2314, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dfd7ca;
}

/* line 2322, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2326, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f5f0;
}

/* line 2329, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-hover > tbody > tr:hover {
  background-color: #f8f5f0;
}

/* line 2332, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 2337, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 2343, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f8f5f0;
}

/* line 2357, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #f0e9df;
}

/* line 2364, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2378, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2385, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2399, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2406, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2420, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2427, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2441, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2448, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 2453, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dfd7ca;
  }

  /* line 2460, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 2463, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 2471, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 2474, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 2482, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 2490, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 2497, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 2503, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: inherit;
  border: 0;
  border-bottom: 1px solid transparent;
}

/* line 2514, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2520, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2525, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2531, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="file"] {
  display: block;
}

/* line 2534, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2538, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2542, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2548, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
output {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3e3f3a;
}

/* line 2555, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3e3f3a;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dfd7ca;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2573, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 2579, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control::-moz-placeholder {
  color: #dfd7ca;
  opacity: 1;
}

/* line 2583, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control:-ms-input-placeholder {
  color: #dfd7ca;
}

/* line 2586, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control::-webkit-input-placeholder {
  color: #dfd7ca;
}

/* line 2589, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 2593, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f8f5f0;
  opacity: 1;
}

/* line 2599, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2603, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
textarea.form-control {
  height: auto;
}

/* line 2606, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2610, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }

  /* line 2616, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 2626, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 66px;
  }
}
/* line 2637, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2640, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2647, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2655, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 2663, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2667, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 2677, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2682, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 2690, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2696, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2702, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control-static {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 2708, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 2713, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2720, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2724, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 2728, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2735, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2739, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2743, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2750, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-lg {
  height: 66px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2757, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
select.input-lg {
  height: 66px;
  line-height: 66px;
}

/* line 2761, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 2765, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group-lg .form-control {
  height: 66px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2772, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group-lg select.form-control {
  height: 66px;
  line-height: 66px;
}

/* line 2776, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2780, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-group-lg .form-control-static {
  height: 66px;
  min-height: 38px;
  padding: 21px 30px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2787, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-feedback {
  position: relative;
}

/* line 2790, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-feedback .form-control {
  padding-right: 57.5px;
}

/* line 2793, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}

/* line 2805, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 66px;
  height: 66px;
  line-height: 66px;
}

/* line 2812, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2819, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #93c54b;
}

/* line 2831, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-success .form-control {
  border-color: #93c54b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2836, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-success .form-control:focus {
  border-color: #79a736;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1de98;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1de98;
}

/* line 2841, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-success .input-group-addon {
  color: #93c54b;
  border-color: #93c54b;
  background-color: #dff0d8;
}

/* line 2846, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-success .form-control-feedback {
  color: #93c54b;
}

/* line 2849, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f47c3c;
}

/* line 2861, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-warning .form-control {
  border-color: #f47c3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2866, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-warning .form-control:focus {
  border-color: #ef5c0e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9bd9d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9bd9d;
}

/* line 2871, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-warning .input-group-addon {
  color: #f47c3c;
  border-color: #f47c3c;
  background-color: #fcf8e3;
}

/* line 2876, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-warning .form-control-feedback {
  color: #f47c3c;
}

/* line 2879, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d9534f;
}

/* line 2891, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2896, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-error .form-control:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

/* line 2901, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #f2dede;
}

/* line 2906, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-error .form-control-feedback {
  color: #d9534f;
}

/* line 2909, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2912, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2915, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #7f8177;
}

@media (min-width: 768px) {
  /* line 2922, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2927, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2932, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2935, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2939, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2944, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2947, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2951, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2958, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2962, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2967, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2971, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
}

/* line 2979, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

/* line 2983, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  /* line 2988, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 13px;
  }
}
/* line 2994, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2998, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 3004, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 3009, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 3030, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3039, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}

/* line 3045, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3052, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3061, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3065, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default {
  color: #ffffff;
  background-color: #3e3f3a;
  border-color: transparent;
}

/* line 3070, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #242422;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3076, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default:hover {
  color: #ffffff;
  background-color: #242422;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3081, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #242422;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3088, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #121210;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3101, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3106, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #3e3f3a;
  border-color: transparent;
}

/* line 3118, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default .badge {
  color: #3e3f3a;
  background-color: #ffffff;
}

/* line 3122, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-primary {
  color: #ffffff;
  background-color: #325d88;
  border-color: transparent;
}

/* line 3127, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #244363;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3133, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #244363;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3138, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #244363;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3145, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #1b3249;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3158, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3163, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #325d88;
  border-color: transparent;
}

/* line 3175, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-primary .badge {
  color: #325d88;
  background-color: #ffffff;
}

/* line 3179, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-success {
  color: #ffffff;
  background-color: #93c54b;
  border-color: transparent;
}

/* line 3184, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #79a736;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3190, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #79a736;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3195, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #79a736;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3202, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #658c2d;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3215, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3220, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #93c54b;
  border-color: transparent;
}

/* line 3232, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-success .badge {
  color: #93c54b;
  background-color: #ffffff;
}

/* line 3236, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-info {
  color: #ffffff;
  background-color: #29abe0;
  border-color: transparent;
}

/* line 3241, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #1b8dbb;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3247, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #1b8dbb;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3252, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #1b8dbb;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3259, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #17759c;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3272, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3277, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #29abe0;
  border-color: transparent;
}

/* line 3289, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-info .badge {
  color: #29abe0;
  background-color: #ffffff;
}

/* line 3293, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f47c3c;
  border-color: transparent;
}

/* line 3298, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ef5c0e;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3304, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ef5c0e;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3309, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ef5c0e;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3316, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #ce4f0c;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3329, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3334, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f47c3c;
  border-color: transparent;
}

/* line 3346, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-warning .badge {
  color: #f47c3c;
  background-color: #ffffff;
}

/* line 3350, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}

/* line 3355, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3361, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3366, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3373, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: rgba(0, 0, 0, 0);
}

/* line 3386, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3391, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: transparent;
}

/* line 3403, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

/* line 3407, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-link {
  color: #93c54b;
  font-weight: normal;
  border-radius: 0;
}

/* line 3412, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3421, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3427, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-link:hover,
.btn-link:focus {
  color: #79a736;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3433, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #dfd7ca;
  text-decoration: none;
}

/* line 3440, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3447, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3454, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3461, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3465, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3468, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3473, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 3479, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.fade.in {
  opacity: 1;
}

/* line 3482, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.collapse {
  display: none;
}

/* line 3485, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.collapse.in {
  display: block;
}

/* line 3488, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3491, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3494, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 3508, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3519, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3523, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3526, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #dfd7ca;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 3547, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3551, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #f8f5f0;
}

/* line 3557, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #98978b;
  white-space: nowrap;
}

/* line 3566, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #98978b;
  background-color: #f8f5f0;
}

/* line 3572, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #98978b;
  text-decoration: none;
  outline: 0;
  background-color: #f8f5f0;
}

/* line 3580, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dfd7ca;
}

/* line 3585, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 3593, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3596, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.open > a {
  outline: 0;
}

/* line 3599, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 3603, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 3607, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #dfd7ca;
  white-space: nowrap;
}

/* line 3615, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 3623, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3627, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 3634, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3641, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 3645, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 3650, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3656, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3661, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3671, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3677, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3680, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3685, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3690, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3693, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3696, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3700, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3705, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3708, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3711, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3716, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3720, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3724, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 3728, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3732, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3736, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3740, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3743, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3747, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3750, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3758, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3761, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3768, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3771, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3777, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3783, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3786, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn: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 3791, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3795, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3801, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3807, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3810, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3813, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3821, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3826, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3831, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3838, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3841, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3850, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  line-height: 66px;
}

/* line 3856, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3864, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3873, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3879, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3887, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3892, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.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 3897, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3903, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-addon {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #3e3f3a;
  text-align: center;
  background-color: #f8f5f0;
  border: 1px solid #dfd7ca;
  border-radius: 4px;
}

/* line 3914, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3919, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-addon.input-lg {
  padding: 20px 30px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3924, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3928, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3938, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3941, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3951, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3954, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3959, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3962, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3965, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3970, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3974, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3979, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 3984, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3988, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3993, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f8f5f0;
}

/* line 3998, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav > li.disabled > a {
  color: #dfd7ca;
}

/* line 4001, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dfd7ca;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 4008, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f8f5f0;
  border-color: #93c54b;
}

/* line 4014, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4020, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4023, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs {
  border-bottom: 1px solid #dfd7ca;
}

/* line 4026, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4030, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4036, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs > li > a:hover {
  border-color: #dfd7ca #dfd7ca #dfd7ca;
}

/* line 4039, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #98978b;
  background-color: #ffffff;
  border: 1px solid #dfd7ca;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 4048, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4052, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4055, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 4059, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4064, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4068, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4072, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4076, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dfd7ca;
}

@media (min-width: 768px) {
  /* line 4082, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dfd7ca;
    border-radius: 4px 4px 0 0;
  }

  /* line 4086, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 4092, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills > li {
  float: left;
}

/* line 4095, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4098, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4101, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #98978b;
  background-color: #f8f5f0;
}

/* line 4107, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-stacked > li {
  float: none;
}

/* line 4110, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4114, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-justified {
  width: 100%;
}

/* line 4117, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-justified > li {
  float: none;
}

/* line 4120, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 4124, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4129, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 4133, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4137, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4140, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4144, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dfd7ca;
}

@media (min-width: 768px) {
  /* line 4150, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dfd7ca;
    border-radius: 4px 4px 0 0;
  }

  /* line 4154, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 4160, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4163, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tab-content > .active {
  display: block;
}

/* line 4166, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4171, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4178, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-header {
    float: left;
  }
}
/* line 4182, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 4191, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-collapse.in {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  /* line 4195, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4201, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 4207, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 4210, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 4217, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4222, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 4227, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4235, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 4243, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4248, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 4252, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4260, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4265, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4269, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4274, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}

/* line 4281, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4285, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4289, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 4294, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4306, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4309, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4315, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4319, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 4323, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-nav {
  margin: 10px -15px;
}

/* line 4326, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4332, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 4342, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 4346, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 4349, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 4355, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 4359, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 4362, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 4367, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  /* line 4379, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4384, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 4389, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 4392, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 4396, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 4401, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 4404, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4408, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 4415, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 4419, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 4424, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 4429, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 4432, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 4437, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 4448, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4453, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4460, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 4464, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 4468, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}

/* line 4472, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 4477, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 4484, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 4487, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4491, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4495, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default {
  background-color: #3e3f3a;
  border-color: #3e3f3a;
}

/* line 4499, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-brand {
  color: #ffffff;
}

/* line 4502, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4507, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-text {
  color: #8e8c84;
}

/* line 4510, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-nav > li > a {
  color: #98978b;
}

/* line 4513, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4518, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #cc7a00;
}

/* line 4524, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 4530, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}

/* line 4533, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #393a35;
}

/* line 4537, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #98978b;
}

/* line 4540, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #3e3f3a;
}

/* line 4544, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #393a35;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 4551, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #98978b;
  }

  /* line 4554, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 4559, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #393a35;
  }

  /* line 4565, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 4572, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-link {
  color: #98978b;
}

/* line 4575, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

/* line 4578, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .btn-link {
  color: #98978b;
}

/* line 4581, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}

/* line 4585, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 4591, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse {
  background-color: #93c54b;
  border-color: #93c54b;
}

/* line 4595, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-brand {
  color: #ffffff;
}

/* line 4598, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4603, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-text {
  color: #dfd7ca;
}

/* line 4606, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #6b9430;
}

/* line 4609, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4614, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #89be3d;
}

/* line 4620, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 4626, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

/* line 4629, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #89be3d;
}

/* line 4633, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #6b9430;
}

/* line 4636, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #81b33a;
}

/* line 4640, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #89be3d;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 4647, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #93c54b;
  }

  /* line 4650, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #93c54b;
  }

  /* line 4653, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #6b9430;
  }

  /* line 4656, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 4661, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #89be3d;
  }

  /* line 4667, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 4674, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-link {
  color: #6b9430;
}

/* line 4677, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 4680, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .btn-link {
  color: #6b9430;
}

/* line 4683, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

/* line 4687, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 4693, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f8f5f0;
  border-radius: 4px;
}

/* line 4700, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4703, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #dfd7ca;
}

/* line 4708, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.breadcrumb > .active {
  color: #98978b;
}

/* line 4711, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4717, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination > li {
  display: inline;
}

/* line 4720, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #98978b;
  background-color: #f8f5f0;
  border: 1px solid #dfd7ca;
  margin-left: -1px;
}

/* line 4732, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4738, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4743, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #8e8c84;
  background-color: #dfd7ca;
  border-color: #dfd7ca;
}

/* line 4752, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #8e8c84;
  background-color: #dfd7ca;
  border-color: #dfd7ca;
  cursor: default;
}

/* line 4764, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dfd7ca;
  background-color: #f8f5f0;
  border-color: #dfd7ca;
  cursor: not-allowed;
}

/* line 4775, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4781, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 4786, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 4791, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4797, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4802, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4807, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 4813, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager li {
  display: inline;
}

/* line 4816, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f8f5f0;
  border: 1px solid #dfd7ca;
  border-radius: 15px;
}

/* line 4824, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #dfd7ca;
}

/* line 4829, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4833, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4837, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dfd7ca;
  background-color: #f8f5f0;
  cursor: not-allowed;
}

/* line 4845, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4857, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4863, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label:empty {
  display: none;
}

/* line 4866, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4870, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-default {
  background-color: #3e3f3a;
}

/* line 4873, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #242422;
}

/* line 4877, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-primary {
  background-color: #325d88;
}

/* line 4880, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #244363;
}

/* line 4884, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-success {
  background-color: #93c54b;
}

/* line 4887, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #79a736;
}

/* line 4891, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-info {
  background-color: #29abe0;
}

/* line 4894, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #1b8dbb;
}

/* line 4898, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-warning {
  background-color: #f47c3c;
}

/* line 4901, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ef5c0e;
}

/* line 4905, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4908, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4912, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #93c54b;
  border-radius: 10px;
}

/* line 4926, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.badge:empty {
  display: none;
}

/* line 4929, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4933, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4938, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4944, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #93c54b;
}

/* line 4949, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4952, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4955, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4958, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f8f5f0;
}

/* line 4965, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4969, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4974, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.jumbotron > hr {
  border-top-color: #e8decd;
}

/* line 4977, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4983, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4987, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4991, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 4996, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 5001, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f8f5f0;
  border: 1px solid #dfd7ca;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 5013, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 5018, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #93c54b;
}

/* line 5023, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.thumbnail .caption {
  padding: 9px;
  color: #3e3f3a;
}

/* line 5027, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5033, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5037, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5040, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5044, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5047, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5051, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5058, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-success {
  background-color: #93c54b;
  border-color: transparent;
  color: #ffffff;
}

/* line 5063, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}

/* line 5066, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 5069, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-info {
  background-color: #29abe0;
  border-color: transparent;
  color: #ffffff;
}

/* line 5074, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}

/* line 5077, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 5080, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-warning {
  background-color: #f47c3c;
  border-color: transparent;
  color: #ffffff;
}

/* line 5085, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}

/* line 5088, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-warning .alert-link {
  color: #e6e6e6;
}

/* line 5091, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #ffffff;
}

/* line 5096, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}

/* line 5099, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 5126, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5135, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #325d88;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 5150, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5158, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5164, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-bar-success {
  background-color: #93c54b;
}

/* line 5167, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 5172, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-bar-info {
  background-color: #29abe0;
}

/* line 5175, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 5180, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-bar-warning {
  background-color: #f47c3c;
}

/* line 5183, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 5188, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5191, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 5196, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media {
  margin-top: 15px;
}

/* line 5199, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5202, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 5207, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-body {
  width: 10000px;
}

/* line 5210, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-object {
  display: block;
}

/* line 5213, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5216, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5220, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5224, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5230, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5233, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5236, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5240, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5244, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 5248, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dfd7ca;
}

/* line 5256, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 5260, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5265, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item,
button.list-group-item {
  color: #3e3f3a;
}

/* line 5269, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: inherit;
}

/* line 5273, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #3e3f3a;
  background-color: #f8f5f0;
}

/* line 5281, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5285, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f8f5f0;
  color: #dfd7ca;
  cursor: not-allowed;
}

/* line 5292, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5297, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #dfd7ca;
}

/* line 5302, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #3e3f3a;
  background-color: #f8f5f0;
  border-color: #dfd7ca;
}

/* line 5310, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5321, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #3e3f3a;
}

/* line 5326, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item-success {
  color: #93c54b;
  background-color: #dff0d8;
}

/* line 5330, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #93c54b;
}

/* line 5334, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5338, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #93c54b;
  background-color: #d0e9c6;
}

/* line 5345, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #93c54b;
  border-color: #93c54b;
}

/* line 5355, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item-info {
  color: #29abe0;
  background-color: #d9edf7;
}

/* line 5359, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #29abe0;
}

/* line 5363, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5367, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #29abe0;
  background-color: #c4e3f3;
}

/* line 5374, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #29abe0;
  border-color: #29abe0;
}

/* line 5384, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item-warning {
  color: #f47c3c;
  background-color: #fcf8e3;
}

/* line 5388, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f47c3c;
}

/* line 5392, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5396, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #f47c3c;
  background-color: #faf2cc;
}

/* line 5403, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f47c3c;
  border-color: #f47c3c;
}

/* line 5413, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item-danger {
  color: #d9534f;
  background-color: #f2dede;
}

/* line 5417, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #d9534f;
}

/* line 5421, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5425, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #d9534f;
  background-color: #ebcccc;
}

/* line 5432, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 5442, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5446, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5450, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5458, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-body {
  padding: 15px;
}

/* line 5461, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5467, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5470, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5476, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5483, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f8f5f0;
  border-top: 1px solid #dfd7ca;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5490, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5494, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5499, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5505, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5511, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5515, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5518, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5521, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5526, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 5532, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5537, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5544, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5554, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5564, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5569, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 5576, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5586, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5596, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dfd7ca;
}

/* line 5602, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5606, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5610, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5624, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5638, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5648, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5658, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 5662, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5665, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5669, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5672, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5675, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dfd7ca;
}

/* line 5679, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5682, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dfd7ca;
}

/* line 5685, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-default {
  border-color: #dfd7ca;
}

/* line 5688, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-default > .panel-heading {
  color: #3e3f3a;
  background-color: #f8f5f0;
  border-color: #dfd7ca;
}

/* line 5693, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dfd7ca;
}

/* line 5696, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-default > .panel-heading .badge {
  color: #f8f5f0;
  background-color: #3e3f3a;
}

/* line 5700, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dfd7ca;
}

/* line 5703, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-primary {
  border-color: #325d88;
}

/* line 5706, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #325d88;
  border-color: #325d88;
}

/* line 5711, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #325d88;
}

/* line 5714, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-primary > .panel-heading .badge {
  color: #325d88;
  background-color: #ffffff;
}

/* line 5718, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #325d88;
}

/* line 5721, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5724, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-success > .panel-heading {
  color: #93c54b;
  background-color: #93c54b;
  border-color: #d6e9c6;
}

/* line 5729, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5732, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-success > .panel-heading .badge {
  color: #93c54b;
  background-color: #93c54b;
}

/* line 5736, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5739, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5742, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-info > .panel-heading {
  color: #29abe0;
  background-color: #29abe0;
  border-color: #bce8f1;
}

/* line 5747, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5750, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-info > .panel-heading .badge {
  color: #29abe0;
  background-color: #29abe0;
}

/* line 5754, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5757, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5760, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-warning > .panel-heading {
  color: #f47c3c;
  background-color: #f47c3c;
  border-color: #faebcc;
}

/* line 5765, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5768, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-warning > .panel-heading .badge {
  color: #f47c3c;
  background-color: #f47c3c;
}

/* line 5772, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5775, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5778, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: #d9534f;
  border-color: #ebccd1;
}

/* line 5783, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5786, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-danger > .panel-heading .badge {
  color: #d9534f;
  background-color: #d9534f;
}

/* line 5790, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5793, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5800, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 5813, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5816, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5819, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f5f0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5829, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5833, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5837, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5841, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 0 0 transparent;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5851, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5859, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5866, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-open {
  overflow: hidden;
}

/* line 5869, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5881, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5890, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5896, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5900, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5905, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #f8f5f0;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 5916, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 5925, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5929, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5933, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #f8f5f0;
}

/* line 5937, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5940, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5944, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5948, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #f8f5f0;
}

/* line 5953, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5957, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5960, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5963, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5971, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5975, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5979, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5984, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5988, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 6011, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 6015, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 6019, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 6023, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 6027, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 6031, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #3e3f3a;
  border-radius: 4px;
}

/* line 6039, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6046, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3e3f3a;
}

/* line 6053, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3e3f3a;
}

/* line 6060, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #3e3f3a;
}

/* line 6067, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #3e3f3a;
}

/* line 6074, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #3e3f3a;
}

/* line 6081, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3e3f3a;
}

/* line 6088, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3e3f3a;
}

/* line 6095, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #3e3f3a;
}

/* line 6102, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dfd7ca;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 6134, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6137, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6140, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6143, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6146, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f8f5f0;
  border-bottom: 1px solid #f0e9df;
  border-radius: 5px 5px 0 0;
}

/* line 6154, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6157, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6166, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6169, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 6173, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #b9a78a;
  border-top-color: #dfd7ca;
  bottom: -11px;
}

/* line 6181, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 6188, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #b9a78a;
  border-right-color: #dfd7ca;
}

/* line 6196, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 6203, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #b9a78a;
  border-bottom-color: #dfd7ca;
  top: -11px;
}

/* line 6211, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 6218, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #b9a78a;
  border-left-color: #dfd7ca;
}

/* line 6226, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 6233, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel {
  position: relative;
}

/* line 6236, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 6241, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 6248, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6253, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 6262, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 6268, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 6274, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 6282, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6287, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6290, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6296, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6299, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6302, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6306, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6309, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6312, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

/* line 6326, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 6334, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 6344, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6352, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 6362, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6367, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6372, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 6379, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6382, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6385, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 6396, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 6408, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 6414, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6426, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6430, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  /* line 6439, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 6443, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 6447, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 6452, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6456, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 6491, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6509, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 6514, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pull-right {
  float: right !important;
}

/* line 6517, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pull-left {
  float: left !important;
}

/* line 6520, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.hide {
  display: none !important;
}

/* line 6523, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.show {
  display: block !important;
}

/* line 6526, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.invisible {
  visibility: hidden;
}

/* line 6529, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6536, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.hidden {
  display: none !important;
}

/* line 6539, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 6545, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6551, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6566, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 6569, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 6572, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6575, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6581, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6586, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6591, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6596, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6599, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6602, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6605, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6611, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6616, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6621, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6626, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6629, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6632, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6635, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6641, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6646, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6651, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6656, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6659, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6662, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6665, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6671, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6676, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6681, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6686, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6691, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6696, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6701, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6705, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6709, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6712, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6715, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6718, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6723, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6727, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6731, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6735, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6739, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6743, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6748, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 6752, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.sandstone {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6758, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar .nav > li > a {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6764, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.navbar-form input,
.navbar-form .form-control {
  border: none;
}

/* line 6768, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn {
  border: none;
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6775, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn:hover {
  border-color: transparent;
}

/* line 6778, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-lg {
  line-height: 26px;
}

/* line 6781, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.btn-default:hover {
  background-color: #393a35;
}

/* line 6784, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input,
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6789, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
input:focus,
.form-control:focus {
  border-color: #dfd7ca;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6795, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6801, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #dfd7ca;
}

/* line 6806, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs > li > a {
  background-color: #f8f5f0;
  border-color: #dfd7ca;
  color: #98978b;
}

/* line 6811, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-tabs > li.disabled > a:hover {
  background-color: #f8f5f0;
}

/* line 6814, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills a {
  color: #98978b;
}

/* line 6817, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills li > a {
  border: 1px solid transparent;
}

/* line 6820, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills li.active > a,
.nav-pills li > a:hover {
  border-color: #dfd7ca;
}

/* line 6824, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.nav-pills li.disabled > a {
  border-color: transparent;
}

/* line 6827, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.breadcrumb {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #dfd7ca;
}

/* line 6834, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.breadcrumb a {
  color: #98978b;
}

/* line 6837, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pagination {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6843, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6849, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.pager li > a {
  color: #98978b;
}

/* line 6852, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.dropdown-menu > li > a {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6858, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.alert a,
.alert .alert-link {
  color: #fff;
}

/* line 6862, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.tooltip {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6868, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress {
  border-radius: 10px;
  background-color: #dfd7ca;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6874, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6878, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.list-group-item {
  padding: 16px 24px;
}

/* line 6881, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6885, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 6889, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel .panel-heading,
.panel .panel-title {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

/* line 6897, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel .panel-footer {
  font-size: 11px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 6903, /aps/app/assets/stylesheets/bootstrap_sandstone_theme.scss */
.panel-default .panel-heading,
.panel-default .panel-title,
.panel-default .panel-footer {
  color: #98978b;
}
/* line 3, /aps/app/assets/stylesheets/footer.scss */
.footer {
  background: #484848;
  color: white;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
/* line 9, /aps/app/assets/stylesheets/footer.scss */
.footer a, .footer a:hover {
  color: white;
  text-decoration: none;
}

/* line 15, /aps/app/assets/stylesheets/footer.scss */
.cache-page {
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  max-width: 190px;
}
/* line 23, /aps/app/assets/stylesheets/footer.scss */
.cache-page .btn {
  background: #484848;
  border-radius: 0;
  padding: 8px 14px;
  border: 1px solid #f6f6e9;
}
/* line 29, /aps/app/assets/stylesheets/footer.scss */
.cache-page .header {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}
/* line 34, /aps/app/assets/stylesheets/footer.scss */
.cache-page .header .fa-close {
  color: #da9a49;
}
/* line 38, /aps/app/assets/stylesheets/footer.scss */
.cache-page .info {
  line-height: 12px;
  white-space: normal;
  font-size: 8px;
}
/* line 43, /aps/app/assets/stylesheets/footer.scss */
.cache-page .progress {
  margin: 5px 0;
  display: none;
}
/* required styles */


.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url('images/spritesheet.png');background-image:linear-gradient(transparent,transparent),url('images/spritesheet.svg');background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url('images/spritesheet-2x.png');background-image:linear-gradient(transparent,transparent),url('images/spritesheet.svg')}
.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}
.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#FFF;font:11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}
.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}
.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}
.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:rgba(0,0,0,0.5);border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:rgba(0,0,0,0.5);border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}
.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:rgba(254,87,161,0.1);border:4px dashed rgba(254,87,161,0.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}
.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/* global styling */

.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
  box-sizing: border-box;
}

/* leaflet button styling */
.leaflet-control-geosearch .leaflet-bar-part {
  border-radius: 4px;
  border-bottom: none;
}

.leaflet-control-geosearch a.leaflet-bar-part:before,
.leaflet-control-geosearch a.leaflet-bar-part:after {
  position: absolute;
  display: block;
  content: '';
}

/* magnifying glass */
.leaflet-control-geosearch a.leaflet-bar-part:before {
  top: 19px;
  left: 16px;
  width: 8px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}

.leaflet-control-geosearch a.leaflet-bar-part:after {
  top: 6px;
  left: 6px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid #555;
}

/* resets for pending and error icons */
.leaflet-control-geosearch.error a.leaflet-bar-part:before,
.leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}

.leaflet-control-geosearch.pending a.leaflet-bar-part:after,
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}

/* pending icon */
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: '';
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: spin 1s linear infinite;
}

/* error icon */
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: '!';
  line-height: initial;
  font-weight: 600;
  font-size: 18px;
  border: none;
}

/* search form styling */
.leaflet-control-geosearch form {
  display: none;
  position: absolute;
  top: -2px;
  left: 28px;
  border-radius: 0 4px 4px 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  background-color: #fff;
  background-clip: padding-box;
  z-index: -1;
  height: auto;
  margin: 0;
  padding: 0 8px;
}

.leaflet-control-geosearch.active form {
  display: block;
}

.leaflet-control-geosearch form input {
  min-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 30px;
  border-radius: 0 4px 4px 0;
  text-indent: 8px;
}

.leaflet-control-geosearch .results {
  background: #fff;
}

.leaflet-control-geosearch .results > * {
  line-height: 24px;
  padding: 0 8px;
  border: 1px solid transparent;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leaflet-control-geosearch .results.active {
  padding: 8px 0;
  border-top: 1px solid #c6c6c6;
}

.leaflet-control-geosearch .results > .active,
.leaflet-control-geosearch .results > :hover {
  background-color: #f8f8f8;
  border-color: #c6c6c6;
  cursor: pointer;
}

/* add missing border to form */
.leaflet-control-geosearch .results.active:after {
  content: '';
  display: block;
  width: 0;
  border-left: 2px solid rgba(0, 0, 0, .2);
  position: absolute;
  left: -2px;
  bottom: -2px;
  top: 30px;
}

/* animations */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.leaflet-top .leaflet-control-geosearch.bar,
.leaflet-bottom .leaflet-control-geosearch.bar {
  display: none;
}

.leaflet-control-geosearch.bar {
  position: relative;
  display: block;
  height: auto;
  width: 400px;
  margin: 10px auto 0;
  cursor: auto;
  z-index: 1000;
}

.leaflet-control-geosearch.bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.leaflet-control-geosearch.bar form input {
  min-width: 100%;
  width: 100%;
}

.leaflet-control-geosearch.bar .results.active:after {
  opacity: .2;
}

.leaflet-right .leaflet-control-geosearch form {
  right: 28px;
  left: initial;
  border-radius: 4px 0 0 4px;
  border-left: inherit;
  border-right: none;
}

.leaflet-control-geosearch a.reset {
  color: black;
  position: absolute;
  line-height: 30px;
  padding: 0 8px;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none;
}

.leaflet-control-geosearch a.reset:hover {
  background: #f5f5f5;
}
/*
 * Require leaflet here instead of in application.scss, because it is also used in admin views,
 * where another asset pipeline is used (enabled in refinery core.rb initializer)
 *





 */
/* line 17, /aps/app/assets/stylesheets/map.scss */
#map {
  width: 100%;
  min-height: 250px;
  height: 30vh;
  border: 1px solid #da9a49;
}

/* line 25, /aps/app/assets/stylesheets/map.scss */
.leaflet-draw-toolbar a {
  background-image: url(/assets/leaflet-draw/dist/images/spritesheet-a8978a1d3d21d8ee6f16cce342ff67fc47c4241f52161f05baf88f15e1058199.png);
}

/* line 30, /aps/app/assets/stylesheets/map.scss */
.layer-category-button {
  height: 25px;
  border: none;
  background: white;
  margin-top: 2px;
  margin-right: 2px;
}
/* line 36, /aps/app/assets/stylesheets/map.scss */
.layer-category-button.active {
  color: white;
  background: #12934d;
}

/* line 42, /aps/app/assets/stylesheets/map.scss */
#info-box {
  border: 1px solid #da9a49;
  border-top: none;
  padding: 7px 12px;
  margin-top: 0 !important;
}
/* line 4, /aps/app/assets/stylesheets/navigation.scss */
.language-row .pull-left {
  margin-top: 12px;
}
/* line 5, /aps/app/assets/stylesheets/navigation.scss */
.language-row a {
  color: #484848;
  font-size: 20px;
  padding: 3px;
  text-decoration: none;
}
/* line 10, /aps/app/assets/stylesheets/navigation.scss */
.language-row a.active {
  font-weight: bolder;
}
/* line 11, /aps/app/assets/stylesheets/navigation.scss */
.language-row a:hover {
  color: #12934d !important;
}
/* line 13, /aps/app/assets/stylesheets/navigation.scss */
.language-row .fa {
  font-size: 32px;
  color: #4267b2;
  padding: 3px 0;
}
/* line 18, /aps/app/assets/stylesheets/navigation.scss */
.language-row .donate {
  font-size: 14px;
  color: #f6f6e9;
  margin: 5px;
  float: right;
  padding: 4px 10px;
  border-radius: 6px;
  background: #da9a49;
}
/* line 26, /aps/app/assets/stylesheets/navigation.scss */
.language-row .donate:hover {
  background: #12934d;
  text-decoration: none;
  color: #f6f6e9 !important;
}

/* line 34, /aps/app/assets/stylesheets/navigation.scss */
#search-form {
  margin-top: 3px;
  float: right;
}
/* line 37, /aps/app/assets/stylesheets/navigation.scss */
#search-form #search-input {
  border: 1px solid #484848;
  height: 32px;
  width: 150px;
  background: #f6f6e9;
}
/* line 43, /aps/app/assets/stylesheets/navigation.scss */
#search-form #search-button {
  border: none;
  height: 32px;
  background: #484848;
  color: #f6f6e9;
}
/* line 48, /aps/app/assets/stylesheets/navigation.scss */
#search-form #search-button:hover {
  background: #12934d !important;
}

/* line 52, /aps/app/assets/stylesheets/navigation.scss */
.navigation {
  padding: 0;
  margin-top: 10px;
}
/* line 56, /aps/app/assets/stylesheets/navigation.scss */
.navigation .active > a {
  background: #da9a49 !important;
}
/* line 58, /aps/app/assets/stylesheets/navigation.scss */
.navigation .active > a:hover {
  color: white !important;
}
/* line 61, /aps/app/assets/stylesheets/navigation.scss */
.navigation .dropdown-menu {
  background: #484848;
  border: none;
  border-radius: 0;
}
/* line 65, /aps/app/assets/stylesheets/navigation.scss */
.navigation .dropdown-menu a {
  font-size: 14px;
  color: white !important;
  background: none !important;
  text-align: center;
}
/* line 70, /aps/app/assets/stylesheets/navigation.scss */
.navigation .dropdown-menu a:hover {
  color: #da9a49 !important;
}
/* line 72, /aps/app/assets/stylesheets/navigation.scss */
.navigation .dropdown-menu .active > a {
  color: #da9a49 !important;
}
/* line 77, /aps/app/assets/stylesheets/navigation.scss */
.navigation .navbar {
  background: #484848;
  min-height: 30px;
  margin-bottom: 0;
}
/* line 81, /aps/app/assets/stylesheets/navigation.scss */
.navigation .navbar .navbar-collapse {
  border: none;
}
/* line 82, /aps/app/assets/stylesheets/navigation.scss */
.navigation .navbar .navbar-nav > li > a {
  padding: 3px 3px 3px 3px;
  color: white;
  font-size: 19px;
  line-height: 22px;
  font-weight: bold;
}
/* line 89, /aps/app/assets/stylesheets/navigation.scss */
.navigation .navbar .navbar-toggle {
  margin-bottom: 0;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  /* line 94, /aps/app/assets/stylesheets/navigation.scss */
  .navigation .navbar .navbar-nav {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  /* line 98, /aps/app/assets/stylesheets/navigation.scss */
  .navigation .navbar .navbar-nav > li {
    float: none;
    display: inline-block;
    margin: 4px;
  }
}
/* line 3, /aps/app/assets/stylesheets/pages_parts.scss */
.part-style {
  padding: 20px;
}
/* line 3, /aps/app/assets/stylesheets/post.scss */
.post {
  margin-bottom: 35px;
  margin-top: 20px;
}
/* line 6, /aps/app/assets/stylesheets/post.scss */
.post .post-heading {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}
/* line 11, /aps/app/assets/stylesheets/post.scss */
.post .post-body {
  font-size: 14px;
  padding: 10px 0;
}
/* line 15, /aps/app/assets/stylesheets/post.scss */
.post .post-footer {
  border-top: 1px solid #484848;
  text-align: right;
  font-size: 11px;
  padding: 5px 0;
}
/* line 21, /aps/app/assets/stylesheets/post.scss */
.post .date-of-occurrence {
  font-size: 14px;
  color: #da9a49;
}
/* line 4, /aps/app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-header {
  font-size: 16px;
  padding-top: 30px;
}
/* line 2, /aps/app/assets/stylesheets/templates/home.scss */
.template-home #home-container {
  margin-top: 20px;
}
/* line 5, /aps/app/assets/stylesheets/templates/home.scss */
.template-home .column-header {
  font-size: 14px;
  margin: 10px 0;
}
@media (min-width: 1000px) {
  /* line 9, /aps/app/assets/stylesheets/templates/home.scss */
  .template-home .home-center-row {
    padding-left: 70px;
    padding-right: 70px;
  }
}
/* line 16, /aps/app/assets/stylesheets/templates/home.scss */
.template-home .home-side-column {
  margin-bottom: 30px;
}
/* line 20, /aps/app/assets/stylesheets/templates/home.scss */
.template-home .post-heading {
  font-size: 20px;
}
/* line 23, /aps/app/assets/stylesheets/templates/home.scss */
.template-home .additional_reports {
  margin-top: 50px;
}
@font-face {
  font-family: 'tiny';
  src: url(/assets/tinymce-4123ea9060d0b13cb096122ef348cb95b0e26b767dc179b1c77358824ef098b5.woff) format("woff"), url(/assets/tinymce-6c5b0933ede570f2b393ffb78d71a5a57f2e21209c914b0dd61542a04f149107.ttf) format("truetype");
}
/* Default error colouring */
/* line 3, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
article, nav, header, footer, aside, hgroup, section {
  display: block;
}

/* line 7, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
div.fieldWithErrors {
  display: inline;
}

/* line 11, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
#errorExplanation {
  border-top: 3px solid #F27F7F;
  background: #FFBEBE;
  padding: 10px;
}

/* line 17, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
  color: #9C2626;
}

/* Browser Hacks */
/* line 22, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
a {
  /* remove borders from images */
  /*
  Firefox Dotted Line Fix
    - http://sonspring.com/journal/removing-dotted-links
  */
}
/* line 24, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
a img {
  border: 0px none;
}
/* line 31, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
a:focus {
  outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
/* line 41, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
.clearfix, section {
  display: inline-block;
}
/* line 43, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
.clearfix:after, section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE Mac \*/
/* line 53, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/formatting.scss */
.clearfix, section {
  display: block;
}

/* End hide from IE Mac */
/* alignment styles */
/* line 3, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.text-align-left {
  text-align: left;
}

/* line 6, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.text-align-center {
  text-align: center;
}

/* line 9, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.text-align-right {
  text-align: right;
}

/* line 12, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.text-align-justify {
  text-align: justify;
}

/* block alignment styles */
/* line 17, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.image-align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}

/* line 22, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.image-align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
}

/* font sizes */
/* line 29, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.font-size-small {
  font-size: 0.75em;
}

/* line 32, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.font-size-normal {
  font-size: 1em;
}

/* line 35, /usr/local/bundle/gems/refinerycms-core-4.0.2/app/assets/stylesheets/refinery/theme.scss */
.font-size-large {
  font-size: 1.25em;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/*!
 *  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/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0");
  src: url("/assets/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0#iefix") format("embedded-opentype"), url("/assets/font-awesome/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0") format("woff2"), url("/assets/font-awesome/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0") format("woff"), url("/assets/font-awesome/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0") format("truetype"), url("/assets/font-awesome/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_core.scss */
.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, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
/* line 8, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
/* line 16, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.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, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 619, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 620, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 621, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 622, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 623, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 624, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 625, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 626, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 627, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 628, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 629, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 636, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 643, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 645, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 646, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 647, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 648, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 649, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 650, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 651, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 652, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 654, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 655, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 656, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 657, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 658, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 659, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 660, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 663, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 664, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 665, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 668, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 669, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 670, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 671, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 672, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 673, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 674, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 675, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 676, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 677, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 678, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 679, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 680, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 681, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 682, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 683, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 684, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 685, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 686, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 687, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 688, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 689, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 690, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 691, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 692, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 693, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 694, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 695, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 696, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 697, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 698, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 699, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 700, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 701, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 702, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 703, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 704, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 705, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 707, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 708, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 709, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 710, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 711, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 718, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 719, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 722, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 723, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 724, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 725, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 727, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 728, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 729, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 730, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 731, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 736, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 737, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 738, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 739, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 740, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 741, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 746, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 747, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 748, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 749, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 754, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 755, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 756, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 768, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 772, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 773, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 774, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 775, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 780, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 781, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 782, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 783, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 784, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 785, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 786, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 787, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 788, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 789, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, /usr/local/bundle/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 24, /aps/app/assets/stylesheets/application.scss */
body {
  background: #f6f6e9;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 29, /aps/app/assets/stylesheets/application.scss */
.content-container {
  border-left: 2px solid #484848;
}
@media (min-width: 700px) {
  /* line 29, /aps/app/assets/stylesheets/application.scss */
  .content-container {
    padding: 35px 50px;
  }
}

/* line 36, /aps/app/assets/stylesheets/application.scss */
.offline-banner {
  display: none;
  font-style: italic;
}

/* line 41, /aps/app/assets/stylesheets/application.scss */
a {
  color: #da9a49;
}
/* line 43, /aps/app/assets/stylesheets/application.scss */
a:hover {
  color: #da9a49 !important;
}

/* line 46, /aps/app/assets/stylesheets/application.scss */
h1, h2, h3 {
  color: #12934d;
}

/* line 48, /aps/app/assets/stylesheets/application.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 53, /aps/app/assets/stylesheets/application.scss */
iframe {
  max-width: 100%;
  max-height: 250px;
}

/* line 58, /aps/app/assets/stylesheets/application.scss */
mark {
  background: #da9a49;
  color: white;
}

/* line 63, /aps/app/assets/stylesheets/application.scss */
.no-padding {
  padding: 0;
}
